Граф коммитов

705717 Коммитов

Автор SHA1 Сообщение Дата
Nazım Can Altınova 418de925f0 Bug 1635381 - Change the -q flag of brew cask outdated into --quiet. r=rstewart,mhentges
Differential Revision: https://phabricator.services.mozilla.com/D73837
2020-05-05 17:31:58 +00:00
Gregory Mierzwinski 3225e6d0c5 Bug 1634406 - Implement similarity score in visual metrics tasks. r=tarek
This patch adds a new similarity metric that will allow us to determine when content changes occur in live site tests. It also enabled to recorded sites so we can get a comparison of the quality of the recording (and difference) between it and the live site. There are 2D and 3D variants of this score which capture different things. The 2D score only looks at the final frame, so it gives a measure of how consistent/similar the end state is for the test. The 3D variant is more comprehensive and captures how the page was rendered.

Differential Revision: https://phabricator.services.mozilla.com/D73450
2020-05-05 17:31:51 +00:00
Gregory Mierzwinski 39d78b2f9d Bug 1634185 - Add extra options to visual metrics perfherder data. r=perftest-reviewers,tarek,Bebe
This patch adds the extra options settings to the visual metrics perfherder data by passing it through the jobs.json file.

Differential Revision: https://phabricator.services.mozilla.com/D73277
2020-05-05 14:59:14 +00:00
Florian Quèze 38f9dabfc7 Bug 1630971 - add profiler markers to see which mochitest-plain and mochitest-chrome tests are running, r=gbrown.
Differential Revision: https://phabricator.services.mozilla.com/D72718
2020-05-05 17:26:23 +00:00
Florian Quèze db49edea76 Bug 1630971 - Add profiler markers in browser-test, r=gbrown.
Differential Revision: https://phabricator.services.mozilla.com/D71333
2020-05-05 17:25:53 +00:00
Ricky Stewart 8ffbec29d9 Bug 1635491 - Delete tup backend and `mach analyze` r=froydnj
It's not maintained and doesn't work as-is. If we want to revive it we can grab it from source control later, but in the meantime it's just confusing and it comes up in search results even though we never look for it.

Also delete `mach analyze` which depends on the existence of a Tup backend.

Differential Revision: https://phabricator.services.mozilla.com/D73911
2020-05-05 17:28:07 +00:00
Florian Quèze f75e2d8068 Bug 1632862 - Add profiler markers in xpcshell tests, r=gbrown.
Differential Revision: https://phabricator.services.mozilla.com/D72398
2020-05-05 17:26:41 +00:00
Mathieu Leplatre d8ca686abd Bug 1635387 - Remove metadata entries on clear and improve logging r=glasserc
Differential Revision: https://phabricator.services.mozilla.com/D73815
2020-05-05 14:14:47 +00:00
Botond Ballo 98c8fdcd38 Bug 1634206 - Change the default value of InputAPZContext::sApzResponse to nsEventStatus_eSentinel. r=kats
Differential Revision: https://phabricator.services.mozilla.com/D70084
2020-05-05 17:22:01 +00:00
Tom Tung fbefa56f1d Bug 1635420 - Enable the prefs for COOP, COEP, postMessage, SharedArrayBuffer to the wpt test; r=aryx
Differential Revision: https://phabricator.services.mozilla.com/D73893
2020-05-05 17:05:43 +00:00
Razvan Maries 3b592b6add Backed out changeset 5cf7e2bc5640 (bug 1635491) as per Ricky's request for Lint failure. CLOSED TREE 2020-05-05 19:57:33 +03:00
Paul Adenot 6a7f9ca0d5 Bug 1635404 - mach vendor rust. r=achronop
Depends on D73871

Differential Revision: https://phabricator.services.mozilla.com/D73872
2020-05-05 13:39:15 +00:00
Paul Adenot 0a01403ee5 Bug 1635404 - Update audioipc to d5c07e962073. r=achronop
Depends on D73870

Differential Revision: https://phabricator.services.mozilla.com/D73871
2020-05-05 15:14:01 +00:00
Paul Adenot 03da4e3e6c Bug 1635404 - Update cubeb to revision 35190a8. r=achronop
Depends on D73869

