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

303 Коммитов

Автор SHA1 Сообщение Дата
Tobias Schneider 9dd3cff0b6 Bug 1237198 - Block SWFs on the content blocking list hosted on the Shavar service. r=francois 2016-03-29 00:37:44 -07:00
Francois Marier 63c2afbc28 Bug 1259288 - Safe Browsing should be fully disabled in our test suites. r=gcp
MozReview-Commit-ID: 2og99Gl9w9n

--HG--
extra : rebase_source : 33961d97454e71e5b7fc3ad5f9eb145099c0fc6e
2016-03-23 17:59:55 -07:00
Joel Maher 3ef93c075d Bug 1259469 - fix talos.json g3-e10s to actually run e10s. r=ahal
MozReview-Commit-ID: LS1Z1H0J3Ld

--HG--
extra : rebase_source : 9b9b73fbc9d70b8e3656b4185fcfb8d56030e187
2016-03-24 08:46:27 -07:00
Mike Conley c5c65a0d3d Bug 1255911 - Offset subprocess profiler markers from Talos to match reality. r=mstange
MozReview-Commit-ID: B6mJkvqb9Ll

--HG--
extra : rebase_source : 4500505aae2f0ea37a421328ce933cbf0d28b1fd
2016-03-23 08:01:59 -07:00
Carsten "Tomcat" Book 440f2dfedb Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : bcfa2440ef3fe0b739624aaaa26049fa47aec2d0
2016-03-24 16:18:49 +01:00
Joel Maher 0cd7e256d0 Bug 1259417 - really make talos run with addon source locally/try. r=wlach
MozReview-Commit-ID: CyXbzwcL6cE

--HG--
extra : rebase_source : 85f6bf1c836baddc5ba64a34b44c13210b92a1f6
2016-03-24 06:39:31 -07:00
Bill McCloskey 9b0e29120b Bug 1253961 - Load talos-content.js framescript only once in tabswitch browsers to avoid GC's during timed portion of Talos test. r=mconley
MozReview-Commit-ID: 7RXKV07fMY5

--HG--
extra : rebase_source : 9e33e3dc8f2386d37593e932acf08d800fe64da3
2016-03-06 15:47:00 -05:00
Mike Conley 73569ad871 Bug 1258459 - Fix TalosPowersContent forceCCAndGC handler to not expect "name" in event detail. Also do shrinking GC. r=jmaher
MozReview-Commit-ID: G8GEVyiDHBP

--HG--
extra : rebase_source : f9debeb2fe31961b2b4ce08ced73a4dc827a3bae
2016-03-20 05:06:41 -04:00
Patrick McManus 888399c632 Bug 1258414 - Talos xperf parsing missing main_normal_netio counter r=jmaher 2016-03-21 09:44:05 -04:00
Joel Maher 6aa06a6736 Bug 1258015 - tabpaint test is missing target.html file. r=mconley
MozReview-Commit-ID: AlK80UiqNyv

--HG--
extra : rebase_source : 100ee53cffe3a105db47290285a0d27fe9bfd838
2016-03-21 04:11:59 -07:00
Mike Conley 4e2ae9580b Bug 1257623 - CC / GC between each cycle of tpaint. r=jmaher
MozReview-Commit-ID: L5WBHiVj09J

--HG--
extra : rebase_source : e4e8199bb4a2608cce5b6fa7aff21444d64d0c82
2016-03-17 17:58:38 -04:00
Joel Maher 62ba2124ae Bug 1253341 - support --framework for talos. r=wlach
MozReview-Commit-ID: 881jtz1ljkj
2016-03-16 08:24:45 -07:00
David Rajchenbach-Teller ed5e37d27c Bug 1245891 - Changing Session Restore Talos tests to include the time to restore actual tabs;r=mconley
MozReview-Commit-ID: 3kjG6ixWNiO
MozReview-Commit-ID: ITPYkv6Jj4t

--HG--
extra : rebase_source : 30c63c6d3a4235f2ee4b9f05780bdca94d43e38c
2016-03-15 11:10:21 +01:00
Joel Maher 7216130366 Bug 1253736 - when running talos in --develop mode, run addons from source, not the signed ones. r=wlach
MozReview-Commit-ID: 6iq7IN0BzWu

--HG--
extra : rebase_source : d3ddda1d19dbe95250e13fca592786c24d72e3d5
extra : histedit_source : e84ab917e557e1154e3475a9364390b3880cde28
2016-03-09 13:24:06 -08:00
Mike Conley e8ffd9aa80 Bug 1253382 - Add a new tabpaint talos test. r=jmaher
tabpaint measures how long it takes to open a new tab and show its content.

MozReview-Commit-ID: IIVprFdvH1Z

--HG--
extra : rebase_source : dbe899be09b01df5219e7d29b291a6c1455cfe3b
2016-03-01 17:29:09 -05:00
Mike Conley 0ab3965084 Bug 1253382 - Force the initial browser remoteness only after the browser's onLoad has fired. r=jmaher
This is necessary in order to be able to open new tabs from the initial
browser window, since the initial browser window needs to have its
BrowserDOMWindow attribute set when it goes remote - and if it fires
before the onLoad handler in browser.js, the BrowserDOMWindow attribute
that's set on the XUL window (which gets copied over to the remote browser),
hasn't been set yet.

