aa78dbe7934f7b7c5ec3de348cb70109fa0e35aa: Bug 1567175, make LoginManagerContent and LoginManagerParent JS classes,r=MattN
Neil Deakin <neil@mozilla.com> - Mon, 21 Oct 2019 18:17:43 +0000 - rev 498487
Push
98488 by neil@mozilla.com at Tue, 22 Oct 2019 03:48:51 +0000
Bug 1567175, make LoginManagerContent and LoginManagerParent JS classes,r=MattN
Differential Revision:
https://phabricator.services.mozilla.com/D47823
2cd1797819f4395a460678e437b649ac75b5f557: Backed out changeset 87c82b01a388 (bug 1583859) for causing bustages in /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h CLOSED TREE
shindli <shindli@mozilla.com> - Tue, 22 Oct 2019 06:28:42 +0300 - rev 498486
Push
98487 by shindli@mozilla.com at Tue, 22 Oct 2019 03:44:34 +0000
Backed out changeset 87c82b01a388 (
bug 1583859) for causing bustages in /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/RefPtr.h CLOSED TREE
87c82b01a3885f10fb02abd95d46711f099748c0: Bug 1583859 - ExecutionReadyPromise should not be exclusive. r=perry
Andrew Sutherland <asutherland@asutherland.org> - Tue, 22 Oct 2019 01:55:07 +0000 - rev 498485
Push
98486 by bugmail@asutherland.org at Tue, 22 Oct 2019 03:12:34 +0000
Bug 1583859 - ExecutionReadyPromise should not be exclusive. r=perry
Although many Clients API usages are inherently exclusive (a specific claim
or control request), the execution-ready promise is shared by all requests
to get the state of a client that is not yet execution ready.
Differential Revision:
https://phabricator.services.mozilla.com/D49976
c34a38ddec7681dbef6d291d1ee723ec26edad93: Bug 1589708 - Restore propagateUnregister as API to wipe registrations. r=perry
Andrew Sutherland <asutherland@asutherland.org> - Tue, 22 Oct 2019 01:48:37 +0000 - rev 498484
Push
98485 by bugmail@asutherland.org at Tue, 22 Oct 2019 03:09:59 +0000
Bug 1589708 - Restore propagateUnregister as API to wipe registrations. r=perry
Owing to a lack of test coverage, the changes in
bug 1469048 regressed our
de facto privacy/devtools API at nsIServiceWorkerManager.propagateUnregister
to no longer wipe the given registration. The intent of that bug's changes
was to stop the now-moot propagation, but that particular intentional mis-use
of the API was missed.
This patch fixes the problem but maintains the parent-intercept behavior of
only calling ServiceWorkerRegistrar::UnregisterServiceWorker only once.
Differential Revision:
https://phabricator.services.mozilla.com/D49996
c4c8d268fb0e2a5c533d8b82b71ef0ccac9f2fdb: Bug 1590273 - Remove useless early-outs in nsStyle{Padding,Margin}::CalcDifference. r=hiro
Emilio Cobos Álvarez <emilio@crisal.io> - Tue, 22 Oct 2019 02:34:20 +0000 - rev 498483
Push
98484 by ealvarez@mozilla.com at Tue, 22 Oct 2019 02:55:58 +0000
Bug 1590273 - Remove useless early-outs in nsStyle{Padding,Margin}::CalcDifference. r=hiro
Best-case they're redundant.
Differential Revision:
https://phabricator.services.mozilla.com/D50021
5c5c11d15147893ff02001341c659f5860163e9d: Bug 1584511 - Handle Compositor session recreation when egl_window is re-created r=stransky
sotaro <sotaro.ikeda.g@gmail.com> - Fri, 18 Oct 2019 08:20:30 +0000 - rev 498482
Push
98483 by sikeda.birchill@mozilla.com at Tue, 22 Oct 2019 02:17:11 +0000
Bug 1584511 - Handle Compositor session recreation when egl_window is re-created r=stransky
Differential Revision:
https://phabricator.services.mozilla.com/D49380
ef86e43a743933acf8dc1bbc5a49809e9fb61467: Bug 1587630 - Fix test_json_cache_(good|broken).js under Thunderbird. r=Standard8
Ben Campbell <benc@thunderbird.net> - Fri, 11 Oct 2019 09:49:06 +0000 - rev 498481
Push
98482 by nbeleuzu@mozilla.com at Tue, 22 Oct 2019 01:38:13 +0000
Bug 1587630 - Fix test_json_cache_(good|broken).js under Thunderbird. r=Standard8
Differential Revision:
https://phabricator.services.mozilla.com/D48775
911309b064df206696ffee4ad6f13baa77dedcff: Bug 1590246 - Vendor Rust. r=chunmin
Matthew Gregan <kinetik@flim.org> - Tue, 22 Oct 2019 01:31:39 +0000 - rev 498480
Push
98481 by mgregan@mozilla.com at Tue, 22 Oct 2019 01:33:25 +0000
ae889c20904d7d833f77498dc5351a44abb96981: Bug 1590246 - Update audioipc to 8af8083a. r=chunmin
Matthew Gregan <kinetik@flim.org> - Tue, 22 Oct 2019 01:31:31 +0000 - rev 498479
Push
98481 by mgregan@mozilla.com at Tue, 22 Oct 2019 01:33:25 +0000
Bug 1590246 - Update audioipc to 8af8083a. r=chunmin
Differential Revision:
https://phabricator.services.mozilla.com/D50000
723659cc5b856ca4e3850076d0388eb1416469fd: Bug 1572870 - Use bytecode interface classes BytecodeLocation and BytecodeIterator to encapsulate bytecode manipulation in VerifyGlobalNames. r=jandem
Adam Holm <asorholm@email.arizona.edu> - Mon, 21 Oct 2019 02:02:17 +0000 - rev 498478
Push
98480 by nbeleuzu@mozilla.com at Tue, 22 Oct 2019 01:10:55 +0000
Bug 1572870 - Use bytecode interface classes BytecodeLocation and BytecodeIterator to encapsulate bytecode manipulation in VerifyGlobalNames. r=jandem
Replacing jsbytecode and pcToOffset with BytecodeLocation and BytecodeIterator.
Differential Revision:
https://phabricator.services.mozilla.com/D41485
9262dd831ebd545c76d0225c9c852a1ba95adf9e: Bug 1572504 - Use BytecodeLocation and BytecodeIterator in BytecodeAnalysis::init. r=mgaudet
Adam Holm <asorholm@email.arizona.edu> - Mon, 21 Oct 2019 02:02:00 +0000 - rev 498477
Push
98480 by nbeleuzu@mozilla.com at Tue, 22 Oct 2019 01:10:55 +0000
Bug 1572504 - Use BytecodeLocation and BytecodeIterator in BytecodeAnalysis::init. r=mgaudet
Replacing uses of `jsbytecode` and `pcToOffset` with `BytecodeLocation` and `BytecodeIterator`
Differential Revision:
https://phabricator.services.mozilla.com/D41326
1613ca5b96c8e0a3839454862af634ad7ba6185c: Bug 1586030 - Fixed BytecodeIterator post-increment operator. r=mgaudet
Adam Holm <asorholm@email.arizona.edu> - Mon, 21 Oct 2019 02:00:24 +0000 - rev 498476
Push
98480 by nbeleuzu@mozilla.com at Tue, 22 Oct 2019 01:10:55 +0000
Bug 1586030 - Fixed BytecodeIterator post-increment operator. r=mgaudet
Post-increment overload operator for BytecodeIterator class matches the operator for pre-increment in BytecodeIterator, meaning the implementation of post-increment is incorrect.
Differential Revision:
https://phabricator.services.mozilla.com/D48112
e322e2112b1f07758d92dac2553af17ece2a28d9: Bug 1248897 - Introducing an online speech recognition service for Web Speech API r=smaug,pehrsons,padenot
Andre Natal <anatal@gmail.com> - Mon, 21 Oct 2019 20:58:57 +0000 - rev 498475
Push
98479 by nbeleuzu@mozilla.com at Tue, 22 Oct 2019 01:09:30 +0000
Bug 1248897 - Introducing an online speech recognition service for Web Speech API r=smaug,pehrsons,padenot
This patch introduces a Speech Recognition Service which interfaces with Mozilla's remote STT endpoint which is currently being used by multiple services
Differential Revision:
https://phabricator.services.mozilla.com/D26047
ce148e5333aa6b7f5376c22c6d9727a4639b93fe: Bug 1576707: [taskgraph] Get artifact prefix for fetches from dependent task; r=Callek
Tom Prince <mozilla@hocat.ca> - Fri, 18 Oct 2019 17:23:00 +0000 - rev 498474
Push
98478 by mozilla@hocat.ca at Tue, 22 Oct 2019 01:08:59 +0000
Bug 1576707: [taskgraph] Get artifact prefix for fetches from dependent task; r=Callek
Differential Revision:
https://phabricator.services.mozilla.com/D49699
282e733216aaedcdbdb1775efb72b958af48c7a1: Bug 1576707: [taskgraph] Allow fetching from fetch aliases as well; r=Callek
Tom Prince <mozilla@hocat.ca> - Fri, 18 Oct 2019 17:52:17 +0000 - rev 498473
Push
98478 by mozilla@hocat.ca at Tue, 22 Oct 2019 01:08:59 +0000
Bug 1576707: [taskgraph] Allow fetching from fetch aliases as well; r=Callek
Differential Revision:
https://phabricator.services.mozilla.com/D49777
51ea1470a436d42303a443a57d266472ca88283c: Bug 1576707: [taskgraph] Add a better error message when trying to get artifact prefix; r=Callek
Tom Prince <mozilla@hocat.ca> - Fri, 18 Oct 2019 17:51:39 +0000 - rev 498472
Push
98478 by mozilla@hocat.ca at Tue, 22 Oct 2019 01:08:59 +0000
Bug 1576707: [taskgraph] Add a better error message when trying to get artifact prefix; r=Callek
Differential Revision:
https://phabricator.services.mozilla.com/D49776
422c28fdc436813f74feff4f61ed136c39db88c6: Bug 1576707: [taskgraph] Move setting the task label eariler in the job transform; r=Callek
Tom Prince <mozilla@hocat.ca> - Fri, 18 Oct 2019 17:49:32 +0000 - rev 498471
Push
98478 by mozilla@hocat.ca at Tue, 22 Oct 2019 01:08:59 +0000
Bug 1576707: [taskgraph] Move setting the task label eariler in the job transform; r=Callek
Differential Revision:
https://phabricator.services.mozilla.com/D49775
33ff8c691a2b37b63fe72d979d91382fd9dc8118: Bug 1574051 - make FxA's session/account status checking sane and understandable. r=rfkelly,mtigley
Mark Hammond <mhammond@skippinet.com.au> - Tue, 22 Oct 2019 00:58:36 +0000 - rev 498470
Push
98477 by mhammond@mozilla.com at Tue, 22 Oct 2019 01:07:14 +0000
Bug 1574051 - make FxA's session/account status checking sane and understandable. r=rfkelly,mtigley
Differential Revision:
https://phabricator.services.mozilla.com/D49689
54e106cfc6aae7b4cd5f48fa04db67f1ddabd7f2: Bug 1574052 - only return public fields from fxAccounts.getSignedInUser(). r=rfkelly,eoger
Mark Hammond <mhammond@skippinet.com.au> - Tue, 22 Oct 2019 00:57:27 +0000 - rev 498469
Push
98477 by mhammond@mozilla.com at Tue, 22 Oct 2019 01:07:14 +0000
Bug 1574052 - only return public fields from fxAccounts.getSignedInUser(). r=rfkelly,eoger
Differential Revision:
https://phabricator.services.mozilla.com/D49525
e528f32390b25793f780b90f05e943dd3c02065d: Backed out 2 changesets (bug 1590246) for causing windows bustages on audioipc-client. CLOSED TREE
Mihai Alexandru Michis <malexandru@mozilla.com> - Tue, 22 Oct 2019 03:59:01 +0300 - rev 498468
Push
98476 by malexandru@mozilla.com at Tue, 22 Oct 2019 00:59:43 +0000
Backed out 2 changesets (
bug 1590246) for causing windows bustages on audioipc-client. CLOSED TREE
Backed out changeset 586eef699017 (
bug 1590246)
Backed out changeset 37e879bff967 (
bug 1590246)