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

927 Коммитов

Автор SHA1 Сообщение Дата
Andrew Halberstadt 9435736ade Bug 1471620 - Skip python-tests locally that don't run with python 3 in CI r=davehunt
This will make sure that when running |mach python-test --python 3| locally,
we only run the tests that also run in CI with python 3 (and therefore pass
presumably).

MozReview-Commit-ID: 3OBr9yLSlSq

--HG--
extra : rebase_source : 456340d0ecdddf1078f2b5b4ebb1eddf3813b26a
2018-06-27 11:10:02 -04:00
Christoph Kerschbaumer 25caec9ca2 Bug 1463663 - Prefix exported functions of the RemotePageManager with RPM. r=mossop 2018-06-27 09:08:32 +02:00
J. Ryan Stinnett ca90a5ef7b Bug 1465637 - Rename tab-scoped actors to target-scoped actors. r=ochameau
The term "tab actor" was used ambiguously to mean either the "target actor
representing a tab" or "a child actor of the tab target actor" (such as the
console actor).  Here we rename the second case to "target-scoped actor".

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

--HG--
rename : devtools/client/debugger/test/mochitest/browser_dbg_tabactor-01.js => devtools/client/debugger/test/mochitest/browser_dbg_target-scoped-actor-01.js
rename : devtools/client/debugger/test/mochitest/browser_dbg_tabactor-02.js => devtools/client/debugger/test/mochitest/browser_dbg_target-scoped-actor-02.js
2018-06-26 13:27:57 +00:00
Joel Maher 9c7f5155eb Bug 1466853 - Port stylebench and motionmark benchmarks test from talos to raptor. r=rwood
stylebench and motionmark run in talos, we want these running in raptor

Differential Revision: https://phabricator.services.mozilla.com/D1814
2018-06-25 20:28:58 +00:00
Henrik Skupin 894f69b8b2 Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal
MozReview-Commit-ID: F5vHc4G13v6

--HG--
extra : rebase_source : 1c6c8de55def6026da467d589ec3a8b511986125
2018-06-22 13:32:05 +02:00
Margareta Eliza Balazs 38873b16e7 Backed out changeset 52e86ed85e54 (bug 1470414) for bustage in ./config/tests/test_mozbuild_reading.py::TestMozbuildReading on a CLOSED TREE 2018-06-25 17:29:18 +03:00
Henrik Skupin df65676052 Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal
MozReview-Commit-ID: F5vHc4G13v6

--HG--
extra : rebase_source : c39293be7a60ecc22be2f385671769f371dca06b
2018-06-22 13:32:05 +02:00
Mark Banner b30ac6aacd Bug 1456762 - Remove now unnecessary import-globals-from statements in html files. r=mossop
Depends on D1643

MozReview-Commit-ID: 84M50HDg0wl

Differential Revision: https://phabricator.services.mozilla.com/D1644
2018-06-16 08:21:33 +00:00
Jonathan Kingston 57eec7fa4b Bug 1464058 - Rebuild profile for session restore talos test to add principals to the storage. r=mikedeboer
MozReview-Commit-ID: 2FiSr1pEpWg

--HG--
extra : rebase_source : 81b89a6d5bb15c5b59f329fa63d239ab0b4af1e5
2018-06-08 11:14:37 +01:00
Alexandre Poirot 2ae882b64e Bug 1466479 - Remove useless communication between damp.html and talos add-on. r=jdescottes
MozReview-Commit-ID: 6pqokJgqrnu

--HG--
extra : rebase_source : 82dc3db8f57855fba68c8a00ca9e39e9a93a8e52
2018-06-07 12:41:25 -07:00
Alexandre Poirot 81c79d5396 Bug 1466479 - Remove unused Profiler module. r=jdescottes
MozReview-Commit-ID: OHOSkjxzzF

--HG--
extra : rebase_source : d58581e4c43a3e834382129e3f04a62a79830c55
2018-06-04 06:28:16 -07:00
Alexandre Poirot 3efd3f6786 Bug 1466479 - Cleanup damp from its unused frontend. r=jdescottes
MozReview-Commit-ID: GmJ2EmLpfb2

--HG--
extra : rebase_source : 5120c5c8cfd91aea23d5c7cce7751d5140b8a982
2018-06-01 00:22:45 -07:00
Mike Conley 494a25b254 Bug 1458375 - Make sessionrestore tests wait for the browser-idle-startup-tasks-finished event. r=rwood
MozReview-Commit-ID: ODltx5ywn

