95bc945b6cd66c8adb0ac60f938d40e37774dd9a: Bug 1500241 - [Clang-Tidy] Disable 'readability-implicit-bool-conversion' check. r=sylvestre
Andi-Bogdan Postelnicu <bpostelnicu@mozilla.com> - Tue, 30 Oct 2018 17:11:55 +0000 - rev 443550
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1500241 - [Clang-Tidy] Disable 'readability-implicit-bool-conversion' check. r=sylvestre
Differential Revision:
https://phabricator.services.mozilla.com/D10264
2d15a1d91cb2ccd9cccba3ccbb5f4bfe13df5cd1: Bug 1492128: [mozrelease] Add mozrelease tests to taskcluster; r=mtabara
Tom Prince <mozilla@hocat.ca> - Tue, 30 Oct 2018 18:40:23 +0000 - rev 443549
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1492128: [mozrelease] Add mozrelease tests to taskcluster; r=mtabara
Differential Revision:
https://phabricator.services.mozilla.com/D10147
b314c0a4d03f7870ba7207df4edbff6629d2e406: Bug 1492128: Vendor taskcluster==4.0.1; r=firefox-build-system-reviewers,gps
Tom Prince <mozilla@hocat.ca> - Tue, 30 Oct 2018 17:50:49 +0000 - rev 443548
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1492128: Vendor taskcluster==4.0.1; r=firefox-build-system-reviewers,gps
We can't use taskcluster 5.0.0 yet, because taskcluster-proxy does not
support new-style URLs.
Differential Revision:
https://phabricator.services.mozilla.com/D10146
1319783f48092e0dbc47cefe8424a98ce6a8cd3f: Bug 1492128: Vendor pathlib2==2.3.2; r=firefox-build-system-reviewers,gps
Tom Prince <mozilla@hocat.ca> - Tue, 30 Oct 2018 18:01:06 +0000 - rev 443547
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1492128: Vendor pathlib2==2.3.2; r=firefox-build-system-reviewers,gps
Differential Revision:
https://phabricator.services.mozilla.com/D10145
4e51b3f9e1e3df439a6122b69e63d31990634af9: Bug 1502173 - Initialize the credit card storage when it is available r=MattN
Timothy Guan-tin Chien <timdream@gmail.com> - Tue, 30 Oct 2018 17:44:59 +0000 - rev 443546
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1502173 - Initialize the credit card storage when it is available r=MattN
Differential Revision:
https://phabricator.services.mozilla.com/D10136
3d742a8519202f955e67308f74974c4368459e78: Bug 1403131: [mozharness] Run lint against tests; r=mtabara
Tom Prince <mozilla@hocat.ca> - Tue, 30 Oct 2018 17:02:10 +0000 - rev 443545
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1403131: [mozharness] Run lint against tests; r=mtabara
Differential Revision:
https://phabricator.services.mozilla.com/D10250
1b95e3c16503363c58cd64cffb03b0eb4d038a55: Bug 1502118 - Call assertOnUiThread in SessionAccessibility. r=eeejay.
Agi Sferro <agi@mozilla.com> - Tue, 30 Oct 2018 16:36:20 +0000 - rev 443544
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1502118 - Call assertOnUiThread in SessionAccessibility. r=eeejay.
Depends on D10242
Differential Revision:
https://phabricator.services.mozilla.com/D10243
6434abf7d80653b0ef8c7cc24fc849c83f51c9a5: Bug 1502118 - Call assertOnUiThread in GeckoView. r=snorp.
Agi Sferro <agi@mozilla.com> - Tue, 30 Oct 2018 15:53:38 +0000 - rev 443543
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1502118 - Call assertOnUiThread in GeckoView. r=snorp.
Depends on D10241
Differential Revision:
https://phabricator.services.mozilla.com/D10242
c26e3232d3a3fc5c4c15eb60036a139db763e5f6: Bug 1502118 - Add @UiThread to GeckoSession.TextInputDelegate. r=snorp.
Agi Sferro <agi@mozilla.com> - Tue, 30 Oct 2018 15:55:24 +0000 - rev 443542
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1502118 - Add @UiThread to GeckoSession.TextInputDelegate. r=snorp.
Depends on D10240
Differential Revision:
https://phabricator.services.mozilla.com/D10241
aed3a7740a8624be2835e3e87247d39a84b293f2: Bug 1502118 - Add @AnyThread to APIs that can be used from any thread. r=snorp.
Agi Sferro <agi@mozilla.com> - Tue, 30 Oct 2018 15:54:10 +0000 - rev 443541
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1502118 - Add @AnyThread to APIs that can be used from any thread. r=snorp.
This patch adds @AnyThread to any API that can be explicitely called from any
thread.
Depends on D10239
Differential Revision:
https://phabricator.services.mozilla.com/D10240
f38363e53ca4880ead82217921e4fe421a42956a: Bug 1502118 - Fix threading documentation on GeckoResult. r=snorp.
Agi Sferro <agi@mozilla.com> - Tue, 30 Oct 2018 17:59:37 +0000 - rev 443540
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1502118 - Fix threading documentation on GeckoResult. r=snorp.
Differential Revision:
https://phabricator.services.mozilla.com/D10239
c3437e2549613cf3ef981f59d545a2371b3cc358: Bug 1502118 - Add assertOnUiThread calls to GeckoDisplay. r=snorp,droeh.
Agi Sferro <agi@mozilla.com> - Tue, 30 Oct 2018 16:31:37 +0000 - rev 443539
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1502118 - Add assertOnUiThread calls to GeckoDisplay. r=snorp,droeh.
Depends on D10237
Differential Revision:
https://phabricator.services.mozilla.com/D10238
93c80c846adbd23ab04851b4e438a53e5501bc25: Bug 1502118 - Add @UiThread to methods that call assertOnUiThread. r=snorp.
Agi Sferro <agi@mozilla.com> - Tue, 30 Oct 2018 15:51:41 +0000 - rev 443538
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1502118 - Add @UiThread to methods that call assertOnUiThread. r=snorp.
Differential Revision:
https://phabricator.services.mozilla.com/D10237
91e7d48c9679517e3c10cc1b26873f6e25e8066c: Bug 1503331 - Remove support for a Custom field in the update URL r=rstrong
Kirk Steuber <ksteuber@mozilla.com> - Tue, 30 Oct 2018 17:12:28 +0000 - rev 443537
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1503331 - Remove support for a Custom field in the update URL r=rstrong
Differential Revision:
https://phabricator.services.mozilla.com/D10266
073f33ff1ecf7bffb862281ec31ae00870333ece: Bug 1498235 - lazy load accessibility highlighter in accessibility walker actor. r=gl
Yura Zenevich <yura.zenevich@gmail.com> - Tue, 30 Oct 2018 17:52:24 +0000 - rev 443536
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1498235 - lazy load accessibility highlighter in accessibility walker actor. r=gl
MozReview-Commit-ID: 7xFlSocDPVG
Differential Revision:
https://phabricator.services.mozilla.com/D9581
633d8d44ad650bb58fee2a188a11fdb891603989: Bug 1498235 - lazy load modules in accessibility actors. r=gl
Yura Zenevich <yura.zenevich@gmail.com> - Tue, 30 Oct 2018 17:52:17 +0000 - rev 443535
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1498235 - lazy load modules in accessibility actors. r=gl
MozReview-Commit-ID: 2qPBmhnd7tb
Differential Revision:
https://phabricator.services.mozilla.com/D9580
73b9703078a1f1055ce515d1fcce6b93f8e5d7f3: Bug 1498235 - split accessibility actors into their own files. r=gl
Yura Zenevich <yura.zenevich@gmail.com> - Tue, 30 Oct 2018 17:52:13 +0000 - rev 443534
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1498235 - split accessibility actors into their own files. r=gl
MozReview-Commit-ID: Gm7ju38mhdD
Differential Revision:
https://phabricator.services.mozilla.com/D9579
d56a4f994d89e2331eb440b72d2cd32d9db62ef2: Bug 1498235 - only initialize accessibility actor when the toolbox opens or when a11y panel opens as a default panel. r=gl
Yura Zenevich <yura.zenevich@gmail.com> - Tue, 30 Oct 2018 17:52:09 +0000 - rev 443533
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Bug 1498235 - only initialize accessibility actor when the toolbox opens or when a11y panel opens as a default panel. r=gl
MozReview-Commit-ID: CzOTdDDU8fv
Differential Revision:
https://phabricator.services.mozilla.com/D9578
e46f007f2744512df791f0553e260e4aaa479397: Backed out changeset fe2744d3413d (bug 1497660) for docker build bustages CLOSED TREE
Ciure Andrei <aciure@mozilla.com> - Tue, 30 Oct 2018 20:37:40 +0200 - rev 443532
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Backed out changeset fe2744d3413d (
bug 1497660) for docker build bustages CLOSED TREE
f8c4d4c647ae8062fcd224a6baf9ec4a1843f632: Backed out 4 changesets (bug 1458308) for causing uiAutoPref.js perma failures CLOSED TREE
Ciure Andrei <aciure@mozilla.com> - Tue, 30 Oct 2018 20:35:43 +0200 - rev 443531
Push
34961 by aciure@mozilla.com at Tue, 30 Oct 2018 22:06:02 +0000
Backed out 4 changesets (
bug 1458308) for causing uiAutoPref.js perma failures CLOSED TREE
Backed out changeset 4bf34689d4b6 (
bug 1458308)
Backed out changeset 51e675ce6c56 (
bug 1458308)
Backed out changeset 99317c8cd247 (
bug 1458308)
Backed out changeset 7370877bd9e1 (
bug 1458308)