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

431 Коммитов

Автор SHA1 Сообщение Дата
Markus Stange 35e98006bd Bug 1329111 - Make talos profiling symbolication compatible with the new profile format. r=jmaher
This also removes compatibility code for other formats, because since talos is
now in mozilla-central, it will only run on Firefox builds of the same
revision, so we just need to be compatible with the current version of the
format.

MozReview-Commit-ID: 6MT9pw4BVzU
***
make talos only compatible with the current version

MozReview-Commit-ID: I7O58kIObQW

--HG--
extra : rebase_source : 484c477b095d038efcaa15ffb808e486df6193d8
2017-03-13 17:31:39 -04:00
Sebastian Hengst 2b8d2424b4 Backed out changeset 8addfd2d7a2f (bug 1329111) 2017-03-16 19:59:34 +01:00
Markus Stange 949b9cae3a Bug 1329111 - Make talos profiling symbolication compatible with the new profile format. r=jmaher
This also removes compatibility code for other formats, because since talos is
now in mozilla-central, it will only run on Firefox builds of the same
revision, so we just need to be compatible with the current version of the
format.

MozReview-Commit-ID: 6MT9pw4BVzU
***
make talos only compatible with the current version

MozReview-Commit-ID: I7O58kIObQW

--HG--
extra : rebase_source : 484c477b095d038efcaa15ffb808e486df6193d8
2017-03-13 17:31:39 -04:00
David Keeler a901573927 bug 1346017 - develop system add-on to check the deployments of various mozilla properties data-review=bsmedberg r=bsmedberg,Felipe,jcj
MozReview-Commit-ID: Jv8nGCqiTdU

--HG--
rename : browser/extensions/e10srollout/install.rdf.in => browser/extensions/deployment-checker/install.rdf.in
rename : browser/extensions/e10srollout/moz.build => browser/extensions/deployment-checker/moz.build
extra : rebase_source : f76f8eadee2b04929797734841daa9a7ec37e128
2017-03-09 14:05:27 -08:00
k88hudson b61a06ef8e Bug 1344319 - Create Activity Stream browser extension. r=rhelmer
MozReview-Commit-ID: EUthIoHKlOm

--HG--
extra : rebase_source : c2f81b795b79eae4b2dca6526f5000181d3fa2c5
2017-03-09 14:56:28 -05:00
Geoff Brown 1455712c68 Bug 1343549 - Avoid unbound return_code errors in talos; r=jmaher 2017-03-01 12:11:45 -07:00
Geoff Brown f276d8071e Bug 1339594 - Improve Talos error handling for hung browser; r=jmaher
Previously, some talos hangs were resulting in psutil.NoSuchProcess
errors, because the hung browser was killed twice. With this change,
exceptions encountered on killing the process are handled, so that
hangs result in minidump generation and crash reporting. The
NoSuchProcess failures will be replaced with PROCESS-CRASH failures.
2017-02-24 09:53:09 -07:00
David Keeler 1cb166d7e9 bug 1341734 - remove the disableSHA1rollout addon r=jcj
MozReview-Commit-ID: 5PUT6csFK5H

--HG--
extra : rebase_source : 8e7995d65421b0f2f1ff22ba83d4504a0fe97b4c
2017-02-22 13:37:12 -08:00
Sebastian Hengst 2af7324d98 Bug 1340267 - Fixing linting failures in gecko_profile.py. r=me 2017-02-17 21:19:54 +01:00
Mike Conley e4546818a0 Bug 1340267 - Bump versions and sign affected talos add-ons. r=jmaher
MozReview-Commit-ID: C5XUuf77ngf

--HG--
extra : rebase_source : b2f17dc941b1c21f59d9990943fc49d44dfb6d04
2017-02-17 13:23:48 -05:00
Mike Conley 909b506dac Bug 1340267 - Rename SPS to Gecko where possible within Talos. r=jmaher,mstange
MozReview-Commit-ID: Gt9CLIhXu6y

