Commit Graph

218496 Commits

Author SHA1 Message Date
Ehsan Akhgari
d42f42731a Bug 221820 - Part 5: Make lazy editor initialization compatible with placeholder values; r=bzbarsky 2010-04-06 16:43:39 -04:00
Taras Glek
023d663a32 Bug 516085 - C++ easy access for common global services r=bsmedberg 2010-04-02 11:38:25 -07:00
Blair McBride
364c02a5c9 Bug 556230: add string bundle service to Services.jsm, r=Mossop
--HG--
extra : rebase_source : 73f5a4950b1d0fea4264c715ff4c9d0693cb62c5
2010-04-12 10:11:37 -04:00
Olli Pettay
1dc4c46db0 Bug 511075 - The arrows of the scrollbars don't work in hotmail (event.preventDefault() causes clicks on scrollbars to be ignored), r=enn, sr=neil 2010-04-12 16:59:16 +03:00
Bas Schouten
ad507ecf2d Bug 557390: Deal with paths consisting of a single move and a close. r=jrmuizel 2010-04-12 14:44:36 +02:00
Bas Schouten
471bcfaf75 Bug 553603: Do not let DXGI handle window changes for us. r=jrmuizel 2010-04-12 14:44:33 +02:00
Walter Meinl
045b708155 Bug 554789 - "configure chokes on system-sqlite not built with secure_delete though it _is_" (remove =1 in SECURE_DELETE and ENABLE_FTS3 checks) [r=glandium r=ted] 2010-03-24 16:16:00 -05:00
Reed Loden
11063ef9a0 Backed out changeset 86af9294ce7b due to messed-up commit message.
Will recommit with correct message.
2010-04-12 21:56:13 -05:00
Reed Loden
4271f94ac9 # User Walter Meinl <wuno@lsvw.de>
# Date 2010-03-24 16:16
Bug 554789 - "configure chokes on system-sqlite not built with secure_delete though it _is_" [r=glandium r=ted]
2010-04-12 21:51:08 -05:00
Daniel Holbert
8974b8f2ee (no bug, comment-only) Remove duplicate "nsIContent methods" header-comment in nsSVGAnimationElement.cpp 2010-04-12 16:50:35 -07:00
Dão Gottwald
8bd03cc033 Bug 551769 - Background tabs sit too low. r=ventnor 2010-03-12 07:49:12 +01:00
Dão Gottwald
60668d974e Tab event listeners should be added to the tab container, not the tabbrowser 2010-03-12 07:48:10 +01:00
Daniel Holbert
f91a6047ce Bug 537139: Re-enable reftest, and add a few more. r=tests_only 2010-03-11 22:03:49 -08:00
Daniel Holbert
b87539e3b1 Bug 537139 followup: Call RestyleForAnimation() instead of SMILOverrideStyleChanged(), to avoid triggering CSS Transitions from SMIL changes. r=dbaron 2010-03-11 22:03:49 -08:00
Daniel Holbert
e45a2ef460 Bug 541588: Hook up nsSMILAnimationController to nsRefreshDriver for scheduling samples. r=roc 2010-03-11 22:03:49 -08:00
Daniel Holbert
637993b364 Bug 551775: Add unsigned-int cast in NS_ColorNameToRGB to fix build warning. r=roc 2010-03-11 22:03:49 -08:00
Daniel Holbert
7f63efa6df Bug 551736: Add parens around right-shift, to fix compile warning and make sure we construct hash value correctly. r=sicking 2010-03-11 22:03:49 -08:00
Chris Jones
51582e89d2 b=550026 Cancel PluginCrashed when PluginModule is deleted. r=bsmedberg 2010-03-08 09:16:02 +13:00
Chris Jones
962d015d87 Bug 550026: Don't deliver NotifyError() when RPCChannel code is on the stack. r=bent 2010-03-11 23:21:58 -06:00
Robert Strong
dbc1c40e97 Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 3 - string changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:38:31 -08:00
Robert Strong
080d756c8d Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 2 - pinstripe changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:38:12 -08:00
Robert Strong
d79af31425 Bug 480178 - Billboard should extend to available space and the update UI should be the same width for all locales. Patch 1 - main changes without pinstripe changes. r=dtownsend, ui-r=faaborg 2010-03-11 20:37:45 -08:00
John Daggett
51423bca7a Bug 549816. Adjust meaning of needsBold flag. r=bas 2010-03-12 13:26:43 +09:00
Bas Schouten
56f398990f Bug 549816. Fix synthetic bolding with dwrite. r=jkew,jdaggett 2010-03-12 13:25:35 +09:00
Ehsan Akhgari
9468c2a7e4 Bug 518970 - frequent timeout in browser_394759_privatebrowsing.js, caused by browser_394759.js and browser_354894.js; rs=jmuizelaar 2010-03-11 17:17:36 -08:00
Dan Witte
2626e52ff3 Revise js-facing API for js-ctypes, patch v3. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Dan Witte
f621917024 Revise js-facing API for js-ctypes, patch v2. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Dan Witte
afa52d32f7 Revise js-facing API for js-ctypes, patch v1. b=513788, r=jorendorff 2010-03-11 17:17:36 -08:00
Benedict Hsieh
80dd558623 Fixes crash in CrashReporter on child process shutdown, bug 548810. r=ted 2010-03-11 17:17:35 -08:00
Chris Jones
55b7305f9e Followup to bug 545342: atomically refcount the dequeue task. r=bent 2010-03-11 16:24:15 -06:00
Benjamin Smedberg
9aa6fd4913 Bug 545342 - Remove the RPCChannel assertions about mismatched RPC stacks because mismatched stacks are normal when asynchronous messages are pending which cause secondary RPC messages, r=cjones 2010-03-11 17:17:35 -08:00
Jacek Caban
b939ba30a4 Bug 538216 - mingw fix. r=ted 2010-03-11 17:17:35 -08:00
Manuel Reimer
c42644abcb Bug 550705 - Dispatch events for toolbar customization. r=enn/dao 2010-03-11 21:42:23 +01:00
Dão Gottwald
6984622a76 Bug 551765 - Rename tabs._tabbox to tabs.tabbox. r=enn 2010-03-11 21:38:34 +01:00
Dão Gottwald
3fe9fc4e86 Bug 551712 - Tab event listeners should be added to the tab container, not the tabbrowser. r=zeniko 2010-03-11 21:38:06 +01:00
Ben Turner
82932b7d26 Bug 550925 - 'Workers: nsDOMWorkerTimeout::Init sets mInterval to an uninitialized value if aArgc <= 1'. r+sr=jst 2010-03-11 12:36:47 -08:00
Ben Turner
9554ef498f Bug 547399 - 'Workers: Don't let worker messages run if the worker is suspended'. r+sr=jst. 2010-03-11 12:36:44 -08:00
Ben Turner
fe2a33cdae Bug 551233. r=jst. 2010-03-11 12:36:39 -08:00
Benjamin Smedberg
266e6d371c Followup to bug 551049 - make the closing reason match that used by the in-process host 2010-03-11 14:15:48 -05:00
timeless@mozdev.org
00e4ee7f7b Backing out bug 550463 from NSPR landing it requires 10.6 2010-03-11 20:11:59 +01:00
Zack Weinberg
ff6a7f1fda Make the logfile output of TestPoisonArea less frightening ("signal 11 as expected" instead of "Segmentation fault" for should-crash cases). test-only, no bug 2010-03-11 10:04:55 -08:00
Ehsan Akhgari
82c0a0f238 Bug 221820 - Part 4: Fix the newline handling for text fields without an editor; r=bzbarsky 2010-02-22 16:15:56 -08:00
Ehsan Akhgari
a7d5edaacc Bug 221820 - Part 3: Debug-only assertion for reentrancy detection; r=bzbarsky 2010-02-09 20:29:11 -05:00
Ehsan Akhgari
48c789f12e Bug 221820 - Part 2: Make the editor initialization lazy (initialize only when needed); r=bzbarsky 2010-02-02 10:49:55 -05:00
Ehsan Akhgari
347a6506d3 Bug 221820 - Part 1: Call EnsureEditorInitialized from all places where editor needs to exist; r=bzbarsky 2010-02-01 23:00:12 -05:00
Ehsan Akhgari
cf8e3bb5d0 Bug 558598 - XUL splitters should be collapsed on the correct side in RTL mode; r=roc 2010-04-11 19:46:08 -04:00
Jesse Ruderman
27ac3e2935 Remove exponential document.write test. parser/htmlparser/tests/crashtests/197052-1.html tests what we actually want to test; this test just takes a long time. See bug 469626. 2010-04-11 16:41:09 -07:00
Mike Hommey
ebc0e9d0ce Bug 555908 - *BSD and GNU/Hurd support for libsydneyaudio. r=cpearce 2010-04-12 10:26:36 +12:00
Chris Pearce
8d9c381029 Bug 557432 - Don't Shutdown() nsAudioStream in Drain() when there's no audio playing. r=kinetik 2010-04-12 10:26:34 +12:00
Ehsan Akhgari
0bbd9e77c9 Bug 542919 - Refactor the plain text editor initialization to facilitate lazy initialization; r=bzbarsky sr=roc 2010-02-01 23:00:06 -05:00