Commit Graph

641421 Commits

Author SHA1 Message Date
Florin Strugariu
63eb0a0132 Bug 1532671 output what measurements are still pending though when there is a page timeout in raptor r=davehunt
Differential Revision: https://phabricator.services.mozilla.com/D22107

--HG--
extra : moz-landing-system : lando
2019-03-12 12:16:09 +00:00
Mrigank Krishan
5ea374dd55 Bug 1454962 - Add ways to reset sorting. r=Honza
As suggested by @Harald, I've added two ways to "Reset state":
- Middle click on request list header.
- "Reset Columns" option in the context menu will also sort by timeline.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 12:35:47 +00:00
marian.raiciof
899b667ee0 Bug 1529207 - Add new Raptor tests in tp6m-4 r=davehunt,rwood
Differential Revision: https://phabricator.services.mozilla.com/D20852

--HG--
extra : moz-landing-system : lando
2019-03-12 12:01:27 +00:00
Henri Sivonen
a24b99a70f Bug 1534255 - Enable out-of-process iframes to take APZ focus. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D22968

--HG--
extra : moz-landing-system : lando
2019-03-11 18:49:12 +00:00
Helena Moreno
06f24fd1bb Bug 1532939 - Add Cmd + K support to clear the console on OSX. r=nchevobbe.
This is a common shortcut on OSX to clear terminal output, and something that Chrome does,
so it makes sense to implement it in our console as well.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 06:21:07 +00:00
Tooru Fujisawa
e932d3f5e5 Bug 1473796 - Part 4: Add FunctionEmitter, FunctionScriptEmitter, and FunctionParamsEmitter. r=jorendorff
FunctionEmitter is for function declaration/expression/method/etc in the
enclosing script.
FunctionScriptEmitter is for function script, including body and class fields,
excluding parameters.
FunctionParamsEmitter is for function parameters.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 06:15:23 +00:00
Tooru Fujisawa
49d1f82b2e Bug 1473796 - Part 3: Move DestructuringFlavor into its own header. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D19621

--HG--
extra : moz-landing-system : lando
2019-03-12 06:05:21 +00:00
Tooru Fujisawa
165217b8e6 Bug 1473796 - Part 2: Do not use TokenPos in BytecodeEmitter::{setFunctionBodyEndPos,setScriptStartOffsetIfUnset}. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D19620

--HG--
extra : moz-landing-system : lando
2019-03-12 06:03:48 +00:00
Tooru Fujisawa
eb1819e292 Bug 1473796 - Part 1: Add DefaultEmitter. r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D19619

--HG--
extra : moz-landing-system : lando
2019-03-12 06:03:30 +00:00
prathiksha
d8ee1bc109 Bug 1530029 - Fix tests that use checkArrayValues to also check for the autocomplete footer in password manager tests. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D22807

--HG--
extra : moz-landing-system : lando
2019-03-12 00:21:11 +00:00
prathiksha
e0ac67769b Bug 1530029 - Pressing enter on the autocomplete footer should open the password manager dialog. r=MattN
Differential Revision: https://phabricator.services.mozilla.com/D21603

--HG--
extra : moz-landing-system : lando
2019-03-12 00:21:13 +00:00
Dorel Luca
8a746eed7d Backed out 4 changesets (bug 1500713) for build bustage
Backed out changeset d25ff3b04eeb (bug 1500713)
Backed out changeset 98265537ef34 (bug 1500713)
Backed out changeset 670b24af24d4 (bug 1500713)
Backed out changeset 7e5fa7b1f7bc (bug 1500713)
2019-03-12 07:16:59 +02:00
Oana Pop Rus
38d2d04978 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-03-12 06:53:06 +02: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
Michael Ratcliffe
566b1f81ae Bug 1532584 - Test event-collector.js with chrome enabled r=ochameau
### Try

https://treeherder.mozilla.org/#/jobs?repo=try&revision=719ecb363402f4c058c970e11c73633e14f7339c

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

--HG--
extra : moz-landing-system : lando
2019-03-11 16:38:09 +00:00
Nikki S
c1eaf010be mozlog: move the capture io class from web-platform/tests to mozlog (bug 1021926) r=jgraham
The ability to capture the parent process' stdio is suggested to be a useful feature
to move from web-platform/tests into mozlog. To do so, I have created a new capture.py
file within mozlog/mozlog. This includes the CaptureIO class and its dependencies,
including the LoggingWrapper and LogThread classes. These have been removed from their
original location, to avoid duplication, and the files depending on them updated
accordingly.