--HG--
extra : rebase_source : b2d0e69009a1bbf6eade95ba374b368053a5fb38
2018-05-29 19:42:53 -04:00
Mike Conley de3c175f98 Bug 1458375 - Make TalosPowersContent.goQuitApplication wait for browser-idle-startup-tasks-finished to fire before quitting. r=rwood
browser-idle-startup-tasks-finished will kick off some caching that can influence
future runs in the same profile. We want to make sure that we properly create
that cache when running Talos.

MozReview-Commit-ID: 9Ydt1ur3tsj

--HG--
extra : rebase_source : 059fea98d2c77c7a89e36dff7b6c85dfee3f6e57
2018-05-29 12:54:45 -04:00
Mike Conley 2889173297 Bug 1458375 - Talos tests that use TalosPowersContent.goQuitApplication(); shouldn't close their windows. r=rwood
goQuitApplication does the work of closing all windows anyways, so closing the
window is superfluous. goQuitApplication is also going to be checking for certain
operations to be finished before doing that, which could be influenced by closing
a window early.

MozReview-Commit-ID: 9gJ0ZRn753F

--HG--
extra : rebase_source : bcf902e332fd6a5aa82e40933e6b5d15c0f73cea
2018-05-29 12:42:26 -04:00
Mike Conley d5d35f5cfe Bug 1458375 - Remove non-e10s support for TalosPowersContent goQuitApplication. r=rwood
MozReview-Commit-ID: 5FfToOP9sSi

--HG--
extra : rebase_source : a660040f1c8de7c54ab5bc5c9385b5882e69777c
2018-05-29 12:40:22 -04:00
Kartikaya Gupta dd196a279b Bug 1467783 - Split basic_compositor_video into a separate suite and disable it on QR test platforms. r=jmaher
MozReview-Commit-ID: Ls5rM9SgOV9

--HG--
extra : rebase_source : 21e6ebd5264cbbf5239f37caa6fc2ac3c317622e
2018-06-08 09:59:14 -04:00
Alexandre Poirot 9f064987a4 Bug 1465806 - Wait for addon manager and session restore full initialization before starting DAMP tests. r=jdescottes
MozReview-Commit-ID: 1xszgL781BU

--HG--
extra : rebase_source : f618dcdb15569e303a7312a43c78325333d8afdd
2018-05-29 11:07:08 -07:00
Ionut Goldan f3b4b78f5d Bug 1429687 - Fix import issues r=rwood
MozReview-Commit-ID: Lgi1AbiY29J

--HG--
extra : rebase_source : 20216618adb76b0cf17c7cd834b12c399dee0785
2018-06-05 14:27:19 +03:00
Ionut Goldan b5df0ac07a Bug 1429687 - Fix existing tests r=rwood
MozReview-Commit-ID: G3ukD0Xn0lk

--HG--
extra : rebase_source : 19d3696f74c04a3d51e082642569619f260a0725
2018-06-05 12:16:29 +03:00
Peter Van der Beken d630d8c268 Bug 1451973 - Use loadProcessScript instead of loadFrameScript with process message manager. r=mconley.
--HG--
extra : rebase_source : d6c059265da06b84278b5d560cd6febf12c24c70
extra : histedit_source : cd38da7e572971fe57a5f581515206cf372dedad
2018-05-25 21:47:23 +02:00
Csoregi Natalia 83a923ef7a Merge inbound to mozilla-central. a=merge 2018-05-30 12:25:03 +03:00
Boris Zbarsky 5ae7919fcf Bug 1455676 part 15. Stop using nsIDOMNode in the a11y talos tests. r=surkov 2018-05-29 22:58:50 -04:00
Rob Wood b69787643c Bug 1425308 - Automatically view local talos gecko profile in perf-html.io; r=jmaher
When running talos locally with --geckoProfile set, the latest gecko-profile archive will automatically be loaded in perf-html.io using the view-gecko-profile tool. To disable this automatic perf-html.io launching, set TALOS_DISABLE_PROFILE_LAUNCH=1.

MozReview-Commit-ID: 8tpLnsPAXD9

--HG--
extra : rebase_source : 66d03b55103e9771c4c8c4c70ff67212f24c1124
2018-05-28 11:51:02 -04:00
Ryan Hunt e1ae204a81 Bug 1462449 - Dump snapshot of about:support in talos. r=jmaher
--HG--
extra : rebase_source : 497726bef6787bdd4c8f889d2e07442930f1b1a4
2018-05-18 12:43:38 -05:00
Alexandre Poirot 7d3497817e Bug 1462564 - Remove performance tests. r=yulia
MozReview-Commit-ID: BwhJi1Ql4wU

