Michael Layzell
092eeed6cf
Bug 1337056 - Part 4: Assert that the ipcKey for a principal is avaliable when creating a PermissionKey in the child process, r=baku
...
MozReview-Commit-ID: G9TynCKgCVF
2017-03-21 11:08:03 -04:00
Michael Layzell
09ff23c2cc
Bug 1337056 - Part 3: Send down http[s] and ftp permissions as they are needed. Send down other permissions at startup, r=baku
...
MozReview-Commit-ID: CUKPvFp6zpF
2017-03-21 11:08:03 -04:00
Michael Layzell
ba95fb3f71
Bug 1337056 - Part 2: Replace the synchronous ReadPermissions API with async APIs, r=baku
...
These APIs are intended to use the mechanism defined in Part 1.
Part 3 implements the usage of these APIs to synchronize permissions.
MozReview-Commit-ID: HNKyDPtoaHl
2017-03-21 11:08:03 -04:00
Michael Layzell
ca0fec349f
Bug 1337056 - Part 1: Add a mechanism for grouping permissions into groups to be sent over IPC, r=baku
...
MozReview-Commit-ID: IQiSsVGaAOQ
2017-03-21 11:08:03 -04:00
Sebastian Hengst
952d1e945f
Backed out changeset 4258769b457d (bug 1348464) for crashing in Marionette e10s tests in nsIDocument::GetDocGroup(). r=backout on a CLOSED TREE
2017-03-21 15:48:56 +01:00
Sebastian Hengst
2b5713b552
Backed out changeset b89cd59e4ff6 (bug 1348464)
2017-03-21 15:47:46 +01:00
Sebastian Hengst
e6878260b4
Backed out changeset fecc6abcf708 (bug 1316683) for bustage at docshell/base/SerializedLoadContext.cpp:65:61. r=backout on a CLOSED TREE
2017-03-21 15:47:15 +01:00
Mark Banner
c225eb9884
Bug 1347712 - Add the tree-wide rules and config to the recommended eslint-plugin-mozilla config, to make it easier for outside projects. r=jaws
...
MozReview-Commit-ID: K7X57ZNppkE
--HG--
extra : rebase_source : 697cdbcbbc732a7ae5b538112f3c603943e86692
2017-03-21 15:40:33 +01:00
Mark Banner
d7d8be9285
Bug 1347712 - Move toolkit/.eslintrc.js rules into a 'recommended' set within eslint-plugin-mozilla. r=jaws
...
MozReview-Commit-ID: Jy4apKnmWcV
--HG--
rename : toolkit/.eslintrc.js => tools/lint/eslint/eslint-plugin-mozilla/lib/configs/recommended.js
extra : rebase_source : ae0c740c1c2a9cf620c1ac34024622ade12e6fd4
2017-03-22 10:43:00 +01:00
Alexander Surkov
f276097163
Bug 1346518 - extend Accessible::RemoveChild debugging assertions, r=yzen
2017-03-21 10:13:32 -04:00
Dylan Roeh
b2b30c26f8
Bug 1349200 - Ensure mozglue is loaded before checking NEON compatibility in GeckoApp.onCreate(). r=jchen
2017-03-21 08:49:15 -05:00
Carsten "Tomcat" Book
534f3aebc6
Merge mozilla-central to mozilla-inbound
2017-03-22 16:13:03 +01:00
Andrew Osmond
c21c5cb4c8
Backed out changeset 619b5b27ce87 (bug 1343499) for CLOSED TREE build bustage r=backout
2017-03-22 11:04:30 -04:00
Carsten "Tomcat" Book
9af9b1c794
Bug 1348801 - bump eslint to fix orange a=tomcat r=Standard8
...
--HG--
extra : rebase_source : 98fd635ec9ac0e64142ea6440d58dbb43fa8963a
2017-03-22 15:52:20 +01:00
ffxbld
8dd7c104d9
No bug, Automated blocklist update from host bld-linux64-spot-388 - a=blocklist-update
2017-03-22 07:50:21 -07:00
ffxbld
71d521184f
No bug, Automated HPKP preload list update from host bld-linux64-spot-388 - a=hpkp-update
2017-03-22 07:50:19 -07:00
ffxbld
cebf9f4e25
No bug, Automated HSTS preload list update from host bld-linux64-spot-388 - a=hsts-update
2017-03-22 07:50:16 -07:00
Jan de Mooij
8440f55d6e
Bug 1346140 - Flatten external strings when creating dependent strings. r=jwalden,h4writer
...
--HG--
extra : rebase_source : b62ac91f6734d6c2da2e2f0cefa8792c57d800f7
2017-03-22 15:47:21 +01:00
Jan de Mooij
10e3a2668d
Bug 1331058 - Add testcase. r=me
...
--HG--
extra : rebase_source : 913525b712bdacfcf497a8421b3b6af153ba6522
2017-03-22 15:46:17 +01:00
Andrew Osmond
a60b290b56
Bug 1343499 - Expose native image sizes to imagelib users. r=tnikkel
2017-03-22 09:05:36 -04:00
Sebastian Hengst
20fb8455d6
Backed out changeset 7e47807067a6 (bug 1316683) for Windows bustage. r=backout
2017-03-22 15:15:27 +01:00
Ehsan Akhgari
9093d5f005
Bug 1316683 - Avoid going into SpiderMonkey for retrieving origin attributes; r=baku
...
Our caller is C++ code, and the implementations are all also written in C++,
so there is no reason to go through SpiderMonkey here. This patch also makes
nsILoadContext builtinclass to ensure that the implementation is always native.
2017-03-22 10:03:26 -04:00
Nicolas B. Pierron
39741d711a
Bug 1331662 part 2 - Replace nsJSUtils::EvaluateString calls by ExecutionContext scopes. r=bz
2017-03-22 13:42:27 +00:00
Nicolas B. Pierron
bb7321907a
Bug 1331662 part 1 - Reimplement EvaluateString using the ExecutionContext class. r=bz
2017-03-22 13:42:26 +00:00
Andrew Osmond
9f71f348c1
Backed out changeset 0b797601dc36 (bug 1343499) for build bustages. r=backout
2017-03-22 09:19:05 -04:00
Andrew Osmond
cbf46adaef
Bug 1343499 - Expose native image sizes to imagelib users. r=tnikkel
2017-03-22 09:05:36 -04:00
Sebastian Hengst
51e127dbce
Backed out changeset 6bfcef53d382 (bug 1348877) for failing web-platform-test /storage/interfaces.https.html. r=backout
...
--HG--
rename : testing/web-platform/tests/storage/interfaces.https.html => testing/web-platform/tests/storage/interfaces.html
2017-03-22 13:30:05 +01:00
Dão Gottwald
d9a31ef1f2
Bug 1349501 - Let _beginRemoveTab skip the whole permitUnload block for tabs that don't have content attached. r=kevinhowjones
2017-03-22 13:28:58 +01:00
Shawn Huang
1a157c53f3
Bug 1319306
- Change onreadystatechange assertion to a minimum of 2 rather than 10, r=annevk
2017-03-22 20:14:52 +08:00
Christoph Kerschbaumer
f49ee1fdca
Bug 1316305 - Explicilty call .close() for websocket in test. r=baku
2017-03-22 13:04:02 +01:00
JW Wang
0974e1801c
Bug 1348931 - remove dead code. r=gerald
...
--HG--
extra : rebase_source : a4c837715d44a9ecf04defdd4feeaca118041f79
2017-03-22 10:23:46 +08:00
Kartikaya Gupta
7fc02188d8
Merge m-c to graphics
...
MozReview-Commit-ID: AxmKwI9dnre
2017-03-21 09:21:34 -04:00
Carsten "Tomcat" Book
6fd1303c2a
merge mozilla-inbound to mozilla-central a=merge
2017-03-21 12:04:43 +01:00
Carsten "Tomcat" Book
533d2dffab
merge autoland to mozilla-central a=merge
2017-03-21 12:02:59 +01:00
Carsten "Tomcat" Book
e557a3222d
Backed out changeset 5733e0b0e096 (bug 1120409) for causing frequent timeouts in test_XHR_timeout.html
2017-03-21 11:28:38 +01:00
Jon Coppeard
0401d77410
Bug 1341096 - Make JS::IsIncrementalBarrierNeeded return true while sweeping incrementally r=sfink a=abillings
2017-03-21 10:24:11 +00:00
Ehsan Akhgari
28ff218127
Bug 1316683 - Avoid going into SpiderMonkey for retrieving origin attributes; r=baku
...
Our caller is C++ code, and the implementations are all also written in C++,
so there is no reason to go through SpiderMonkey here. This patch also makes
nsILoadContext builtinclass to ensure that the implementation is always native.
2017-03-21 10:05:00 -04:00
Andreas Farre
ad6dba33e8
Bug 1314959 - Enable requestIdleCallback by default. r=smaug
...
MozReview-Commit-ID: KDheP6zVhD0
2017-03-21 14:50:37 +01:00
Ehsan Akhgari
566751834a
Bug 1346583 - Remove the PContent::Msg_OpenAnonymousTemporaryFile sync IPC; r=billm
2017-03-21 09:27:48 -04:00
Ehsan Akhgari
2d24acd7f3
Bug 1348464 - Part 1: Avoid two virtual calls in NS_URIChainHasFlags(); r=mcmanus
2017-03-21 09:26:07 -04:00
Ehsan Akhgari
350b13d1d9
Bug 1348464 - Part 0: Make nsIOService::GetInstance() a simple inline function that returns a plain pointer; r=mcmanus
2017-03-21 09:26:00 -04:00
Andreas Farre
875c145599
Bug 1318720 - Don't allow calling rIC on detached windows. r=smaug
...
MozReview-Commit-ID: FFXCNCPpGvh
2017-03-21 13:26:30 +01:00
Andreas Farre
a0564798da
Bug 1318720 - Add test for calling rIC on removed iframe. r=smaug
...
MozReview-Commit-ID: 9TGGSxcUHs2
2017-03-21 13:26:29 +01:00
Andreas Farre
d68fa1945b
Bug 1318720 - Don't test if idle callbacks may execute in the same period. r=smaug
...
MozReview-Commit-ID: HKjU4R6BChT
2017-03-21 13:26:29 +01:00
Andreas Farre
c2f45a1b19
Bug 1318720 - Prevent chaining idle callbacks in the same period. r=smaug
...
MozReview-Commit-ID: H3lvpNi9Lx9
2017-03-21 13:26:28 +01:00
Gabor Krizsanits
9ea5f7a83d
Bug 1341008 - Stop rebroadcasting BlobURLUnregistration. r=baku
2017-03-21 12:58:41 +01:00
Carsten "Tomcat" Book
97f79397b6
Merge mozilla-central to mozilla-inbound
2017-03-21 12:07:49 +01:00
Jon Coppeard
0c9adfde90
Backed out changeset 24fb27182a1d (bug 1341096)
2017-03-21 11:01:42 +00:00
Shawn Huang
4ae6659c88
Bug 1268804 Part 5: Add wpt test cases for SecureContext, r=janv
2017-03-21 19:00:57 +08:00
Jorg K
a1da2be4c3
Bug 1346916 - Skip test_reload.js:test_reloading_a_temp_addon() for Thunderbird. a=aswan
...
--HG--
extra : rebase_source : b011c81ad7252ce614d021728517a08a7139760d
2017-03-21 08:52:00 +01:00