Daniel Holbert
fcceb020d5
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
3775fecc82
b=550026 Cancel PluginCrashed when PluginModule is deleted. r=bsmedberg
2010-03-08 09:16:02 +13:00
Chris Jones
69439d0740
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
3ebd11eb47
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
efd4f6162e
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
16b7d1f277
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
b6c4b585db
Bug 549816. Adjust meaning of needsBold flag. r=bas
2010-03-12 13:26:43 +09:00
Bas Schouten
0347e107b7
Bug 549816. Fix synthetic bolding with dwrite. r=jkew,jdaggett
2010-03-12 13:25:35 +09:00
Ehsan Akhgari
26ea9a6315
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
edb9157850
Revise js-facing API for js-ctypes, patch v3. b=513788, r=jorendorff
2010-03-11 17:17:36 -08:00
Dan Witte
10a9e0f584
Revise js-facing API for js-ctypes, patch v2. b=513788, r=jorendorff
2010-03-11 17:17:36 -08:00
Dan Witte
81ec574b6e
Revise js-facing API for js-ctypes, patch v1. b=513788, r=jorendorff
2010-03-11 17:17:36 -08:00
Benedict Hsieh
1426097ff2
Fixes crash in CrashReporter on child process shutdown, bug 548810. r=ted
2010-03-11 17:17:35 -08:00
Chris Jones
9961ca115c
Followup to bug 545342: atomically refcount the dequeue task. r=bent
2010-03-11 16:24:15 -06:00
Benjamin Smedberg
ed824bba57
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
de481b55ef
Bug 538216 - mingw fix. r=ted
2010-03-11 17:17:35 -08:00
Manuel Reimer
fd935d93c1
Bug 550705 - Dispatch events for toolbar customization. r=enn/dao
2010-03-11 21:42:23 +01:00
Dão Gottwald
85efd8a077
Bug 551765 - Rename tabs._tabbox to tabs.tabbox. r=enn
2010-03-11 21:38:34 +01:00
Dão Gottwald
fa1d313aa8
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
68f78bd718
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
0dc9655a4e
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
5d922f8a70
Bug 551233. r=jst.
2010-03-11 12:36:39 -08:00
Benjamin Smedberg
1dcd610135
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
d74b5b2fa6
Backing out bug 550463 from NSPR landing it requires 10.6
2010-03-11 20:11:59 +01:00
Zack Weinberg
dc8dc9acca
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
Justin Dolske
63cffdd401
Bug 465636 - Login Manager should record creation/usage timestamps. r=zpao, sr=vlad
...
--HG--
rename : toolkit/components/passwordmgr/test/unit/head_storage_legacy_1.js => toolkit/components/passwordmgr/test/unit/head_common.js
2009-12-28 20:39:00 -08:00
Paul O’Shannessy
cb50f18b89
Bug 553104 - Use Services.jsm in sessionstore [r=zeniko]
2010-03-19 15:43:01 -07:00
Ben Newman
0c4845ffec
Bug 553448 - nsScriptSecurityManager::ContentSecurityPolicyPermitsJSAction should return JS_TRUE when no subjectPrincipal exists. r=mrbkap sr=dveditz
...
--HG--
extra : rebase_source : c47d6d55063c115921ee89114c4439444883c37d
2010-03-18 17:27:39 -07:00
Johnny Stenback
4cb67eed6d
Fixing bug 550905. Don't use uninitialized values. r=jonas@sicking.cc
2010-03-19 15:06:13 -07:00
Paul O’Shannessy
a5dece1d69
Bug 537289 - Only save form data for fields that aren't the default value [r=zeniko]
...
Note: This also modifies the test for bug 456342.
2010-03-19 12:28:35 -07:00
Neil Deakin
8f3acb3041
Bug 501154, consolidate places where clipboard events are fired from, r=smaug,sr=neil
2010-03-19 14:32:13 -04:00
Hanspeter Niederstrasser
e29fe1df23
Bug 549746 - Make package-manifest.in look for libimgicon.dylib to fix stock icons when running Firefox from installdir on Darwin/X11. r=bsmedberg
2010-03-19 19:03:57 +01:00
Dão Gottwald
bef6b43dd4
Bug 553175 - Make sure extension toolbars are added below the tab bar. r=gavin
2010-03-19 18:59:37 +01:00
Robert Kaiser
fd99307a97
bug 541746 - fix test_frecency.js to work on SeaMonkey, r=dietrich
2010-03-19 17:21:59 +01:00
Olli Pettay
25059611b9
Bug 535887, Change an assertion to warning in nsEventDispatcher.cpp, r=sicking
...
--HG--
extra : rebase_source : 249d9d86d8918e53fae0cfeb7bae766462353efe
2010-03-19 12:52:48 +02:00
Neil Deakin
5c00dd1789
Better logging for errors in xul template tests, no bug
2010-03-19 07:51:11 -04:00
Neil Deakin
79c932638a
Bug 442228, support resizers in scrollable areas and enable them by default for textareas, r=roc,sr=dbaron
2010-03-19 07:49:34 -04:00
Neil Deakin
8bd0a11160
Bug 442228, skip native anonymous content for _parent check, also set a minimum resize size, and support other sizes for content resizing, r=neil
2010-03-19 07:49:33 -04:00
Neil Deakin
4f0034acef
Bug 442228, add -moz-resize property to indicate that elements are resizable, r=dbaron
2010-03-19 07:49:33 -04:00
Robert Longson
c6f98571f9
Bug 553053 - Should not create frames for SVG animation elements, it interferes with clipPath validation and is inefficient. r=dholbert,sr=roc
2010-03-19 11:17:49 +00:00
Josh Matthews
9e6dd7d2f1
Bug 552117 - Print current test name in IPDL tests. r=cjones
...
--HG--
extra : rebase_source : 45b554a05e8a9e3ca627b10f633a955cec4f0f05
2010-03-13 13:23:50 +13:00
Dão Gottwald
8d6f4dd13b
Bug 449082 - aElt is null after customize toolbar drag and drop actions. r=enn
...
--HG--
extra : rebase_source : fb14c7ce2e601c0910b1de4ca1bd269ea0f5b414
2010-03-19 08:45:11 +01:00
Philipp von Weitershausen
d45ccf65f7
Bug 553305 - Properly declare 'i'. r=dietrich
...
--HG--
extra : rebase_source : f74932397a6aa10672d498cad73322d8516fb406
2010-03-19 08:43:48 +01:00
bjarne@runitsoft.com
3f4bfa2d27
Bug 529272 - Wrong loop in nsInputStreamTee, r=michal.novotny
...
--HG--
extra : rebase_source : d95b0280646c62c88354432c5920befeaf0424a4
2010-03-19 08:43:00 +01:00
Chris Jones
d556eb733c
Bug 552014 - Treat RPC replies received in an event loop nested inside the one from which the call was made as if they had arrived out of order. r=jimm.
2010-03-19 01:57:00 -05:00
Jason Duell
34ed28d2a9
bug 532221 bitrot fix: print BloatView logs for child xpcshell processes a=jduell, r=jwalden
...
--HG--
extra : rebase_source : 657c5db519b0cb4be74d0a9256deb79db8687005
2009-12-03 17:12:33 -08:00
Ben Newman
6347fe88f3
Bug 553448 - nsScriptSecurityManager::ContentSecurityPolicyPermitsJSAction should return JS_TRUE when no subjectPrincipal exists. r=mrbkap sr=dveditz
2010-03-18 17:27:39 -07:00
Jason Duell
40b250a8d5
Bug 546756 and bug 528145: fix error detection regression from runxpcshell "merge". a=jduell
2010-03-19 09:09:54 -07:00
Jason Duell
1e8125a004
Fix bug 551850 (xpcshell broken for e10s on windows). a=jae-seong lee, r=cjones
...
This will hopefully fix the e10s windows tree that's been red since March 8th (!)
--HG--
extra : rebase_source : a27dd77b14763cfc72a9cee61123ee63a3aed94b
2010-03-19 08:35:57 -07:00
Doug Turner
4956b23fb3
Merge with m-c
2010-03-18 21:53:17 -07:00