--HG--
extra : rebase_source : 78d16c9ff585a1b1747a964a8dde43a99fd5bbaa
2018-05-07 04:06:36 -07:00
Alexandre Poirot 06d70b4e2c Bug 1462564 - Remove memory DAMP tests. r=yulia
MozReview-Commit-ID: BWXyPnriTcR

--HG--
extra : rebase_source : 7cdc45bc1e599b5fcbc0a0c375338e63ce59512e
2018-05-07 03:58:20 -07:00
Kartikaya Gupta fed90f2879 Bug 1409289 - Increase magic number delay to satisfy increased WebRender initialization overhead. r=jmaher
MozReview-Commit-ID: GIZvMxpOwlq

--HG--
extra : rebase_source : b79a8b1595ac19d50fe7fd0ec611144e61226bb9
2018-05-15 10:56:14 -04:00
Marco Bonardo c67bc6cc9a Bug 1430023 - Get rid of some remaining localstore.rdf code. r=mossop
MozReview-Commit-ID: LqqSsb2h1Yv

--HG--
extra : rebase_source : 1a89abfbe75e17ed4be3a9fa52eef2d1db9f99bd
2018-05-09 10:49:35 +02:00
Andrew Halberstadt afea2c586c Bug 1458571 - Use base testing/profiles in talos, r=rwood
This moves all of the global prefs that were previously defined
in testing/talos/talos/config.py, into a new "perf" profile under
testing/profiles/perf/user.js.

This perf profile will be shared with raptor, so changes to one
framework will result in changes to the other.

MozReview-Commit-ID: JRxZEDlPu6b

--HG--
extra : rebase_source : 38f61eb6f9dd3e8dd9e0425ffe32dbdf845fcf65
2018-05-09 15:06:53 -04:00
Kris Maglione 04989ece51 Bug 1459854: Stop eating the console output from talos warm-up runs. r=jmaher
This makes debugging failures extremely difficult, and tends to confuse
developers who add debugging logs and can't understand why they're not showing
up.

MozReview-Commit-ID: Wajt2JczuY

--HG--
extra : rebase_source : 497d78a915ad92707ba5f7d5b437ec1dfbc5b8f8
2018-05-08 01:39:03 -07:00
Kris Maglione c9334a34ed Bug 1457749: Part 3 - Migrate install.rdf parser to use RDFDataSource.jsm. r=Mossop
This is based on a script I'd already created to migrate test extensions to
the JSON format we use to generate fixture add-ons.

The delay update add-ons used invalid XML in their manifests, which the
built-in parser ignored but the new parser doesn't accept, so I had to fix
those, too.

MozReview-Commit-ID: BnuxZiBhhJL

--HG--
rename : toolkit/mozapps/extensions/internal/UpdateRDFConverter.jsm => toolkit/mozapps/extensions/internal/RDFManifestConverter.jsm
extra : source : 292cf80054b4734a0d7c84e987f68e229f2ccc24
extra : histedit_source : 1072def8a28149a9f9882825f73435336b205072%2C2c72e58aa973fe24867868d06dcc63235dd68da2
2018-04-28 19:27:33 -07:00
Dorel Luca beb8372c2d Backed out 4 changesets (bug 1457749) for making T-e10s(o) hang
Backed out changeset e640d678c988 (bug 1457749)
Backed out changeset 292cf80054b4 (bug 1457749)
Backed out changeset 7f657f4d3088 (bug 1457749)
Backed out changeset bef795f8c45c (bug 1457749)

--HG--
rename : toolkit/mozapps/extensions/internal/RDFManifestConverter.jsm => toolkit/mozapps/extensions/internal/UpdateRDFConverter.jsm
2018-05-08 13:49:37 +03:00
Kris Maglione 8899e76766 Bug 1457749: Follow-up: Fix invalid install manifest in tabpaint test add-on. r=bustage CLOSED TREE
MozReview-Commit-ID: EaPjtXLAGXZ
2018-05-08 01:42:42 -07:00
Mike Conley f1f556eac0 Bug 1459774 - Make cpstartup Talos test load the target over http:// rather than chrome://. r=jmaher
MozReview-Commit-ID: 6XDV2a6bGEG

--HG--
extra : source : 000a9b2308a0e9ef1b29edf22e6658a72813c1b4
extra : amend_source : 99380ed825639fd82e20f24d9fe8b3b50f41f933
2018-05-07 15:11:12 -04:00
Gabriel Luong 8d3af179dd Bug 1459538 - Pref off the 3 pane inspector onboarding tooltip for DAMP. r=ochameau 2018-05-07 15:03:14 -04:00
Alexandre Poirot f4fdaa67ba Bug 1454580 - Add a DAMP test to watch RDP/protocol.js performance. r=jryans
MozReview-Commit-ID: LQ5PyosfogU

