Commit Graph

621550 Commits

Author SHA1 Message Date
Boris Chiou
91b20a5ee5 Bug 1501117 - Part 1: Serialize TimingFunction with servo. r=emilio
We could make sure we serialize TimingFunction for both computed
and specified values with servo (via CSSOM). However, Web animation
APIs could also serialize the timing function from a different code
path. We will fix it in the next patch.

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

--HG--
extra : moz-landing-system : lando
2018-11-01 21:32:55 +00:00
Jordan Lund
dc29bb93e2 Bug 1503445 - update release owner for hsts hpkp blocklist r=RyanVM
update release owner for  hsts hpkp blocklist

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

--HG--
extra : moz-landing-system : lando
2018-10-31 01:03:31 +00:00
Oriol Brufau
f3a62ff3ac Bug 1503859 - Remove icon64URL addon property. r=aswan
Differential Revision: https://phabricator.services.mozilla.com/D10555

--HG--
extra : moz-landing-system : lando
2018-11-01 22:55:03 +00:00
Jared Wein
9d2ad063d8 Bug 1483412 - Make the telephone number field required on the payer form if requestPayerPhone is true. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D10597

--HG--
extra : moz-landing-system : lando
2018-11-01 22:38:03 +00:00
Daniel Varga
26a7cbde3d Merge mozilla-central to autoland. a=merge 2018-11-02 00:35:10 +02:00
Daniel Varga
e86b1d05f8 Merge mozilla-inbound to mozilla-central. a=merge
--HG--
rename : mobile/android/chrome/geckoview/GeckoViewNavigationContent.js => mobile/android/chrome/geckoview/GeckoViewNavigationChild.js
2018-11-02 00:27:53 +02:00
Daniel Varga
77036132f7 Merge autoland to mozilla-central. a=merge 2018-11-02 00:26:12 +02:00
James Willcox
b7c617749d Bug 1496217 - Followup to fix raptor failures r=me 2018-11-01 15:09:30 -05:00
Sebastian Hengst
4e8b420d03 Backed out changeset 30dec3c6ac99 (bug 1468544) for breaking at least MSVC build. CLOSED TREE 2018-11-01 20:31:40 +02:00
Denis Palmeiro
370e9d5ac9 Bug 1497018 - Use mozilla::TimeStamp for tracelogger timing r=sfink
Switch over to mozilla::TimeStamp for timing.  This should use clock_gettime, mach_absolute_time, ,and QueryPerformanceCounter timing implementations on Linux, OSX, and Windows which are all very efficient.  It increases overhead a little bit, but allows for synchronization across cores and the profiler, and is portable.  Longer term solution should be to move over to rdtscp for timing.

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

--HG--
extra : moz-landing-system : lando
2018-11-01 17:56:51 +00:00
Andreea Pavel
c27a20c873 Backed out changeset 792fd0ab86d1 (bug 1503436) for failing damp at damp | debugger/custom.js on a CLOSED TREE 2018-11-01 23:43:49 +02:00
Rob Wood
5b64e46782 Bug 1491114 - Add ability to specify page_cycles and page_timeout on the command line; r=jmaher
Differential Revision: https://phabricator.services.mozilla.com/D10599

--HG--
extra : moz-landing-system : lando
2018-11-01 19:54:37 +00:00
Kartikaya Gupta
b6030f993c Bug 1490393 - Flush a deferred transform before picking up another if the ASR changes. r=mstange
The implementation of deferred transforms did not handle the case where
we ended up deferring multiple transform items in a row with different
ASRs. In this case, when we encounter the nested transform item that we
want to defer, we need to flush the previously-deferred transform item
into a WebRenderLayerScrollData item. This patch accomplishes that, and
includes a mochitest that exercises the relevant behaviour.

Depends on D8110

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

--HG--
extra : moz-landing-system : lando
2018-11-01 21:14:50 +00:00
Kartikaya Gupta
1523c9bf61 Bug 1490393 - Accumulate the deferred transform down the StackingContextHelper chain if the ASR matches. r=mstange
The implementation of deferred transforms did not handle the case where
we ended up deferring multiple transform items before encountering the
APZ-relevant display item. In this case we need to somehow accumulate
all the deferred transforms. This patch accomplishes that, and includes
a mochitest that exercises the relevant behaviour.

Depends on D8109

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

--HG--
extra : moz-landing-system : lando
2018-11-01 21:14:31 +00:00
Kartikaya Gupta
12f8d1ed88 Bug 1490393 - Extract a helper method on StackingContextHelper to get the deferred transform matrix. r=mstange
Depends on D8108

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

--HG--
extra : moz-landing-system : lando
2018-11-01 21:12:29 +00:00
Kartikaya Gupta
2db495b01c Bug 1490393 - Improve documentation regarding the deferred transforms. r=mstange
This code will be expanded a bit in the next few patches, so hopefully
the comments here provide a reasonable explanation of what this code is
about.

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

