Commit Graph

155178 Commits

Author SHA1 Message Date
bclary%bclary.com
a6660394f9 Regression test for bug 325925, by Blake Kaplan 2006-03-03 05:59:24 +00:00
dmose%mozilla.org
77d61ffaab Make deleting an exception actually get rid of the exception rather than adding an EXDATE (bug 328510). Thanks to <michael.buettner@sun.com> for the patch; r=dmose. 2006-03-03 05:55:09 +00:00
pavlov%pavlov.net
0abecc5523 don't create a temp duplicate font list every time we need to get a font.... bug 329199. r=bz 2006-03-03 05:54:47 +00:00
bclary%bclary.com
e86dd357ac Regression test for bug 328556, by Jesse Ruderman. No bug, not part of the build 2006-03-03 05:53:30 +00:00
beng%bengoodger.com
38c8855bc5 329169 - leaked livemark service on shutdown... break cycle with load channels by canceling loads on xpcom-shutdown rather than in the livemark service's dtor, which will never fire due to circular references. r=bryner 2006-03-03 05:14:34 +00:00
nelson%bolyard.com
ac042bff56 Fix standalone mpi Makefile to build on OS/X. Bug 327405.
Patch contributed by Douglas Stebila <douglas@stebila.ca>
2006-03-03 04:21:56 +00:00
dougt%meer.net
86a071e845 updating intl perferences stuff to use the toolkit defines. MINIMO ONLY 2006-03-03 04:09:40 +00:00
gavin%gavinsharp.com
cd7134e61d Back out the fix for bug 271359 from the trunk too (it was forgotten), original backout had r=mconnor 2006-03-03 04:09:10 +00:00
scott%scott-macgregor.org
c785639438 package up fastfind.xpt now that we use the typeahead find bar 2006-03-03 04:01:48 +00:00
nelson%bolyard.com
5e2ca73982 Bug 327677. Fix cert object reference leak. r=julien.pierre,nelson
Patch contributed by Alexei Volkov <alexei.volkov.bugs@sun.com>
2006-03-03 04:00:49 +00:00
gavin%gavinsharp.com
bd376807f4 little nits to sync 1.8 branch/trunk 2006-03-03 03:59:44 +00:00
jminta%gmail.com
98e3687701 Bug 328483 Lightning: Play sound on alarm does not work. patch by ssitter@googlemail.com, r=jminta 2006-03-03 03:43:51 +00:00
jminta%gmail.com
751868878a Bug 328632 Use the date-formatter in alarms. r=mvl 2006-03-03 03:38:31 +00:00
jminta%gmail.com
8d5a13d34c Bug 328508 JavaScript error after dismiss of last remaining alarm. r=mvl 2006-03-03 03:36:22 +00:00
bzbarsky%mit.edu
24944d8a8c Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff
to nsIGlobalHistory3.  Bug 328928, r=brettw and smfr, sr=darin
2006-03-03 03:34:48 +00:00
mike.morgan%oregonstate.edu
92679a265b Adjusted wording for survey form. 2006-03-03 03:06:43 +00:00
bzbarsky%mit.edu
6ca8715ac8 Fix the behavior of ranges when insertNode is called -- range should not
collapse.  Bug 253609, patch by Joshua Welderson
<pythonesque+bugzilla@gmail.com>, r=peterv, sr=jst
2006-03-03 02:53:44 +00:00
bzbarsky%mit.edu
e5bfa977ef Remove some no longer needed code. Bug 326017, r+sr=jst 2006-03-03 02:52:05 +00:00
bzbarsky%mit.edu
1939953a97 Make sure XUl anonymous popup groups are really anonymous. Bug 326644, patch by Mats Palmgren <mats.palmgren@bredband.net>, r+sr+branch181=bzbarsky, a=dveditz 2006-03-03 02:46:00 +00:00
mkanat%kerio.com
f57c36cb9e Bug 329177: Bugzilla fails when there are no keywords
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-03-03 02:37:16 +00:00
bienvenu%nventure.com
483925ddaa fix progress/status on move/copy of messages after cycling through folder views, sr=mscott, 328593 2006-03-03 00:55:00 +00:00
jocuri%softhome.net
92e15e7755 Patch for bug 329163: Add 'settings' template case in generic handling of auth errors; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk. 2006-03-03 00:50:02 +00:00
gavin%gavinsharp.com
1595ec755f Bug 328932: Evaluating Components.classes in JS Console throws an exception, r=bzbarsky, sr=jag 2006-03-03 00:48:52 +00:00
pavlov%pavlov.net
337161cda9 fixing 16bpp display hang. bug 328676. r=vlad 2006-03-03 00:44:48 +00:00
jocuri%softhome.net
c02238e6c8 Back out accidentally commited change as part of check-in for bug 328089. 2006-03-03 00:41:49 +00:00
pavlov%pavlov.net
117ea6ce29 fixing typo breaking mingw builds. bug 328499. patch from Hans-Andreas Engel <engel@physics.harvard.edu>. r=vlad 2006-03-03 00:17:54 +00:00
pavlov%pavlov.net
cc439baf14 Fast path text measuring/drawing for non-ascii non-complex text as well. bug 329170. r=vlad. 2006-03-03 00:14:40 +00:00
scott%scott-macgregor.org
ffa8f11d3a Bug #328795 --> remove find in message now that we have type ahead find support. Fix a problem with the quick search box not showing the right search mode as being checked when you start up. sr=bienvenu 2006-03-03 00:11:43 +00:00
scott%scott-macgregor.org
8fae567700 Bug #328795 --> remove find in message now that we have type ahead find support. Fix a problem with the quick search box not showing the right search mode as being checked when you start up. sr=bienvenu 2006-03-03 00:01:01 +00:00
neil%parkwaycc.co.uk
d3037a8f1b Bug 328932 Make JS Console evaluate with chrome principal again r=bz sr=jag 2006-03-02 23:55:57 +00:00
mkanat%kerio.com
51f583df63 Bug 328602: Eliminate %::versions and @::legal_versions
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-03-02 23:50:17 +00:00
jocuri%softhome.net
a13589c148 Patch for bug 282613: add important admin edit flags to sidebar; patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=vladd, a=justdave. 2006-03-02 23:45:08 +00:00
jocuri%softhome.net
03614e29d5 Patch for bug 328089: make number of columns in additional comments field identical with constants.COMMENT_COLS; patch by Rudolf Ramler <rudolf.ramler@scch.at>, r=vladd, a=justdave. 2006-03-02 23:29:35 +00:00
mrbkap%gmail.com
d2ec11391a Clear the pending exception before dispatching any events and potentially running JS on a context that already has an exception thrown. bug 329046, r=brendan sr=jst 2006-03-02 23:09:43 +00:00
jocuri%softhome.net
dd66394dd2 Patch for bug 329042: Modify 'group.html' in 'groups.html' for documentation links; patch by Vlad Dascalu <vladd@bugzilla.org>; r=wurblzap, a=justdave. 2006-03-02 23:05:05 +00:00
wtchang%redhat.com
57a3c7aa21 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-02 22:48:55 +00:00
bclary%bclary.com
ae1db527de Regression test for bug 327608, make sure to call reportCompare in the onload handler 2006-03-02 22:33:28 +00:00
bclary%bclary.com
097f458033 Regression test for bug 254296 - tweak reportCompare, no bug not part of the build 2006-03-02 22:30:31 +00:00
bclary%bclary.com
f09f68d0c2 Regression Test for bug 324422, correct syntax error, no bug, not part of the build 2006-03-02 22:07:10 +00:00
bclary%bclary.com
9aff67fad1 Regression Test for bug 323338 - add missing TEST(), no bug, not part of the build 2006-03-02 22:05:18 +00:00
bclary%bclary.com
2431d2fe01 JavaScript Test Library - improve basic gc emulation when other method are unavailable, thanks to Igor Bukanov. no bug, not part of the build 2006-03-02 22:00:11 +00:00
enndeakin%sympatico.ca
80f0e89dec Bug 327943, remove grippy frame, r=neil,sr=roc 2006-03-02 21:42:29 +00:00
cvshook%sicking.cc
4268fdb2d6 Reland bug 324918 with fixes for regressions. r/sr=bz for the additional fixes 2006-03-02 21:30:23 +00:00
brendan%mozilla.org
9875e92b3a Finish separating gcMaxMallocBytes, account for scope hashtables in gcMallocBytes (319980, r/sr=mrbkap/bz). 2006-03-02 20:47:04 +00:00
mnyromyr%tprac.de
85822474d2 Bug 328900: Crash in StuffFixedBuffer; r=bsmedberg, sr=darin 2006-03-02 20:30:58 +00:00
tor%cs.brown.edu
bdeee1c1ae Bug 301628 - first pass at removal of svg observer mechanism.
r=scooter/jwatt, sr=roc
2006-03-02 20:22:19 +00:00
scott%scott-macgregor.org
6db3e48650 Bug #328795 --> Covnert Thunderbird to use toolkit's typeaheadfind bar sr=bienvenu 2006-03-02 20:17:01 +00:00
dougt%meer.net
2726f394c8 Fixing build bustage for minimo. npodb 2006-03-02 20:10:18 +00:00
brendan%mozilla.org
060e4a57c2 Fast followup to allow arbitrary nesting (328897, r=mrbkap). 2006-03-02 20:05:49 +00:00
brendan%mozilla.org
e18de632ae Fix JS_ReportPendingException to when cx has active frames (328897, r=mrbkap). 2006-03-02 20:00:47 +00:00