Commit Graph

160699 Commits

Author SHA1 Message Date
Phil Ringnalda
47bb18469f Back out f55504b0184f (bug 950427) for mochitest-4 and mochitest-oth bustage (at least)
CLOSED TREE
2013-12-17 23:22:20 -08:00
Randall Barker
e3b106bec9 Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis 2013-12-17 13:41:00 -08:00
Randall Barker
7830c75063 Bug 895358 - Part 1, Adding POSIX cross process mutex to support progressive tile rendering in B2G; r=khuey 2013-12-17 13:40:02 -08:00
Masayuki Nakano
da4f6206c0 Bug 947115 All tests shouldn't use nsIDOMWindowUtils.sendNativeKeyEvent() directly. Use synthesizeNativeKey() instead. r=smaug 2013-12-18 16:02:46 +09:00
Eric Faust
7c623f2cf8 Bug 951517 - Fix broken DOM TI check. (r=bz) 2013-12-17 21:53:21 -08:00
Eric Faust
e71259f3dd Backed out changeset 5123ffbafac3 for bogus commit message. 2013-12-17 21:52:35 -08:00
Eric Faust
36b99b274c Bug 951517 - Fix broken DOM TI check. (r=bz)Bug 951517 - Only Fix broken DOM
TI check. (r=bz)Bug 951517 - Fix broken DOM TI check. (r=bz)Bug 951517 - OnlyFix
broken DOM TI check. (r=bz)Bug 951517 - Only Fix broken DOM TI check. (r=bz)Bug
951517 - Fix broken DOM TI check. (r=bz)Bug 951517 - Only Fix broken DOM
objectTI check. (r=bz)Bug 951517 - Fix broken DOM TI check. (r=bz)Bug 951517 -
Fix broken DOM TI check. (r=bz)
2013-12-17 21:50:45 -08:00
Robert O'Callahan
9454d623f6 Bug 950427. Don't descend into subdocuments at all in elementFromPoint. r=mats 2013-12-18 18:37:24 +13:00
Wes Kocher
fd98185e20 Merge m-c to inbound 2013-12-17 21:23:18 -08:00
Timothy Nikkel
a969eaf546 Bug 951467. Give scroll layer items the bounds of the scroll port, not the bounds of the display port. r=roc
The bounds of the scroll port match what will actually be drawn on the screen.

The bounds of the contained content (sized to the display port) are still accessible via mList.GetBounds, and similarly the visible rect of the contained content is mList.GetVisibleRect. The external bounds/visible rect are GetBounds and GetVisibleRect on the nsDisplayScrollLayer object itself.

We implement nsDisplayScrollInfoLayer::GetBounds solely so that it continues to return an empty rect because we expect active empty layers to have empty visible rects.

We no longer have to set our mVisibleRect in nsDisplayScrollLayer::ComputeVisibility because nsDisplayList::ComputeVisibilityForSublist now does it correctly for us (like other items).

