Bill McCloskey
79162c692a
Bug 1395029 - Scheduler support for blockThreadedExecution (r=froydnj)
...
MozReview-Commit-ID: EXRMRh9SCsQ
2017-11-11 21:04:20 -08:00
Bill McCloskey
38f2553236
Bug 1412189 - Avoid main-thread access in PrioritizedEventQueue::SelectQueue (r=stone)
...
MozReview-Commit-ID: GY43FXgqr2h
2017-11-11 21:04:20 -08:00
Yura Zenevich
b2b66a61f5
Bug 1401980 - shutdown accessibility service on accessibliity.force_disable pref change. r=surkov
...
MozReview-Commit-ID: 8YfCaoB5Stt
2017-11-11 22:21:45 -05:00
Coroiu Cristina
40227a4890
Merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE
2017-11-12 00:22:12 +02:00
Coroiu Cristina
70cc02de17
Backed out changeset d3c111ae8e20 (bug 1415692) for leaks in windows clipboard tests a=backout r=backout
2017-11-12 00:13:33 +02:00
Coroiu Cristina
230207fe30
Merge inbound to mozilla-central r=merge a=merge
2017-11-12 00:05:11 +02:00
Coroiu Cristina
8d0fc743e2
Merge autoland to mozilla-central r=merge a=merge
2017-11-12 00:03:23 +02:00
Steve Armand
9039c4b89a
Bug 1414930 - Remove the contentViewerEdit property from tabbrowser and browser bindings. r=Gijs
...
MozReview-Commit-ID: JRjDQeYxBQb
--HG--
extra : rebase_source : 38a6314c0f5cc090b3a48024e1abc71a1fa781c4
2017-11-11 15:31:37 -05:00
ffxbld
14b2379843
No bug, Automated HPKP preload list update from host bld-linux64-spot-036 - a=hpkp-update
2017-11-11 11:46:19 -08:00
ffxbld
844ee0c1d3
No bug, Automated HSTS preload list update from host bld-linux64-spot-036 - a=hsts-update
2017-11-11 11:46:15 -08:00
Coroiu Cristina
4118b7f312
Backed out changeset 464881ca2365 (bug 1416407) for failing wptlint on testing/web-platform/meta/MANIFEST.json:0 | webdriver/tests/sessions/new_session/support/__init__.py in source but not in manifest. (wpt-manifest) on a CLOSED TREE
2017-11-11 21:22:34 +02:00
Paolo Amadini
f735328150
Bug 1409301 - Update the site security subview to the Photon style. r=johannh
...
The site security subview is now implemented using the "photonpanelmultiview" element, replacing the last instance of the "panelmultiview" element. The subview features a standard Photon header, hence the connection state icon was moved to the element below it. This makes the styles more similar between the main view and the subview. The connection state styles are now applied using a class name, and the tests have been updated accordingly.
This change required some fixes in the "photonpanelmultiview" implementation to make sure the height of the subview is correct and to allow keyboard navigation back to the main view.
Since the expander button and the permission controls in the main view are not visible anymore after the subview is shown, some code related to focus and hover could be removed as well.
MozReview-Commit-ID: 4nIAPWJPV8k
--HG--
extra : rebase_source : 74d6d769421c0f8521bdfae249b4d111e630a3bd
2017-11-11 19:13:43 +00:00
ffxbld
a99e2a57b4
No bug, Automated HPKP preload list update from host bld-linux64-spot-030 - a=hpkp-update
2017-11-11 11:07:18 -08:00
ffxbld
0411746801
No bug, Automated HSTS preload list update from host bld-linux64-spot-030 - a=hsts-update
2017-11-11 11:07:14 -08:00
Michael Kaply
1a22aca3b3
Bug 1416484
- Add and update some engines for later testing. r=mconnor
...
MozReview-Commit-ID: 3797KN2Bq52
--HG--
extra : rebase_source : 9311e75586ad31f6d20766b7f440eccb49a778e3
2017-11-11 10:23:03 -06:00
Jonathan Kew
49c97adb4e
Bug 1411625 - Remove the constructor from gfxShapedText::CompressedGlyph to make it a trivial class, and provide a couple of convenience "factory" methods to create simple and complex glyph values. r=andi
2017-11-11 15:32:58 +00:00
Quan
d4b0ac297e
Bug 1415855 - Remove unused mIconLoadingPrincipal field. r=dao
...
MozReview-Commit-ID: DWokXFTJRse
--HG--
extra : rebase_source : e4b5fd8770f5128d7be8c9fcda42414a9e210e4a
2017-11-11 18:08:47 +05:30
Jon Coppeard
757573b0fe
Bug 1417077
- Make JSTracer provide the current GC number and use this in nsXULPrototypeDocument::TraceProtos() r=sfink r=mccr8
2017-11-14 17:10:30 +00:00
Andrew Osmond
a230c70963
Bug 1416774
- Ensure that imgRequestProxy::CancelAndForgetObserver removes itself from the cache validator. r=tnikkel
...
An imgRequestProxy may defer notifications when it needs to block on an
imgCacheValidator. It may also be cancelled before the validator has
completed its operation, but before this change, we did not remove the
request from the set of proxies, imgCacheValidator::mProxies. When the
deferral was completed, it would assert to ensure each proxy was still
expecting a deferral before issuing the notifications. Cancelling a
request can actually reset that state, which means we fail the assert.
Failing the assert is actually harmless; in release we suffer no
negative consequences as a result of this sequence of events. Now we
just remove the proxy from the validator set to avoid asserting.
2017-11-14 12:02:59 -05:00
Yura Zenevich
3898a0e472
Bug 1416893 - Added getConsumers method to nsIAccessibilityService. r=surkov
...
MozReview-Commit-ID: EoBdYSxqEGz
2017-11-14 11:21:32 -05:00
Stephen A Pohl
16b17057eb
Bug 1415340: Remove undefined (and unnecessary) property when rejecting a Promise in GMPDownloader. r=gfritzsche
2017-11-14 10:49:12 -05:00
Tim Taubert
b350f42d65
Bug 1398268 - [u2f-hid-rs] Rewrite macOS IOHIDManager communication and state machine r=jcj
...
Review: https://github.com/jcjones/u2f-hid-rs/pull/52
2017-11-14 11:39:29 +01:00
Tim Taubert
ec80cf873c
Bug 1406468 - Web Authentication - Implement isUserVerifyingPlatformAuthenticatorAvailable() method r=jcj,smaug
...
Summary:
We currently implement no platform authenticators, so this would always
resolve to false. For those cases, the spec recommends a resolve timeout
on the order of 10 minutes to avoid fingerprinting.
A simple solution is thus to never resolve the promise, otherwise we'd
have to track every single call to this method along with a promise
and timer to resolve it after exactly X minutes.
A Relying Party has to deal with a non-response in a timely fashion, so
we can keep this as-is (and not resolve) even when we support platform
authenticators but they're not available, or a user rejects a website's
request to use them.
Reviewers: jcj, smaug
Reviewed By: jcj, smaug
Bug #: 1406468
Differential Revision: https://phabricator.services.mozilla.com/D217
2017-11-14 11:44:46 +01:00
Jan de Mooij
4e36e5851a
Bug 1415489 - Use SingletonObject for Array.prototype[@@unscopables]. r=bhackett
2017-11-11 13:32:56 +01:00
JerryShih
c061f3959d
Bug 1371838 - set the window_id as renderer_id to WR. r=jrmuizel
...
MozReview-Commit-ID: 7YbQNzTNpmE
2017-11-11 18:57:31 +08:00
JerryShih
4eb77c1992
Bug 1371838 - add a custom thread listener to WR. r=jrmuizel
...
MozReview-Commit-ID: yyFwBr21F3
2017-11-11 18:57:31 +08:00
JerryShih
56d6261465
Bug 1371838 - register the WR thread pool's thread to gecko profiler. r=jrmuizel
...
MozReview-Commit-ID: BUyTq2vz3cO
2017-11-11 18:57:31 +08:00
JerryShih
8b031732c0
Bug 1371838 - export the gecko profiler registering function to WR. r=jrmuizel
...
MozReview-Commit-ID: 2gVAmU2xomP
2017-11-11 18:57:31 +08:00
Andreea Pavel
54785d6806
Merge mozilla-central to mozilla-inbound r=merge a=merge on a CLOSED TREE
2017-11-11 12:03:02 +02:00
Andreea Pavel
7fb4cc447c
Merge inbound to mozilla-central r=merge a=merge
2017-11-11 11:59:20 +02:00
Andreea Pavel
eb8b0ee85a
Merge autoland to mozilla-central r=merge a=merge
2017-11-11 11:57:03 +02:00
Julian Descottes
d1a9d0eb6d
Bug 1412504 - Style updates for about:devtools;r=nchevobbe
...
MozReview-Commit-ID: BjCimCRFYWr
--HG--
extra : rebase_source : ce071050361e703501e912609f90d894d4deed1d
2017-11-11 10:28:22 +01:00
Phil Ringnalda
15fafc3560
Backed out 2 changesets (bug 1401980) for failures in browser_shutdown_pref.js
...
CLOSED TREE
Backed out changeset cea72923c4be (bug 1401980)
Backed out changeset 72f9e62daa10 (bug 1401980)
MozReview-Commit-ID: 2bhiTKZmmib
2017-11-10 21:50:14 -08:00
Phil Ringnalda
e242afd753
Backed out changeset 35bb5af0f317 (bug 1411384) for intermittently not running any checks in test_nestedSyncXHR.html
...
MozReview-Commit-ID: DZZrjFWkcMS
--HG--
extra : rebase_source : 69536d7e61412af14b06fa4a463c619783c0c65a
2017-11-10 20:18:28 -08:00
Yura Zenevich
816a84acf0
Bug 1415408
followup, placate eslint
...
MozReview-Commit-ID: KHh7Swn36lO
2017-11-10 23:19:21 -05:00
Yura Zenevich
bd2f61e055
Bug 1401980 followup, placate eslint
...
MozReview-Commit-ID: FGJHA4u0nge
2017-11-10 23:17:03 -05:00
Nathan Froyd
6dbf81d94f
Bug 1320738 - export MOZ_PGO for js/src subconfigure; r=gps
...
Environment variables for configure don't get automatically propagated
down to js/src on Windows because mingw. So we have to take extra steps.
--HG--
extra : amend_source : fc123e7439ebbf97884eeb56af8409c7b3294b21
2017-11-10 20:08:49 -08:00
Yura Zenevich
aa6a1a9b17
Bug 1415408
- send 'a11y-consumers-changed' notifcation whenever accessibility services consumers change. r=surkov
...
MozReview-Commit-ID: 2V4X4AO3JAT
2017-11-10 22:58:21 -05:00
Narcis Beleuzu
f7f473b678
Backed out 1 changesets (bug 1404427) for browser failures in browser_sanitize-timespans.js at some times of the day. r=backout a=backout on a CLOSED TREE
...
Backed out changeset e02d99be7eb0 (bug 1404427)
2017-11-11 05:48:15 +02:00
Yura Zenevich
446a07beed
Bug 1401980 - shutdown accessibility service on accessibliity.force_disable pref change. r=surkov
...
MozReview-Commit-ID: 8YfCaoB5Stt
2017-11-10 22:43:22 -05:00
David Burns
300c2c1dfa
Bug 1416407: Fix imports for WDSpec New Session tests. r=ato,jgraham
...
MozReview-Commit-ID: BUakWe8fhee
--HG--
extra : rebase_source : ba7572b94d994ca24607834a2cfb9898206471d1
2017-11-11 03:23:33 +00:00
Ryan VanderMeulen
3c232c4d24
Backed out changeset 2ed0ff57330d (bug 1411467) for test_interfaces bustage on Beta.
2017-11-10 17:31:03 -05:00
Ryan VanderMeulen
6c84e6c823
Bug 1402283 - Fix typo. r+a=RyanVM
2017-11-10 17:07:27 -05:00
Mike Hommey
1e661e8113
Bug 1402283 - Fix non-Nightly build bustage. r+a=RyanVM
2017-11-10 16:55:37 -05:00
L10n Bumper Bot
8c819aab74
no bug - Bumping Firefox l10n changesets DONTBUILD r=release a=l10n-bump
...
wo -> default
2017-11-10 13:42:02 -08:00
Ryan VanderMeulen
b16410f51c
Merge inbound to m-c. a=merge
2017-11-10 16:13:15 -05:00
Ryan VanderMeulen
f09d55fcf6
Backed out changeset f296220f4117 (bug 1415762) for frequently crashing with mozilla::BlockingResourceBase::CheckAcquire(), RtlEnterCriticalSection and _pthread_mutex_lock.
2017-11-10 16:06:34 -05:00
Ryan VanderMeulen
48fb811277
Merge autoland to m-c. a=merge
2017-11-10 16:05:47 -05:00
Thom Chiovoloni
9e62cc5726
Bug 1416313 - Drop old or low priority commands rather than failing to sync the clients engine if too many commands are sent. r=eoger,markh
...
MozReview-Commit-ID: 6BJGmUL28hp
--HG--
extra : rebase_source : 894cafb34f193b802c90052142174ea3187b8396
2017-11-10 15:57:33 -05:00
Anthony Ramine
5532bcffa4
servo: Merge #19152 - Include gecko-media in the dependency graph (from nox:media); r=jdm
...
Source-Repo: https://github.com/servo/servo
Source-Revision: d7b4471c8080c0916277b967994bffcade759c3a
--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : a02befdfd15dd98d2eb177cb1c864d4569137c59
2017-11-14 11:51:34 -06:00