mcafee%netscape.com
1bc2694f38
Renaming fe to mozillaBinary, since that's what it is; fe didn't mean anything to me.
2000-02-11 07:45:40 +00:00
nisheeth%netscape.com
eb861f3cbd
r=vidur. Partial fix for PDT+ bug 26673. Sync up the content and frame models before returning information from certain getter methods of global window.
2000-02-11 07:14:41 +00:00
scc%netscape.com
d4c7e579b8
Fixed up |NS_IF_ADDREF| to support the following use efficiently in the non-logging case
NS_IF_ADDREF(*result = mFoo);
as per bug #27343 . r=jband
(Actually, I like the generated error better when I make this small modification to the template)
2000-02-11 07:12:02 +00:00
nisheeth%netscape.com
8426e37438
r=Troy. We were specifying the incorrect child as a reflow dirty target in some cases.
2000-02-11 07:11:43 +00:00
scc%netscape.com
62856aa9fe
Fixed up |NS_IF_ADDREF| to support the following use efficiently in the non-logging case
NS_IF_ADDREF(*result = mFoo);
as per bug #27343 . r=jband
2000-02-11 07:07:57 +00:00
pinkerton%netscape.com
13ab7e32b2
missed a removal of text/plain. changed "copy link url" to use text/unicode.
2000-02-11 07:06:47 +00:00
danm%netscape.com
9417254611
nsToolkit destructor was decrementing the refcount on the global event queue handler; a prelude to stopping event handling. It now does this only if it had previously incremented the refcount: a thing done in Init, not the constructor. bug 21596. r:pinkerton,scc.
2000-02-11 06:56:57 +00:00
mcafee%netscape.com
fc87378600
MailNewsTest comments.
2000-02-11 06:41:22 +00:00
pepper%netscape.com
f9cf263906
Adding more functionality to the genereic remote control. Not very well tested yet but not hooked up to anything. r=syd
2000-02-11 06:13:56 +00:00
hangas%netscape.com
c8073ad8da
Remaining file of previous checkin lost due to checkin by ben at same moment.
2000-02-11 06:10:26 +00:00
hangas%netscape.com
7cd73e4c87
Partial fix for 22558, key bindings for mail window, this included adding Delete and Backspace bindings for the Delete menu item in globalOverlay.xul. Added these bindings to navigator, mail, address book and mail compose. Unable to find Editor's usage of standard Edit menu overlays, so Editor not changed. r=saari. Also a fix for 27000 fixing event handler for address book card dialog. r=saari/hyatt.
2000-02-11 06:05:04 +00:00
ben%netscape.com
86dec4fd62
fix for 25512, delete and add bookmark have same accelerator, r=hyatt
2000-02-11 06:01:47 +00:00
ben%netscape.com
c0ffce131f
fix for 26931, say what the default search engine is in search pref panel (r=syd, scc),
...
remove word "Communicator" from offline panel and replace with "Mozilla"
2000-02-11 05:56:54 +00:00
ducarroz%netscape.com
bd80e2acf8
Fix for the regression of bug 26408. I forget to call awFinishCopyNode after we create rows during the initialization. R=jefft
2000-02-11 05:52:38 +00:00
ben%netscape.com
4e2892a9ed
profile manager rewording, r=verah
2000-02-11 05:47:48 +00:00
ben%netscape.com
cabfb4b995
changes to profile manager wording. r=verah
2000-02-11 05:46:21 +00:00
ben%netscape.com
2469e952a3
changes to profile manager language. r=verah
2000-02-11 05:46:04 +00:00
ssu%netscape.com
8192f57150
fixed bugs:
...
#24297 - added code to randomly install talkback 2o% of the time.
#27298 - fixed the underline under the N on the Mail&News string
#27184 - removed all references to "SmartUpdate" strings
2000-02-11 05:30:25 +00:00
ben%netscape.com
d33ff9401c
fix string bundle bug 27252, r=syd, resurrecting matt's search changes which I accidentally clobbered, and resurrecting rjc's history flushing.
2000-02-11 05:23:50 +00:00
jefft%netscape.com
6d53eeb846
partial check in for bug 24740; check for non-empty namespace for public & other users when reading from the pref; r=bienvenu
2000-02-11 05:23:01 +00:00
mcafee%netscape.com
41a7637c67
Woops, forcing failure for MailNews test it becomes primetime.
2000-02-11 05:21:59 +00:00
mcafee%netscape.com
5086ae3a3c
Adding mailnews test, minor cleanup.
2000-02-11 05:20:53 +00:00
joki%netscape.com
440e602f73
Fix for bug 24947, prevent recursive blur/focus calls. r:saari
2000-02-11 05:20:44 +00:00
dougt%netscape.com
7d4e5c9846
checking in makefile to build the interface nsIDirectoryService
2000-02-11 05:12:20 +00:00
dougt%netscape.com
ebfc731fa5
removing unneed file. r=smfr.
2000-02-11 05:09:18 +00:00
sfraser%netscape.com
8c72e740d2
Add nsIDirectoryService.idl for doug. r=dougt.
2000-02-11 05:09:04 +00:00
mccabe%netscape.com
33476298b9
Switch from using cached-and-refcounted nsIAllocator to linking directly to nsAllocator, as we're in the same DLL. Also turn some freecoded memcpy sequences into calls to nsAllocator::Clone
...
r=jband
2000-02-11 05:08:10 +00:00
dougt%netscape.com
030e0f2d0a
first checking
2000-02-11 05:04:53 +00:00
matt%netscape.com
85b170b550
part of my last check in r=don
2000-02-11 05:04:18 +00:00
nhotta%netscape.com
0dfcba672e
Fixing cata's Mac build problem, added a new idl to the project.
2000-02-11 04:53:58 +00:00
dougt%netscape.com
982ca08e98
Fix from warren to check for the return val of Clone.
...
Also adding extra ('s around a arguably confusing if statement
r=warren
2000-02-11 04:50:23 +00:00
dougt%netscape.com
44a1bba153
24560. Fixing jsurl document.write('foo') assertion/crash. Now returning
...
and error code from the channel creation which notifies the webshell
that all is okay but there is no channel to read from.
r=warren.
2000-02-11 04:48:09 +00:00
matt%netscape.com
4fb108ccd7
Adding select lists for dynamic font menu
...
Removing dynamic from the font pane. r=don
24830, 26077, 26176, 24753, 24754
2000-02-11 04:41:35 +00:00
hyatt%netscape.com
662a3dbd67
Fix for PDT+ bug #9333 . r=saari
2000-02-11 04:22:45 +00:00
ssu%netscape.com
c1c02cc490
added a #define so vc6 knows it does not require MFC. r=sgehani
2000-02-11 04:20:43 +00:00
norris%netscape.com
8fe3d34730
Fix 18439 windows.status allows reading links
...
r=mstoltz
2000-02-11 04:18:39 +00:00
troy%netscape.com
1266d6ccc4
r=karnaze@netscape.com Performance improvement for tables. During the initial
...
reflow we skip the pass2 reflow if it's an unconstrained reflow
2000-02-11 03:55:33 +00:00
cmanske%netscape.com
b69a5afb79
Color dialog work, corrected checking in new images without -kb, r=mjudge
2000-02-11 03:45:40 +00:00
cata%netscape.com
546194d339
Implementation of new idl interface r=nhotta
2000-02-11 03:42:41 +00:00
cata%netscape.com
6d311464a9
New idl interface in the build; r=nhotta
2000-02-11 03:42:15 +00:00
tonyr%fbdesigns.com
42ee480407
Switch to the category manager for registration
2000-02-11 03:37:28 +00:00
tonyr%fbdesigns.com
b544d8d607
Updated mail import to use nsMsgSend to reconstruct messages
2000-02-11 03:36:20 +00:00
tonyr%fbdesigns.com
0add89cc34
Switched to use the category manager for registration
2000-02-11 03:35:24 +00:00
tonyr%fbdesigns.com
b9facfc045
Improved progress reporting
2000-02-11 03:33:54 +00:00
tonyr%fbdesigns.com
6daa52496b
Added onclick handler for checkboxes
2000-02-11 03:33:02 +00:00
cata%netscape.com
a3ba4f9144
One liner to change to radio button behavior. hyatt's suggestion.
2000-02-11 03:17:12 +00:00
cata%netscape.com
15c1fb0b25
Commenting out old Charset menu. bug #15482 r = none (two XUL lines)
2000-02-11 03:13:04 +00:00
bryner%uiuc.edu
307285c5d4
We don't need to build xlibrgb except when compiling the motif or xlib
...
toolkits. r=pavlov@netscape.com .
2000-02-11 03:07:32 +00:00
akkana%netscape.com
d388d09698
27138: Implementations for View Source and Preview. r=cmanske
2000-02-11 02:48:28 +00:00
akkana%netscape.com
3d64781210
Fixing nsCOMPtr taining build bustage. a=gramps
2000-02-11 02:38:20 +00:00