Mike Hommey
526d2811c1
Bug 832272 - Allow mostly parallel build of NSS. r=ted
2013-02-25 10:49:34 +01:00
Vicamo Yang
fe6bdafa91
Bug 840780 (follow-up): fix nits. r=me
2013-02-25 17:36:05 +08:00
Siddartha Pothapragada
03435d4cba
Bug 840780 3/3 - B2G RIL: Add support to manage and access logical channels to UICC. r=vicamo
2013-02-25 17:27:26 +08:00
Siddartha Pothapragada
dd802a3765
Bug 840780 2/3 - DOM changes to IccManager to support Secure Access to the UICC. r=vicamo
2013-02-25 17:27:23 +08:00
Siddartha Pothapragada
cacece1189
Bug 840780 1/3 - New interfaces to access Secure element within UICC. r=mounir
2013-02-25 17:27:18 +08:00
L. David Baron
cb61e53d65
Bug 404077: Add mochitest support (currently semi-disabled) for making tests fail when an unexpected number of assertions fire. r=ted
...
This adds support for assertion checking in all mochitest suites except
for mochitest-browser-chrome. The checking works much like it does in
reftest, except for the mechanism for annotating expected assertions,
SimpleTest.expectAssertions() (see its in-code documentation).
The support is initially disabled in that:
(1) It doesn't cause the tests to report failure (and thus turn the
tree orange).
(2) It prints TEST-DETCEPXENU-FAIL/PASS instead of
TEST-UNEXPECTED-FAIL/PASS (so that it doesn't show up in log
highlighting).
The assertion checking only works within the test runner (which runs
multiple tests); it does not function when running only a single test.
2013-02-24 23:42:38 -08:00
L. David Baron
9ab7dce58d
Bug 842476: Work around leak resulting from exception that happens during unload by propagating only the prompts we expect and not the later ones. r=jlebar
...
Make this test less sensitive to the timing of its own unloading by
passing on only the expected messages and not any messages that occur
during unloading. Such messages might cause exceptions (e.g.,
"'TypeError: can't access dead object' when calling method:
[nsIPrompt::alert]"), and those exceptions might in turn trigger leaks
in nsXPConnect that last until shutdown because we store the most recent
exception from a call to an XPCWrappedJS on the XPCJSRuntime through
shutdown (rather than reporting it, as we probably should, and then
freeing it), leaking the window.
2013-02-24 23:42:38 -08:00
Gina Yeh
d327d0163b
Bug 844707 - Fix warnings in debug build, r=echou
2013-02-25 15:04:38 +08:00
Phil Ringnalda
5b691fd773
Back out 0fc2a36c23d8 (bug 844253) for bustage
...
CLOSED TREE
2013-02-24 22:52:40 -08:00
Chia-hung Tai
64ff7fffe1
Bug 810067 - Support automatic/manual/never retrieval modes. r=vyang
2013-02-25 14:08:23 +08:00
Kannan Vijayan
9432092846
Bug 844253 - Change useNewType to be a flag on StackFrame instead of an explicitly passed argument. r=bhackett
2013-02-25 00:57:39 -05:00
Tim Taubert
963381ea98
Bug 817947 - Swap tab states (not docShells) when swapBrowsersAndCloseOther() is called with a pending tab; r=gavin
2013-02-22 18:41:23 +01:00
Raymond Heldt
97fef07cb7
Bug 812762 - Use &brandShortName; instead of Firefox; r=jwalker
2013-02-22 16:37:48 +00:00
Adam Goforth
5ecd69a426
Bug 768039 - Refactor 'cmd refresh' to use OS.File; r=jwalker
2013-02-22 16:37:48 +00:00
Adam Goforth
4ee6e79b69
Bug 767588 - GCLI number type should allow restriction to integers; r=jwalker
2013-02-22 16:37:48 +00:00
Joe Walker
d7eaa96994
Bug 841337 - GCLI web should have continuous integration. Maybe Travis-CI; r=mratcliffe
2013-02-22 16:37:48 +00:00
Richard Newman
b7df436719
Bug 843980 - Switch tests to check for category entries, not service existence. r=mconnor
2013-02-22 08:15:53 -08:00
Tim Taubert
6526978f51
merge m-c to fx-team
2013-02-22 16:19:50 +01:00
Sriram Ramasubramanian
694b88ff28
Bug 843619: Remove tabs tray menu. [r=mfinkle] [needs-clobber]
...
--HG--
extra : rebase_source : 1a5f82f47ea115d38ad96af61df7dcb77babdeca
2013-02-21 14:21:57 -08:00
Jonathan Griffin
ed8445c0f0
Bug 844942 - Let switching to top-level frame work even when current frame is invalid, r=mdas
2013-02-25 13:24:19 -08:00
Matt Woodrow
112a58adca
Bug 835045 - Use CreateThebesSurfaceAliasForDrawTarget_hack to avoid having multiple cairo_surface_quartz objects for a single CGContext. r=nrc
2013-02-26 10:18:52 +13:00
Matt Woodrow
6b781787d7
Bug 841308 - Make WillPaintWindow be called for cocoa popups. r=roc
2013-02-26 10:18:48 +13:00
Matt Brubeck
c2e12d31ba
Bug 840360 - Extract reftest-content.js's setTimeout implementation into new Timer.jsm [r=jwalker r=cjones sr=gavin]
...
--HG--
rename : browser/devtools/shared/Browser.jsm => toolkit/modules/Timer.jsm
rename : browser/devtools/shared/test/browser_browser_basic.js => toolkit/modules/tests/xpcshell/test_timer.js
2013-02-25 11:08:33 -08:00
Kartikaya Gupta
e15294782b
Bug 840721 - Add a PostDelayedTask method to the GeckoContentController interface. r=cjones
2013-02-25 15:50:49 -05:00
Matt Brubeck
7681e4edfa
Bug 844328 - Silence debug warning about _onTouchStart return value [r=jimm]
2013-02-25 11:08:25 -08:00
Ryan VanderMeulen
567f6121a3
Backed out changesets e8202e140fd8 and b1cd489945f5 (bug 844328) for mochitest-bc orange on a CLOSED TREE.
2013-02-25 15:37:23 -05:00
William Lachance
0ba1d9d5d0
Bug 842668 - Should always use dd instead of cp in b2g reftest/mochitest;r=ahal
2013-02-21 15:44:24 -05:00
Ed Morley
23a70898de
Backed out changeset 82747d694e7a (bug 716859) for android reftest-2 timeouts
2013-02-21 19:54:25 +00:00
Jim Mathies
3d6e36c67f
Bug 735008 - Land new splash screen and tile images for metro. r=shorlander. DONTBUILD
2013-02-21 12:47:13 -06:00
Brian R. Bondy
97003a29e3
Bug 843248 - Metro tiles sometimes not working because of session 0 detection. r=jimm
2013-02-21 13:17:13 -05:00
Tim Taubert
6b1b91433d
Bug 841717 - Fix the first test (browser_248970_b_perwindowpb.js) and make it use the TestRunner; r=yoric
2013-02-21 16:16:48 +01:00
Ryan VanderMeulen
36f4adbaea
Merge the last PGO-green inbound changeset to m-c.
2013-02-21 08:05:14 -05:00
Michael Ratcliffe
841f73a45f
Bug 706886 - Line-through disappears after editing overridden rule in style inspector
2013-02-21 12:31:27 +00:00
Paul Rouget
e5c48148d0
Bug 844814 - Move Inspector to position 2 in the Toolbox. r=robcee
2013-02-26 12:40:20 +00:00
David Creswick
d6390346ad
Bug 734664 - Devtools toolbox should display the actual target url when detached. r=paul
2013-02-26 12:40:19 +00:00
Michael Ratcliffe
87919ce1bd
Bug 816990 - Intermittent browser_inspector_sidebarstate.js | Test timed out
2013-02-22 11:48:25 +00:00
Tim Taubert
302623f465
Bug 845010 - turn nsIDOMWindowUtils.getScrollbarWidth() into .getScrollbarSize(); r=roc
...
--HG--
rename : dom/tests/mochitest/general/file_domWindowUtils_scrollbarWidth.html => dom/tests/mochitest/general/file_domWindowUtils_scrollbarSize.html
rename : dom/tests/mochitest/general/test_domWindowUtils_scrollbarWidth.html => dom/tests/mochitest/general/test_domWindowUtils_scrollbarSize.html
2013-02-25 23:13:36 +01:00
Tim Taubert
cfb9ef62bb
Bug 829568 - part 1 followup - correct a little typo in a comment r=me DONTBUILD
2013-02-25 22:40:41 +01:00
Paul Rouget
e7eb373969
Backing out 824b68f13f30 (bug 679364) - oranges
2013-02-25 18:23:40 +01:00
Paul Rouget
f0bf654d94
Backing out c133a03833b0 (bug 831693) - oranges
2013-02-25 17:42:03 +01:00
Brandon Benvie
4be720c945
Bug 679364 - use "content/browser/devtools/*" for aliases. r=rcampbell
2013-02-21 09:49:31 -05:00
Michael Ratcliffe
3c81fe0efb
Bug 799463 - GCLI jsb command should have nice html-free updates to jsbBraceStyleDesc and jsbBraceStyleManual strings. r=jwalker
2013-02-22 11:31:27 +00:00
Daniel Holbert
d4ba2c7c8e
Add crashtest for bug 719779 (and dupe bug 711653). (test-only)
2013-02-20 23:44:00 -08:00
Daniel Holbert
88a61fe3dd
Bug 711653 followup: Catch out-of-bounds reads in nsSVGFilters.cpp:GenerateNormal() with assertions. r=longsonr
2013-02-20 23:42:34 -08:00
Daniel Holbert
4464c898f2
Bug 812822 part 4: add crashtests for this bug & dependent bugs. r=bz
2013-02-20 23:35:03 -08:00
Daniel Holbert
4987835a8d
Bug 812822 part 3: Add a TreeMatchContext flag to indicate that we should skip flex item style fixup, and use it when framing anonymous content in ConstructFrame(). r=bz
2013-02-20 23:35:03 -08:00
Daniel Holbert
dc9d1895ce
Bug 812822 part 2: Skip flex-item style fixup when resolving style for pseudo-elements. r=bz
2013-02-20 23:35:02 -08:00
Daniel Holbert
938d346252
Bug 812822 part 1: Add flag 'eSkipFlexItemStyleFixup' to let our nsStyleContext creation functions skip the flex-item-specific chunk of ApplyStyleFixups(). r=bz
2013-02-20 23:34:58 -08:00
Sriram Ramasubramanian
23f2aba285
Bug 843313: Make a StateListDrawable for more/checkmark in menuitem. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/drawable/menu_item_checkmark.xml => mobile/android/base/resources/drawable/menu_item_state.xml.in
2013-02-20 23:07:07 -08:00
Sriram Ramasubramanian
a15a55cf42
Bug 843313: Remove the unnecessary LinearLayout around the TextView in default menu item. [r=mfinkle]
2013-02-20 23:07:06 -08:00