Franziskus Kiefer
c54ba8a1cc
Bug 1226928 - new preferences for content-signing on remote about:newtab, r=mconley
2016-03-14 11:56:07 +01:00
Peter Van der Beken
47124ee672
Backed out 4 changesets (bug 1222624) to fix bug 1249572
...
Backed out changeset e407f668476d (bug 1222624)
Backed out changeset 2a4502574495 (bug 1222624)
Backed out changeset 4b6ae937a03d (bug 1222624)
Backed out changeset cfa2b6acc2ba (bug 1222624)
2016-03-14 11:36:39 +01:00
Benjamin Bouvier
69b0584aeb
Bug 1255772: Implement wasm::Unreachable; r=sunfish
...
MozReview-Commit-ID: BFDrX72K7Vk
--HG--
extra : rebase_source : 6251f5e005dd80e4f93c49d2d92a4fb34d073913
extra : amend_source : 0939036518ce2eb9a8ea4f5ea8439c86e7e34a79
2016-03-10 21:00:07 +01:00
Bogdan Postelnicu
c9c042d934
Bug 1230907 - mPixelRowSize added to constructor with 0 value. r=seth
2016-03-14 10:36:36 +02:00
Louis Chang
73c9a25e36
Bug 1223729 - HID Connection Implementation, r=jocelyn, sr=mrbkap
...
--HG--
rename : dom/bluetooth/common/BluetoothHidManager.cpp => dom/bluetooth/bluez/BluetoothHidManager.cpp
rename : dom/bluetooth/common/BluetoothHidManager.h => dom/bluetooth/bluez/BluetoothHidManager.h
2015-12-04 11:58:55 +08:00
Hiroyuki Ikezoe
4e06af5a13
Bug 1218620 - Part 2: Skip all 'preserve-3d' tests which breaks other compositor frames. r=birtles
...
MozReview-Commit-ID: 85dk5yOYizZ
--HG--
extra : rebase_source : a2cc3fa74b4bc967b58129458ab084e2a56acc74
2016-03-14 13:08:11 +09:00
Hiroyuki Ikezoe
45a7f9a679
Bug 1218620 - Allow opacity animation running on compositor even if the frame has any restricted transforms. r=birtles
...
The type name has been changed and re-ordered.
MozReview-Commit-ID: 78jrJ6a9Pro
--HG--
extra : rebase_source : f47e6bf27d8e48d10b3af123308c2ab89e71d8e1
2016-03-14 09:07:48 +09:00
Brian Birtles
107642839f
Bug 1246320 part 5 - Simplify KeyframeEffect(ReadOnly) Constructor overloads further; r=hiro
...
As well as generally simplifying the different KeyframeEffect(ReadOnly)
constructor methods, this patch also means we will use the realm document for
parsing timing functions in all cases. Although this currently doesn't have
any impact (the current set of timing functions are expected to be parsed
identically regardless of the document used) it may become significant if, in
future, it becomes possible to register hooks with certain documents for
parsing CSS properties as part of the houdini efforts.
MozReview-Commit-ID: 4gAZi1G1uAD
--HG--
extra : rebase_source : f619592a02ddcbe56835344ec1fb3023219cd2d3
2016-03-12 22:14:10 +09:00
Brian Birtles
6846d9e23b
Bug 1246320 part 4 - Pass a document to TimingParams; r=hiro
...
MozReview-Commit-ID: 9Sh8eWHdDD6
--HG--
extra : rebase_source : 2dc0da7076b8acaaca257583f3780266ae62b430
2016-03-11 17:27:34 +09:00
Brian Birtles
036f647012
Bug 1246320 part 3 - Rework KeyframeEffect(ReadOnly) constructor helpers; r=hiro
...
Once we update TimingParams to take a document, we will need to get an
appropriate document within the various constructor methods. This complicates
these methods and suggests they should be pushed into the .cpp file where
we can hide the complexity more easily and templatize the type of the options
argument so that we can share the document-fetching code.
By moving all uses of the declared template methods to the .cpp file we
can drop the explicit instantiations.
(We still need to declare the templated methods in the header file since
these methods need to be protected methods of KeyframeEffectReadOnly in
order to construct a KeyframeEffectReadOnly since its constructor is
protected.)
MozReview-Commit-ID: 8KrCWrWIb7X
--HG--
extra : rebase_source : c5b550b271cc68ceeb60a25243268a17b3ab7f65
2016-03-11 17:27:16 +09:00
Brian Birtles
3edb5638a1
Bug 1246320 part 2 - Pass document to ParseEasing; r=hiro
...
MozReview-Commit-ID: KWW53htO0Jj
--HG--
extra : rebase_source : 85aaa0a66cae7623fa06ebf31e0b8481ee05bbde
2016-03-11 17:21:03 +09:00
Ting-Yu Lin
d479c4cf4c
Bug 1225412 followup - Add comment to details10 in toggleEvent.html for consistency. r=me
...
Comment-only so DONTBUILD.
--HG--
extra : amend_source : 35f5ce9e53dd286224273e0aefbdcec7ca81e5e5
2016-03-14 12:00:17 +08:00
Ting-Yu Lin
b8972c7eb9
Bug 1225412 Part 2 - Add support to dispatch toggle events to details element. r=smaug
...
Add ontoggle event handler, and dispatch toggle events to the details
element if the open attribute is added or changed. According to the
spec, if a new toggle event has been queued, previous toggle events
should be aborted.
MozReview-Commit-ID: EN6Jf5hVHHD
--HG--
extra : rebase_source : 35605e49950bb59a0eb6dca594c3ede465ff587d
2016-03-12 19:53:51 +08:00
Ting-Yu Lin
e112dca692
Bug 1225412 Part 1 - Make AsyncEventDispatcher cancelable. r=smaug
...
Also I found that mBubbles are not initialized in the constructor in
AsyncEventDispatcher.cpp. I initialized those bool member variables
directly.
MozReview-Commit-ID: FiU4NKGJjU9
--HG--
extra : rebase_source : 1bcd5808b442eb726763602525977bc064ecc0ee
2016-03-12 19:53:50 +08:00
Sotaro Ikeda
8e434d1c10
Bug 1255320 - Create DrawTarget with DIB as similar DrawTarget r=jrmuizel
2016-03-13 19:46:23 -07:00
Ryan VanderMeulen
3e07f6589e
Merge inbound to m-c. a=merge
2016-03-13 19:08:03 -04:00
Ryan VanderMeulen
7b3609707c
Merge fx-team to m-c. a=merge
2016-03-13 19:03:33 -04:00
Ryan VanderMeulen
0b763db25e
Bug 1255913 - Add more Android crashtest chunks. r=rail, a=test-only
2016-03-13 18:51:32 -04:00
Ehsan Akhgari
047fa9319b
Bug 1256046 - Hide MozPowerManager from the Web; r=khuey,bzbarsky
...
navigator.mozPower is already hidden behind the power permission,
so there is no need to be exposing this interface unconditionally.
2016-03-13 15:17:54 -04:00
Ehsan Akhgari
38d1ffea4e
Bug 1043562 - Hide the Contacts API from the contexts that lack sufficient privileges, such as Firefox desktop and Android; r=smaug
2016-03-13 15:17:54 -04:00
Ryan VanderMeulen
9ae406eac8
Backed out changeset 90f5e1712c25 (bug 1256037) for making browser_pdfjs_navigation.js timeout frequently on Windows PGO e10s.
2016-03-12 22:46:59 -05:00
Nick Alexander
7f09195b24
Bug 1255926 - Exclude GCM and Push test files from Gradle configuration when !MOZ_ANDROID_GCM. r=bustage
...
MozReview-Commit-ID: GsYEyF7PTbS
2016-03-12 16:56:47 -08:00
Nick Alexander
2b40aea31a
Bug 1255926 - Exclude GCM and Push files from Gradle configuration when !MOZ_ANDROID_GCM. r=bustage
...
MozReview-Commit-ID: Cs2dOZy0UUb
--HG--
extra : rebase_source : c9f5c82c4fe94dfe8bbaf6c700984c2c21f5716c
2016-03-12 16:16:01 -08:00
Ryan VanderMeulen
fadd2e59b8
Bug 1256037 - Update pdf.js to version 1.4.135. r=bdahl
2016-03-12 16:49:23 -05:00
Ryan VanderMeulen
da1885e860
Merge inbound to m-c. a=merge
2016-03-12 15:23:38 -05:00
Tooru Fujisawa
45cd59b8ba
Backed out changeset ec80e2d4ccce (bug 933257) for mochitest-other failure and maybe some more. CLOSED TREE
2016-03-13 04:56:05 +09:00
Tooru Fujisawa
446ace4833
Backed out changeset 3025ae7a3445 (bug 933257)
2016-03-13 04:55:02 +09:00
Tooru Fujisawa
97223b0e78
Backed out changeset 2f7c7d7ddacc (bug 933257)
2016-03-13 04:55:00 +09:00
Tooru Fujisawa
f381128fb0
Backed out changeset e4a133efcb4d (bug 933257)
2016-03-13 04:54:57 +09:00
Tooru Fujisawa
a226741004
Backed out changeset c2df769e60ac (bug 933257)
2016-03-13 04:54:55 +09:00
Tooru Fujisawa
fb771b2697
Backed out changeset 2e20366dcaf7 (bug 933257)
2016-03-13 04:54:53 +09:00
Tooru Fujisawa
3dace94ad5
Backed out changeset 0bc00f6c24fd (bug 933257)
2016-03-13 04:54:50 +09:00
Tooru Fujisawa
4841dccbe2
Backed out changeset 96b3d993fc53 (bug 933257)
2016-03-13 04:54:48 +09:00
Tooru Fujisawa
bd78be93c2
Backed out changeset 69061c0ec32b (bug 933257)
2016-03-13 04:54:45 +09:00
Tooru Fujisawa
de1deaffd6
Backed out changeset b6ca6b5832d8 (bug 933257)
2016-03-13 04:54:42 +09:00
Tooru Fujisawa
340e6bbf57
Backed out changeset b2624519692f (bug 891107)
2016-03-13 04:54:33 +09:00
Tooru Fujisawa
632b50ecff
Backed out changeset 13e045fff28d (bug 891107)
2016-03-13 04:54:30 +09:00
Tooru Fujisawa
65844d91b7
Backed out changeset 8fe18f2b8aa9 (bug 891107)
2016-03-13 04:54:27 +09:00
Tooru Fujisawa
a653c25c72
Backed out changeset ebd8c98e2329 (bug 891107)
2016-03-13 04:54:25 +09:00
Tooru Fujisawa
9824a5f19e
Backed out changeset c47e7505bd94 (bug 891107)
2016-03-13 04:54:23 +09:00
Tooru Fujisawa
ed7fa27091
Backed out changeset f223b115ad37 (bug 891107)
2016-03-13 04:54:20 +09:00
Tooru Fujisawa
da7b7e3756
Backed out changeset 07d1058b745e (bug 891107)
2016-03-13 04:54:18 +09:00
Tooru Fujisawa
6e4d9110ce
Backed out changeset c1bb74893286 (bug 891107)
2016-03-13 04:54:16 +09:00
Luke Wagner
d0ceed77d2
Bug 1254893
- Change 'Experimental' to 'Temporary' in string and DONTBUILD (r=me)
...
MozReview-Commit-ID: 6xQocmUEuCA
2016-03-12 13:42:58 -06:00
Tooru Fujisawa
e8c2a0e6f5
Backed out changeset 905e3a9f7557 (bug 1153978) for xpcshell test failure. CLOSED TREE
...
--HG--
extra : amend_source : b8e2e8de5140313da0e2f52c4d9d46e4b609b6cd
2016-03-13 04:27:02 +09:00
Tooru Fujisawa
20ae44e9a0
Backed out changeset 08ee8e76c703 (bug 1153978)
2016-03-13 04:26:57 +09:00
Tooru Fujisawa
37c3f4b22d
Backed out changeset 8db1ac84d30e (bug 1153978)
2016-03-13 04:26:42 +09:00
Ryan VanderMeulen
211f928654
Merge fx-team to m-c. a=merge
2016-03-12 12:59:34 -05:00
ffxbld
7e46a33af1
No bug, Automated HPKP preload list update from host bld-linux64-spot-304 - a=hpkp-update
2016-03-12 04:40:14 -08:00
ffxbld
0391ff34f5
No bug, Automated HSTS preload list update from host bld-linux64-spot-304 - a=hsts-update
2016-03-12 04:40:12 -08:00