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

113508 Коммитов

Автор SHA1 Сообщение Дата
seawood%netscape.com 297fae6d63 Create bundle version of libxpcom for OSX GRE builds.
Bug #186599 r=mcafee
2002-12-27 18:58:20 +00:00
leaf%mozilla.org 89b81c7658 Automated update 2002-12-27 11:00:14 +00:00
cbiesinger%web.de 9f088bb275 186778 r=cls qt compilation fails when --disable-debug is used 2002-12-27 10:50:29 +00:00
mcafee%netscape.com 5b5e7a49f5 Fixing array type error. 2002-12-27 10:21:19 +00:00
mcafee%netscape.com 440c8e9895 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 732a2ddbee Removing dead comments 2002-12-27 09:39:42 +00:00
mcafee%netscape.com c8b84a62d7 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 5165535527 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 681064b65e 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 b0be1c8d3b 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 950f18a24a Attempting qatest content generation. -mcafee 2002-12-27 03:15:21 +00:00
cltbld%netscape.com f7286a653d cleaning up unused code, debug printfs. -mcafee 2002-12-27 02:30:39 +00:00
cltbld%netscape.com 088ff5d5d9 First attempt at qatest script. -mcafee 2002-12-27 02:22:56 +00:00
rogerl%netscape.com 4b091acd30 Minor bug fixes. 2002-12-27 00:56:29 +00:00
jkeiser%netscape.com b1e0a48538 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 fbb6e05d27 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 0e1744b541 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 8f0f8f4f97 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 97618f3e6f Fixing CodesizeTestType usage. -mcafee 2002-12-26 08:57:59 +00:00
justdave%syndicomm.com 1932b9d8a8 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 4dba2cd88d Update PLIF to take advantage of the new PLIF exception handling library 2002-12-26 04:37:22 +00:00
ian%hixie.ch 99314b20ca 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 0d0ae7d60a 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 0ee3e91c0f 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 d54b3e292e 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 8c64ba1b38 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 cc6612cb32 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 1fb3cfa7e6 If the exception isn't handled, it should be re-raised. 2002-12-25 16:20:03 +00:00
ian%hixie.ch 08576caa95 Minor comment fixup 2002-12-25 14:14:11 +00:00
ian%hixie.ch 94ba618ca7 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 549c37cfed Add basic stringification to exceptions 2002-12-25 12:20:34 +00:00
timeless%mozdev.org b3c5f3e230 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 aeebca4690 Fix the cookie bug. Maybe. 2002-12-25 05:10:36 +00:00
ian%hixie.ch 97dcbdca4b 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 0212b900be Adding parameter for auto or base summary runs of codesize test. -mcafee 2002-12-25 00:11:20 +00:00
caillon%returnzero.com dfad9c362b 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 ef653515b3 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 64df219fb4 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 a72ab3ef74 fixing personal toolbar button text color 2002-12-24 18:16:36 +00:00
kerz%netscape.com 9654e70853 fixing case issue on unix 2002-12-24 18:03:03 +00:00
cbiesinger%web.de 03f600a9af 137819 r=tor sr=darin Changed images don't reload [file:// URLs] 2002-12-24 14:30:12 +00:00
leaf%mozilla.org 3fe6785b95 Automated update 2002-12-24 13:00:11 +00:00
cbiesinger%web.de 0f61304a65 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 9a6a1c1bca last file 2002-12-24 07:27:50 +00:00
kerz%netscape.com c3dfbcce74 Let's try this again, Qute as default. 2002-12-24 07:09:45 +00:00
kerz%netscape.com 59ffedd946 Let's try this out. 2002-12-24 07:06:40 +00:00
wtc%netscape.com 6eb33bd89e Bug 183612: added some comments. 2002-12-24 02:25:36 +00:00
igor%mir2.org 4c56bf59de Preparations for 1.5R4 release 2002-12-24 01:34:45 +00:00
shliang%netscape.com 4d0924680a 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
bienvenu%netscape.com 83de051fd4 fix regression in delete immediately imap delete r/sr=sspitzer 186560 2002-12-23 22:43:09 +00:00