Commit Graph

621140 Commits

Author SHA1 Message Date
Karl Tomlinson
a2cc4c6476 Bug 1503132 remove unnecessary monitor notify for AudioCallbackDriver r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D10161

--HG--
extra : moz-landing-system : lando
2018-10-30 23:51:49 +00:00
Karl Tomlinson
056ba195bd Bug 1503132 remove unused MediaStreamGraphImpl::Running() r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D10160

--HG--
extra : moz-landing-system : lando
2018-10-30 23:50:27 +00:00
Karl Tomlinson
cd96c8e631 Bug 1503132 remove unused MediaStream::ConsumerCount() r=padenot
Differential Revision: https://phabricator.services.mozilla.com/D10159

--HG--
extra : moz-landing-system : lando
2018-10-30 23:49:55 +00:00
Kartikaya Gupta
d9cf2958ea Bug 1503263 - Update for API change in WR PR 3245. r=kats
Depends on D10318

Differential Revision: https://phabricator.services.mozilla.com/D10319

--HG--
extra : moz-landing-system : lando
2018-10-31 00:43:31 +00:00
WR Updater Bot
dbcebc32f4 Bug 1503263 - Update webrender to commit a2997bc78ce6e161fd379e04e2e4479525d12782 (WR PR 3245). r=kats
Differential Revision: https://phabricator.services.mozilla.com/D10318

--HG--
extra : moz-landing-system : lando
2018-10-31 00:42:58 +00:00
Andreas Tolfsen
07c0fa4fe6 bug 1502268: marionette: provide informative messages for unexpected alert open error; r=whimboo
Provides specific error messages informing the user what action
was taken with the user prompt, based on the configuration of the
unhandled prompt handler.

Differential Revision: https://phabricator.services.mozilla.com/D10089

--HG--
extra : moz-landing-system : lando
2018-10-31 00:37:15 +00:00
Karl Tomlinson
343e0160ee Bug 1493073 Remove obsolete comment about webidl callback parameter being nulled before use r=kmag
CustomElementRegistryBinding uses RootedCallback and so the constructor cannot
be nulled.

The comment was added to warn about an unrooted callback argument
from nsDocument::RegisterElement(), a caller that no longer exists.

https://bugzilla.mozilla.org/show_bug.cgi?id=1369533#c25
https://hg.mozilla.org/mozilla-central/rev/16d0cd656b05#l6.298

Differential Revision: https://phabricator.services.mozilla.com/D6465

--HG--
extra : moz-landing-system : lando
2018-10-30 19:41:18 +00:00
Gavin Lazar Suntop
018ea81588 Bug 1501459 - removing unused CTA layouts r=thecount
Removing unused CTA layouts from multivariant testing for Pocket users without the mobile app installed.

Differential Revision: https://phabricator.services.mozilla.com/D9858

--HG--
rename : browser/components/pocket/content/panels/tmpl/ho2/ho2_sharebutton_v2.handlebars => browser/components/pocket/content/panels/tmpl/ho2/ho2_sharebutton.handlebars
extra : moz-landing-system : lando
2018-10-30 17:43:58 +00:00
Petru Lingurar
aef56d36ff Bug 1502435 - 3 - Update tests to include checks for canary clientId; r=jchen
--HG--
extra : amend_source : f097e053f75f32efc7ef1875f894a29179a4b81e
2018-10-31 01:14:57 +02:00
Petru Lingurar
ee3fe34d8e Bug 1502435 - 2 - Include new bug_1501329_affected property in the core ping; r=jchen
Summary: Depends on D10202

Reviewers: jchen

Reviewed By: jchen

Subscribers: jchen, janerik

Bug #: 1502435

Differential Revision: https://phabricator.services.mozilla.com/D10205

--HG--
extra : amend_source : aaf5168ccd5932465f7cf9eff0b1fdc1111ca77e
2018-10-31 01:13:57 +02:00
Matt Woodrow
35496b0e2c Bug 1464632 - Add the option to explicitly cache the internal results of nsContentUtils::ComparePoints since nsRange::IsNodeSelected calls it repeatedly with the same value and we don't want to pollute the internal caching of nsINode... r=mats
...::ComputeIndexOf. r?mats

MozReview-Commit-ID: HKFmy1QeCs6

Differential Revision: https://phabricator.services.mozilla.com/D10138

--HG--
extra : moz-landing-system : lando
2018-10-30 22:28:34 +00:00
Ciure Andrei
608de3193c Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-10-31 00:14:49 +02:00
Ciure Andrei
499182b91a Merge inbound to mozilla-central. a=merge 2018-10-31 00:06:53 +02:00
Ciure Andrei
57619c2e49 Merge autoland to mozilla-central. a=merge 2018-10-31 00:04:23 +02:00
Andreea Pavel
3770da1a92 Backed out 3 changesets (bug 1502774) for causing multiple crashes - bug 1503201 a=backout
Backed out changeset 6b821f5b12ae (bug 1502774)
Backed out changeset b3bf57d996a7 (bug 1502774)
Backed out changeset 32a581482291 (bug 1502774)