MozReview-Commit-ID: AYyFdyoX8g9

--HG--
extra : rebase_source : ca2728e3c059e26eba09e57ee883c8ca1623631e
2016-03-03 18:15:12 -05:00
Mike Conley bc43c5edfc Bug 1253382 - Sign the most recent version of TalosPowers. r=jmaher
MozReview-Commit-ID: BXIJbMvRtKJ

--HG--
extra : rebase_source : 725fb1aa593318aa76c87a51e36b33063feebcbf
2016-03-04 11:59:45 -05:00
Felipe Gomes 30e8f3918b Bug 1249845 - Follow-up, add xpi to talos xperf whitelist. r=jmaher 2016-03-03 18:31:39 -03:00
Joel Maher 11bec39a16 Bug 1252582 - Remove graph server output from talos, only post perfherder_data. r=wlach
MozReview-Commit-ID: Gg0eyVi6am7

--HG--
extra : rebase_source : 38da7d1facee296c22f46a31027b54cba9bc62dc
2016-03-01 13:58:49 -08:00
Felipe Gomes 0fcf346707 Bug 1250744 - Disable e10s add-ons blocking on testing profiles. r=jmaher 2016-03-02 13:50:55 -03:00
Henrik Skupin e8e4dcf68d Bug 1252446 - Sync global .gitignore and .hgignore for various missing unwanted files. r=gps DONTBUILD
MozReview-Commit-ID: 8OoQ8Ep2JMl

--HG--
extra : rebase_source : 454cea343266744397017755e5cbde029dacc950
2016-03-01 15:18:22 +01:00
Andrew Halberstadt bf172d4236 Bug 1249733 - Sign talos harness and test extensions, r=jmaher
The various harness addons and test related addons used by talos all need
to be signed before we can enforce addon signing. For now, signing will be
a manual process. See the following guide for more details:
https://wiki.mozilla.org/EngineeringProductivity/HowTo/SignExtensions

MozReview-Commit-ID: CKeOyuN4JJG

--HG--
extra : rebase_source : 8e2fd3c8979db49da657c7ed1f1abcd43befdd3c
2016-02-19 16:19:03 -05:00
Matt Woodrow dc7636fb85 Bug 1250717 - Enable MozAfterPaint for tsvgr_opacity. r=jmaher 2016-02-29 16:56:47 -05:00
Mike Conley 22ef3f2cf4 Bug 1182595 - Add common, e10s-friendly SPS Profiler scripts that Talos tests can use. r=jmaher
This introduces TalosContentProfiler.js, which can be used within content, and
TalosParentProfiler.js, which can be used inside the parent process.

MozReview-Commit-ID: 4L7rRuNALOy

--HG--
extra : rebase_source : e870eb51d010f11e606e816c8d529293181fddad
extra : amend_source : 0b9da91815acead70562e4fd8f5d2b87be15cc7b
2015-12-15 15:57:39 -05:00
chaithanya 1cea93e0d5 Bug 1243435 Remove unused prefs toolkit.telemetry.prompted / toolkit.telemetry.notifiedOptOut from test suites r=Dexter
MozReview-Commit-ID: 83IOB4Xvf8I
2016-02-18 10:51:24 -08:00
Carsten "Tomcat" Book 3a87a933e7 Backed out changeset 53b0b5b29776 (bug 1243435)
--HG--
extra : rebase_source : faf90230fecdfe1f0150015c039800828723a576
2016-02-17 15:00:51 +01:00
chaithanya 458420bbd7 Bug 1243435 - Remove unused prefs toolkit.telemetry.prompted / toolkit.telemetry.notifiedOptOut from test suite. r=Dexter 2016-02-16 05:11:00 +01:00
ISHIKAWA, Chiaki be2b50a7f8 Bug 1248252 - Improper outdated octal constant syntax in M-C tree. Use '0o' prefix. r=dao
Be warned. Do not attemp to change the .js "test" source code in ./js
They are meant to check

 - the outdated 0666 octal constant is still parsed correctly,
 - the outdated 0666 octal constant raises syntax error flag
   in strict mode, etc.

So leave them alone.
2016-02-15 08:57:00 +01:00
Gijs Kruitbosch 8657691921 Bug 1244259 - wait for SafeBrowsing to have added MozEntries in initial runs of talos perf testing, r=jmaher,gcp
MozReview-Commit-ID: Dvs5RQyhfpy

--HG--
extra : rebase_source : 71ddcd4a67dc803b757549801902a20f3739106c
2016-02-12 08:47:31 +00:00
Olivier Yiptong d10b6ded76 Bug 1246695 - Fix e10s TART newtab race condition on newtab change r=mconley
MozReview-Commit-ID: KiG5KIQov1t

--HG--
extra : rebase_source : 873e800a26f9c3f558755f976f3ef9952251d166
2016-02-02 23:10:09 -05:00
Joel Maher 041bb27766 Bug 1246174 - fix tp5o responsiveness calculation for reporting to perfherder. r=parkouss
MozReview-Commit-ID: 3MP9ugObja4