--HG--
rename : testing/talos/talos/sps_profile.py => testing/talos/talos/gecko_profile.py
rename : testing/talos/talos/profiler/sps.py => testing/talos/talos/profiler/profiling.py
extra : rebase_source : 582c9812475c83d777bcbe0d691e48bf5eb42f43
2017-02-16 15:25:31 -05:00
Wes Kocher 6a2b9f5e43 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 4z9MXOzghI7
2017-02-10 15:40:01 -08:00
J. Ryan Stinnett 6213fe3144 Bug 1338708 - Update DAMP signed add-on. r=jryans
MozReview-Commit-ID: 7bQzM7m2HqW

--HG--
extra : rebase_source : cd1c34d3fbdcbe73d0df3cfdab5d719fcbf69f15
2017-02-10 17:02:35 -06:00
Florian Quèze f187782ccf Bug 1334250 - script-generated patch to avoid removeEventListener calls when a variable is used for the event name, r=jaws. 2017-01-27 10:48:00 +01:00
Nicholas Nethercote 988ca917d4 Bug 1333296 (part 8) - Remove more SPS references. r=mstange.
--HG--
extra : rebase_source : c30833d55b8e1ed0cc95192bf1aebd36b35bfef1
2017-01-25 12:55:50 +11:00
William Lachance c92dae7d50 Bug 1333860 - Fix setting e10s property on counter subtests r=jmaher
MozReview-Commit-ID: H7YZDn1MUYc

--HG--
extra : rebase_source : 544e5e8e2d5a2508b9aed8c5a4028f408721bf5d
2017-01-25 16:09:40 -05:00
Nicholas Nethercote 4b20732978 Bug 1333296 (part 4) - Remove SPS references in testing/talos/. r=mstange.
They are all in comments.

--HG--
extra : rebase_source : e1be7d65ed9a3813763012aa8c843eb73412d5f3
2017-01-24 14:20:23 +11:00
Sebastian Hengst 051619569e Backed out changeset a82768d2e585 (bug 1331129) for unexpected access to xperf in pageloader@mozilla.org.xpi. r=backout 2017-01-23 19:13:16 +01:00
Joel Maher 0aae020359 Bug 1331129 - get mainthreadio working in talos again, and clean up old entries in the mtio_whitelist.json. r=rwood
MozReview-Commit-ID: DoSVRTVLmhs
2017-01-23 11:09:48 -05:00
Joel Maher d1c1a12334 Bug 1330697 - verify xperf_whitelist.json entries are still needed. r=rwood
MozReview-Commit-ID: 9lpDKZriSM7
2017-01-23 11:07:56 -05:00
Mike Taylor b08a64832f Bug 1324062. Part 3 - Add webcompat-reporter.xpi to xperf whitelist. r=jmaher
MozReview-Commit-ID: 5sKdEurQVDH

--HG--
extra : rebase_source : 8606d6d93aacc067ee9296d127584b8105c0af02
2017-01-17 13:50:42 -06:00
Wes Kocher 333d007681 Backed out 3 changesets (bug 1324062) for frequent Win7VM bc2 failures a=backout
Backed out changeset d01f82be01f1 (bug 1324062)
Backed out changeset 054cfcf60c75 (bug 1324062)
Backed out changeset 1658b20cb69c (bug 1324062)

MozReview-Commit-ID: LTl7fJ8zrp9
2017-01-20 11:53:36 -08:00
Mike Taylor 0c86821f0d Bug 1324062. Part 3 - Add webcompat-reporter.xpi to xperf whitelist. r=jmaher
MozReview-Commit-ID: 5sKdEurQVDH

--HG--
extra : rebase_source : 8606d6d93aacc067ee9296d127584b8105c0af02
2017-01-17 13:50:42 -06:00
David Keeler d6f8033af2 bug 1328718 - implement system add-on to facilitate rollout of disabling SHA-1 r=Felipe,jcj data-review=bsmedberg
MozReview-Commit-ID: L5Q5VGr6UPU

