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

113433 Коммитов

Автор SHA1 Сообщение Дата
caillon%returnzero.com df3d2eb90a 186752 - Need one more null check, this time before CallQueryInterface. r+sr=dbaron 2002-12-28 00:03:33 +00:00
seawood%netscape.com 29b02ee87c Create bundle version of libxpcom for OSX GRE builds.
Bug #186599 r=mcafee
2002-12-27 18:58:20 +00:00
leaf%mozilla.org 58276d38b0 Automated update 2002-12-27 11:00:14 +00:00
cbiesinger%web.de 7470750f36 186778 r=cls qt compilation fails when --disable-debug is used 2002-12-27 10:50:29 +00:00
mcafee%netscape.com fe0b9716ea Fixing array type error. 2002-12-27 10:21:19 +00:00
mcafee%netscape.com ff4506f151 TinderboxPrint: now just prints the rest of the line out, bloat2 test needs 3 separate TinderboxPrint: prefixes. Removing old scrape comments. 2002-12-27 09:43:21 +00:00
mcafee%netscape.com c645b7fe20 Removing dead comments 2002-12-27 09:39:42 +00:00
mcafee%netscape.com 2cbb4c8d84 Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases. 2002-12-27 09:34:58 +00:00
mcafee%netscape.com b06789db11 Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases. 2002-12-27 09:33:38 +00:00
caillon%returnzero.com 27c6aebd18 Bug 186752 - Crash during background painting when there is no scrollable frame. Add a null check.
r+sr=dbaron
2002-12-27 07:32:17 +00:00
caillon%returnzero.com c1dffb47a1 Bug 185647 - Setting pseudo class of a closed window crashes [@ inLayoutUtils::GetEventStateManagerFor]
r=timeless sr=tor
2002-12-27 07:30:51 +00:00
cltbld%netscape.com c921db1dcb Attempting qatest content generation. -mcafee 2002-12-27 03:15:21 +00:00
cltbld%netscape.com 9612ac1644 cleaning up unused code, debug printfs. -mcafee 2002-12-27 02:30:39 +00:00
cltbld%netscape.com a607221992 First attempt at qatest script. -mcafee 2002-12-27 02:22:56 +00:00
rogerl%netscape.com 671e671dab Minor bug fixes. 2002-12-27 00:56:29 +00:00
jkeiser%netscape.com 675a4b220f Make align=right only float right for input type=image (bug 170781), r=peterl@netscape.cm, sr=bzbarsky@mit.edu 2002-12-27 00:41:52 +00:00
peterlubczynski%netscape.com f40c38791c Fixing bug 180366, browser crashes on shutdown after scripting plugin, moving unused plugin library unloading to Observe("xpcom-shutdown") r=av sr=beard 2002-12-26 22:54:46 +00:00
cltbld%netscape.com e769164405 Changes for QA/JS test. Backed sleep times from 10s to 5s. -mcafee 2002-12-26 22:44:55 +00:00
dbaron%fas.harvard.edu 9bc7985139 Reduce paint suppression timeout from 1200ms to 250ms (to match Phoenix and Chimera). b=180241 r=rjesup sr=bzbarsky 2002-12-26 21:03:23 +00:00
cltbld%netscape.com 35a14f64ac Fixing CodesizeTestType usage. -mcafee 2002-12-26 08:57:59 +00:00
justdave%syndicomm.com d8084f3430 Bug 186594: $db_sock was not being exported from Bugzilla/Config.pm
patch by sergeyli@pisem.net (Sergey Lipnevich)
r=bbaetz, a=justdave
2002-12-26 07:37:12 +00:00
ian%hixie.ch 35d6a3a24b Update PLIF to take advantage of the new PLIF exception handling library 2002-12-26 04:37:22 +00:00
ian%hixie.ch 0884ae5dbd Fix the context-sensitive code to actually work. Fix the result returning code to actually work too. Make wrapped exceptions include actual filename and line info. 2002-12-26 04:35:17 +00:00
ian%hixie.ch 03370dd21a Rename 'handle' to 'catch' and 'unhandled' to 'fallthrough', so that we get fewer clashes with existing code. 2002-12-26 03:33:22 +00:00
ian%hixie.ch 432f287a41 Remove trailing spaces, add a missing parenthesis, add 'otherwise' to the list of exported keywords, support 'ne' operator on exception objects. 2002-12-26 03:11:34 +00:00
ian%hixie.ch fba0aef5f8 Add support for an "otherwise" block which is called if no exception is triggered. Also, refactor the code to shorten it a bit. 2002-12-26 02:07:19 +00:00
timeless%mozdev.org 85373c5757 Bug 52104 about:logo is missing
patch by bugzilla@gemal.dk r=timeless sr=darin
2002-12-25 22:17:54 +00:00
ian%hixie.ch c04478210d Handle exceptions raised inside exception blocks by reraising them after the finally block. This code is going to need some refactoring at some point... 2002-12-25 16:48:54 +00:00
ian%hixie.ch e9059a839b If the exception isn't handled, it should be re-raised. 2002-12-25 16:20:03 +00:00
ian%hixie.ch 1a946bce34 Minor comment fixup 2002-12-25 14:14:11 +00:00
ian%hixie.ch bf07ded92b Change the semantics of |try| to return the result of the try block when no exception is raised. 2002-12-25 12:37:38 +00:00
ian%hixie.ch 041dc55e8b Add basic stringification to exceptions 2002-12-25 12:20:34 +00:00
timeless%mozdev.org 9d40cc56ad Bug 52104 about:logo is missing
patch by bugzilla@gemal.dk r=timeless sr=darin
2002-12-25 08:40:46 +00:00
blakeross%telocity.com d2420668b3 Fix the cookie bug. Maybe. 2002-12-25 05:10:36 +00:00
ian%hixie.ch 20ba6cd9cc A standalone class to provide thorough Exception handling in Perl. This, like the Magic* classes, could easily be used separate from PLIF. 2002-12-25 00:39:40 +00:00
cltbld%netscape.com 89f3f312c9 Adding parameter for auto or base summary runs of codesize test. -mcafee 2002-12-25 00:11:20 +00:00
caillon%returnzero.com e3782c89a5 Removing unused decl. r=timeless. I forgot to remove this with my fix for 175197, and it wasn't removed per my review comment to 183234. 2002-12-24 21:40:41 +00:00
depstein%netscape.com ae1d48af76 Passing nsISupports context to AsyncOpen() in nsichanneltests.cpp. Triggers post-AsyncOpen nsIChannel tests. Not part of the build. 2002-12-24 21:22:59 +00:00
jkeiser%netscape.com 6661e825d5 Fix onmouseover/onmouseout crash (bug 186132), r=saari@netscape.com, sr=dbaron@fas.harvard.edu 2002-12-24 20:21:40 +00:00
kerz%netscape.com d2702d791d fixing personal toolbar button text color 2002-12-24 18:16:36 +00:00
kerz%netscape.com 5779c4d951 fixing case issue on unix 2002-12-24 18:03:03 +00:00
cbiesinger%web.de 3d8701754e 137819 r=tor sr=darin Changed images don't reload [file:// URLs] 2002-12-24 14:30:12 +00:00
leaf%mozilla.org 6bf3930051 Automated update 2002-12-24 13:00:11 +00:00
cbiesinger%web.de 320182bd38 184340 patch by Roland.Mainz@informatik.med.uni-giessen.de r=cls
Add check for qt-mt to configure.in
2002-12-24 12:59:08 +00:00
kerz%netscape.com db610f1149 last file 2002-12-24 07:27:50 +00:00
kerz%netscape.com b28e2a8603 Let's try this again, Qute as default. 2002-12-24 07:09:45 +00:00
kerz%netscape.com a1c5942dfa Let's try this out. 2002-12-24 07:06:40 +00:00
wtc%netscape.com b75e4a55f8 Bug 183612: added some comments. 2002-12-24 02:25:36 +00:00
igor%mir2.org 265cc938cc Preparations for 1.5R4 release 2002-12-24 01:34:45 +00:00
shliang%netscape.com f64ecdbb45 bug 135142 key navigation doesn't work for advanced tab. patch by walk84@yahoo.com, r=caillon, sr=jag 2002-12-23 23:22:20 +00:00