--HG--
extra : rebase_source : 5918bd7e43b72a632c6f4695dd4eeb7473ce56e6
2018-04-16 10:52:17 -07:00
Julian Descottes 83892df68b Bug 1458186 - Fix DAMP logTestResult helper;r=ochameau
MozReview-Commit-ID: 3720zqGUJQx

--HG--
extra : source : a1887634b8e902214a7c5bccd999d421f691e2c8
2018-05-01 11:43:58 +02:00
Kris Maglione a259026c9d Bug 1456035: Part 4 - Convert callers of XPCOMUtils.generateQI to ChromeUtils.generateQI. r=mccr8
This also removes any redundant Ci.nsISupports elements in the interface
lists.

This was done using the following script:

acecb401b7/processors/chromeutils-generateQI.jsm

MozReview-Commit-ID: AIx10P8GpZY

--HG--
extra : rebase_source : a29c07530586dc18ba040f19215475ac20fcfb3b
2018-04-22 20:55:06 -07:00
Dão Gottwald e18d220663 Bug 1454631 - Remove nsIXULBrowserWindow::forceInitialBrowserRemote. r=mconley
MozReview-Commit-ID: BUOJ0TjSCgt

--HG--
extra : rebase_source : ca340ebd3e7ed17f51ead58d8eef6c657091d92d
2018-04-17 16:04:10 +02:00
Mike de Boer d16ee58ded Bug 1034036 - Part 1: Merge RecentWindow.jsm and UpdateTopLevelContentWindowIDHelper.jsm into one module called 'BrowserWindowTracker.jsm'. r=dao
MozReview-Commit-ID: 9qzq1aGvjDu

--HG--
rename : browser/modules/UpdateTopLevelContentWindowIDHelper.jsm => browser/modules/BrowserWindowTracker.jsm
extra : rebase_source : 9c4a728e13fd691d377e7f221c5632646115daca
2018-04-11 12:05:56 +02:00
Csoregi Natalia cc8f2c09f1 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-18 01:39:35 +03:00
Joel Maher 8e13c56b0c Bug 1437425 - enable ares-6 for osx. r=rwood 2018-04-17 13:23:19 -04:00
Jan Odvarko d0bf801d95 Bug 1436665 - Do not fire events on window, update tests; r=ochameau
MozReview-Commit-ID: BbZJQiipg3K

--HG--
extra : rebase_source : d5ac5c6edd0aa8d247a0bc5b114a4e0466217114
2018-04-17 14:38:25 +02:00
Narcis Beleuzu 2e31fed279 Backed out 3 changesets (bug 1436665) for talos damp failures on toolbox/panels-in-background.js. CLOSED TREE
Backed out changeset 2120b4c84746 (bug 1436665)
Backed out changeset b3702a775b16 (bug 1436665)
Backed out changeset 3ddbbd0330a1 (bug 1436665)
2018-04-17 15:09:29 +03:00
Jan Odvarko 15c71ac569 Bug 1436665 - Do not fire events on window, update tests; r=ochameau
MozReview-Commit-ID: 2iwybUcHOri

--HG--
extra : rebase_source : 3cfd435f140141c5bb7ab9b56ab8c69913fed714
2018-04-17 13:14:31 +02:00
Kris Maglione 44ae2b5cde Bug 1420908: Remove telemetry experiments. r=gfritzsche
MozReview-Commit-ID: 6KEEZ6nKXrU

--HG--
extra : rebase_source : aeb2f66e7ffdba6ac438aaa3fee69b133d2fa2fd
extra : histedit_source : 15eaed2f9013357732660f8b63c28af13abbd870
2018-04-03 15:17:13 -07:00
Joel Maher f5cbc4a298 Bug 1453720 - split g2 talos job into damp and tps. r=rwood 2018-04-12 15:31:55 -04:00
Nicolas Chevobbe 0aa44f2c76 Bug 1452936 - Modify DAMP objectexpand.js to cover more property types; r=ochameau.
The test was measuring the time spent to expand an object only
containing alphanumeric properties. But due to how we fetch properties,
this only cover a part of data fetching performances.
This patch adds numeric and Symbol indexes in order to have a more precise
view of what is happening when expanding an object in the console.

MozReview-Commit-ID: AwSRLwnC35T

--HG--
extra : rebase_source : 0cc2a9502ca739956de7371cf288b6e9bbc446a7
2018-04-10 15:05:45 +02:00
Jason Laster 14cece73ee Bug 1452748 - Update Debugger Frontend v33. r=jdescottes
MozReview-Commit-ID: 6kHP1gMaY07
2018-04-10 13:50:12 -04:00