Commit Graph

641230 Commits

Author SHA1 Message Date
Thomas Wisniewski
a5e3c03497 Bug 1366969 - fix some WPTs to not re-use the same 'valid once per session' auth landing, which incorrectly causes test-failures. r=annevk
fix some WPTs to not re-use the same 'valid once per session' auth landing, which incorrectly causes test-failures.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 09:35:11 +00:00
Andrew Halberstadt
ea09d14bd4 Bug 1533770 - [fuzzy] Fix query intersection when running presets with multiple queries, r=jgraham
Differential Revision: https://phabricator.services.mozilla.com/D22741

--HG--
extra : moz-landing-system : lando
2019-03-12 19:33:36 +00:00
Edouard Oger
d391c790bc Bug 1532514 - Update sinon to v7.2.7. r=markh
Differential Revision: https://phabricator.services.mozilla.com/D22046

--HG--
extra : moz-landing-system : lando
2019-03-12 19:32:40 +00:00
Narcis Beleuzu
b72a1a06b5 Backed out changeset 5b73beb33ff1 (bug 1524090) as per jmuizelaar`s req. CLOSED TREE 2019-03-12 21:27:46 +02:00
James Willcox
066c2a84e4 Bug 1524992 - Followup to add newline r=mbrubeck,rbarker
Differential Revision: https://phabricator.services.mozilla.com/D23192

--HG--
extra : moz-landing-system : lando
2019-03-12 19:22:16 +00:00
Jeff Muizelaar
96e163c84f Bug 1524090. Add telemetry for GPU wait time. r=mattwoodrow,chutten
Differential Revision: https://phabricator.services.mozilla.com/D22100

--HG--
extra : moz-landing-system : lando
2019-03-05 21:35:33 +00:00
Shane Caraveo
7d1f88f391 Bug 1532990 handle default port better for proxy.settings r=zombie
Differential Revision: https://phabricator.services.mozilla.com/D22297

--HG--
extra : moz-landing-system : lando
2019-03-12 19:08:44 +00:00
James Willcox
0871175ad0 Bug 1524992 - Allow external data: URIs in tests r=ckerschb
We use this to tell the Quitter extension to quit in the PGO
profile generation and Valgrind tests.

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

--HG--
extra : moz-landing-system : lando
2019-03-11 17:34:14 +00:00
James Willcox
c999b31a54 Bug 1524992 - Allow external data: URIs in tests r=ckerschb
We use this to tell the Quitter extension to quit in the PGO
profile generation and Valgrind tests.

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

--HG--
extra : moz-landing-system : lando
2019-03-11 17:32:18 +00:00
Jason Laster
d11dedc8c5 Bug 1532791 - Breaking on exception even if option is off. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D22186

--HG--
extra : moz-landing-system : lando
2019-03-12 19:01:40 +00:00
Andi-Bogdan Postelnicu
dc4907ab25 Bug 1529691 - use futures in order to process in parallel clang-format. r=bbouvier
Parts of this patch were taken from the original work of :bbouvier in Bug 1521772.
We needed to revert Bug 1521772 since it broken Windows compatibility.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 18:58:46 +00:00
James Willcox
6b6db6e10b Bug 1498721 - Disable Java code coverage on Android r=gbrown
This is due to an incompatability somewhere between JaCoCo and
default interface methods.

Depends on D23016

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

--HG--
extra : moz-landing-system : lando
2019-03-11 18:32:12 +00:00
James Willcox
137efa1bc6 Bug 1498721 - Add default methods to GeckoView delegate interfaces r=geckoview-reviewers,agi
Differential Revision: https://phabricator.services.mozilla.com/D23016

--HG--
extra : moz-landing-system : lando
2019-03-12 14:19:45 +00:00
Neil Deakin
a62440428f Bug 1533693, just compare the drop point against event.clientY instead of using a complicated check involving scroll positions, fixes the subfolder not opening in bookmarks menu when dragging over it, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D22751

--HG--
extra : moz-landing-system : lando
2019-03-11 14:14:14 +00:00
Andrei Oprea
563869ddbd Bug 1534719 - Restrict CFR pin tabs targeting to en-US r=k88hudson
Differential Revision: https://phabricator.services.mozilla.com/D23189

--HG--
extra : moz-landing-system : lando
2019-03-12 18:10:13 +00:00
Alex Gaynor
456bcf6c38 Bug 1534666 - replace OptionalInputStreamParams with InputStreamParams? in IPDL; r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D23153

--HG--
extra : moz-landing-system : lando
2019-03-12 15:52:26 +00:00
Andrei Lazar
69cf1e9a01 Bug 1533723 Missing variants resources for search widget preview r=petru
Added preview assets for search widget within all variants.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:38:26 +00:00
Emilio Cobos Álvarez
1d17f71255 Bug 1534726 - Fix servo build. 2019-03-12 19:01:35 +01:00
Emilio Cobos Álvarez
b3bd9a6099 Bug 1534726 - Reformat recent style system changes. 2019-03-12 19:01:28 +01:00
Kearwood "Kip" Gilbert
8a9a8857e4 Bug 1534390 - WebVR does not properly re-initialize after the VR service has stopped r=daoshengmu
WebVR will not initialize correctly (VR process will not be started and the headset data is frozen) for subsequent sessions in a new tab once the VR process has been shut down due to being idle.

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

--HG--
extra : moz-landing-system : lando
2019-03-11 21:13:39 +00:00
Andrea Marchesini
edd4b23c65 Bug 1531071 - Add OOM check in TCPSocketParent, r=valentin
Differential Revision: https://phabricator.services.mozilla.com/D23146

--HG--
extra : moz-landing-system : lando
2019-03-12 15:10:03 +00:00
Neil Deakin
430b3e5743 Bug 1533720, drop point indicator must be aligned relative to arrowscrollbox, r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D22755

--HG--
extra : moz-landing-system : lando
2019-03-11 14:14:12 +00:00
Ciure Andrei
1cea309572 Backed out changeset e2316f37b988 (bug 1532791)for perma failing test_blackboxing-05.js, test_pause_exceptions-01.js CLOSED TREE 2019-03-12 19:45:39 +02:00
Ciure Andrei
0d9d47364c Backed out changeset 2b5f40fc403b (bug 1529758) for FullParseHandler build bustages CLOSED TREE 2019-03-12 19:28:03 +02:00
Alex Chronopoulos
83e7193c99 Bug 1534321 - Assembly builds for libdav1d on OSX. r=TD-Linux
Differential Revision: https://phabricator.services.mozilla.com/D23111

--HG--
extra : moz-landing-system : lando
2019-03-12 17:08:55 +00:00
Shane Caraveo
b1d8bbe999 Bug 1534682 remove period in learn-more text links r=flod
Differential Revision: https://phabricator.services.mozilla.com/D23167

--HG--
extra : moz-landing-system : lando
2019-03-12 17:03:35 +00:00
Ryan VanderMeulen
8c673bb9c6 Bug 1534605 - Update gtest and gmock to version 1.8.1. r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D23118

--HG--
extra : moz-landing-system : lando
2019-03-12 16:34:09 +00:00
Jan de Mooij
0f01965200 Bug 1530937 part 18 - Rename DoNew{Array,Object} to DoNew{Array,Object}Fallback and remove unused NewObject_WithTemplate IC kind. r=tcampbell
Depends on D23137

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:19:30 +00:00
Jan de Mooij
e0b761d01f Bug 1530937 part 17 - Remove now unused VMFunction code. r=nbp
Differential Revision: https://phabricator.services.mozilla.com/D23137

--HG--
extra : moz-landing-system : lando
2019-03-12 14:47:50 +00:00
Andrew Halberstadt
aac57cc8b5 Bug 1533152 - [flake8] Make sure glob patterns are honoured when passing files directly, r=andi
Flake8 ignores the 'exclude' section of the .flake8.yml if you pass in a direct
path to a file. To get around this we have some custom logic to handle these
exclusions for us, but this custom logic didn't account for globs.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 15:08:41 +00:00
John Dai
14e690f5f3 Bug 1512049 - disable the test, r=gbrown
Differential Revision: https://phabricator.services.mozilla.com/D23164

--HG--
extra : moz-landing-system : lando
2019-03-12 16:42:32 +00:00
Jason Orendorff
51eb0a44fd Bug 1529758 - Add a pref for fields. r=tcampbell
This creates a shell command-line option, `--enable-experimental-fields`, and a
Gecko pref, `javascript.options.experimental.fields`.

Both are off by default everywhere, for now.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 16:42:41 +00:00
Ciure Andrei
9f4ebc07f7 Backed out 13 changesets (bug 1342237, bug 1403944, bug 1403938, bug 1528296) for subsuite gpu failures CLOSED TREE
Backed out changeset eee6b5f77d67 (bug 1528296)
Backed out changeset 285c56c29146 (bug 1528296)
Backed out changeset 47fff0f9b424 (bug 1528296)
Backed out changeset cebff9f6f811 (bug 1528296)
Backed out changeset 78be67cfabe8 (bug 1528296)
Backed out changeset 3e055733ee57 (bug 1528296)
Backed out changeset 2d321819c273 (bug 1528296)
Backed out changeset c8fcdc7c2e0b (bug 1403944)
Backed out changeset f1003c2742c2 (bug 1403944)
Backed out changeset 06a583daf142 (bug 1342237)
Backed out changeset f75b89bf0aa4 (bug 1342237)
Backed out changeset 90579bc6554c (bug 1403938)
Backed out changeset 488d49d434f8 (bug 1403938)
2019-03-12 18:57:01 +02:00
Jason Laster
34482fc99e Bug 1532791 - Breaking on exception even if option is off. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D22186

--HG--
extra : moz-landing-system : lando
2019-03-12 15:41:39 +00:00
Jason Laster
07f5ee2ca6 No bug - Sort breakpoints by selected location. r=davidwalsh
Differential Revision: https://phabricator.services.mozilla.com/D23140

--HG--
extra : moz-landing-system : lando
2019-03-12 16:08:47 +00:00
Bogdan Tara
c0d1b14470 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-03-12 18:11:42 +02:00
Bogdan Tara
c31ed119d0 Merge inbound to mozilla-central. a=merge 2019-03-12 18:09:19 +02:00
Mathieu Leplatre
a041a9d9d6 Bug 1523311 - Report age of Remote Settings data in Uptake telemetry r=glasserc
Report age of Remote Settings data in Uptake telemetry

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

--HG--
extra : moz-landing-system : lando
2019-03-12 15:13:31 +00:00
yulia
f70aa72ebf Bug 1529247 - remove unused cachedScript property; r=ochameau
Differential Revision: https://phabricator.services.mozilla.com/D21672

--HG--
extra : moz-landing-system : lando
2019-03-12 14:02:05 +00:00
yulia
408d434de2 Bug 1529247 - remove unused releaseMany method from thread client and actor; r=ochameau
There is one spot I am unsure about, and that is the test:
devtools/server/tests/unit/test_threadlifetime-06.js -- should this be kept or do we want to remove
it as well?

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:06:35 +00:00
Henrik Skupin
b7cd62739d Bug 1493948 - Package binary of geckodriver into its own artifact. r=jlorenzo
This task extracts the binary of geckodriver from the
common test package and stores it into its own artifact.
For now this task is only run after Nightly build tasks
on supported platforms..

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

--HG--
extra : moz-landing-system : lando
2019-03-12 15:40:33 +00:00
Stephen Donner
84824b8ba3 Fix bug 1532772. klling typo in console-log message r=rwood,Bebe
Fix "klling" typo in Talos console-log message

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

--HG--
extra : moz-landing-system : lando
2019-03-12 15:39:37 +00:00
Nicolas Chevobbe
51a5c2dae9 Bug 1530255 - Load keyMap files on demand; r=bgrins.
We use to include all the keyMap files in the
codeMirror bundle, but these files can be
pretty large, and are useless if the user did
not select a custom key mapping in the settings
panel.
This patch changes this to only load those files
when they are needed, either when a new editor
is created, or when the user changes the key mapping
preference. The files are only loaded once.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 14:56:24 +00:00
Florin Strugariu
5ee219394c Bug 1518447 Capture full Mitmproxy logs and have them available as treeherder artifact r=rwood,davehunt,tarek
Differential Revision: https://phabricator.services.mozilla.com/D21923

--HG--
extra : moz-landing-system : lando
2019-03-12 14:57:43 +00:00
Razvan Caliman
4626e42237 Bug 1534567 - Ensure inherited CSS variables are case sensitive; r=pbro
Bug 1512634 introduced a case-insensitive check for CSS properties. This caused a regression whereby inherited CSS variables with mixed case were incorrectly unmatched when shown in the Rules view.

To fix this, we do a strict check for CSS variables in CSSProperties front because they are case sensitive (--color and --COLOR are different CSS variables).
See: https://www.w3.org/TR/css-variables-1/
> Unlike other CSS properties, custom property names are case-sensitive.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 13:45:00 +00:00
Emilio Cobos Álvarez
1daca69d91 Bug 1533424 - Don't allow InspectorUtils to mess up with our UA sheets. r=heycam
You can mess up stuff pretty badly if that happens, and we want to do this
anyway for the shared UA sheet stuff, so...

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

--HG--
extra : moz-landing-system : lando
2019-03-12 15:17:54 +00:00
Erica Wright
1ea7130261 Bug 1533182 - Add Aria attributes to the carat icons in privacy preferences. r=Gijs,flod
Add tooltiptext to create a name attribute in accessibility tools, add an expanded and collapsed state.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 15:30:12 +00:00
Dão Gottwald
d29240242d Bug 1524564 - Set aria-activedescendant on the input rather than the view so the input delegates a11y focus. r=Standard8
Differential Revision: https://phabricator.services.mozilla.com/D23109

--HG--
extra : moz-landing-system : lando
2019-03-12 15:23:58 +00:00
sotaro
c046c7a430 Bug 1531294 - Fix RecvEmptyTransaction() as to handle WebRenderTextureHostWrapper usage case
By Bug 1526213, WebRenderBridgeParent::RecvEmptyTransaction() does not handle a case that resource update is handled by WebRenderTextureHostWrapper. In this case, txn.IsResourceUpdatesEmpty() became true and the function thought there was no resource update and the function returned DidComposite soon to client side. Then it caused a heavy over production of SharedSurface_ANGLEShareHandle if GPU is not powerful.

Differential Revision: https://phabricator.services.mozilla.com/D22454
2019-03-12 21:48:34 +09:00
Bogdan Tara
89414a1df5 Backed out 2 changesets (bug 1420677) for causing bug 1534550 a=backout
Backed out changeset cf114035c79f (bug 1420677)
Backed out changeset edff1f39d426 (bug 1420677)
2019-03-12 11:54:19 +02:00