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

126023 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 891119fe45 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 aa1cc7eac0 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 ed7b08754f 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 e933bb5c3c 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 944248d5d9 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 abe30316c3 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 6b4f2582f5 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 6eb4db4380 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 1cf2dd38f1 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 e73ddc3bbd Untabify. Not part of build. 2004-01-22 01:54:13 +00:00
dbaron%dbaron.org 50f9940a9f 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 182efbb556 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 8201c0cef1 Continuing removal of unneeded virtual destructors (bug 229875). r=dougt, sr=dbaron. 2004-01-22 01:01:19 +00:00
gerv%gerv.net 73c819a7d9 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 5dbcb3355e 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 dc0006a0b3 Use |const|. DEBUG-only. 2004-01-21 23:08:51 +00:00
bryner%brianryner.com 93f6dc27e6 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 89cf579b6e 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 aa986eb921 Bug #220717 --> fix regressions in thunderbird toolbar drop down menus
sr=dbaron
2004-01-21 22:17:08 +00:00
jst%mozilla.jstenback.com d16a9953bb 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 bd396f295c 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 989a0a4d36 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 0648a43142 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 28185204c6 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 8367be5bbe 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 d1aa6370be Make nsTraceRefcnt bloat test less prominent and rename nsTraceRefcnt leak test to RLk. 2004-01-21 20:56:42 +00:00
pinkerton%aol.net 3c9e98ac0b 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 38050869d3 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 2ef815240d Fix Windows debug bustage. b=231737, 112547 2004-01-21 18:29:38 +00:00
cbiesinger%web.de cb9c2f1442 Bug 185195 cleanup BMP Decoder
r=neil.parkwaycc.co.uk sr=tor
2004-01-21 17:30:14 +00:00
cbiesinger%web.de 454e85ffe6 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 02c880788a fix 231615 duplicate categories created on palm during palm sync in some situations, sr=mscott 2004-01-21 16:38:30 +00:00
bzbarsky%mit.edu 00ce5ac8f0 Select addresses window should persist size/position. Bug 131959, patch by
borggraefe@despammed.com (Stefan Borggraefe), r=neil, sr=bzbarsky
2004-01-21 15:49:07 +00:00
bzbarsky%mit.edu 4ed327c237 Backing out the last change since it has no effect on Ts and increases
codesize. Bug 224765.
2004-01-21 15:36:28 +00:00
ian%hixie.ch 69d1cac571 Preprocessor documentation, believe it or not. 2004-01-21 15:34:35 +00:00
ian%hixie.ch 5fa88fc10b Support a new --line-endings argument so that you can force a particular type of line endings. 2004-01-21 15:34:10 +00:00
bugreport%peshkin.net a12eaf447f Bug 225075: Fix exact case search so it only selects bugs with matching case strings.
r=bbaetz, a=justdave
2004-01-21 14:01:08 +00:00
peterv%propagandism.org a108b43b2f Rename verify to verifyThread to fix OS X debug build bustage. 2004-01-21 12:25:50 +00:00
bryner%brianryner.com 290494e26b Continuing nsIPresContext deCOMtamination (bug 229371). Remove GetImageLoadFlags (unused). Make failure to fetch the LookAndFeel service cause Init() to fail, don't null check it after that, and inlined the getter. Move IOService caching to nsImageFrame, the only user of it. r+sr=bzbarsky. 2004-01-21 09:35:59 +00:00
smontagu%smontagu.org 9c629f6331 Backing out last change because of test failures on tinderbox. 2004-01-21 08:06:12 +00:00
justdave%syndicomm.com e53da56cd5 small whitespace change to test cvs back-end changes related to this file 2004-01-21 07:58:31 +00:00
justdave%syndicomm.com d673994daf Bug 115642: Use XML for buglists, and lots of other goodies. This makes the Bugzilla.bm module actually work now. :)
Patch primarily by Jake Steenhagen <jake@bugzilla.org> and Bradley Baetz <bbaetz@acm.org>
r= justdave
2004-01-21 07:45:39 +00:00
scott%scott-macgregor.org 500d898fc4 Don't issue the compose-send-message until after we have tried to spell check the document
and test for a subject.

This makes us not do the cert lookup against ldap directories until after all these dialogs are done.
2004-01-21 07:32:58 +00:00
dougt%meer.net 40c662e27c [minimo only] there are no default/ prefs any longer 2004-01-21 07:05:19 +00:00
scott%scott-macgregor.org f1b84a6c4c initial pass at dynamically adding buttons for managing certs and security devices to the advanced options panel. 2004-01-21 06:59:51 +00:00
dougt%meer.net 39c7e64091 [minimo only] Minimo, the app, lives -- inital checkin 2004-01-21 06:55:55 +00:00
dougt%meer.net febd613fc9 [minimo only] Minimo, now renamed. 2004-01-21 06:50:52 +00:00
dougt%meer.net 54a8922b98 [minimo only] Minimo, the app, lives -- inital checkin 2004-01-21 06:48:40 +00:00
dougt%meer.net 3c5536d524 [minimo only] change to all.js so that cookies work. 2004-01-21 06:42:56 +00:00
smontagu%smontagu.org c1002122ce Removing unused code. Preliminary patch to bug 231162, r=jshin@mailaps.org, sr=dbaron. 2004-01-21 06:40:17 +00:00