Commit Graph

161824 Commits

Author SHA1 Message Date
rhelmer%mozilla.com
ae189a1f07 pull build date from tinderbox server, b=342767 r=preed 2006-06-29 18:39:50 +00:00
davel%mozilla.com
177bd3d18f Bug 343157 - r=benjamin. exclude the unit test dirs from the final packaging 2006-06-29 18:27:49 +00:00
wr%rosenauer.org
c66dc59144 Bug 342950 - crash when trying to print, r+sr=roc 2006-06-29 18:22:15 +00:00
bzbarsky%mit.edu
3614e779d3 Call the function we actually want to call. Bug 343149, patch by Mikhail
Zabaluev <mhz@altlinux.org>, r=bsmedberg, sr=bzbarsky
2006-06-29 18:08:39 +00:00
jminta%gmail.com
7a6770283a Bug 312736 Cannot move an Event or Item in month view using drag & drop, r=shaver 2006-06-29 17:47:36 +00:00
zach%zachlipton.com
909f525605 Remove the LIMIT 300 in User's FullTextMatches search to work around a mysql bug in the ancient version on rodan. 2006-06-29 17:41:49 +00:00
benjamin%smedbergs.us
661aee8984 Bug 343126 - Spell checker broken (part 2, packaging errors), r=enndeakin 2006-06-29 17:08:58 +00:00
aaronr%us.ibm.com
6e3dc0affa [XForms] irrelevant attributes being submitted. Bug 342227, r=doronr+olli 2006-06-29 16:51:22 +00:00
mkanat%bugzilla.org
4082e765b6 Bug 342121: Remove usage of Config qw(:locations) in favor of Constants::bz_locations()
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-29 16:49:56 +00:00
mkanat%bugzilla.org
88553a931f Bug 342114: Bugzilla.pm caches data in global variables
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-29 16:34:37 +00:00
mkanat%bugzilla.org
adc171d363 Bug 342731: checksetup.pl "answers" file seems to be broken
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=Wurblzap, a=justdave
2006-06-29 16:33:24 +00:00
zach%zachlipton.com
47a815194e Bug fix in XML.pm. 2006-06-29 16:24:25 +00:00
benjamin%smedbergs.us
631865b20f Think-o from bug 216382 is the partial cause of bug 343126 (spellchecker completely broken), rs=enn 2006-06-29 16:22:55 +00:00
bzbarsky%mit.edu
d74d9be343 Just store the flags, not various booleans. Bug 342914, r=biesi, sr=darin 2006-06-29 16:18:01 +00:00
bzbarsky%mit.edu
d2f4362686 Make the innerHTML getter serialize all HTML-like content (text, etc) as HTML.
Bug 340800, r+sr=peterv
2006-06-29 16:13:27 +00:00
mattwillis%gmail.com
19a6e5db15 setting win32_redist_dir 2006-06-29 13:13:13 +00:00
mattwillis%gmail.com
9cab7ac338 bug 337454 - Adds support for building Sunbird as a XulRunner 'client' app. r=shaver, sr=bsmedberg 2006-06-29 13:07:06 +00:00
mattwillis%gmail.com
37bde2e982 re-enabling NSIS installer for sunbird for debugging 2006-06-29 12:52:54 +00:00
bclary%bclary.com
69d4233d70 Bug 330237 - revert patch due to mac os x bustage, not part of the build. r=shaver 2006-06-29 12:51:42 +00:00
bugzilla%standard8.demon.co.uk
ac6de109cf Bug 342897 Copy required suite files from xpfe/bootstrap (and elsewhere) to suite/app (Update build process for new binary file locations) r/sr=Neil 2006-06-29 11:09:21 +00:00
bugzilla%standard8.demon.co.uk
86e53db7d4 Bug 342897 Copy required suite files from xpfe/bootstrap (and elsewhere) to suite/app (copies for binary files). r=KaiRo,sr=Neil 2006-06-29 11:00:00 +00:00
dbaron%dbaron.org
116fd8ccac bsmedberg missed a file when relanding bug 216382 - put the spellcheck dictionaries in appdir/dictionaries and extensiondir/dictionaries, r=enndeakin 2006-06-29 08:31:40 +00:00
Olli.Pettay%helsinki.fi
1beba92cde Bug 342139, Make event target chain to use heap, r+sr=bz 2006-06-29 07:59:47 +00:00
smontagu%smontagu.org
853c300f4a Updates to Big5 <-> Unicode mapping tables. Bug 310299, patch by Hung-Te Lin <piaip@csie.ntu.edu.tw>, r=smontagu, jshin, blanket sr=roc for table updates with no code changes 2006-06-29 07:30:38 +00:00
rob_strong%exchangecode.com
affaf95853 Bug 342699 - Configure Sunbird (trunk) tinderbox to ship MSVC8 runtime libs (handle case where the vc8 c runtime path has spaces). r=bsmedberg 2006-06-29 07:22:02 +00:00
igor.bukanov%gmail.com
9ebf7bc3ae Bug 341896: GC finalizes the states of native iterators before finalizing the rest of object. It avoids using expensive close hooks. r=brendan 2006-06-29 06:51:33 +00:00
benjamin%smedbergs.us
38a5492c31 Relanding bug 216382 - put the spellcheck dictionaries in appdir/dictionaries and extensiondir/dictionaries, r=enndeakin (fix was misplaced NS_IF_ADDREF) 2006-06-29 06:03:12 +00:00
bear%code-bear.com
4e2441fb9d Fix dolog.pl to not drop checkins to files that are in the Attic
Patch by Don McCasland
Tweaks by Chris Seawood
bug 335735 r=justdave
2006-06-29 05:55:22 +00:00
martijn.martijn%gmail.com
096b11d1d6 Bug 317334 - hang when long wrappable string is passed to prompt() [e.g. as used in the exploit for IE's <body onload=window()> bug, r=mconnor 2006-06-29 05:41:29 +00:00
bzbarsky%mit.edu
2092c2f893 Move around some debug defines to make life better. No reviews, yay! 2006-06-29 05:33:39 +00:00
bzbarsky%mit.edu
ccc3f756b5 Backing out attempted fix for bug 341592, since it didn't fix it, apparently,
and caused bug 341700.
2006-06-29 04:58:51 +00:00
nelson%bolyard.com
b8434c2963 Remove ndbm.* files from dbm. r=wtchang, bug 175741. 2006-06-29 04:53:59 +00:00
benjamin%smedbergs.us
943e691359 Backout bug 216382 due to windows orange 2006-06-29 04:48:40 +00:00
bzbarsky%mit.edu
89ff2ee84f Backing out attempted fix for bug 341592, since it didn't fix it, apparently,
and caused bug 341700.
2006-06-29 04:30:51 +00:00
leon.sha%sun.com
c0bbd435ed Bug 333896 Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
alfred.peng@sun.com
dbaron: review+
roc: superreview+
2006-06-29 03:42:54 +00:00
jwalden%mit.edu
dc004c6301 Bug 334808 - Update wizard should care about accessKeys. Patch by Michael Wu <michael.wu@mozilla.com>, ui=beltzner, r=mconnor 2006-06-29 03:28:10 +00:00
leon.sha%sun.com
2b1dfdc45f Bug 315859 Crash when using any arrow key on a radio input enclosed in a fieldset, and radio name is the same than fieldset id [@ nsHTMLFormElement::GetNextRadioButton].
Patch by alfred.peng@sun.com
mats.palmgren: review+
neil: superreview+
2006-06-29 03:26:29 +00:00
mattwillis%gmail.com
fb011107a3 disabling NSIS installer for sunbird for the evening to get a working .zip build out 2006-06-29 03:15:54 +00:00
rob_strong%exchangecode.com
57cddae45f Bug 343024 - Calendar installer locale repackaging. r=mattwillis 2006-06-29 03:13:01 +00:00
benjamin%smedbergs.us
5a77b8f440 Bug 216382 - put the spellcheck dictionaries in appdir/dictionaries and extensiondir/dictionaries, r=enndeakin 2006-06-29 03:01:38 +00:00
mats.palmgren%bredband.net
7bcf5f44f6 Don't create ALT attribute for standalone image that was found in the cache. b=177747 r=bzbarsky sr=neil 2006-06-29 02:42:27 +00:00
jwalden%mit.edu
e777d1734a Bug 343022 - Increased Rlk leak on balsa (2006-06-27). Patch by Michael Wu <michael.wu@mozilla.com>, r=enndeakin 2006-06-29 02:40:54 +00:00
mats.palmgren%bredband.net
153ab238ca Fix crash when recreating <caption> frames. Add ASSERTIONs to detect similar frame construction errors in the future. b=341382 r+sr=bzbarsky 2006-06-29 02:32:36 +00:00
bienvenu%nventure.com
b6c492a688 fix 342708, ability to remove imap keywords stored on the server, sr=mscott 2006-06-29 02:27:24 +00:00
mike.morgan%oregonstate.edu
0a35ec7321 Update for bug 337838, fixes redirect to use config var for first part of URI. 2006-06-29 02:04:18 +00:00
joshmoz%gmail.com
b62cdee9d4 get rid of rollup code we don't need, clean up some OS function calls and a debug macro. no bug. r=mento 2006-06-29 01:33:57 +00:00
sspitzer%mozilla.org
604fa64419 fix for bug #343054, js errors when changing certain browser.tabs.* prefs 2006-06-29 01:26:28 +00:00
gavin%gavinsharp.com
c4cf1c308c Bug 341577: Drag-and-drop of search engines on Mac looks ugly, patch by Phil Ringnalda <philringnalda@gmail.com>, r=me/mconnor 2006-06-29 01:25:23 +00:00
roc+%cs.cmu.edu
a42c58298b relanding fix for bug 317278 :-( 2006-06-29 01:19:48 +00:00
gavin%gavinsharp.com
b2891b6263 Bug 305910: change "Open in tabs" to "Open All in Tabs", patch by Mike Beltzner <beltzner@mozilla.com>, r=mconnor 2006-06-29 01:19:18 +00:00