Граф коммитов

53149 Коммитов

Автор SHA1 Сообщение Дата
jefft%netscape.com c88c66aa92 partial checkin for bug 24740 - namespaces and acl for imap account; r=bienvenu 2000-02-11 15:36:34 +00:00
rickg%netscape.com ccea405df3 backout part of xif update; r=none (because it's a backout) 2000-02-11 15:34:12 +00:00
law%netscape.com 874486f2cc Move setting of handler attribute to after element is put in document to workaround a bug; b=26402, r=hyatt@netscape.com 2000-02-11 15:33:04 +00:00
troy%netscape.com de14d85e76 b=27043 r=buster@netscape.com Inner table cell specifies NS_BLOCK_MARGIN_ROOT
flag now
2000-02-11 15:31:41 +00:00
rickg%netscape.com f2f64f2556 improve token initializer 2000-02-11 15:25:39 +00:00
rickg%netscape.com 28dc74477f revert changes 2000-02-11 15:25:00 +00:00
rickg%netscape.com 7d6d9c7570 added return type on new method 2000-02-11 15:19:17 +00:00
rods%netscape.com 854887ec6e minor changes to html.css to remove some bad padding value for mulitple selects
b 27236 r=dcone
2000-02-11 15:18:02 +00:00
Jerry.Kirk%Nexwarecorp.com 4a4508c6fb Add support for the GetSpaceWidth() method in nsFontMetrics and added
the call to it in nsRenderingContextPh::GetWidth. This is PHOTON ONLY.
2000-02-11 14:44:50 +00:00
dcone%netscape.com 99e9448453 Added printer regression test file. r=karnaze 2000-02-11 14:41:05 +00:00
dcone%netscape.com b4d3f8cf14 Added printer regression test files and directories 2000-02-11 14:40:32 +00:00
dcone%netscape.com 6c7cfaf163 Printer regression test files. r=karnaze 2000-02-11 14:38:57 +00:00
Jerry.Kirk%Nexwarecorp.com 244b9f2d96 Adding the Splash Screen for Neutrino/Photon platform. 2000-02-11 14:37:43 +00:00
dcone%netscape.com 6770e71f45 Fixed the invalidate for the Palette. r=rods 2000-02-11 14:35:01 +00:00
scc%netscape.com fae4a1e876 First Checked In. 2000-02-11 14:32:11 +00:00
cathleen%netscape.com 8e241a36fd 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 3e8ed7c3de oops -- case error in filename 2000-02-11 12:50:36 +00:00
tomk%mitre.org 0d616d4d03 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 0c874ea257 fixed 22340, 23749, 23931, 24419, 25522, 25630, 25845 and 25895; r=harishd 2000-02-11 12:11:29 +00:00
rickg%netscape.com f3f2d8ea28 fixed25049; r=harishd 2000-02-11 12:11:03 +00:00
rickg%netscape.com 731861e20e fixed bug24346; r=harishd 2000-02-11 12:10:40 +00:00
rickg%netscape.com 9a620e99c4 fixed 23749; r=harishd 2000-02-11 12:10:38 +00:00
gagan%netscape.com a4679ae202 I am an idiot... 2000-02-11 11:42:38 +00:00
scc%netscape.com 16e7483e83 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 5e32625591 Assert when trying to sizeToContent on subframes. It's not allowed. r=hyatt 2000-02-11 08:35:20 +00:00
tbogard%aol.net 87e2b6bc90 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 4b2f1f9168 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 53174e1d5e 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 34d92f0731 Default to all chrome rather than no chrome. bug fix for 27354. 2000-02-11 08:21:15 +00:00
danm%netscape.com 91688425b6 pass all keyboard events in modal event filter. bug 27296. r:pinkerton. 2000-02-11 08:05:35 +00:00
sdv%sparc.spb.su 335c6a2d1e 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 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