We also have to teach ContainerState::ProcessDisplayItems to not set the visible region for scroll layers because it has the external visible region, not the larger internal display port sized visible region. We instead let BuildContainerLayer set the visible region of the layer.
2013-12-17 23:02:56 -06:00
Wes Kocher
c384670002 merge inbound to m-c 2013-12-17 21:00:02 -08:00
Wes Kocher
d02b5436e2 merge b2g-inbound to m-c 2013-12-17 20:52:10 -08:00
Chris Pearce
02a858e731 Bug 938107 - Wait for media state machine thread to shutdown during XPCOM shutdown before returning. r=roc
Add a MediaShutdownManager and have that as the only xpcom-shutdown
observer. This then shutsdown the MediaDecoders, and blocks waiting for
the media state machine's shared thread to complete shutdown before
exiting from the xpcom-shutdown observer. This ensures that the
MediaDecoder infrastructure does not use XPCOM on any thread after XPCOM
has shutdown, which is a logical error.
2013-12-18 16:59:11 +13:00
Andrew McCreight
a8a41fffec Bug 937818, part 4 - Exceeded refcount nodes should already be black. r=smaug
Due to graph mutation during an incremental cycle collection, objects in the CC graph
may end up with more things pointing to them than they have a ref count. However, these
objects should never become garbage.
2013-12-17 19:29:57 -08:00
Andrew McCreight
d8b513724e Bug 937818, part 3 - Add ScanIncrementalRoots(). r=smaug
Any object that has been stored away somewhere in the middle of incremental graph
building must be treated as live, because we can't trust that the CC graph has
accurate information about it. If such an object is truly garbage, we'll unlink it
in the next cycle collection instead.
2013-12-17 19:29:57 -08:00
Andrew McCreight
dd9f3a376e Bug 937818, part 2 - Add js::ZoneGlobalsAreAllGray. r=jonco
If all globals in a zone are gray, then all live objects in that zone
should also be gray.
2013-12-17 19:29:57 -08:00
Andrew McCreight
5bbea5ab96 Bug 937818, part 1 - Add objects to the purple buffer on AddRef. r=smaug
ICC uses this to track objects that have been AddRef'd during ICC graph building.
For those objects, we may not have the proper information for them, so treat them
as live.
2013-12-17 19:29:57 -08:00
Andrew McCreight
197a13c1ee Bug 937818, part 0 - Root newly created objects in Bind across ADDREF. r=bz 2013-12-17 19:29:56 -08:00
Ryan VanderMeulen
43049459ca Bug 945667 - Disable browser_findbar.js on Linux due to relying on browser_aboutHome.js. 2013-12-17 22:10:29 -05:00
Masayuki Nakano
f31dddba06 Bug 951021 Android widget should set modifier state at dispatching events derived from WidgetInputEvent r=nchen 2013-12-18 11:25:10 +09:00
Bobby Holley
156c631057 Bug 946815 - Handle nsIExpandedPrincipal instances in the permission manager API. r=baku 2013-12-17 18:01:41 -08:00
Bobby Holley
bfac9cdb32 Bug 946815 - Hoist system-principal checks into CommonTestPermission. r=baku 2013-12-17 18:01:41 -08:00
Matt Woodrow
ba7c24034b Bug 946929 - Add some debug logging to IsDOMPaintEventPending. r=mats 2013-12-18 14:58:57 +13:00
Matt Woodrow
0fe6699181 Bug 950490 - Don't apply the transform twice when doing blurring in user-space. r=roc 2013-12-18 14:58:21 +13:00
Masayuki Nakano
b8cb3cd758 Bug 950559 part.2 nsIMM32Handler should set IME releated windows to left-bottom of focused plugin r=emk 2013-12-18 10:43:15 +09:00
Masayuki Nakano
e0ff6eabfe Bug 950559 part.1 nsContentEventHandler should set plugin's rect to query editor rect event if plugin has focus r=smaug 2013-12-18 10:43:11 +09:00
Makoto Kato
77e71bd923 Bug 947981 - broken --with-system-icu build. r=glandium 2013-12-18 10:20:15 +09:00
Ryan VanderMeulen
ca47708d7f Bug 945667 - Disable browser_google_behavior.js on Linux due to relying on browser_aboutHome.js. 2013-12-17 20:01:58 -05:00
Wes Kocher
9fcb6354c2 Backed out changeset 55a2561bb201 (bug 950401) for introducing several OSX mochitest timeouts 2013-12-17 16:50:30 -08:00
Gaia Pushbot
e4e1d9c159 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2cc6e0988688
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #14236 from mihai/bug_937499

Bug 937499 - [Settings] Update input type and trigger showing keyboard ... r=@crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/74c6bf0e73b7
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 937499 - [Settings] Update input type and trigger showing keyboard for certain subpanels. r=arthurcc

Use correct type and inputmode for input fields from the following panels:
- Wi-Fi->Connect with WPS
- Cellular & Data->Data settings
- Cellular & Data->Message settings
- Cellular & Data->A-GPS settings

