Commit Graph

621137 Commits

Author SHA1 Message Date
Lee Salzman
dd9933b890 Bug 1502152 - Skia m71 Moz2D fixes. r=rhunt 2018-10-30 22:17:34 -04:00
Lee Salzman
978391d1a2 Bug 1502152 - Skia m71 mozbuild fixes. r=rhunt 2018-10-30 22:17:34 -04:00
Lee Salzman
d8a2c34594 Bug 1502152 - Skia m71 sources. r=rhunt
--HG--
rename : gfx/skia/skia/src/effects/GrAlphaThresholdFragmentProcessor.fp => gfx/skia/skia/src/gpu/effects/GrAlphaThresholdFragmentProcessor.fp
2018-10-30 22:17:34 -04:00
Bob Clary
274588384b Bug 1502968 - Enable Speedometer and Unity on Android hardware for built-projects, r=jmaher. 2018-10-30 19:09:42 -07:00
Andrew Swan
fb3c2cc929 Bug 1294235 Pack xpis for addon manager tests at build time r=kmag
Differential Revision: https://phabricator.services.mozilla.com/D10133

--HG--
extra : rebase_source : 06864f36fca198d386bb5da4b23716d5a973eca2
2018-10-23 09:51:36 -07:00
Ehsan Akhgari
f7ea96d531 Remove an unused variable, no bug 2018-10-30 20:29:40 -04:00
Jason Laster
f9d61ec157 Bug 1503278i - Update Debugger Frontend v98. r=dwalsh 2018-10-30 10:37:00 +02:00
Ciure Andrei
a2c4dad0d5 Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-10-31 00:16:17 +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
Brian Hackett
93804cc834 Bug 1503055 - Avoid deadlocking when rewinding to avoid a different deadlock, r=mccr8.
--HG--
extra : rebase_source : ce275a13dc60a0b1aeeef81e9bebc9c1b80ccdfa
2018-10-29 13:23:33 -10:00
David Major
274ff66356 Bug 1501269: Make EnsureIAndDCacheCoherency work on aarch64-windows. r=sstangl
Differential Revision: https://phabricator.services.mozilla.com/D9724

--HG--
rename : js/src/jit/arm64/vixl/Cpu-vixl.cpp => js/src/jit/arm64/vixl/MozCpu-vixl.cpp
extra : rebase_source : a95368cac4a995f7a47feb26d805d32bd010eae9
2018-10-30 17:29:40 -04:00
Ciure Andrei
60ea98ca60 Backed out 10 changesets (bug 1501044, bug 1472212) for fetch-destination.https.html perma failure CLOSED TREE
Backed out changeset aa35078cabaa (bug 1472212)
Backed out changeset bf02793f802d (bug 1472212)
Backed out changeset 95a7ef6102a6 (bug 1472212)
Backed out changeset 7b7fa6ab2229 (bug 1472212)
Backed out changeset 4fe4ec18f2f3 (bug 1472212)
Backed out changeset 18f824674b76 (bug 1472212)
Backed out changeset 1978a7837502 (bug 1472212)
Backed out changeset 21a6f1a83c73 (bug 1472212)
Backed out changeset 48242d39d532 (bug 1472212)
Backed out changeset 0b5cf2f4305a (bug 1501044)
2018-10-30 23:31:10 +02:00
Andrea Marchesini
263f4c6e8b Bug 1502599: XHR should allow just "GET" method for blob URLs, r=smaug 2018-10-30 22:07:32 +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