--HG--
rename : extensions/auth/nsIAuthModule.cpp => extensions/auth/nsAuthFactory.cpp
2018-10-30 21:18:29 +02:00
Connor Sheehan
97ed5fb15c Bug 1481425: remove git-mozreview commit message hook during mach vcs-setup r=mcote,gps
During the MozReview days, users of git-cinnabar would install a
commit message hook to include `MozReview-Commit-Id` in their
commit messages. MozReview has seen been retired, yet there
are still a few users with the hook in their configs who now
have both a MozReview commit ID and a Phabricator Differential
link in their commits. This commit makes `mach vcs-setup` (and
`mach bootstrap`, since the former is called during the latter)
remove the commit hook on git checkouts of a Firefox repo. We
check the `commit-msg` hook file for "mozreview" anywhere in
the hook and remove if it is found.

Differential Revision: https://phabricator.services.mozilla.com/D10229

--HG--
extra : moz-landing-system : lando
2018-10-30 17:52:52 +00:00
Andi-Bogdan Postelnicu
ff9e9c5e7a Bug 1500241 - [Clang-Tidy] Disable 'readability-implicit-bool-conversion' check. r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D10264

--HG--
extra : moz-landing-system : lando
2018-10-30 17:11:55 +00:00
Tom Prince
365a9c2838 Bug 1492128: [mozrelease] Add mozrelease tests to taskcluster; r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D10147

--HG--
extra : moz-landing-system : lando
2018-10-30 18:40:23 +00:00
Tom Prince
a83d0fd435 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

--HG--
extra : moz-landing-system : lando
2018-10-30 17:50:49 +00:00
Tom Prince
de09f5861b Bug 1492128: Vendor pathlib2==2.3.2; r=firefox-build-system-reviewers,gps
Differential Revision: https://phabricator.services.mozilla.com/D10145

--HG--
extra : moz-landing-system : lando
2018-10-30 18:01:06 +00:00
Timothy Guan-tin Chien
a65c91f935 Bug 1502173 - Initialize the credit card storage when it is available r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D10136

--HG--
extra : moz-landing-system : lando
2018-10-30 17:44:59 +00:00
Tom Prince
2819b8db83 Bug 1403131: [mozharness] Run lint against tests; r=mtabara
Differential Revision: https://phabricator.services.mozilla.com/D10250

--HG--
extra : moz-landing-system : lando
2018-10-30 17:02:10 +00:00
Agi Sferro
d94635b7d1 Bug 1502118 - Call assertOnUiThread in SessionAccessibility. r=eeejay.
Depends on D10242

Differential Revision: https://phabricator.services.mozilla.com/D10243

--HG--
extra : moz-landing-system : lando
2018-10-30 16:36:20 +00:00
Agi Sferro
c7eb480f85 Bug 1502118 - Call assertOnUiThread in GeckoView. r=snorp.
Depends on D10241

Differential Revision: https://phabricator.services.mozilla.com/D10242

--HG--
extra : moz-landing-system : lando
2018-10-30 15:53:38 +00:00
Agi Sferro
1ca218f5ba Bug 1502118 - Add @UiThread to GeckoSession.TextInputDelegate. r=snorp.
Depends on D10240

Differential Revision: https://phabricator.services.mozilla.com/D10241

--HG--
extra : moz-landing-system : lando
2018-10-30 15:55:24 +00:00
Agi Sferro
1390e64ce3 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

--HG--
extra : moz-landing-system : lando
2018-10-30 15:54:10 +00:00
Agi Sferro
e5460c7403 Bug 1502118 - Fix threading documentation on GeckoResult. r=snorp.
Differential Revision: https://phabricator.services.mozilla.com/D10239

--HG--
extra : moz-landing-system : lando
2018-10-30 17:59:37 +00:00
Agi Sferro
6091c88d08 Bug 1502118 - Add assertOnUiThread calls to GeckoDisplay. r=snorp,droeh.
Depends on D10237

Differential Revision: https://phabricator.services.mozilla.com/D10238

--HG--
extra : moz-landing-system : lando
2018-10-30 16:31:37 +00:00
Agi Sferro
f066fe1f81 Bug 1502118 - Add @UiThread to methods that call assertOnUiThread. r=snorp.
Differential Revision: https://phabricator.services.mozilla.com/D10237

--HG--
extra : moz-landing-system : lando
2018-10-30 15:51:41 +00:00
Kirk Steuber
8bf2befd09 Bug 1503331 - Remove support for a Custom field in the update URL r=rstrong
Differential Revision: https://phabricator.services.mozilla.com/D10266

--HG--
extra : moz-landing-system : lando
2018-10-30 17:12:28 +00:00
Yura Zenevich
8066e0214a Bug 1498235 - lazy load accessibility highlighter in accessibility walker actor. r=gl
MozReview-Commit-ID: 7xFlSocDPVG

Differential Revision: https://phabricator.services.mozilla.com/D9581

