dmose%mozilla.org
|
3b928e3f9f
|
Fix issues caused by mixing "modify single occurrence" and "modify all occurrences" (bug 328084). Thanks to <michael.buettner@sun.com> for the patch; r=jminta@gmail.com
|
2006-03-03 06:04:20 +00:00 |
bclary%bclary.com
|
8d040039bc
|
Regression test for bug 325925, by Blake Kaplan
|
2006-03-03 05:59:24 +00:00 |
dmose%mozilla.org
|
10ea06cc96
|
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
|
2584ddf91e
|
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
|
6a995dda8d
|
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
|
a663566ad9
|
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
|
83ae991c8d
|
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
|
ce88aa6134
|
updating intl perferences stuff to use the toolkit defines. MINIMO ONLY
|
2006-03-03 04:09:40 +00:00 |
gavin%gavinsharp.com
|
98c8fb880a
|
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
|
f1408a62b4
|
package up fastfind.xpt now that we use the typeahead find bar
|
2006-03-03 04:01:48 +00:00 |
nelson%bolyard.com
|
dd859170b7
|
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
|
f2f959245e
|
little nits to sync 1.8 branch/trunk
|
2006-03-03 03:59:44 +00:00 |
jminta%gmail.com
|
f671b9a040
|
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
|
65f3ba0b41
|
Bug 328632 Use the date-formatter in alarms. r=mvl
|
2006-03-03 03:38:31 +00:00 |
jminta%gmail.com
|
1e9187af64
|
Bug 328508 JavaScript error after dismiss of last remaining alarm. r=mvl
|
2006-03-03 03:36:22 +00:00 |
bzbarsky%mit.edu
|
d56b07bf96
|
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
|
63ba796060
|
Adjusted wording for survey form.
|
2006-03-03 03:06:43 +00:00 |
bzbarsky%mit.edu
|
581b57ea10
|
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
|
e260aa4524
|
Remove some no longer needed code. Bug 326017, r+sr=jst
|
2006-03-03 02:52:05 +00:00 |
bzbarsky%mit.edu
|
07bd6fad25
|
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
|
f532cab5e4
|
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
|
f89fc8de4b
|
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
|
807087b3dd
|
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
|
9f22b0b4bd
|
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
|
dd9f126ca4
|
fixing 16bpp display hang. bug 328676. r=vlad
|
2006-03-03 00:44:48 +00:00 |
jocuri%softhome.net
|
bbef533b9d
|
Back out accidentally commited change as part of check-in for bug 328089.
|
2006-03-03 00:41:49 +00:00 |
pavlov%pavlov.net
|
eb25ac03a8
|
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
|
c48eaffbac
|
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
|
e3df0af087
|
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
|
3ac2e7e501
|
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
|
111c024893
|
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
|
b0cc72dbd4
|
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
|
89c9b794a6
|
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
|
0d736026ad
|
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
|
80490fe869
|
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
|
ab28223bf2
|
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
|
10904973ae
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-03-02 22:48:55 +00:00 |
bclary%bclary.com
|
8e90b2d034
|
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
|
41adcc0681
|
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
|
14e08e1294
|
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
|
c62d150794
|
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
|
e576a4bfb7
|
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
|
1669208216
|
Bug 327943, remove grippy frame, r=neil,sr=roc
|
2006-03-02 21:42:29 +00:00 |
cvshook%sicking.cc
|
4dcff1e570
|
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
|
b100aee98e
|
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
|
a66247d9c0
|
Bug 328900: Crash in StuffFixedBuffer; r=bsmedberg, sr=darin
|
2006-03-02 20:30:58 +00:00 |
tor%cs.brown.edu
|
8ce0e30c94
|
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
|
bb0367ba1b
|
Bug #328795 --> Covnert Thunderbird to use toolkit's typeaheadfind bar sr=bienvenu
|
2006-03-02 20:17:01 +00:00 |
dougt%meer.net
|
38db79ca00
|
Fixing build bustage for minimo. npodb
|
2006-03-02 20:10:18 +00:00 |
brendan%mozilla.org
|
4bb80c1edb
|
Fast followup to allow arbitrary nesting (328897, r=mrbkap).
|
2006-03-02 20:05:49 +00:00 |