Differential Revision: https://phabricator.services.mozilla.com/D73870
2020-05-05 15:08:45 +00:00
Paul Adenot 99a7209581 Bug 1635404 - Update cubeb-coreaudio-rs and cubeb-pulse-rs. r=achronop
Differential Revision: https://phabricator.services.mozilla.com/D73869
2020-05-05 13:37:23 +00:00
Jon Coppeard 34b313001d Bug 1386298 - Replace the unused GCTrace framework r=sfink
The tracing framework is unused but Matthew found the hook points useful, so this changes those into empty inline functions that can be used to insert probes.

Differential Revision: https://phabricator.services.mozilla.com/D73816
2020-05-05 16:35:14 +00:00
Ricky Stewart cdac3a2e15 Bug 1635491 - Delete tup backend and `mach analyze` r=froydnj
It's not maintained and doesn't work as-is. If we want to revive it we can grab it from source control later, but in the meantime it's just confusing and it comes up in search results even though we never look for it.

Also delete `mach analyze` which depends on the existence of a Tup backend.

Differential Revision: https://phabricator.services.mozilla.com/D73911
2020-05-05 16:32:42 +00:00
Razvan Maries af08f79b29 Backed out 2 changesets (bug 1635050) for xpcshell perma failures on test_rejectForeignAllowList.js. CLOSED TREE
Backed out changeset 062b5f3c2b9d (bug 1635050)
Backed out changeset 0e97bebb71cd (bug 1635050)
2020-05-05 19:41:05 +03:00
Ricky Stewart f13098f481 Bug 1634495 - Ensure that the debugger path is a str (instead of bytes) when running mach run debug r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D73338
2020-05-04 12:17:32 +00:00
Geoff Brown bd594817af Bug 1635300 - [mozdevice] Create parent directories to avoid intermittent mkdir failure; r=bc
Differential Revision: https://phabricator.services.mozilla.com/D73908
2020-05-05 16:22:16 +00:00
Nicolas B. Pierron 0428de2a66 Bug 1635464 - Deref BoxedParseError to read the content. r=arai
Differential Revision: https://phabricator.services.mozilla.com/D73902
2020-05-05 16:26:45 +00:00
Razvan Maries 0c308b94ae Backed out 2 changesets (bug 1632794) for build bustages on aboutProcesses.ftl. CLOSED TREE
Backed out changeset e616abcb192d (bug 1632794)
Backed out changeset 47701348412d (bug 1632794)
2020-05-05 19:21:24 +03:00
Kartikaya Gupta 2a35f96fd5 Bug 1635430 - Stop running webrender github CI on AppVeyor. r=jdm,jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D73881
2020-05-05 15:58:49 +00:00
David Teller e6eea81b34 Bug 1632794 - Bare bones about:processes;r=fluent-reviewers,florian,Pike
This is a very first iteration of about:processes, so that people who actually need the tool can start using it immediately and provide feedback.

Differential Revision: https://phabricator.services.mozilla.com/D72617
2020-05-05 15:56:18 +00:00
David Teller 615c6f8762 Bug 1632794 - Expose full remoteType through ChromeUtils.requestProcInfo;r=tarek
The current `type` field doesn't expose all information such as the origin. Let's fix this.

Differential Revision: https://phabricator.services.mozilla.com/D72616
2020-05-05 15:36:02 +00:00
Andrea Marchesini 76ab683d02 Bug 1635050 - Implement a whitelist system for cookieBehavior REJECT_FOREIGN with exceptions - tests, r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D73616
2020-05-05 15:52:16 +00:00
Andrea Marchesini c3a7e58828 Bug 1635050 - Implement a whitelist system for cookieBehavior REJECT_FOREIGN with exceptions, r=dimi
Differential Revision: https://phabricator.services.mozilla.com/D73615
2020-05-05 14:34:34 +00:00
Tarek Ziadé a44d97ff35 Bug 1635389 - clean the code r=sparky
We missed a pass on black, and python.ini was incomplete

Differential Revision: https://phabricator.services.mozilla.com/D73822
2020-05-05 14:47:58 +00:00
Tarek Ziadé 7517317c35 Bug 1635076 - add a custom test runner r=sparky
We're running black+coverage

Differential Revision: https://phabricator.services.mozilla.com/D73693
2020-05-05 15:00:27 +00:00
Ted Campbell b77108c518 Bug 1631048 - Remove FunctionBox:initLazyScript. r=djvj
Differential Revision: https://phabricator.services.mozilla.com/D71374
2020-05-05 13:53:49 +00:00
Ted Campbell b1c8b301f9 Bug 1631048 - Remove JSFunction::initLazyScript/clearLazyScript. r=djvj
Also move the pre-barrier to JSFunction::maybeRelazify for consistency even
though currently barriers are disabled while running relazification.