--HG--
extra : moz-landing-system : lando
2018-10-30 17:52:24 +00:00
Yura Zenevich
892c345b03 Bug 1498235 - lazy load modules in accessibility actors. r=gl
MozReview-Commit-ID: 2qPBmhnd7tb

Differential Revision: https://phabricator.services.mozilla.com/D9580

--HG--
extra : moz-landing-system : lando
2018-10-30 17:52:17 +00:00
Yura Zenevich
6f8e5532e5 Bug 1498235 - split accessibility actors into their own files. r=gl
MozReview-Commit-ID: Gm7ju38mhdD

Differential Revision: https://phabricator.services.mozilla.com/D9579

--HG--
rename : devtools/server/actors/accessibility-parent.js => devtools/server/actors/accessibility/accessibility-parent.js
rename : devtools/server/actors/accessibility.js => devtools/server/actors/accessibility/walker.js
extra : moz-landing-system : lando
2018-10-30 17:52:13 +00:00
Yura Zenevich
24457aa0e5 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

--HG--
extra : moz-landing-system : lando
2018-10-30 17:52:09 +00:00
Ciure Andrei
e3bd3cf1ab Backed out changeset fe2744d3413d (bug 1497660) for docker build bustages CLOSED TREE 2018-10-30 20:37:40 +02:00
Ciure Andrei
872b1e9fb8 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)
2018-10-30 20:35:43 +02:00
Kartikaya Gupta
d261d9402d Bug 1501046 - Set a displayport on the root document's root scrollframe if we paint it before ChromeProcessController sets the displayport. r=botond 2018-10-30 08:20:51 -04:00
Kartikaya Gupta
d113a15f1b Bug 1501046 - Back out cset 798b3777f30f as we have a better fix now. r=me 2018-10-30 08:19:41 -04:00
Daniel Varga
3105b9546c Backed out changeset ef5037b7a3cd (bug 1501571) requested by dev for concerns regarding localization. a=backout 2018-10-30 13:21:59 +02:00
Daniel Varga
fc3d974254 Merge mozilla-inbound to mozilla-central. a=merge 2018-10-30 11:40:57 +02:00
Andrea Marchesini
c549894865 Bug 1502403 - FileReader should dispatch loadstart asynchronously, r=smaug 2018-10-30 07:57:31 +01:00
Andrea Marchesini
7c298c2176 Bug 1502282 - Remove more unused deprecated macros, r=qdot 2018-10-30 07:54:58 +01:00
Andrea Marchesini
a41710231a Bug 1502282 - Wrong macro name for ImageBitmapRenderingContext_TransferImageBitmap, r=qdot 2018-10-30 07:54:58 +01:00
Andrea Marchesini
0725648aa7 Bug 1502282 - Remove FileLastModifiedDate and PrefixedVisibilityAPI macros, r=qdot 2018-10-30 07:54:58 +01:00
Andrea Marchesini
1a4283516e Bug 1500962 - Test for URL.toJSON(), r=qdot 2018-10-30 07:54:57 +01:00
Gregory Szorc
c794241681 Bug 1497660 - Add new hg.mo fingerprint to run-task fallback; r=dustin
We duplicate the hg.mo fingerprints in run-task so we can fall
back to known good values in case secrets retrieval fails.

Differential Revision: https://phabricator.services.mozilla.com/D10090

--HG--
extra : moz-landing-system : lando
2018-10-29 21:13:32 +00:00
Ariel Burone
ddec6d9b4d Sumary: Bug 862851 - Swap the Domain and File columns in the network panel r=Honza
The only file that really needs to be changed is constants.js. But
decided to change the order in the other files for consistency sake.

Differential Revision: https://phabricator.services.mozilla.com/D9989

--HG--
extra : moz-landing-system : lando
2018-10-30 16:44:15 +00:00
Kirk Steuber
72dfd053b4 Bug 1458308 - Tests for migration and UI of app.update.auto pref r=rstrong
Depends on D4593

Differential Revision: https://phabricator.services.mozilla.com/D4594

--HG--
extra : moz-landing-system : lando
2018-10-29 21:36:04 +00:00
Kirk Steuber
1f037bf07c Bug 1458308 - Change telemetry to use the new auto update lookup mechanism r=chutten
This change makes TelemetryEnvironment.settings.update.autoDownload load asynchronously. Now, a file needs to be read before that value can be written. This has the potential to delay the initialization of TelemetryEnvironment, but since it should be pretty quick and it runs in parallel with the other asynchronously loading values of TelemetryEnvironment, it should not delay initialization significantly.

MozReview-Commit-ID: 1UUAi4sDopX

Depends on D4591

Differential Revision: https://phabricator.services.mozilla.com/D4593

--HG--
extra : moz-landing-system : lando
2018-10-29 21:30:53 +00:00
Kirk Steuber
106f7fc425 Bug 1458308 - Change about:preferences to use the new auto update pref mechanism r=flod,jaws
Depends on D4590

Differential Revision: https://phabricator.services.mozilla.com/D4591

--HG--
extra : moz-landing-system : lando
2018-10-29 21:30:36 +00:00