Commit Graph

12664 Commits

Author SHA1 Message Date
nrthomas@gmail.com
c81540ff5c Bug 418926, bump nightly version to 3.0b5pre/1.9b5pre following branch for 3.0b4, r=rhelmer, a=beltzner 2008-03-03 16:58:35 -08:00
rhelmer@mozilla.com
34736d7a9e bootstrap config for firefox 3.0b4 rc1 b=418926 r=rhelmer p=joduinn 2008-03-03 12:20:43 -08:00
reed@reedloden.com
43d41c24c5 Backed out patch from bug 420344 now that tag has been made. 2008-03-03 11:22:01 -08:00
reed@reedloden.com
104b626822 Bug 420344 - "Change name of Firefox 3 M12 to "Firefox 3 Beta 4" for official branding (for beta build tagging only)" [p=reed r=mconnor a1.9b4=beltzner] 2008-03-03 11:13:55 -08:00
dmose@mozilla.org
f35fcf6561 Backing out the addition of the Yahoo protocol handler; the checkin exposed a bug that turned the tree orange; a1.9b4=beltzner 2008-03-03 10:54:14 -08:00
nrthomas@gmail.com
62b6f4a569 Bug 419771, add another couple of locales for 3.0b4, r=chofmann a1.9b4=beltzner 2008-03-03 10:00:16 -08:00
bclary@bclary.com
8ab86290e2 JavaScript Tests - update known failures, bug 420480 2008-03-03 09:01:40 -08:00
gavin@gavinsharp.com
ba71d3491b Bug 413630: add Yahoo mailto: handler, patch by dmose@mozilla.org, r=me, a=beltzner 2008-03-03 06:53:18 -08:00
gavin@gavinsharp.com
92426fc368 Bug 420179: add 'id' to all-locales, r=chofmann, a=beltzner 2008-03-03 06:06:04 -08:00
gavin@gavinsharp.com
40610a75bb Bug 420179: add 'sr' to all-locales, r=chofmann 2008-03-03 06:03:03 -08:00
gavin@gavinsharp.com
93d850abb2 Bug 419747: remove use of timers for browser_autodiscovery test, to avoid intermittent failures, r=smaug 2008-03-03 05:58:01 -08:00
nrthomas@gmail.com
249ba44d9c Fix symbol push on staging by specifying the right key 2008-03-03 04:22:21 -08:00
gavin@gavinsharp.com
f88b8324e2 Bug 418682: make the l10n comparison scripts ignore the optional gecko.handlerService.* prefs, r=pike, a=NPOTB 2008-03-03 03:47:41 -08:00
mozilla@weilbacher.org
37db1b4824 [OS/2] Bug 420438: Enable better image scaling on OS/2, r=wuno@lsvw, a1.9b4=beltzner 2008-03-03 01:26:08 -08:00
roc+@cs.cmu.edu
cfdcd1fbe2 Bug 392809. Fix word-based caret movement around punctuation and whitespace. r=smontagu,a=beltzner 2008-03-03 00:37:34 -08:00
mozilla.mano@sent.com
5c297836d3 Bug 360529, r=sayrer, sr=jst, a=beltzner. 2008-03-03 00:15:37 -08:00
brendan@mozilla.org
ae42df3d12 Urghh... 2008-03-03 00:09:36 -08:00
brendan@mozilla.org
a982566c12 Clean up and fix computed this under js_Execute (420610, r=mrbkap+crowder, a=vlad). 2008-03-02 23:49:14 -08:00
vladimir@pobox.com
6d3fc1ea99 backing out patch for bug 299372 for b4, as per bug 420481 2008-03-02 23:31:37 -08:00
dbaron@dbaron.org
e84bf8599b Use better name. 2008-03-02 23:26:21 -08:00
dbaron@dbaron.org
1d0030f9c2 Add a simple variant of make-tree to filter refcount logs for a single object. Not part of the build. 2008-03-02 23:24:55 -08:00
brendan@mozilla.org
e984ae0990 mrbkap's fantabulous fix for 418565, r=me, a=beltzner. 2008-03-02 23:14:45 -08:00
jruderman@hmc.edu
b63894e5d5 Add crashtest 2008-03-02 23:13:04 -08:00
brendan@mozilla.org
6dcfb7a8a5 mrbkap's patch for 418293 with a few nits picked, r=me, a=beltzner. 2008-03-02 23:10:18 -08:00
brendan@mozilla.org
527b53da80 mrbkap's fix for 420612, r=me, a=beltzner. 2008-03-02 23:02:53 -08:00
vladimir@pobox.com
5cb07e5bb2 b=420381, Vista content area dropdowns often don't show dropdown arrow (bandaid); r+sr=roc, a=beltzner 2008-03-02 22:59:06 -08:00
brendan@mozilla.org
bf4dff31ae Checking in mrbkap's fix for 420513, r=me, a=beltzner. 2008-03-02 22:49:26 -08:00
jruderman@hmc.edu
29c0574170 Add crashtest 2008-03-02 22:40:11 -08:00
reed@reedloden.com
570b4aa7f3 Bug 420502 - "Using enter/return in dialogs runs the underlying command twice" [p=dev@schonfeld.org (Michael Schonfeld) r=josh r=masayuki sr=roc a1.9b4=beltzner a=blocking1.9+] 2008-03-02 22:29:16 -08:00
reed@reedloden.com
9ba705c471 Bug 413021 - "Migration/Import Wizard offer migrate from IE on Mac (where no IE is installed)" [p=dev@schonfeld.org (Michael Schonfeld) r=Mano a1.9b4=beltzner a=blocking-firefox3+] 2008-03-02 21:58:06 -08:00
reed@reedloden.com
01854162fc Bug 418156 - "Attempting to Drag and Drop in Bookmarks menu results in broken close windows button" [p=bill@wg9s.com (Bill Gianopoulos) r=Mano a1.9b4=beltzner a=blocking-firefox3+] 2008-03-02 21:54:08 -08:00
jwalden@mit.edu
82499b6e91 Make $objdir/_tests/testing/mochitest/runtests.py runnable from any directory, not just $objdir/_tests/testing/mochitest/. r=sayrer, NPOTB and all that anyway 2008-03-02 20:05:22 -08:00
roc+@cs.cmu.edu
a919e88051 Bug 403181 backout 2008-03-02 18:47:43 -08:00
roc+@cs.cmu.edu
d5a6cd23c7 Bug 403181 backout 2008-03-02 18:38:19 -08:00
roc+@cs.cmu.edu
722021b0b1 Bug 403181, fix bustage 2008-03-02 17:14:57 -08:00
roc+@cs.cmu.edu
528b547d86 Bug 403181. Use a temporary surface to prevent sampling of pixels outside the intended source rectangle when zooming the image in some cases. r=vlad,sr=dbaron,a=beltzner 2008-03-02 17:01:14 -08:00
igor@mir2.org
60ee816d65 bug=420593 fixing mispellings in comments introfuced in the patch for bug 396007. 2008-03-02 16:41:07 -08:00
igor@mir2.org
8a2062c811 bug=420639 fixing comments in the checking for bug 418737. 2008-03-02 16:34:00 -08:00
mrbkap@gmail.com
7ab8010f59 Fix dependencies in the JS shell. bug 388955, patch adapted from one by jorendorff, r=brendan a=NPOTB 2008-03-02 15:10:49 -08:00
bugzilla@standard8.plus.com
21d2c1519e Fix missed review comment from bug 382437, r=gavin,landing under same approval as main patch 2008-03-02 13:03:37 -08:00
igor@mir2.org
4efee61dd3 bug=418737 r=brendan a1.9b4=mtshrep fixing fast array enumerator 2008-03-02 09:45:33 -08:00
igor@mir2.org
c2daaad5fe bug=396007 r=brendan a1.9b4=mtschrep Prefering posix_memalign over mmap to allocate GC arenas. 2008-03-02 08:13:16 -08:00
bugzilla@standard8.plus.com
505e7ffa51 Bug 382437 nsLoginManagerPrompter.js needs to implement nsIAuthPrompt. r=dolske,gavin,sr=dveditz,approval1.9b4=beltzner 2008-03-02 04:24:24 -08:00
gijskruitbosch@gmail.com
b922061526 Backing out fix for bug 419654 due to centos orange 2008-03-02 03:20:42 -08:00
nrthomas@gmail.com
8c7ded2147 Bug 401202, clean up Talkback symbols on slaves properly, r=rhelmer 2008-03-02 01:32:14 -08:00
reed@reedloden.com
4403e43846 Bug 419654 - "Importing bookmark file corrupts heap (reproducible)" (Fix heap corruption and increase initial capacity) [p=ondrej@allpeers.com (Ondrej Brablc) r=dietrich a1.9b4=schrep a=blocking-firefox3+] 2008-03-02 00:56:21 -08:00
reed@reedloden.com
2ea77c7083 Bug 414389 - "M3 Windows icons" (Fix RSS icon, AMO ratings, menu-(back|forward), and livemark items) [p=reed r=gavin a1.9b4=shaver a=blocking-firefox3+] 2008-03-01 20:37:58 -08:00
brendan@mozilla.org
12d2139d11 Fix property cache fill to recompute protoIndex to handle XBL and other JS_SetPrototype users (418139, r/a=shaver). 2008-03-01 20:06:33 -08:00
reed@reedloden.com
a7ca5a2a02 Bug 419319 - "Global chrome overrides are enabled for all themes (aero theme broke all third-party themes)" (Fix gnomestripe/pmstripe and make Vista use aero icons) [p=reed/Ryan r=gavin a1.9b4=mconnor] 2008-03-01 19:05:37 -08:00
brendan@mozilla.org
4f4cb9e28b Unregress perf in wake of 418069 (420426, r=mrbkap, a=mconnor). 2008-03-01 14:15:21 -08:00