JSScript::fullyInitFromStencil does not encounter self-hosted lazy scripts so
remove the dead code.

Differential Revision: https://phabricator.services.mozilla.com/D71373
2020-05-05 13:52:45 +00:00
Razvan Maries ad08b5fdea Backed out changeset 819c1fb3e554 (bug 1635408) for xpcshell perma failures on test_shutdown_handling.js. CLOSED TREE 2020-05-05 18:07:39 +03:00
Julien Wajsberg a128c0d95a Bug 1589568 - Add some more logs in an intermittent profiler test r=gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D73836
2020-05-05 14:57:45 +00:00
Julien Wajsberg bd12d00b60 Bug 1589568 - Always stop the profiler after browser tests r=gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D73835
2020-05-05 14:57:43 +00:00
Liang-Heng Chen 1431c1b046 Bug 1634306 - add new cookieBehavior case `BEHAVIOR_REJECT_TRACKER_AND_PARTITION_FOREIGN`; r=rpl
Differential Revision: https://phabricator.services.mozilla.com/D73609
2020-05-05 14:40:21 +00:00
Julien Wajsberg 7fe841ba60 Bug 1516311 - Increase the timeout for browser-perf-01 r=gregtatum
Differential Revision: https://phabricator.services.mozilla.com/D73808
2020-05-05 14:27:36 +00:00
Andrew Halberstadt c4edc875e3 Bug 1635444 - Bump timeout when querying bugbug service, r=marco
Differential Revision: https://phabricator.services.mozilla.com/D73891
2020-05-05 14:33:56 +00:00
Simon Giesecke cb1efac330 Bug 1626570 - Improve handling of copying arrays in dom/reporting/. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D73660
2020-05-05 14:15:50 +00:00
Simon Giesecke 03360c8ab8 Bug 1626570 - Improve handling of copying arrays in dom/push/. r=lina
Differential Revision: https://phabricator.services.mozilla.com/D73659
2020-05-05 10:20:12 +00:00
Simon Giesecke 09709ea54f Bug 1626570 - Improve handling of copying arrays in dom/filesystem/. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D73658
2020-05-05 10:20:04 +00:00
Simon Giesecke ea103d9ab4 Bug 1626570 - Improve handling of copying arrays in dom/canvas/. r=lsalzman
Differential Revision: https://phabricator.services.mozilla.com/D73657
2020-05-05 14:15:22 +00:00
Simon Giesecke c398641939 Bug 1626570 - Improve handling of copying arrays in dom/performance/. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D73655
2020-05-05 14:15:00 +00:00
Simon Giesecke acc731469f Bug 1626570 - Improve handling of copying arrays in dom/payments/. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D73654
2020-05-05 14:14:35 +00:00
Simon Giesecke f43e7cfc99 Bug 1626570 - Improve handling of copying arrays in dom/fetch/. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D73652
2020-05-05 14:14:10 +00:00
Simon Giesecke a84bea3851 Bug 1626570 - Improve handling of copying arrays in dom/l10n/. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D73651
2020-05-05 10:17:52 +00:00
Simon Giesecke ea023a9d8e Bug 1626570 - Improve handling of copying arrays in dom/indexedDB/. r=dom-workers-and-storage-reviewers,janv
Differential Revision: https://phabricator.services.mozilla.com/D73650
2020-05-05 14:13:46 +00:00
Simon Giesecke f93adeded1 Bug 1626570 - Improve handling of copying arrays in dom/grid/. r=mats
Differential Revision: https://phabricator.services.mozilla.com/D73646
2020-05-05 14:13:15 +00:00
Simon Giesecke 45e042a16d Bug 1626570 - Improve handling of copying arrays in dom/events/. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D73645
2020-05-05 10:16:24 +00:00
Simon Giesecke 88f217f6f8 Bug 1626570 - Improve handling of copying arrays in dom/clients/. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D73644
2020-05-05 14:12:54 +00:00
Razvan Maries 4ba6af4a78 Backed out 2 changesets (bug 1635050) for perma failures on test_rejectForeignAllowList.js. CLOSED TREE
Backed out changeset 74460d65e93b (bug 1635050)
Backed out changeset 68223def5ae0 (bug 1635050)
2020-05-05 17:30:27 +03:00