--HG--
rename : browser/extensions/e10srollout/bootstrap.js => browser/extensions/disableSHA1rollout/bootstrap.js
rename : browser/extensions/e10srollout/install.rdf.in => browser/extensions/disableSHA1rollout/install.rdf.in
rename : browser/extensions/e10srollout/moz.build => browser/extensions/disableSHA1rollout/moz.build
extra : rebase_source : f24e4dd5f59c39b1b5d75784dc0954bb23af2c74
2017-01-12 11:54:22 -08:00
Chris Peterson cab8e99bea Bug 1330496 - Part 2: Remove mochitest use of MOZ_WIN_INHERIT_STD_HANDLES_PRE_VISTA. r=jmaher
MozReview-Commit-ID: LX8F53hVySp

--HG--
extra : rebase_source : 6bb8d549e3d90c210b0a1895ccbfe9a24e5345bf
extra : histedit_source : 494c4537776bb1f79c6a7654a48ab901a78ee1f8
2017-01-10 23:47:32 -08:00
Wes Kocher cf2b1c9b3c Backed out changeset e8ae38b46276 (bug 1330697) because the whitelist entries are still needed for some pgo xperf runs a=backout
MozReview-Commit-ID: CWrEQeqZk48
2017-01-13 10:52:36 -08:00
Joel Maher 8c3f52c48e Bug 1330697 - remove old xperf_whitelist.json entries. r=rwood
MozReview-Commit-ID: AoWXiFCWEoT
2017-01-13 08:47:10 -05:00
Henry Chang 55614c06db Bug 1305486 - Enable v4 tables on nightly build. r=francois
MozReview-Commit-ID: 4iGduuYqMQs

--HG--
extra : rebase_source : 49deb89d4fb3e4ec692ae933134e4b247734e980
2016-11-20 15:10:19 +08:00
Florian Quèze a03918c148 Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws. 2017-01-11 22:27:42 +01:00
Florian Quèze fc6379e827 Bug 1329182 - remove trailing newURI null parameters in the rest of the tree, r=jaws. 2017-01-09 20:27:26 +01:00
Jarda Snajdr 53fd6f6e23 Bug 1328553 - Part 2: Add a netmonitor.requestsFinished timing to DAMP tests r=jryans
MozReview-Commit-ID: 1v7yIUfEwan

--HG--
extra : rebase_source : 9092bea6ac3d59952b07b316450709597f180e61
2017-01-04 11:15:12 +01:00
Gabor Krizsanits 39eb1d9f6d Bug 1317312 - Tabpaint test should not measure content process startup. r=mconley 2017-01-03 14:00:25 +01:00
Gabor Krizsanits 73c7a5a258 Bug 1317312 - Tps should filter out glyph cache overhead. r=mconley 2017-01-03 14:00:21 +01:00
Mythmon a443eb66e9 Bug 1308656 - Add shield-recipe-client as system add-on r=Gijs,rhelmer
MozReview-Commit-ID: KNTGKOFXDlH

--HG--
extra : rebase_source : 5b7ac9e5a1c004b1123b852e7b59729357a1dae8
2016-10-10 16:14:56 -07:00
Sebastian Hengst 2b7a18a819 Backed out changeset a53f5aa00347 (bug 1308656) for syntax error in browser_dbg_searchbox-parse.js (line cut off). r=backout 2016-12-21 09:44:17 +01:00
Mythmon 069756ae83 Bug 1308656 - Add shield-recipe-client as system add-on r=Gijs,rhelmer
MozReview-Commit-ID: KNTGKOFXDlH

--HG--
extra : rebase_source : 408eff9e6047ad03fa02a3b962c11835fc88c562
2016-10-10 16:14:56 -07:00
Rob Wood 38a04b8138 Bug 1321048 - add talos-test option to not download tp5 pageset; r=jmaher
MozReview-Commit-ID: KtpbABSg40a

--HG--
extra : rebase_source : cb6eece796aa41b03b86dcef503d096fad570fe3
2016-12-01 11:20:22 -05:00
Bob Owen 9d6013aa66 Bug 1147911 Part 3: Add remote type parameter to forceInitialBrowserRemote. r=gijs
Also change talos pageloader.js to force type to match test URLs.
2016-11-24 15:08:30 +00:00
Phil Ringnalda 89e92b0c3b Merge m-c to autoland 2016-11-22 21:33:35 -08:00
Daniel Holbert a4b633bdc7 Bug 1319458: Mark <body> as display:none during pageload of talos glterrain test. r=jmaher
MozReview-Commit-ID: LdUVInFYrDn
2016-11-22 13:13:45 -08:00
Neerja Pancholi 9435e5a0fa Bug 1318530 - Add new test 'tsvg_static' to talos.json r=jmaher
MozReview-Commit-ID: 3ngnHv99CPP

