Commit Graph

428599 Commits

Author SHA1 Message Date
Xidorn Quan
ad38b79d85 Bug 1168705 part 4 - Dispatch other fullscreen events with next refresh driver tick. r=smaug
--HG--
extra : source : c50531d1f29cf529adb89b3bd5fc747540efc6be
2015-07-02 19:12:31 +10:00
Xidorn Quan
3c67d59dac Bug 1168705 part 3 - Make MozDOMFullscreen:{Request,Exit,Entered,Exited} be triggered synchronously. r=dao,smaug
MozDOMFullscreen:{Request,Exit} are simply used to redirect the request
to the parent process, hence there is no need to align them with refresh
driver tick or dispatch asynchronously.

MozDOMFullscreen:{Entered,Exited} are also used to notify the content
process about the change, hence dispatching them later could cause
unwanted delay on fullscreen change. Their handlers are also changed in
this patch to avoid recursive fullscreen change.

--HG--
extra : source : 4e28bd72c693e64f48e8e90adfc066837a5ada89
2015-07-02 19:12:31 +10:00
Xidorn Quan
0e522bae44 Bug 1168705 part 2 - Move fullscreenchange event to be triggered after the related chrome events. r=smaug
--HG--
extra : source : 0d125f8a263647ad6fdf4675d4f3ad8c511fc9f4
2015-07-02 19:12:31 +10:00
Xidorn Quan
e71f015f03 Bug 1168705 part 1 - Add mechanism for dispatching events with refresh driver tick. r=roc,khuey
--HG--
extra : source : 78c7ef9ca558520a50fa57492ad714922080459d
2015-07-02 19:12:31 +10:00
L. David Baron
2122830122 Bug 1176969 followup - Reorganize the timing of the reftest to make it more reliable.
I confirmed that animate-preserve3d-child.html still fails without the
original patch in the bug.

