terry%mozilla.org
4b914195a0
Added ability to query by votes.
1999-10-08 14:41:17 +00:00
buster%netscape.com
923edc1318
fixed my part of bug 15814 (Cleanup build warnings)
...
so trivial, no reviewer needed
fixed my part of bug 5403 (Services improperly released: Use NS_WITH_SERVICE)
a handful of subtle error handling bugs were fixed as a side effect
r=Akkana
1999-10-08 14:39:20 +00:00
law%netscape.com
07762ce935
For bug #14999 ; adding new method to simplify applying OpenDialog to the hidden window. rev=danm@netscape.com
1999-10-08 14:04:17 +00:00
terry%mozilla.org
54757865f7
Fixed bug 15808 -- previous change had busted querying of CC.
1999-10-08 14:01:02 +00:00
rods%netscape.com
dedfd2be24
ifdef'ed out a static counter for debugging. r=kmcclusk b=15637
1999-10-08 12:24:11 +00:00
sgehani%netscape.com
1082968752
Failover implemented for i18n strings in XPInstall if the string bundle service is not available, fails, or if the .properties resource file is not avilable. Fixes install wizard logging. Completion of fix for bug 8140. [r=ssu]
1999-10-08 09:00:13 +00:00
sspitzer%netscape.com
98394f0040
more clean up. #15402 .
1999-10-08 07:58:54 +00:00
waterson%netscape.com
776523083a
Misc cleanup, r=hyatt
1999-10-08 07:26:39 +00:00
waterson%netscape.com
181da7c5c9
Add elements to element map by 'ref', as well.
1999-10-08 07:26:14 +00:00
sspitzer%netscape.com
cca1aa6e3d
temporary printfs to help me debug the elusive #15792 that only bijals is seeing
1999-10-08 07:12:21 +00:00
sspitzer%netscape.com
3e9aa78e46
just checking in comments. resizeToContent() makes the "Create Profile Wizard"
...
take up the whole screen. (bug logged on danm already.)
1999-10-08 06:50:26 +00:00
cls%seawood.org
da6f6d09de
Checking in locally generated configure until briano's script gets fixed
1999-10-08 05:57:01 +00:00
sspitzer%netscape.com
6acd8500b8
when renaming a profile, and renaming the profile directory on disk,
...
don't do a copy and delete. just rename the directory.
r=davidm, #15402
1999-10-08 05:41:40 +00:00
cls%seawood.org
a080d5dcc4
Applied Jim Nance's, <jim_nance@yahoo.com>, patch to reduce the size of a build by using a modified version of GNU make's implicit ruleset that incrementally add object files to static library archive and eliminates the need to have the unused object files sitting around. A clobber is required to see the savings.
...
Bug #15241 . r=sleestack
1999-10-08 05:18:46 +00:00
sspitzer%netscape.com
cd42feb263
fix build bustage on windows.
1999-10-08 05:14:48 +00:00
troy%netscape.com
a5add6d414
Change to SizeOf() code (diagnostic code only). Changed table frame
...
code to split the column cache size out into a separate listing
1999-10-08 05:12:55 +00:00
sspitzer%netscape.com
b77c80263e
more clean up of the profile code. #15402 , r=davidm
...
make profileExists() part of the nsIProfile interface, so I can
get at it from JS. startCommunicator is now startApprunner.
get RenameProfile() and DeleteProfile() to work better.
make the delete profile dialog size to content.
change the 2nd arg of DeleteProfile() to be a bool, and not a string.
use MakeUnique() to prevent undesired collisions of profiles on disk.
1999-10-08 04:58:32 +00:00
sspitzer%netscape.com
becae69afb
add some bulletproofing. r=davidm
1999-10-08 04:55:37 +00:00
sspitzer%netscape.com
2753a0c1ec
make the prompt and alert dialogs resize to content.
...
fix by davidm, r=sspitzer, bug #15815
1999-10-08 04:51:19 +00:00
troy%netscape.com
0c3a74b8be
Removed some dead code and moved some #if 0 code from the area frame
...
to the block frame. This completes the previous checkin
1999-10-08 04:45:12 +00:00
warren%netscape.com
38a0a92c3d
Fixed bug in computing object count mean and stddev.
1999-10-08 04:39:24 +00:00
troy%netscape.com
104c0f8c7e
Frame space reductions. r=kipp@netscape.com
...
Table cell frames and table caption frames now use block frames and not area
frames. This saves 24 bytes per frame instance
1999-10-08 04:32:46 +00:00
beard%netscape.com
63f369b4ea
added .xSYM address to source mapping.
1999-10-08 04:14:09 +00:00
beard%netscape.com
3edf71045b
changed format of object size.
1999-10-08 04:13:44 +00:00
beard%netscape.com
04e908eca8
added address to source mapping using .xSYM files.
1999-10-08 04:13:04 +00:00
beard%netscape.com
37b54175f5
added Histogram report.
1999-10-08 04:12:11 +00:00
beard%netscape.com
8bc1be85a1
First Checked In.
1999-10-08 04:11:39 +00:00
danm%netscape.com
3a6017b93b
hiddenWindow loads its full glory only on the Mac. speeds launch time for everyone else. r:hyatt
1999-10-08 03:31:41 +00:00
peterl%netscape.com
d023d57dc3
First step at fixing 12106, factored out style rule processing from
...
style sheets into a seperate style rule processor interface
r=troy
1999-10-08 03:09:31 +00:00
leaf%mozilla.org
6017fd63f5
<< termination needs to be the first thing on the line, no preceding whitespace
...
fixing solaris build
1999-10-08 02:27:34 +00:00
peterl%netscape.com
a532de207c
removed setting of border color for table parts (cruft from the dark ages)
...
Bug 15802
r=rickg
1999-10-08 02:07:37 +00:00
mscott%netscape.com
b39c6b6df6
Bug #14612 . I'm checking this in for warren. r=mscott
...
The pipe shouldn't block when you write more bytes into the pipe than the size of the pipe's buffer. Add an extra
notify to the writer of the pipe after we read data out of it.
1999-10-08 02:03:34 +00:00
ducarroz%netscape.com
d7e7ca1ad8
Fix for bug 15720, We need to tell the nsMsgLineBuffer which format of line break we will use. R=jefft,mscott
1999-10-08 01:55:36 +00:00
warren%netscape.com
b90a06a288
Fixed AddRef/Release problems to eliminate negative refcounts in Bloaty.
1999-10-08 01:49:06 +00:00
tao%netscape.com
241299a088
Hook up l10n/ when MOZ_L10N is defined.
1999-10-08 01:32:44 +00:00
alecf%netscape.com
6a1d81c554
fix mac-specific bustage
1999-10-08 01:11:13 +00:00
tao%netscape.com
3fedc0502b
Move da-DK files to l10n/lang; r=leaf
1999-10-08 01:06:56 +00:00
alecf%netscape.com
6723786267
fix windows bustage
1999-10-08 01:01:56 +00:00
edburns%acm.org
9b8cfd3205
1999-10-07 <Ed Burns <ed.burns@sun.com>>
...
* This change fixes
http://bugzilla.mozilla.org/show_bug.cgi?id=15793 which caused one
to have to copy the component.reg and components directory. It
also causes webclient to do autoregistration. It also adds a
debugging method to BrowserControlMozillaShim.java
nativeDebugBreak().
This changes makes webclient depend on having mozilla sources from
10/5/99 or later.
Reviewed by Mark Lin <marklin@eng.sun.com>
Approved by Ed Burns <edburns@acm.org>, module owner
1999-10-08 00:52:53 +00:00
edburns%acm.org
e9f2d9bf51
1999-10-07 <Ed Burns <ed.burns@sun.com>>
...
* This change fixes
http://bugzilla.mozilla.org/show_bug.cgi?id=15793 which caused one
to have to copy the component.reg and components directory. It
also causes webclient to do autoregistration. It also adds a
debugging method to BrowserControlMozillaShim.java
nativeDebugBreak().
This changes makes webclient depend on having mozilla sources from
10/5/99 or later.
Reviewed by Mark Lin <marklin@eng.sun.com>
Approved by Ed Burns <edburns@acm.org>, module owner
1999-10-08 00:48:01 +00:00
alecf%netscape.com
400df58bd4
oops, remove XP_UNIX specific stuff which was busting things
1999-10-08 00:37:17 +00:00
terry%mozilla.org
e19a276ee2
Sorting by the vote column was busted.
1999-10-08 00:30:49 +00:00
sspitzer%netscape.com
0e5fb9245e
don't specify the width and height, so the dialog resizes to content.
1999-10-08 00:17:22 +00:00
alecf%netscape.com
fe5db68d0a
add new NS_xxx_MODULE* macros (not used anywhere in the build just yet)
1999-10-08 00:12:29 +00:00
jband%netscape.com
75f95fe0e6
fix warning of old style C++ variable scope declared in 'for'. bug 15778. r=slamm
1999-10-08 00:11:05 +00:00
tao%netscape.com
567a311790
Move localized resource files to mozilla/l10n/lang.
1999-10-07 23:59:32 +00:00
alecf%netscape.com
1271723969
exorcise xp.h from compose header files, in preparation for nsIModule landing
...
r=sspitzer
1999-10-07 23:55:42 +00:00
terry%mozilla.org
8cd1b485cd
Added the ability for users to "vote" on which bugs they think should
...
be fixed.
1999-10-07 23:54:52 +00:00
rickg%netscape.com
d6f62de01e
fixed bug 15881; r=kmcclusk
1999-10-07 23:52:29 +00:00
rickg%netscape.com
5c3994b6d5
fixed bug 15788; r=kmcclusk
1999-10-07 23:51:29 +00:00