--HG--
extra : rebase_source : a43e46618a31615627502a0297647d35f4deb0c0
2016-11-18 16:33:03 -08:00
Neerja Pancholi 13dbcfdc35 Bug 1318530 - Add boilerplate code to test.py to enable new test suite 'tsvg_static'. r=jmaher
MozReview-Commit-ID: 2X194dSromV

--HG--
extra : rebase_source : 8a6310969e1431629f1ac7e5a33a5e7a0bb13e57
2016-11-17 17:22:08 -08:00
Neerja Pancholi 109849cf85 Bug 1318530 - Split talos test suite 'svgx' by moving all static tests to new suite 'svg_static'. r=jmaher
MozReview-Commit-ID: LQAduvQE4v6

--HG--
rename : testing/talos/talos/tests/svgx/composite-scale-opacity.svg => testing/talos/talos/tests/svg_static/composite-scale-opacity.svg
rename : testing/talos/talos/tests/svgx/composite-scale-rotate-opacity.svg => testing/talos/talos/tests/svg_static/composite-scale-rotate-opacity.svg
rename : testing/talos/talos/tests/svgx/composite-scale-rotate.svg => testing/talos/talos/tests/svg_static/composite-scale-rotate.svg
rename : testing/talos/talos/tests/svgx/composite-scale.svg => testing/talos/talos/tests/svg_static/composite-scale.svg
rename : testing/talos/talos/tests/svgx/gearflowers.svg => testing/talos/talos/tests/svg_static/gearflowers.svg
rename : testing/talos/talos/tests/svgx/svgx.manifest => testing/talos/talos/tests/svg_static/svg_static.manifest
extra : rebase_source : c726d56d512cf0a1b0614ed79ab008a411057708
2016-11-17 16:22:50 -08:00
Chun-Min Chang a566bffe3b Bug 1289974 part 1: Device selection for presentation API on Desktop; r=mconley
MozReview-Commit-ID: KKT8xsafuAQ

--HG--
extra : rebase_source : 1582ee92dd20b685d5404eb2b7a928de8ee57cb7
2016-11-15 11:07:09 +08:00
J. Ryan Stinnett 1c2f705d96 Bug 1291815 - Wait for requests to settle between DAMP subtests. r=ochameau
MozReview-Commit-ID: 2WH1QquOclP

--HG--
extra : rebase_source : 4f889bcb4978e97ac67ce0b0be8e006024d8f03f
2016-09-29 16:51:15 -05:00
Rob Wood 94cd3ceb48 Bug 1234500 - Allow mach talos-test to download tp5 pageset; r=jmaher
MozReview-Commit-ID: Jj5H3G2hLg0

--HG--
extra : rebase_source : a344bbf0b7b1d7631581b5695b11305451d98437
2016-11-07 19:35:12 -05:00
Sebastian Hengst 9318d3bb24 Backed out changeset a236e690e2f6 (bug 1147911) 2016-11-18 00:58:52 +01:00
Bob Owen c9055e97ff Bug 1147911 Part 3: Add remote type parameter to forceInitialBrowserRemote. r=gijs
Also change talos pageloader.js to force type to match test URLs.
2016-11-17 15:48:52 +00:00
Ryan VanderMeulen efaf239a96 Bug 1311515 - Add an xperf whitelist entry for aushelper@mozilla.org.xpi on a CLOSED TREE.
--HG--
extra : rebase_source : b277f667cb34253f6c76e08b4c1b56761e0eba5e
2016-10-29 09:04:53 -04:00
Michael Layzell f9eea2d135 Bug 1303196 - Part 2: Connect the DocGroup and TabGroup objects to nsGlobalWindow and nsDocument, ensuring that Opener is set early enough that it is correct, r=smaug
MozReview-Commit-ID: 3rZfLw3dXkF
2016-10-27 15:53:35 -04:00