--HG--
extra : transplant_source : %2Bqq%E3%28f%BC%CF%E0%02%205.%14V%ABX%F1%87%1B
2015-07-01 23:00:25 -07:00
Fernando Jimenez
6b6352e3b6 Bug 1176712 - Cannot have two activities with same name and different filters. Tests. r=fabrice 2015-07-02 07:56:14 +02:00
Fernando Jimenez
b58c6bea88 Bug 1176712 - Cannot have two activities with same name and different filters. r=fabrice 2015-07-02 07:56:14 +02:00
JW Wang
2d5b045c93 Bug 1178718. Part 2 - No need to acquire the monitor in BreakCycles(). r=roc. 2015-07-02 13:39:11 +08:00
JW Wang
aecd09b53a Bug 1178718. Part 1 - Remove dependency on decoder monitor from DecodedStream. r=roc. 2015-07-02 12:10:10 +08:00
Shu-yu Guo
c4dad88285 Bug 1179264 - Only assert markedness of sampled scripts in JitcodeMap during finalization. (r=terrence) 2015-07-01 21:57:28 -07:00
Makoto Kato
906f641909 Bug 1178652 - Send NOTIFY_IME_OF_COMPOSITION_UPDATE to parent process correctly. r=masayuki 2015-07-02 13:40:10 +09:00
Ehsan Akhgari
04d19de7c7 Bug 1179399 - Part 1: Relax the ShouldIntercept checks when overriding JAR channel info; r=jdm 2015-07-01 23:33:11 -04:00
Xidorn Quan
5ebb867d28 Bug 1175485 part 4 - Add unit test for integer range. r=waldo
--HG--
extra : source : 2fb0dd6ca01c21b9282e0d7637ac09c2e8539a02
2015-07-02 13:31:07 +10:00
Xidorn Quan
5ce6110994 Bug 1175485 part 3 - Remove unused operators, typedefs and IteratorTraits. r=waldo
--HG--
extra : source : c1d3256e987c25935cc8bd321c413a1e0c7586b3
2015-07-02 13:31:07 +10:00
Xidorn Quan
0a629d8242 Bug 1175485 part 2 - Add static_assert to MakeRange to ensure it is used with integers. r=waldo
--HG--
extra : source : ca970199a7f1ee9adc11019a65ef8eba1f2a491e
2015-07-02 13:31:07 +10:00
Xidorn Quan
f15e97fc12 Bug 1175485 part 1 - Allow inner iterator of ReverseIterator deref to any type, and change IntegerIterator, EnumeratedRange, and nsFrameList::Iterator to return value type instead of a reference. r=roc,waldo
--HG--
extra : source : 1e932a13595a1d3862f171e7e7435422d890fbf0
2015-07-02 13:31:07 +10:00
Phil Ringnalda
df2c98c7f6 Back out 85ce4ef19b93 (bug 1179048) for a wide variety of devtools test failures 2015-07-01 20:18:09 -07:00
JW Wang
df31030460 Bug 1068970 - Ensure MediaDecoderStateMachine::SendStreamAudio() uses UsecsToFrames correctly. r=roc 2015-07-02 10:37:34 +08:00
JW Wang
9357c757c0 Bug 1179116. Part 3 - remove unused code. r=cpearce. 2015-07-02 10:34:30 +08:00
JW Wang
f5b2f59f6b Bug 1179116. Part 2 - clean up code of MediaDecoderStateMachine::FinishDecodeFirstFrame(). r=cpearce. 2015-07-02 10:34:17 +08:00
JW Wang
293366faa9 Bug 1179116. Part 1 - clean up code of MediaDecoderStateMachine::MaybeStartPlayback(). r=cpearce. 2015-07-02 10:34:05 +08:00
Jean-Yves Avenard
442d53fa88 Bug 1179569: Remove use of decoder's monitor in ResetDecode(). r=bholley
Doesn't appear to ever have been required.
2015-07-02 11:55:33 +10:00
Bobby Holley
2324e58fb3 Bug 1178437 - Do the dormant-enabled tracking on the main thread. r=jww,r=jya
This is purely a question of policy, so there's no reason it needs to live on
the off-main-thread decoding machinery.
2015-07-01 18:47:41 -07:00
Bobby Holley
f3eac770a7 Bug 1178437 - Make mRealTime const and allow it to be accessed on any thread. r=jww 2015-07-01 18:46:59 -07:00
Bobby Holley
c1640b0839 Bug 1178437 - Dispatch SetFragmentEndTime. r=jww 2015-07-01 18:46:58 -07:00
Bobby Holley
ee8d084c0d Bug 1178437 - Remove ReadOnWrongThread. r=jww
\o/
2015-07-01 18:46:58 -07:00
Bobby Holley
0f58065114 Bug 1178437 - Assert OnTaskQueue for most of the remaining MDSM methods. r=jww 2015-07-01 18:46:57 -07:00
John Daggett
28d91fc221 Bug 1165179 - use all style matched faces within a font family. r=heycam 2015-07-02 10:44:14 +09:00
Markus Stange
8b1e64ec34 Bug 1148582 - Support multiple mask layers per layer in LayerManagerComposite. 2015-07-01 17:32:19 -04:00
Markus Stange
020bfc17f8 Bug 1148582 - Include the rounded clip of the async scrolled scroll frame in its mAncestorClip.
--HG--
extra : rebase_source : 77813db37ceb9abaa3c1c28f0eb98f8425f88fc0
extra : source : aff9ea7ce4fe01d4737aa6c6c059567cdbc6ba06
2015-06-22 01:38:23 -04:00
David Anderson
c4f735d0c5 Bug 1148582 - Apply async transforms to (ancestor) mask layers correctly. r=botond
--HG--
extra : rebase_source : e44f7dbe49b343532b99704893dca879f1a69b4a
extra : source : 6234e37d912a054e8c07259c4dca19ce4c062055
2015-06-30 21:07:09 -04:00
David Anderson
16262c38a8 Bug 1148582 - Recycle mask layers attached to FrameMetrics. r=mattwoodrow
--HG--
extra : rebase_source : f74699e5c40598ca8b7aa0163897c74524e32419
extra : source : be49031960aa935f2f0d6fa594251c9e1fa12536
2015-06-21 12:28:10 -04:00
David Anderson
55a0f8ee25 Bug 1148582 - Add mask layers to FrameMetrics for ancestor scroll frame clips. r=mattwoodrow
--HG--
extra : rebase_source : 9bf7a73b14e40972b3a5824b2f1344b7770ab789
extra : source : 745366787bcae737c0aec908554db2a3ec288908
2015-06-21 12:27:31 -04:00
David Anderson
506195b315 Bug 1148582 - Factor mask layer creation out of ContainerState::SetupMaskLayer. r=mstange
--HG--
extra : rebase_source : 22768360af5dd3befaee32dd2b27bd5168b9ac04
extra : source : b40d5e2bc9d77bc84edf31ca0faba8adee9b07c2
2015-06-20 19:47:57 -04:00
Masayuki Nakano
3273d3f447 Bug 1179086 ContentEventHandler should use /n on Mac rather than /r r=smaug+smichaud+josh 2015-07-02 10:00:44 +09:00
Dan Glastonbury
25f6475094 Bug 1179556 - Only call EnsureColorAttachPoints with a color attachment. r=jgilbert 2015-07-02 10:47:45 +10:00
Ehsan Akhgari
6422b76944 Bug 1163410 - Ensure that JSAPI is properly initialized before calling ServiceWorkerClientPostMessageRunnable::DispatchDOMEvent; r=nsm 2015-07-01 20:45:13 -04:00
Ehsan Akhgari
2860680543 Mark test_bug883784.jsm as a support file, no bug 2015-07-01 20:45:12 -04:00
William Chen
e2a8b6bfa3 Bug 1178513 - Add <extapp> element and interfaces to be used by ACL. r=khuey
--HG--
extra : rebase_source : 988379e48f84c04bcac181a6fc4c71325e3f0b02
2015-06-30 11:27:57 -07:00
Ehsan Akhgari
92139cbfb2 Bug 1178339 - Account for service workers separately in WorkerDomainInfo; r=nsm 2015-07-01 20:37:40 -04:00
Eric Rahm
61f2737242 Bug 1179048 - Use mouseout instead of mouseleave in devtools. r=fitzgen
Using mouseleave in chrome code generates a warning in docshell about
performance which notes mouseout should be used instead. This patch replaces
usage of mouseleave with mouseout across the devtools codebase.
2015-07-01 17:27:14 -07:00
Terrence Cole
6f7461956e Bug 1175642 - Fix the interface that RelocatablePtr uses to interact with the StoreBuffer; r=jonco
* * *
Bug 1175466 - "Allocate arguments objects in the nursery" [r=terrence]
2015-06-18 10:23:49 -07:00
Wes Kocher
a1c9065f46 Backed out changeset c0cfb1a32d09 (bug 1178339) for being the likely causes of a spike in serviceworker intermittent failures 2015-07-01 17:18:17 -07:00
Wes Kocher
2b28741a66 Backed out changeset c3d3ec68482b (bug 1163410) 2015-07-01 17:18:00 -07:00
Wes Kocher
43b7cb4148 Merge m-c to inbound, a=merge CLOSED TREE
--HG--
extra : amend_source : 1739cfda21dc444f47f94bbb33fab71c49c0cedc
2015-07-01 16:59:45 -07:00
Wes Kocher
9e61cb09b7 Backed out changeset 9e0475a23d21 (bug 1158561) for assertions in test_clear_site_data.html CLOSED TREE 2015-07-01 16:25:26 -07:00
Wes Kocher
eeb919a6e2 Backed out changeset 66096f511050 (bug 1178999) for gl bustage CLOSED TREE
--HG--
extra : amend_source : aa8eff311f51a0bede38c5889a04fc90061a9170
2015-07-01 16:19:09 -07:00
Wes Kocher
6a93d89ce7 Backed out changeset 288fee06d8aa (bug 1178999) 2015-07-01 16:18:59 -07:00
Seth Fowler
368fd6e87a Bug 1167557 - Crash when a null surface is passed to SurfaceCache::Insert. r=dholbert 2015-07-01 16:09:21 -07:00
Ryan VanderMeulen
18d550ed60 Merge m-c to b2g-inbound. a=merge 2015-07-01 16:39:10 -04:00