It would be useful to add unittests testing the CaptureIO enter and exit methods, and
the original_stdio, logging_queue and logging_thread properties. I have begun such a
file with test_capture.py in mozlog/tests. This is a work in progress, however I may
need some guidance, please, in regards to creating appropriate mock data to assert.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 10:21:12 +00:00
fanny
d72ca58d8b Bug 1533657 - Remove defer usage in devtools/client/shared/widgets/Graphs.js. r=nchevobbe
Remove defer and update to promise

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

--HG--
extra : moz-landing-system : lando
2019-03-12 10:33:43 +00:00
Bogdan Tara
78cf6ce329 Merge mozilla-central to autoland. a=merge CLOSED TREE 2019-03-12 12:01:18 +02:00
Gijs Kruitbosch
065019888f Bug 1531367 - use root event for history middle clicks to get the correct URI, r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23039

--HG--
extra : moz-landing-system : lando
2019-03-12 09:22:11 +00:00
Tooru Fujisawa
c92d5c4af5 Bug 1534516 - Use correct AutoGCRooter::Tag in BinASTParserBase. r=Yoric
Differential Revision: https://phabricator.services.mozilla.com/D23083

--HG--
extra : moz-landing-system : lando
2019-03-12 09:16:00 +00:00
Mark Banner
1c0b93ac67 Bug 1534218 - Fix setting the home page based on top-level folders. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23005

--HG--
extra : moz-landing-system : lando
2019-03-12 08:50:01 +00:00
Mark Banner
3676486443 Bug 1534322 - Fix the guids for the mobile and other bookmarks virtual queries. r=mak
Differential Revision: https://phabricator.services.mozilla.com/D23004

--HG--
extra : moz-landing-system : lando
2019-03-11 17:56:24 +00:00
Valentin Gosu
e17d0363fe Bug 1525036 - Respect CrossOriginPolicy in nsHttpChannel r=nika
Differential Revision: https://phabricator.services.mozilla.com/D21415

--HG--
extra : moz-landing-system : lando
2019-03-12 08:05:03 +00:00
Valentin Gosu
2f70f4be9d Bug 1525036 - Respect CrossOriginPolicy in Fetch r=nika
Differential Revision: https://phabricator.services.mozilla.com/D21416

--HG--
extra : moz-landing-system : lando
2019-03-12 08:04:44 +00:00
Valentin Gosu
ca2f65b756 Bug 1525036 - Add pref for Cross-Origin policy r=nika
Differential Revision: https://phabricator.services.mozilla.com/D21417

--HG--
extra : moz-landing-system : lando
2019-03-12 08:04:15 +00:00
Valentin Gosu
21bfdeb265 Bug 1525036 - Add CrossOriginPolicy to the browsing context r=nika
Differential Revision: https://phabricator.services.mozilla.com/D21418

--HG--
extra : moz-landing-system : lando
2019-03-12 08:04:01 +00:00
Masayuki Nakano
229762b203 Bug 1466208 - part 44: Rename PresShell::EventHandler::HandleEventInternal() to HandleEventWithCurrentEventInfo() r=smaug
In my understanding, `PresShell::EventHandler::HandleEvent()` may redirect
the event to another class or PresShell first.  Otherwise, it computes
event target and sets current event info of mPresShell to it.  Then, calls
`HandleEventInternal()` to dispatch the event.  Then, `HandleEventInternal()`
may handle the event before dispatch, and/or prepare to dispatch, then,
finally dispatches the event and finalize the state of mPresShell and the
event.  Therefore, `HandleEventInternal()` actually handles the event, but
the word, "internal" is not explicitly explain its different points from
`HandleEvent()`.  Therefore, I think that `HandleEventWithCurrentEventInfo()`
is better name since `HandleEvent()` considers the current event info.

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

--HG--
extra : moz-landing-system : lando
2019-03-12 04:25:13 +00:00
Henri Sivonen
69686abca6 Bug 1534267 - Make BrowserBridgeParent* available via TabParent. r=rhunt
Differential Revision: https://phabricator.services.mozilla.com/D22972

--HG--
extra : moz-landing-system : lando
2019-03-11 18:47:20 +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