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

126220 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org f494d8750a change buttonover to hover for the get msg button. Thanks to Stephen Walker for the patch 2004-01-22 20:02:56 +00:00
neil%parkwaycc.co.uk 0b0a0459bb Bug 209550 make it possible to use <statusbar> as direct child of <wizard> p=afatecha@idea.com.py r=me sr=jag 2004-01-22 19:37:05 +00:00
silver%warwickcompsoc.co.uk 848b909add Bug 112435 [partial] Need Motif with fixed width font [and]
Bug 220325 [partial] content pane text should be sized based upon prefs
r=rginda
2004-01-22 18:57:39 +00:00
silver%warwickcompsoc.co.uk 2c9595cc85 Bug 230833 /help quote refers to IRC 1459 instead of RFC1459
r=rginda
2004-01-22 18:55:49 +00:00
pkw%us.ibm.com b534e1ea18 Bug 227841 - AIX: Thunderbird fails to build because of redefined macros
r+sr=mscott@mozilla.org
2004-01-22 18:07:03 +00:00
neil%parkwaycc.co.uk e7fce02b98 Bug 231738 Use title caps for English window titles p=durbacher@gmx.de r=varga sr=alecf (no l10n impact) 2004-01-22 17:48:22 +00:00
bienvenu%nventure.com 34ba27ec73 fix slowdown in pop3 mail downloading on nfs servers, 231814 sr=mscott by checking if we're at eof before seeking to eof 2004-01-22 17:46:02 +00:00
neil%parkwaycc.co.uk 01979b95c7 Commenting on change in bug 219908 patch is in original bug 217089 p=gautheri@noos.fr r=bryner sr=jag 2004-01-22 16:14:35 +00:00
neil%parkwaycc.co.uk 74f9ae76d7 Bug 230791 Wrong company name and trademarks in mozilla.exe p=mbockelcamp@web.de r=leaf sr=bryner 2004-01-22 16:01:25 +00:00
cbiesinger%web.de 3eef6608c2 Bug 231372
GetCombinedArea could be faster/better
make it return an nsRect as return value instead of out parameter.
r=dbaron sr=bzbarsky
2004-01-22 15:06:25 +00:00
silver%warwickcompsoc.co.uk 832293b735 Bug 207436 Custom sounds doesn't work
r=samuel
2004-01-22 13:57:26 +00:00
silver%warwickcompsoc.co.uk 2824577cd5 Bug 146398 Open at Startup and Leave $viewname have no access keys
r=samuel
2004-01-22 13:55:40 +00:00
silver%warwickcompsoc.co.uk 897ff6fb12 Bug 219983 sidebar doesn't update if it's closed while switching channels
r=samuel
2004-01-22 13:53:38 +00:00
silver%warwickcompsoc.co.uk 0ea22dfdac Bug 231621 Add a middle-click action for the Chatzilla client window (open in new tab, configurable)
patch by Andreas Kunz (durbacher@gmx.de)
r=silver
2004-01-22 13:49:22 +00:00
neil%parkwaycc.co.uk c23891b138 Fix compiler warning b=229540 p=gautheri@noos.fr r=danm sr=alecf 2004-01-22 13:13:09 +00:00
neil%parkwaycc.co.uk 7bd568d3e7 Fix compiler warning b=231716 p=gautheri@noos.fr r/sr=dbaron 2004-01-22 13:07:40 +00:00
neil%parkwaycc.co.uk ea25d73aba Bug 231651 gNavigatorBundle is not defined when attempting to open empty location history in the open location dialog r=timeless sr=jag 2004-01-22 10:00:20 +00:00
neil%parkwaycc.co.uk 1d96418e2b Bug 230779 View/Character Coding/Customize should not load into existing Preferences dialog r=timeless sr=alecf 2004-01-22 09:57:02 +00:00
neil%parkwaycc.co.uk f1683df709 Bug 231766 Fix JS strict warning p=gautheri@noos.fr r=me sr=jag 2004-01-22 09:44:20 +00:00
gerv%gerv.net 69007c8ed2 Bug 227155 - make sure running collectstats.pl twice in a day, or migrating data from old charts to new charts where there are duplicate entries, doesn't cause an SQL error. Patch by gerv; r,a=justdave. 2004-01-22 08:10:53 +00:00
dbaron%dbaron.org 8b1b6977cf Comment this out until we figure out what to do about nsXPIDLString's shared empty buffer handle. b=112547 2004-01-22 04:30:03 +00:00
bzbarsky%mit.edu cdb84804de Move the methods for handling inline style and attribute style sheets up to
nsDocument.  Bug 230947, r+sr=jst
2004-01-22 03:35:09 +00:00
bzbarsky%mit.edu bbe0e03d7d Make image inputs that got replaced by alt text still submit .x and .y (submit
empty strings).  Bug 122238, r+sr=jst
2004-01-22 03:26:17 +00:00
nelsonb%netscape.com b99a74cbae Detect duplicate issuer name and serial number between two temp certs.
Bug 230996. r=ian, relyea.
2004-01-22 02:36:53 +00:00
nelsonb%netscape.com 1db7eb8535 Fix name constraints code to pass NIST PKITS test 38. r=wtc. Bug 231223. 2004-01-22 02:33:41 +00:00
nelsonb%netscape.com ce75f8d873 Move an extern function declaration to the header file where it belongs.
Bug 229212. r=relyea.
2004-01-22 02:19:42 +00:00
nelsonb%netscape.com b45bc04f3b Fix some erronous code that set SEC_ERROR_NO_MEMORY when there had been
no memory failure.  r=relyea.  Bug 231566
2004-01-22 02:17:26 +00:00
dbaron%dbaron.org 8823eaed93 Untabify. Not part of build. 2004-01-22 01:54:13 +00:00
dbaron%dbaron.org 2c1c31658d Call removeControllers / RemoveObserver for objects implemented in JS so that the chrome window's DOM window object can be cleaned up in one cycle of JS GC rather than two. b=231384 r=bryner sr=ben 2004-01-22 01:47:58 +00:00
dbaron%dbaron.org 0b767dd390 Fix leaks by calling removeObserver for pref observers implemented in JS so they don't stay around until the pref service shuts down. Call removeControllers in a similar situation so that the chrome windows DOM window object can be cleaned up in one cycle of JS GC rather than two. b=231384 r=bryner sr=ben 2004-01-22 01:46:48 +00:00
bryner%brianryner.com a10a5e8383 Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron. 2004-01-22 01:01:19 +00:00
gerv%gerv.net 063eb3074e Bug 231391 - make "cumulate" option work on new charts, together with a few UI tweaks. Patch by gerv; r=kiko, a=myk. 2004-01-22 00:02:27 +00:00
rlk%trfenv.com 4bb1ea5ec0 Bug 231119 - "Replying to a Message" in "Help" gives bad menu path on placement of quotes in replies. Patch by Stefan Borggraefe (borggraefe@despammed.com). r=rlk@trfenv.com 2004-01-22 00:01:56 +00:00
dbaron%dbaron.org cd5b87a264 Use |const|. DEBUG-only. 2004-01-21 23:08:51 +00:00
bryner%brianryner.com 23ecb8ff4e DeCOMtaminate nsCSSFrameConstructor (bug 231157). This gets rid of the nsIStyleFrameConstruction and nsICSSFrameConstructor interfaces. The frame constructor now has the same lifetime as the pres shell. r+sr=dbaron. 2004-01-21 23:05:10 +00:00
bsmedberg%covad.net 6922e69917 Remove mozilla/chimera, which hasn't been used in a while. Camino is built from mozilla/camino r=pinkerton+leaf 2004-01-21 22:20:30 +00:00
scott%scott-macgregor.org ea8d07aa43 Bug #220717 --> fix regressions in thunderbird toolbar drop down menus
sr=dbaron
2004-01-21 22:17:08 +00:00
jst%mozilla.jstenback.com fc9f3d6ea3 Fixing bug 183373. Provide XPCOM methods for accessing a shared empty string object. r=bryner@brianryner.com, sr=dbaron@dbaron.org 2004-01-21 21:36:40 +00:00
dbaron%dbaron.org 643acf57f1 Fix leak by calling removeObserver for observer implemented in JS so it doesn't stay around until the pref service shuts down. b=231384 r=daniel@glazman.org sr=bryner@brianryner.com 2004-01-21 21:15:44 +00:00
dbaron%dbaron.org 01075e707f Make WEBSHELL printfs use clearer notation and add DOMWINDOW printfs, which will actually show some leaks. b=231384 r=bryner sr=brendan 2004-01-21 21:13:39 +00:00
dbaron%dbaron.org 83bdcbc379 Fix leak regression by restoring code that gets the script context from the prototype document for compiling event handlers that are going to be stored in the prototype. b=231384 r=brendan sr=bryner 2004-01-21 21:11:29 +00:00
dbaron%dbaron.org 0511192cec Print more information about nsXPCWrappedJS objects in GC_MARK_DEBUG. b=231384 r=brendan sr=bryner 2004-01-21 21:09:18 +00:00
dbaron%dbaron.org 240541d85f Add ifdefs (off by default) that allow better debugging of invalidation problems by painting invalidated regions exactly rather than taking the minimal containing rectangle. b=215303 r=roc sr=bryner 2004-01-21 21:05:57 +00:00
dbaron%dbaron.org 8a20785582 Make nsTraceRefcnt bloat test less prominent and rename nsTraceRefcnt leak test to RLk. 2004-01-21 20:56:42 +00:00
pinkerton%aol.net e638f1c73d add site icons and urlbar autocomplete prefs back in as they were removed
from all.js
2004-01-21 20:25:31 +00:00
cbiesinger%web.de 00e4a35da2 Bug 215784
segmentation violation when clicking on Edit/Preferences/Appearance/Fonts
patch by sergei_d@fi.tartu.ee (Sergei Dolgov) r=biesi (beos only, no sr needed)
2004-01-21 20:23:15 +00:00
dbaron%dbaron.org 345194dd62 Fix Windows debug bustage. b=231737, 112547 2004-01-21 18:29:38 +00:00
cbiesinger%web.de b9f936fcf8 Bug 185195 cleanup BMP Decoder
r=neil.parkwaycc.co.uk sr=tor
2004-01-21 17:30:14 +00:00
cbiesinger%web.de 68bfda4612 Bug 231734
[BEOS]Random crashes in CallMethod
patch by sergei_d@fi.tartu.ee (Sergei Dolgov) r=biesi
2004-01-21 17:26:55 +00:00
bienvenu%nventure.com 8bd728bc82 fix 231615 duplicate categories created on palm during palm sync in some situations, sr=mscott 2004-01-21 16:38:30 +00:00