--HG--
extra : moz-landing-system : lando
2018-11-01 21:12:06 +00:00
André Bargull
ff6d766102 Bug 1473588: Upgrade minimum ICU version to ICU 63. r=jorendorff 2018-11-01 09:39:38 -07:00
Ehsan Akhgari
abebd286d4 Bug 1503201 - Add a crash test for fetching a subresource served with an invalid authentication realm r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D10570

--HG--
extra : moz-landing-system : lando
2018-11-01 16:36:52 +00:00
Micah Tigley
4ba917bed1 Bug 1488885 - Devtools flexbox inspector incorrectly reports width values for row-oriented vertical-writing-mode flexbox. r=gl
Differential Revision: https://phabricator.services.mozilla.com/D10292

--HG--
extra : moz-landing-system : lando
2018-11-01 17:48:34 +00:00
Johann Hofmann
1c2de6c900 Bug 1501680 - Don't send credentials in ssl error reports. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D10594

--HG--
extra : moz-landing-system : lando
2018-11-01 18:49:11 +00:00
Jan Henning
ae407ebe3b Bug 1502135 - Make resource://testing-common available for Robocop JS tests. r=gbrown
The code is simply a copy of the corresponding code in runtestsremote.py.

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

--HG--
extra : moz-landing-system : lando
2018-11-01 17:45:07 +00:00
Jason Orendorff
8804208609 Bug 1503016 - Use TraceableFifo for JSContext::jobQueue. r=sfink
Differential Revision: https://phabricator.services.mozilla.com/D10361

--HG--
extra : moz-landing-system : lando
2018-11-01 17:19:06 +00:00
Ursula Sarracini
25751f87e6 Bug 1503947 - Add a function to FxAccountsConfig to return the correct url for onboarding fxa card r=eoger
Differential Revision: https://phabricator.services.mozilla.com/D10591

--HG--
extra : moz-landing-system : lando
2018-11-01 17:27:08 +00:00
Kartikaya Gupta
001b806ca8 Bug 1503547 - Move searchfox indexing jobs a half hour earlier to match nightly build times. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D10557

--HG--
extra : moz-landing-system : lando
2018-11-01 15:37:07 +00:00
Dani3lNL
406bd31b37 Bug 1503671 - Add to about:telemetry a link to the Probe Dictionary r=chutten
This may help users discover more about the probes being collected.
2018-11-01 09:06:00 +02:00
André Bargull
ed69dc9deb Bug 1499026 - Part 3: Updating ICU requires a clobber. r=clobber 2018-11-01 06:32:49 -07:00
André Bargull
148e9c75e6 Bug 1499026 - Part 2: Update in-tree ICU to release 63.1. rs=Waldo
--HG--
rename : intl/icu/source/common/ulistformatter.cpp => intl/icu/source/i18n/ulistformatter.cpp
2018-11-01 06:32:25 -07:00
André Bargull
7820c86808 Bug 1499026 - Part 1: Update patches for ICU 63. r=Waldo 2018-11-01 06:31:35 -07:00
June Wilde
629576bc4a Bug 1468544 - Replace mar_hash_name with CityHash algorithm; r=rstrong
Summary:
Makes CityHash64, CityHash64WithSeed, and CityHash64WithSeeds usable from C code
Removes unnecessary includes from mar_read.c as well

Reviewers: rstrong

Reviewed By: rstrong

Subscribers: ulfr, dveditz, tjr, mhowell, jmathies, rstrong, jewilde

Tags: #secure-revision, #bmo-toolkit-core-security

Bug #: 1468544

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

--HG--
extra : rebase_source : 4e3f97e07e7a17c454d22b80aa37752e31328224
extra : amend_source : d455610bb6c247401134b0a29070c3b48a0f01c4
2018-11-01 19:43:55 +02:00
Ted Campbell
c1743a79f4 Bug 1489698 - Add moz.build for js/src/wasm. r=luke,froydnj 2018-11-01 13:28:00 -04:00
Ted Campbell
d5302eb547 Bug 1489698 - Add moz.build for js/src/gc. r=jonco,froydnj 2018-11-01 13:28:00 -04:00
Lee Salzman
16c09d06d2 Bug 1503884 - prefer __builtin_isnan over isnan. r=me 2018-11-01 13:08:02 -04:00
Andrea Marchesini
32bc82fcb9 Bug 1503901 - Cleanup exceptions during the shutdown of FetchStreamReader, r=bz 2018-11-01 17:57:38 +01:00
Ehsan Akhgari
0a1f501bdb Bug 1503843 - Disable browser_subResources.js for M-sw-e10s since it fails there for unknown reasons 2018-11-01 12:46:23 -04:00
Jason Laster
d78a0d1bfe Bug 1503853 - Add progress overlay command buttons. r=bhackett
Reviewers: bhackett

Tags:

Bug #: 1503853

