Commit Graph

53138 Commits

Author SHA1 Message Date
dcone%netscape.com
5e27541a5c Added printer regression test files and directories 2000-02-11 14:40:32 +00:00
dcone%netscape.com
ce7566f342 Printer regression test files. r=karnaze 2000-02-11 14:38:57 +00:00
Jerry.Kirk%Nexwarecorp.com
b3949394ec Adding the Splash Screen for Neutrino/Photon platform. 2000-02-11 14:37:43 +00:00
dcone%netscape.com
1a03ad51ce Fixed the invalidate for the Palette. r=rods 2000-02-11 14:35:01 +00:00
scc%netscape.com
84639d6d3b First Checked In. 2000-02-11 14:32:11 +00:00
cathleen%netscape.com
689c63308d check in fix for dougt, bug=27254 r=cathleen
change relative chrome url path to absolute url path
2000-02-11 12:51:51 +00:00
rickg%netscape.com
cb1446ce25 oops -- case error in filename 2000-02-11 12:50:36 +00:00
tomk%mitre.org
4be60167e2 Fixed MAC build problem where MozillaProcessingInstruction.cpp was too long of
a file name.  Some changes were also made to testMozDOM.cpp to test other
appects of the wrapper classes.  (TransforMIIX is not part of the regular
Mozilla building process, and is not build automatically)
2000-02-11 12:47:27 +00:00
rickg%netscape.com
4948a346f2 fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
rickg%netscape.com
4d12935e0e fixed25049; r=harishd 2000-02-11 12:11:03 +00:00
rickg%netscape.com
75be200f2d fixed bug24346; r=harishd 2000-02-11 12:10:40 +00:00
rickg%netscape.com
1706df3dfd fixed 23749; r=harishd 2000-02-11 12:10:38 +00:00
gagan%netscape.com
d33614c999 I am an idiot... 2000-02-11 11:42:38 +00:00
scc%netscape.com
f4f8cc503e Somebody is |#include|ing this file inside an |extern "C"| declaration. This is wrong, and stops the build on some platforms. In the meantime, protect the new template declarations to stop the build bustage. 2000-02-11 08:38:14 +00:00
tbogard%aol.net
b91c1c9cea Assert when trying to sizeToContent on subframes. It's not allowed. r=hyatt 2000-02-11 08:35:20 +00:00
tbogard%aol.net
76b9ae1b30 Remove methods that are no longer needed to implement nsIWebShellContainer. Removed the local chrome mask member variable and moved it into relying on the base class. r=hyatt 2000-02-11 08:32:01 +00:00
tbogard%aol.net
201adafc59 Removed methods that are no longer used as nsIWebShellContainer or nsIWebShell interface no longer require them. r=hyatt 2000-02-11 08:30:17 +00:00
tbogard%aol.net
d6712bba0e Remove a number of now defunct methods on nsIWebShellContainer. And a couple more from nsIWebShell. r=hyatt 2000-02-11 08:29:02 +00:00
tbogard%aol.net
e46ebc6ad0 Default to all chrome rather than no chrome. bug fix for 27354. 2000-02-11 08:21:15 +00:00
danm%netscape.com
074744be4b pass all keyboard events in modal event filter. bug 27296. r:pinkerton. 2000-02-11 08:05:35 +00:00
sdv%sparc.spb.su
e720b68a19 changed fix to bug 13338.
now check for null pointers in Java DOM instead of
passing null references to coreDOM
2000-02-11 07:58:12 +00:00
mcafee%netscape.com
a2a99ee0c3 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
9780d0f51c 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
b7de524c75 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
99f85886b8 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
d581aa9adf 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
5cd6027861 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
4cbfb93c9c 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
03c71d0912 MailNewsTest comments. 2000-02-11 06:41:22 +00:00
pepper%netscape.com
0d2a435172 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
9950515fd0 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
37836f02ae 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
d0c2719f95 fix for 25512, delete and add bookmark have same accelerator, r=hyatt 2000-02-11 06:01:47 +00:00
ben%netscape.com
d915d94734 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
e41fc5f763 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
08ceffea3c profile manager rewording, r=verah 2000-02-11 05:47:48 +00:00
ben%netscape.com
b69c5d4197 changes to profile manager wording. r=verah 2000-02-11 05:46:21 +00:00
ben%netscape.com
8dbf413dc6 changes to profile manager language. r=verah 2000-02-11 05:46:04 +00:00
ssu%netscape.com
8e14066abd 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
d018fa4b19 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
2852f3fc6b 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
a962e417dc Woops, forcing failure for MailNews test it becomes primetime. 2000-02-11 05:21:59 +00:00
mcafee%netscape.com
23ae814142 Adding mailnews test, minor cleanup. 2000-02-11 05:20:53 +00:00
joki%netscape.com
45b81df728 Fix for bug 24947, prevent recursive blur/focus calls. r:saari 2000-02-11 05:20:44 +00:00
dougt%netscape.com
be8b07f605 checking in makefile to build the interface nsIDirectoryService 2000-02-11 05:12:20 +00:00
dougt%netscape.com
ec95c74bd3 removing unneed file. r=smfr. 2000-02-11 05:09:18 +00:00
sfraser%netscape.com
076c4c928f Add nsIDirectoryService.idl for doug. r=dougt. 2000-02-11 05:09:04 +00:00
mccabe%netscape.com
6c37c5d9ad 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
c971d059e6 first checking 2000-02-11 05:04:53 +00:00
matt%netscape.com
c2b460a506 part of my last check in r=don 2000-02-11 05:04:18 +00:00