--HG--
extra : rebase_source : ca9d8bed56fc0fbaa4caa075970410f83362334a
2016-02-10 18:32:16 -08:00
Carsten "Tomcat" Book 6244cfb10e Backed out changeset 200da85932e9 (bug 1230862) for valgrind perma failures 2016-02-10 11:04:50 +01:00
Julien Pagès cb348f4346 Bug 1230862 - Remove mozhttpd. r=wlach
--HG--
extra : commitid : HRDp24nhYo8
extra : rebase_source : 76443fa9938e488fcd06af7ba0676d491c9da36e
2016-02-09 03:26:43 +01:00
Joel Maher ad84f40988 Bug 710296 - turn on responsiveness for linux in Talos. r=parkouss
--HG--
extra : commitid : 7o2WXi0uEL2
extra : rebase_source : 9d4385f2882bb04048051152ad0d6d7fa051882d
extra : amend_source : b74518d2ff155c1c1a5504aec1894c2249ff8b03
2016-02-03 13:15:04 -08:00
Joel Maher fb38920ef0 Bug 1243030 - disable v8_7 for talos. r=wlach
--HG--
extra : commitid : LU4Rh8DCWzW
extra : rebase_source : feb1fe981606c9d90229cce495591b668c6f603b
extra : amend_source : e96624a73e22d1859bf805b978f69b09d1dedd65
2016-01-26 13:39:35 -08:00
George Wright 4ccc9836fa Bug 1179732 - Make the tresize addon e10s compatible r=jmaher 2016-01-27 12:40:57 -05:00
Carsten "Tomcat" Book 3d3ee3ca4a Merge mozilla-central to fx-team 2016-01-21 12:30:07 +01:00
Brian Grinstead 118067098d Bug 1239750 - Add DAMP measurement for rAF performance during streaming console.log messages;r=fitzgen
--HG--
extra : commitid : ywwpJkWsQF
2016-01-20 20:43:31 -08:00
Brian Grinstead 9903b5fdbe Bug 1239750 - Add DAMP measurement for bulk console.log performance;r=fitzgen
--HG--
extra : commitid : 2SbKBMFRytL
2016-01-20 20:43:27 -08:00
Brian Grinstead e92e2b834a Bug 1239750 - Refactor DAMP openToolbox, closeToolbox, and reloadPage to mutate results state;r=fitzgen
--HG--
extra : commitid : GKx0rtE2hpS
2016-01-20 20:42:58 -08:00
Joel Maher cb03e54f2d Bug 1188321 - remove media_tests code from talos. r=parkouss
--HG--
extra : rebase_source : 4d20fc4cdecb0b78b9c0d4218fd272dc1a213d9a
2016-01-19 10:21:09 -08:00
Brian Grinstead e3e242d268 Bug 1239422 - Make the damp test easier to read and extend;r=fitzgen
This provides some helpers for testSetup and testTeardown, gets rid of
the method which built the tests with arrays of functions that returned
promises and instead converts each one into a single function with Task.async

--HG--
extra : commitid : Ccy3Qjc3Zs0
2016-01-13 11:54:56 -08:00
Olivier Yiptong e9b515f263 Bug 1218996 - Fuse aboutNewTabService and RemoteNewTabLocation and return resource URLS r=marcosc
--HG--
extra : rebase_source : 6280fdc5cdad7c122e4ce71e809d812f8e75386f
2016-01-11 20:30:13 -05:00
Shane Caraveo 9a70276c2c Bug 1235722 fix xperf failure with pocket addon, r=glandium 2015-12-29 21:50:52 -08:00
Kartikaya Gupta 79e5e89e88 Bug 1235067 - Remove unused argument. r=jmaher
--HG--
extra : commitid : 30gssTRIXbl
2015-12-24 14:14:49 -05:00
Julien Pagès eda3570f56 Bug 1233664 - talos failure when firefox exit code is not detected. r=jmaher
--HG--
extra : commitid : 4fg5pDclZb3
extra : rebase_source : ea88c9a9613c37274a29662a300788e256cee1fa
2015-12-18 12:22:55 +01:00
Julien Pagès b2f9b8b3af Bug 1229379 - use mozlog test report protocol in talos. r=jmaher
--HG--
extra : commitid : 89i3Uz8AKrd
extra : rebase_source : 23ff3e021dcb2bbf4eea52110e219eaabb8952a9
2015-12-14 15:15:42 +01:00
Julien Pagès e68333bfab Bug 1229379 - use mozlog in talos. r=jmaher
--HG--
extra : commitid : CYOw9aTaJj3
extra : rebase_source : 2911bc37e4ddcd95f1c5e76af4a9cfb5a8bcf94f
2015-12-17 12:11:28 +01:00
Carsten "Tomcat" Book 0e9f21c88c Backed out changeset 4acf21957111 (bug 1229379) for causing Bug 1233664 2015-12-18 11:28:47 +01:00
Carsten "Tomcat" Book fad1a90e3c Backed out changeset 282f22cbf7ef (bug 1229379) 2015-12-18 11:28:28 +01:00