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

53583 Коммитов

Автор SHA1 Сообщение Дата
slamm%netscape.com 3a65a709fc Fix mirror timing equation. 2000-02-17 01:18:27 +00:00
rpallath%eng.sun.com d60154d2be Changed the null check condition.
For HTML, doctype is alwasy null
2000-02-17 01:13:03 +00:00
slamm%netscape.com e03ba77800 Update mirror timing parameters based on rko's comments. 2000-02-17 01:02:33 +00:00
leila.garin%eng.sun.com 1404521315 Removed DocumenTypeImpl test cases from HTML.ORIG
Added DocumentTypeImpl_xml test case into XML.ORIG
2000-02-17 00:56:15 +00:00
ftang%netscape.com 450f9210cb fix 26441. comment out annoying assertion for now. r=akkana. a=bobj 2000-02-17 00:56:00 +00:00
rpallath%eng.sun.com c28fde0881 Added getDocType_xml test case for XML for HTML it is null.
modified Makefiles to reflect the same
2000-02-17 00:54:57 +00:00
Jerry.Kirk%Nexwarecorp.com 47c250bb9d Increase the draw buffer size for PHOTON only. This was causing us
to be unable to render pages that had images in which a single
line was more than 4096 bytes. PHOTON ONLY.
a=leaf
2000-02-17 00:44:50 +00:00
Jerry.Kirk%Nexwarecorp.com a4eb0ab7c5 Comment out a hack that offset the damage rects. I no longer need this
it was causing a off by one error which caused the blue header to draw
over top of the menu. PHOTON ONLY
a=leaf
2000-02-17 00:41:09 +00:00
modgock%eng.sun.com 3f7b7237c6 Changes to bring plugin code inline with various superclass changes and environment changes causal from the changeover to CW5 (5.3 updated) 2000-02-17 00:34:07 +00:00
modgock%eng.sun.com 7f56d57c49 updated instructions so that they're current for the CW5.3 env.. etc etc 2000-02-17 00:30:40 +00:00
sfraser%netscape.com dd0a7336b4 Fix the nsIBrowserInstance.h problem, by changing the output file for the headers target to something that does not conflict with another project. r=jj,a=jj. This is required to fix the Mac depend tinderbox. 2000-02-17 00:30:28 +00:00
troy%netscape.com 36fbf4d492 b=27056 a=jar@netscape.com r=troy@netscape.com Change made by Vidur.
Avoid notifications in the middle of a table row
2000-02-16 23:43:59 +00:00
sgehani%netscape.com a76dc2f5c1 Completion of fixes for PDT+ bugs: 21655, 27177 [a=leaf; r=ssu] 2000-02-16 23:27:21 +00:00
rpallath%eng.sun.com 6ab69eb8d0 Added entries for new test cases. 2000-02-16 23:17:53 +00:00
evaughan%netscape.com 67bb0f8e83 added files: mozilla/layout/xul/base/src/nsXULTextFrame.cpp 2000-02-16 23:05:34 +00:00
evaughan%netscape.com 846d568bf0 Box performance fix.
-r jevering
2000-02-16 23:00:52 +00:00
rpallath%eng.sun.com 0073c97cc7 New Test Cases for all UNSUPPORTED methods 2000-02-16 22:58:27 +00:00
leila.garin%eng.sun.com 838bc614f1 hanged made to these file
Added new api test entries in BWTestClass files
Added UNSUPPORTED methods in BWBaseTest/TestLoader
Update DoucmentImpl accroding to java DOM version.
Did correct check for retrun values in ElementImpl_removeAttribute_String_1.java
ElementImpl_setAttributeNode_Attr_1.java NamedNodeMapImpl_setNamedItem_Node_1.java
2000-02-16 22:53:33 +00:00
waterson%netscape.com 29406017a6 Revert fix for 26947, 27271 due to bad interaction with the 'find' datasource that causes crash-on-exit. a=chofmann. 2000-02-16 22:44:15 +00:00
sfraser%netscape.com b8a42a19a1 Fix bug 28043 -- if pull of seamonkey fails, NSPR is not udpated. Also fix spelling of 'timebomb'. r=brade, a=chofmann 2000-02-16 22:40:06 +00:00
norris%netscape.com 53f217c2b8 Add to "dont-test" list. 2000-02-16 18:35:10 +00:00
norris%netscape.com b73bd41b86 Add support for dynamic scopes and fix remaining test failures in the tip. 2000-02-16 17:40:53 +00:00
jefft%netscape.com 730c447528 fix wensleydale build bustage; stupid type casting; r=bienvenu 2000-02-16 16:42:11 +00:00
scc%netscape.com fe53b267e7 backing out my change 2000-02-16 15:43:55 +00:00
scc%netscape.com 1783a3197c I think this is the right fix for the wensleydale bustage. Added |operator*()| to |nsXPIDL[C]String|. Fixed |const|-ness of existing operators and made inline. Built and tested on Mac; if this doesn't help, I'll back it right out. r=ckritzer (I swear I'm not making this up!) 2000-02-16 15:08:55 +00:00
mscott%netscape.com 866e24913d Backing out the OS/2 landing changes here. This completely horked the build on windows tonight. You couldn't even bring
up the profile dialog. Why? because XP_WIN was not defined! so none of the intl components were getting registered.

a=alecf,waterson
2000-02-16 10:01:26 +00:00
alecf%netscape.com 220119e88b fix C++ comments 2000-02-16 09:48:26 +00:00
alecf%netscape.com 2083a29874 fix solaris bustage 2000-02-16 09:37:33 +00:00
sspitzer%netscape.com c811263638 I broke -f, which would mean I broke bloaty, except I fixed it.
a=alecf who is the sheriff
2000-02-16 09:14:40 +00:00
sspitzer%netscape.com 5961e102b1 adding this to fix build bustage. r=rginda 2000-02-16 08:21:16 +00:00
leaf%mozilla.org d22f684000 Automated update 2000-02-16 08:16:16 +00:00
sspitzer%netscape.com f1c60c57f5 fix for build breakage, we hope. r=rginda 2000-02-16 08:10:09 +00:00
sgehani%netscape.com 9328dec1f2 *** NOT PART OF BUILD *** Completion of fixes for PDT+ bugs: 21655, 27177 [r=ssu] 2000-02-16 08:09:55 +00:00
dveditz%netscape.com e45961fd08 Bug 23306 and parts ofbug 12817 speedup 2000-02-16 08:06:13 +00:00
cls%seawood.org e9e1a2e4f3 BeOS specific tweaks to allow the browser to compile.
Fixed configure.in to properly set developer specific debug flag under BeOS.
Added UNIX_CRASH_ON_ASSERT ifdef to stop BeOS from bring up debugger on non-abort assertions.
2000-02-16 08:06:00 +00:00
cls%seawood.org 89d57d0dd8 Temporary fix for bug #24892 2000-02-16 07:58:45 +00:00
cata%netscape.com 8f5405ecc5 tiny JS fix 2000-02-16 07:52:56 +00:00
davidm%netscape.com 7e316de55e 20893 Cache preferences need to be hooked up r = ben@netscape.com 2000-02-16 07:52:43 +00:00
vishy%netscape.com 9ca04b3368 bugsplat=384817, need id here to dynamic overlay from commercial tree 2000-02-16 07:50:23 +00:00
davidm%netscape.com aed43cf3e0 26171 Trigger bigfile .xpi a 2nd time results in -207 install fail 25585 Leaking a C string 25590 Leaking C string in cache co 20893 Cache preferences need to be hooked up r = gordon@netscape.com 2000-02-16 07:48:06 +00:00
sgehani%netscape.com 3300bb0be2 Fixes for: * app launch (profile wizard) after install [b=21655]; * legacy file check (older version of Mozilla) [b=27177]; * retain folder selection [b=27885]; r=dbragg 2000-02-16 07:47:10 +00:00
nhotta%netscape.com 93991fcc9b Enabled 'oncreate' for charset menu added code to hanlde reply/forward charset cases, bug 23540, r=cata. 2000-02-16 07:46:37 +00:00
dveditz%netscape.com dc71859afb registry speed ups (part of 12817) 2000-02-16 07:45:20 +00:00
alecf%netscape.com ec0dd4dc91 make remember_password sticky and don't attempt to sync with wallet for beta1
r=sspitzer
2000-02-16 07:43:18 +00:00
dp%netscape.com c8f148e7d4 Protecting shutdown with mInitialized. regxpcom will cause shutdown to
happen without mInitialized and without this incorrect shutdown to
happen. r=vidur r=rjc
2000-02-16 07:42:00 +00:00
nhotta%netscape.com e2001111e5 Added mailnews.send_default_charset, bug 23540, r=cata. 2000-02-16 07:39:29 +00:00
dveditz%netscape.com b1221ee589 fixing crash at end of regexport 2000-02-16 07:39:14 +00:00
waterson%netscape.com 2b8e5dab5f Bugs 27947, 27271. Re-order content-model-to-layout notification to avoid an incremental reflow. This ensures that 1) all menus will be completely created before they are displayed, and 2) the 'oncreate' handler runs after RDF content has been generated. r=hyatt 2000-02-16 07:36:35 +00:00
law%netscape.com 60684a7262 Convert local path to file URL when coming back from "Choose File...". This avoids screwing up Mac local paths. b=26632, r=ben@netscape.com 2000-02-16 07:35:44 +00:00
mscott%netscape.com a071098e50 Bug #17468 --> LoadURL, do load url need to pass around the window target for now.
r=travis
2000-02-16 07:30:17 +00:00