Trigger showing the keyboard for the following subpanels:
- Call Settings->Voicemail
- Bluetooth->Rename my device
2013-12-17 16:30:24 -08:00
Gaia Pushbot
1ca030d30a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9a48d68efd0e
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #14782 from pivanov/bug-943701

Bug 943701 - [Settings] the “Do Not Track” panel is broken

========

https://hg.mozilla.org/integration/gaia-central/rev/06b0b0c6fab5
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 943701 - [Settings] the “Do Not Track” panel is broken
2013-12-17 14:35:28 -08:00
Terrence Cole
96e3d97817 Bug 951407 - Fix two hazards introduced by bug 951282; r=sfink 2013-12-17 14:24:22 -08:00
Blake Kaplan
5a1403e62a Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. r=smaug 2013-12-17 16:12:33 -08:00
Shu-yu Guo
2476f50b7a Bug 948929 - MToId is not PJS safe. (r=nmatsakis) 2013-12-17 16:09:02 -08:00
Shu-yu Guo
b147c723f3 Bug 950277 - Fix checking return values of parallel native calls in Ion. (r=nmatsakis) 2013-12-17 16:09:01 -08:00
Vladan Djeric
50c44e9b84 Bug 937915: Restore DB filenames in Telemetry SlowSQL strings. r=dteller 2013-12-17 19:07:18 -05:00
Mike Conley
1a6dd4e0d8 Bug 944049 - [Australis] Collect UITelemetry on bookmarks toolbar usage. r=jaws. 2013-12-17 17:00:13 -05:00
Gaia Pushbot
eb918f44e9 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d12b645e3b8b
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #14779 from mvines/bug950809

Bug 950809 - Add null check for e.accelerationIncludingGravity. r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/d6423ca5d324
Author: Michael Vines <mvines@codeaurora.org>
Desc: Bug 950809 - Add null check for e.accelerationIncludingGravity. r=johnhu
2013-12-17 13:45:26 -08:00
Margaret Leibovic
aa7199b207 Bug 949181 - Update robocop tests to get rid of dependency on HomePager.Page. r=mcomella 2013-12-17 13:34:13 -08:00
Margaret Leibovic
805f5eb154 Bug 949181 - Get rid of the Page enum in HomePager. r=wesj 2013-12-17 13:34:10 -08:00
Ryan VanderMeulen
d4e33a3678 Merge m-c to fx-team. 2013-12-17 16:23:55 -05:00
Ryan VanderMeulen
9a9778b79a Merge m-c to b2g-inbound. 2013-12-17 16:22:49 -05:00
Justin Dolske
5241efa54f Bug 951364 - [Australis] button context menu should offer to "move", not "add". r=jaws 2013-12-17 13:21:37 -08:00
Ryan VanderMeulen
2184455416 Merge b2g-inbound to m-c. 2013-12-17 16:17:49 -05:00
Jim Mathies
ba3ef9bb54 Bug 950241 - Fix: when the browser restarts for an update, a new instance doesn't launch. r=bbondy 2013-12-17 15:17:26 -06:00
Jim Mathies
9da4cc8a97 Bug 944215 - Bring back the input logic in bug 950944, with some improvements. Increase the amount of time we process events, and message back once the input events we want delivered have been. r=bbondy 2013-12-17 15:13:33 -06:00
Ryan VanderMeulen
c98267ad5b Merge fx-team to m-c. 2013-12-17 16:10:10 -05:00
Ryan VanderMeulen
88bb9aa85f Merge inbound to m-c. 2013-12-17 15:58:24 -05:00
Matt Brubeck
5fe82dff0e Bug 950832 - Disable double-tap zoom and 300ms tap delay in Metro to fix OSK bugs [r=jimm] 2013-12-17 12:50:49 -08:00
Kartikaya Gupta
7911d4daea Bug 951256 - Dump the APZC guid in rendertrace output. r=Cwiiis 2013-12-17 15:20:21 -05:00