Differential Revision: https://phabricator.services.mozilla.com/D10551
2018-11-01 12:30:25 -04:00
Gijs Kruitbosch
8a2c48dfe9 Bug 1362774 - followup, disable leaky print preview tests on linux only (x-ref bug 1503887), r=aryx
--HG--
extra : amend_source : 5d0f9955d4c6736427469d7b03d9022a282176fc
2018-11-01 16:23:49 +00:00
Gijs Kruitbosch
a4f704aafb Bug 1362774 - followup, disable test_mousecapture.xhtml on linux64 quantumrender dbg only, r=aryx 2018-11-01 16:04:50 +00:00
Victor Porof
24f2992ccd Bug 1499423 - Migrate the 3 treecol bindings into a Custom Element, r=bgrins 2018-11-01 16:03:14 +01:00
James Willcox
4b6a702126 Bug 1502053 - Send initial GeckoRuntimeSettings prefs via environment variable r=esawin
Differential Revision: https://phabricator.services.mozilla.com/D9821
2018-11-01 09:53:31 -05:00
James Willcox
c52752cf9e Bug 1502053 - Parse default prefs from MOZ_DEFAULT_PREFS env var r=njn
This will be used by GeckoView to set initial pref values that would
normally come from prefs.js or similar on desktop and Fennec.

Differential Revision: https://phabricator.services.mozilla.com/D9820
2018-11-01 09:53:31 -05:00
James Willcox
0c4e49c09e Bug 1502053 - Use GeckoThread.InitInfo to pass args to GeckoThread.init() r=esawin
This is easier to manage than a billion arguments.

Differential Revision: https://phabricator.services.mozilla.com/D9819
2018-11-01 09:53:03 -05:00
James Willcox
4d02b010e0 Bug 1502053 - Use default branch for prefs in GeckoRuntimeSettings r=esawin
We don't want to store a persistent value for these prefs because
the value is managed by the app via GeckoRuntimeSettings. Using
the default branch is the best way to do this currently, though
it does mean the value could be shadowed by a user pref. To combat
this we also reset any of the user prefs that are managed
via GeckoRuntimeSettings.

Differential Revision: https://phabricator.services.mozilla.com/D9818
2018-11-01 09:52:53 -05:00
James Willcox
c75a5c801a Bug 1496217 - Use E10s for about:crashparent test r=esawin
Differential Revision: https://phabricator.services.mozilla.com/D9590
2018-11-01 09:52:47 -05:00
James Willcox
4e683c0261 Bug 1496217 - Support process switching in GeckoView r=esawin
Differential Revision: https://phabricator.services.mozilla.com/D9589
2018-11-01 09:52:42 -05:00
James Willcox
1e1cda1530 Bug 1500541 - Disable about:config in GeckoView on Release and Beta r=ehsan
Differential Revision: https://phabricator.services.mozilla.com/D10410
2018-11-01 09:52:36 -05:00
James Willcox
eb69f98699 Bug 1500541 - Move about:config into GeckoView r=esawin
Differential Revision: https://phabricator.services.mozilla.com/D9588


--HG--
rename : mobile/android/chrome/content/config.js => mobile/android/chrome/geckoview/config.js
rename : mobile/android/themes/core/images/arrowdown-16.png => mobile/android/themes/geckoview/images/arrowdown-16.png
rename : mobile/android/themes/core/images/arrowup-16.png => mobile/android/themes/geckoview/images/arrowup-16.png
rename : mobile/android/themes/core/images/config-plus.png => mobile/android/themes/geckoview/images/config-plus.png
rename : mobile/android/themes/core/images/lock.png => mobile/android/themes/geckoview/images/lock.png
rename : mobile/android/themes/core/images/search-clear-30.png => mobile/android/themes/geckoview/images/search-clear-30.png
rename : mobile/android/themes/core/images/search.png => mobile/android/themes/geckoview/images/search.png
rename : mobile/android/themes/core/images/textfield.png => mobile/android/themes/geckoview/images/textfield.png
rename : mobile/android/themes/core/images/throbber.png => mobile/android/themes/geckoview/images/throbber.png
2018-11-01 09:52:30 -05:00
James Willcox
d64eea208c Bug 1405081 - Add WebRequest, WebResponse, and GeckoWebExecutor to GeckoView r=jchen,esawin
This exposes Gecko networking to GeckoView apps. It includes speculative connections, name resolution, and a Fetch-like HTTP API.

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

squash to executor
2018-11-01 09:52:23 -05:00
James Willcox
3b0bbc9bfa Bug 1405081 - Add partial HttpBin implementation for local HTTP tests r=esawin
This was derived from work done by Andrew Gaul <andrew@gaul.org> for
the Chaos HTTP proxy.

Differential Revision: https://phabricator.services.mozilla.com/D9130
2018-11-01 09:52:10 -05:00
James Willcox
a464ab21e5 Bug 1405081 - Move default timeout logic into Environment utility class r=jchen
Differential Revision: https://phabricator.services.mozilla.com/D8781
2018-11-01 09:52:03 -05:00
James Willcox
b5886774ce Bug 1405081 - Move GeckoSessionTestRule.waitForResult() into UiThreadUtils r=jchen
Differential Revision: https://phabricator.services.mozilla.com/D7798
2018-11-01 09:51:57 -05:00