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

19371 Коммитов

Автор SHA1 Сообщение Дата
Andreas Tolfsen d8489ee74b Bug 1411281 - Unmarshal all responses in WPT WebDriver client r=jgraham
The WPT WebDriver client currently only unmarshals responses for some
commands (notably execute_script, execute_async_script, and find.css).
For the client API we want to unmarshal all response bodies automatically.

This patch moves all JSON serialisation/deserialisation to a new
webdriver.protocol package so that it is not scattered around
the client API.  It introduces specialisations of JSONEncoder and
JSONDecoder that allows web element references to be recognised
and converted to complex webdriver.Element objects.

This change means it is no longer necessary for callers to invoke
webdriver.Session._element to convert the response to a web element
as this will be done automatically on any request- and response
body to webdriver.Sesson.send_command.

An important thing to note is that HTTPWireProtocol.send does not  follow
this behaviour by default.  That is because session.transport.send
is used throughout WebDriver tests in WPT as a way to get the raw
JSON body without having to set up session state manually.

MozReview-Commit-ID: 5UyDAe43Hgf

--HG--
extra : rebase_source : b86495dd0dcd102e6dea87011caafad475b88723
2017-10-25 14:18:26 +01:00
Andreas Tolfsen ca6428c47f Bug 1411281 - Swap webdriver.Element ctor arguments r=jgraham
It is more natural for the web element UUID to come first, followed
by the associated session state.

The patch also adds ctor documentation.

MozReview-Commit-ID: 5iV4SZzMeKS

--HG--
extra : rebase_source : e9f68a2a934b2c13a9d1d913204e7e3d9bce6b42
2017-10-25 10:13:18 +01:00
Andreas Tolfsen ffe20afd29 Bug 1411281 - Add equality test for webdriver.Element r=jgraham
When comparing two instances of webdriver.Element we want to first
check the type, to make sure the "id" attribute is present, then
compare the web element reference UUIDs.  These are supposed to be
unique across all browsing contexts.

MozReview-Commit-ID: 68PUBQxPdQ5

--HG--
extra : rebase_source : f0c52efd0db3a13ea1b90dc6c058ebee2de76e1d
2017-10-25 09:59:52 +01:00
Andreas Tolfsen b0cfd27758 Bug 1411281 - Add equality test for webdriver.Session r=jgraham
When comparing two instances of webdriver.Session we want to first
check that there is a current session, then the type of the object
to compare with to make sure the "session_id" attribute is present,
then finally we compare the session IDs.

MozReview-Commit-ID: 6Ch4Uy2MEhB

--HG--
extra : rebase_source : 252fe31680c57831b122d2bb53fe133b32c322eb
2017-10-26 17:15:16 +01:00
Andreas Tolfsen 54e90b00f1 Bug 1411281 - Associate web element identifier with webdriver.Element r=jgraham
MozReview-Commit-ID: Fqw3EJnJCsD

--HG--
extra : rebase_source : c9437244567d54614e37f076642440d527ef75dd
2017-10-25 09:57:13 +01:00
Masayuki Nakano 68626e182f Bug 1411687 - part 3: Add webplatform-test for testing "insertParagraph" command when user-defined element is the editing host r=m_kato
MozReview-Commit-ID: 4h53PBCGlU2

--HG--
extra : rebase_source : 1fc5ac1e41008f43956fea3840cdc89da7985df5
2017-10-27 16:01:59 +09:00
Aki Sasaki 66cc0d8772 bug 1412690 - add maple fennec configs. r=rail
This patch adds fennec staging and production relpro configs.

MozReview-Commit-ID: AuY21bqU6bl

--HG--
extra : rebase_source : 209c9d9971d2ee18a7c794e0350af90f05d6b705
2017-10-29 17:19:34 -07:00
Aki Sasaki 22ad3a2ae4 bug 1412690 - Re-add bouncer config files. r=rail
In bug 1360587, we removed bouncer.apk. We accidentally removed the
mozharness config files for bouncer submission in d72b09c9228c as well.

This patch merely adds the files back.

MozReview-Commit-ID: 8c7lFr6Dpz1

--HG--
extra : rebase_source : 17ef6f2de0b0b6e1f8fde50ff3141e23cda160d3
2017-10-29 16:25:18 -07:00
James Graham a0e2abc340 Bug 1413291 - Re-add wpt file that didn't reland after backout, r=gbrown
MozReview-Commit-ID: 5bk7eqLZyRx

--HG--
extra : rebase_source : b012bc38eb5c54af032abd13d770964332676baf
2017-10-31 19:01:01 +00:00
Florian Quèze d4fbe5e117 Bug 1414965 - disable geoip lookups for talos tests, r=jmaher. 2017-11-07 14:44:56 +01:00
Sebastian Hengst e06b6c7e17 merge mozilla-central to mozilla-inbound. r=merge a=merge on a CLOSED TREE 2017-11-07 13:05:55 +02:00
Emilio Cobos Álvarez 87681dd3fa Bug 1414692: Adopt shadow roots when adopting a shadow host across documents. r=smaug
MozReview-Commit-ID: 8K0axIc86iY
2017-11-07 09:59:46 +01:00
Joel Maher 8e8fe037ac Bug 1411810 - Disable /webrtc/RTCDTMFSender-ontonechange.https.html on windows non e10s for frequent failures. r=me, a=testonly 2017-10-30 09:29:39 -04:00
Coroiu Cristina 44d1b50592 Backed out changeset 70ccfda99dbc::ca6ae38c0432 (bug 1302667) for frequently failing mochitest in security/test/csp/test_worker_src.html r=backout a=backout on a CLOSED TREE
Backed out changeset ca6ae38c0432 (bug 1302667)
Backed out changeset ff86e185e09d (bug 1302667)
Backed out changeset 8ec6b8bf8c6c (bug 1302667)
Backed out changeset 21c73f9d8fac (bug 1302667)
Backed out changeset e982481dbf2c (bug 1302667)
Backed out changeset 70ccfda99dbc (bug 1302667)
2017-10-30 14:19:29 +02:00
Joel Maher 75b4e940ee Bug 1376773 - Disable test_crash.py on osx for frequent failures. r=me, a=testonly 2017-10-30 07:56:24 -04:00
Attila Craciun f3cd43457f Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE 2017-10-30 12:28:40 +02:00
Christoph Kerschbaumer d4e57ead3d Bug 1302667 - Update wpt tests for worker-src. r=dveditz,mckinley 2017-10-30 09:07:48 +01:00
Phil Ringnalda 44f9cf1517 Backed out changeset d7a32fbcb477 (bug 1411804) for eslint failures
MozReview-Commit-ID: E2Ihodo2iG5
2017-10-29 23:40:13 -07:00
David Anderson 738cb80798 Add a Talos test for displaylist mutation. (bug 1411804, r=jmaher, r=mattwoodrow) 2017-10-29 23:21:39 -07:00
Makoto Kato b86c27bcaa Bug 748315 - Part 4. Update web-platform-tests result. r=masayuki
By this changes, many queryCommandValue("justify*") return correct value.

But since we don't support mixed state of queryCommandState("justify*")
(Bug 1412167), when queryCommandValue returns correct value, queryCommandState
will return incorrectly value instead.

MozReview-Commit-ID: S6IAK8xdW2

--HG--
extra : rebase_source : d33def1ab178375266d38bc38aa1a28fa4b90919
2017-10-25 16:13:10 +09:00
Henrik Skupin 7a65183aea Bug 1411197 - Quit/Restart without a callable callback shouldn't perform a shutdown. r=maja_zf
MozReview-Commit-ID: 9qCdmGKFocB

--HG--
extra : rebase_source : 46dcf7d8091c47b05d08959b270953fa63ed7aed
2017-10-27 15:42:31 +02:00
Sebastian Hengst 831f2ed98f merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: oIdBL7fmlE
2017-10-28 10:31:58 +02:00
Sebastian Hengst 3792a177e6 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: IZImXBBcbVQ
2017-10-28 10:25:57 +02:00
Phil Ringnalda 7f6c31afa5 Merge m-c to m-i
MozReview-Commit-ID: 2FUpmxEyNnH
2017-10-27 21:43:24 -07:00
Phil Ringnalda 4bc2b1615d Backed out 4 changesets (bug 1408433, bug 1406391, bug 1408512) for crashing tests by touching the network contacting incoming.telemetry.mozilla.org on nightly builds
Backed out changeset 9bfd4b0927dc (bug 1408433)
Backed out changeset 555850d5107e (bug 1408512)
Backed out changeset 15d959b9123e (bug 1406391)
Backed out changeset e1f34ba9cecc (bug 1406391)

MozReview-Commit-ID: BVoGRsD73Hf
2017-10-27 21:08:27 -07:00
Sebastian Hengst 28b1c813ea merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: DasxLYlgq0N
2017-10-27 23:30:52 +02:00
Chris H-C 8e6dd31d55 bug 1406391 - Remove toolkit.telemetry.enabled manipulation from tests r=Dexter
Minor note:
reftests should've turned off uploadEnabled in the first place.

MozReview-Commit-ID: 9spzuUAXwwP
2017-10-27 10:59:43 -04:00
Sebastian Hengst 2e7f384b52 merge autoland to mozilla-central. r=merge a=merge 2017-10-27 23:21:20 +02:00
Ben Kelly 1d874e8c70 Bug 1411528 Clear the intercept listening when synthesizing a redirect in HttpChannelChild. r=asuth 2017-10-27 16:11:57 -04:00
Sebastian Hengst 7e5658f95b Backed out 2 changesets (bug 1411804) for failing eslint in testing/talos/talos/tests/layout/benchmarks/displaylist_mutate.html. r=backout
Backed out changeset 39ad112131fe (bug 1411804)
Backed out changeset 9421a340f682 (bug 1411804)
2017-10-27 21:42:19 +02:00
Sebastian Hengst ee86c85e9b Add a Talos test for displaylist mutation. (bug 1411804). Follow-up: Add empty line to fix linting issue. r=me DONTBUILD
--HG--
extra : amend_source : b28a5efa400ba377e3ac5e75c09a8611d0e2f5ad
2017-10-27 21:25:52 +02:00
David Anderson a645a01ee6 Add a Talos test for displaylist mutation. (bug 1411804, r=jmaher, r=mattwoodrow) 2017-10-27 11:59:39 -07:00
Sebastian Hengst 841ee307e6 merge mozilla-central to autoland. r=merge a=merge 2017-10-27 23:32:15 +02:00
Rob Wood 9c5217776e Bug 1410206 - Remove non-e10s support from talos; r=jmaher
MozReview-Commit-ID: 2iCM35XAXJM

--HG--
extra : rebase_source : 831728acfff84ee49297f906a20dad98ca054ca5
2017-10-26 15:16:40 -04:00
Mark Banner 60e4a05b0d Bug 1411368 - Automatically fix spaced-comment issues raised when using ESLint 4. r=mossop
MozReview-Commit-ID: AOFFadV3JrV

--HG--
extra : rebase_source : e06da861796c79f118ac734ceebee22253c0485f
2017-10-26 12:00:05 +01:00
Mark Banner 4de6bf22b1 Bug 1411368 - Automatically fix no-multi-spaces issues raised when using ESLint 4. r=mossop
MozReview-Commit-ID: H5YVp3rnzGo

--HG--
extra : rebase_source : 5b45b6c0df834131812d094e975047eaad374e06
2017-10-26 11:47:01 +01:00
Øyvind Strømmen ccff751e52 Bug 1407695 - Cover non session cookies in web platform tests; r=ato
MozReview-Commit-ID: 8cR5kiRxBV6

--HG--
extra : rebase_source : 5fad8989d6812d3e2e7b0fa2a6d106d4d671edf7
2017-10-19 21:12:21 +02:00
Øyvind Strømmen a02bde8488 Bug 1407695 - Allows cookie 'expiry' to be optional; r=ato
When getting a session cookie we expect 'expiry' to be either null, or
to be missing.

MozReview-Commit-ID: JmSfrR0ypya

--HG--
extra : rebase_source : e24948efec8013b9b4c02ab9573f9c317130cd89
2017-10-23 22:23:10 +02:00
Øyvind Strømmen 42bc75f55d Bug 1407695 - Clear all cookies from session before running test; r=ato
MozReview-Commit-ID: 5nTN1BzEIOC

--HG--
extra : rebase_source : a2216192767f3aed4aefd084d5363c3d0bdd6486
2017-10-24 08:05:54 +02:00
Øyvind Strømmen 4c2fdeab8b Bug 1407695 - Do not return expiry key for session cookies; r=ato
MozReview-Commit-ID: H1CctBpOOdM

--HG--
extra : rebase_source : 148e2189e46713161f696d6b09c0b854d513f979
2017-10-16 22:42:48 +02:00
Andrew Halberstadt ddfe7fc78a Bug 1412012 - [mozdebug] Add a basic test for get_default_debugger_name, r=jmaher
MozReview-Commit-ID: CwkXKJWd55M

--HG--
extra : rebase_source : e933232fff154d933953f238da14318d7ed2d0fe
2017-10-26 10:14:33 -04:00
Henrik Skupin d70feae0c1 Bug 1412222 - start_session should not ignore the result of connection attempts. r=ato
By silently ignoring the result from 'wait_for_port' results in a
delayed socket error, which sometimes can cause strange results
as seen on bug 1410366.

MozReview-Commit-ID: 2ptIwX6upBG

--HG--
extra : rebase_source : 9f25afacf2ce65811c51af2cf4b234c8dd1f3587
2017-10-27 10:06:18 +02:00
Sebastian Hengst a92de1bfc3 merge mozilla-central to autoland. r=merge a=merge on a CLOSED TREE
--HG--
extra : amend_source : 5afba38563fd825a1d36aaee0debd5844aca3432
2017-10-27 12:54:29 +03:00
Sebastian Hengst 5c15da1f08 merge mozilla-inbound to mozilla-central. r=merge a=merge
--HG--
rename : testing/talos/tests/__init__.py => testing/talos/talos/unittests/__init__.py
rename : testing/talos/tests/browser_output.ts.txt => testing/talos/talos/unittests/browser_output.ts.txt
rename : testing/talos/tests/browser_output.tsvg.txt => testing/talos/talos/unittests/browser_output.tsvg.txt
rename : testing/talos/tests/profile.tgz => testing/talos/talos/unittests/profile.tgz
rename : testing/talos/tests/ps-Acj.out => testing/talos/talos/unittests/ps-Acj.out
rename : testing/talos/tests/test_talosconfig_browser_config.json => testing/talos/talos/unittests/test_talosconfig_browser_config.json
rename : testing/talos/tests/test_talosconfig_test_config.json => testing/talos/talos/unittests/test_talosconfig_test_config.json
rename : testing/talos/tests/xrestop_output.txt => testing/talos/talos/unittests/xrestop_output.txt
2017-10-27 12:45:34 +03:00
Brian Birtles 69e5bc02d2 Bug 1411806 - Add test for AnimationPlaybackEvent constructor; r=hiro
MozReview-Commit-ID: 846UoXnQ8dn

--HG--
extra : rebase_source : a3d67e5e032b27bb7b77e471a3f7ce9321617089
2017-10-27 13:41:08 +09:00
Brian Birtles 0cfaed9e4f Bug 1411806 - Add idlharness test for AnimationPlaybackEvent; r=hiro
MozReview-Commit-ID: BfMeHktpHpZ

--HG--
extra : rebase_source : 5fd819d340f27edd43c2ea9de1c59903f4dc4ad3
2017-10-27 13:40:41 +09:00
Brian Birtles a324ffd50a Bug 1411806 - Add idlharness test for AnimationEffectTimingReadOnly; r=hiro
MozReview-Commit-ID: FoKMYXdbNfu

--HG--
extra : rebase_source : 0c16fff9b069cd937fc3fe7a48b3cce8eb6aaf70
2017-10-27 13:40:11 +09:00
Brian Birtles b42910d57f Bug 1411806 - Drop references to no-longer-existent 'spacing' property in KeyframeEffect(ReadOny) constructor tests; r=hiro
MozReview-Commit-ID: XN1pQRvPJg

--HG--
extra : rebase_source : d2e9d5352dbcda0c74798f54e934ba8130e76582
2017-10-27 13:39:45 +09:00
Brian Birtles b539049664 Bug 1411806 - Tidy up KeyframeEffect(ReadOnly) constructor tests; r=hiro
These are non-functional changes to:

* Use ES6 const/let
* Use ES6 template strings in various places
* Capitalize/fix test descriptions

MozReview-Commit-ID: CcEl42yVIQx

--HG--
extra : rebase_source : 77479514734c19535fdbcc758f6a5f6ab66b5ffc
2017-10-27 13:39:41 +09:00
Brian Birtles c235ed5dd4 Bug 1411806 - Combine copy constructor tests for KeyframeEffect and KeyframeEffectReadOnly into one file; r=hiro
All other tests for KeyframeEffectReadOnly live in the KeyframeEffect folder so
we should do the same for the copy constructor tests.

MozReview-Commit-ID: 3UWfCKgyUCZ

--HG--
extra : rebase_source : 5c077d1f12eca6f830e5d67779dd0dedd376576c
2017-10-27 13:39:38 +09:00
Brian Birtles e1466c75f2 Bug 1411806 - Drop unnecessary test for KeyframeEffect.timing now that idlharness.html covers the same content; r=hiro
MozReview-Commit-ID: LZRx0mU48Id

--HG--
extra : rebase_source : 952a5f1d357966a31da7520cd78737daedf141e3
2017-10-27 13:39:09 +09:00
Brian Birtles e0b162026a Bug 1411806 - Add idlharness test for KeyframeEffect; r=hiro
MozReview-Commit-ID: 538HtSPt9bt

--HG--
extra : rebase_source : 21f58cb7a5298da1f5ca33ee8a4cf213a93205b1
2017-10-27 13:39:06 +09:00
Brian Birtles fe1625fc82 Bug 1411806 - Tidy up Animation/idlharness.html test; r=hiro
MozReview-Commit-ID: 61tUueSIyfM

--HG--
extra : rebase_source : 02e83117d62de1de9c2f8e7f8c1f4c65d3cfd97d
2017-10-27 13:38:39 +09:00
Brian Birtles 0b2314a827 Bug 1411806 - Tidy up DocumentTimeline/idlharness.html test; r=hiro
There doesn't seem to be any need for the test() wrapper here (I've yet to find
any other tests in web-platform-tests using it).

MozReview-Commit-ID: y3FrMvK14j

--HG--
extra : rebase_source : e1e5b8466a451f47d96bfe7c9c66e4b182515dc3
2017-10-27 13:38:36 +09:00
Brian Birtles 3217b3f4e8 Bug 1411806 - Move idlharness test for DocumentTimeline to DocumentTimeline directory; r=hiro
MozReview-Commit-ID: L5H1BJz8Lzz

--HG--
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
extra : rebase_source : cdd49e336d9b4c0bee3935a25e4ffd8599ff105d
2017-10-27 13:38:31 +09:00
Brian Birtles 08c9a5ba59 Bug 1411806 - Update test descriptions for document timeline tests; r=hiro
Now that some of these tests have been moved to the timing-model directory, it
makes less sense to refer to the actual API being tested. Intead they should
refer to the concept in the model being tested.

MozReview-Commit-ID: 7Y65o0IilSq

--HG--
extra : rebase_source : 08bfaab755fd24d59d6aa6f9410fc1364efb5860
2017-10-27 13:37:13 +09:00
Brian Birtles 0ad3fe126d Bug 1411806 - Move document timeline tests to files corresponding to the sections in the spec they test; r=hiro
I replaced a couple instances of 'var' with 'const' or 'let' but otherwise the
test content is untouched. I will update a few test descriptions in the next
patch.

MozReview-Commit-ID: ASVp54dzQUL

--HG--
extra : rebase_source : d802756159aba9a73f8627b79294950d6e6d79ed
2017-10-27 13:37:08 +09:00
Boris Zbarsky d5045f9244 Bug 1352002. Remove the iframe margin size quirk. r=dholbert
None of the spec, Chrome, or Safari have this quirk.  Edge has our quirks behavior in both modes.

MozReview-Commit-ID: ADyGxeIm3B4
2017-10-26 23:58:18 -04:00
Emilio Cobos Álvarez 0d1f2632f6 Bug 1412011: Test SVG <use> element matching rules. r=dholbert
MozReview-Commit-ID: 9syd1Nlx2Iv

--HG--
extra : rebase_source : 85af4a180288e11fbc48ffc706d1b6380ce62cae
2017-10-26 18:14:48 +02:00
Ionut Goldan 9c2b03db60 Bug 1399800 - integrate pytest and add initial tests r=jmaher
MozReview-Commit-ID: FNQwCEtM1MB

--HG--
rename : testing/talos/tests/__init__.py => testing/talos/talos/unittests/__init__.py
rename : testing/talos/tests/browser_output.ts.txt => testing/talos/talos/unittests/browser_output.ts.txt
rename : testing/talos/tests/browser_output.tsvg.txt => testing/talos/talos/unittests/browser_output.tsvg.txt
rename : testing/talos/tests/profile.tgz => testing/talos/talos/unittests/profile.tgz
rename : testing/talos/tests/ps-Acj.out => testing/talos/talos/unittests/ps-Acj.out
rename : testing/talos/tests/test_talosconfig_browser_config.json => testing/talos/talos/unittests/test_talosconfig_browser_config.json
rename : testing/talos/tests/test_talosconfig_test_config.json => testing/talos/talos/unittests/test_talosconfig_test_config.json
rename : testing/talos/tests/xrestop_output.txt => testing/talos/talos/unittests/xrestop_output.txt
extra : rebase_source : 0e4652fcf1950926d87089e9b64b1da031920b21
2017-10-24 14:20:01 +03:00
Maja Frydrychowicz 2a3ad461a8 Bug 1411433 - Add docs for marionette and geckodriver to Mozilla Source Tree Docs; r=ato
MozReview-Commit-ID: GDQe7BACT6k

--HG--
extra : rebase_source : f47bfc8fb64e8b9d9f858cbe4997f173e5e878e2
2017-10-24 18:53:02 -04:00
Sebastian Hengst d10e26c913 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-27 00:00:25 +02:00
Sebastian Hengst b181c484ad merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: LcCWQzgwIBi
2017-10-26 23:57:40 +02:00
Boris Zbarsky 0015c73286 Bug 1411138. Be consistent (and follow the spec) in terms of how we determine the element that propagates styles to the viewport. r=dholbert
MozReview-Commit-ID: 8tH3nCDQJID
2017-10-26 00:35:22 -04:00
Henrik Skupin e3c38148be Bug 1411913 - Enable Marionette trace log for mochitest/reftest by default. r=jmaher
MozReview-Commit-ID: 1cGy3YlJml1

--HG--
extra : rebase_source : 23106578640a64848c164121a96cdddebd13cad8
2017-10-26 13:05:17 +02:00
Sebastian Hengst bb00fb7597 Backed out changeset e1455a5d2e05 (bug 1410459) for breaking Talos. r=backout on a CLOSED TREE 2017-10-26 18:24:41 +02:00
Andrew Halberstadt 9305f47839 Bug 1411776 - [mozdebug] Fix 'module has no attribute' error when using --debugger, r=jmaher
This fixes a regression from bug 1397849.

MozReview-Commit-ID: 4JrnkYVwTo

--HG--
extra : rebase_source : 70d37791a35fd2f6877ad1556ca9cd92804f52e0
2017-10-26 10:13:53 -04:00
Andrew Halberstadt afdc499bac Bug 1410459 - [mozharness] Upgrade from optparse to argparse in config.py, r=jlund
Upgrade from optparse to argparse:

1. 'type' field now needs to be callable (deleted if type was 'string' as that is the default)
2. 'extend' action re-implemented for argparse
3. 'callback' action no longer exists, re-implemented as a custom argparse action (only used in buildbase.py)
4. minor api changes, e.g 'add_option' -> 'add_argument'

MozReview-Commit-ID: HcKowF13Da3

--HG--
extra : rebase_source : e5e8160d91263fb273f790dbda5e2c2b2e02eaf6
2017-10-20 11:53:44 -04:00
Ryan VanderMeulen d44c341ebf Bug 1410248 - Disable all speech-api web platform tests until they can run reliably. r=me
--HG--
extra : amend_source : e9b896197a555c203a4907e3af59276cbd76ef95
2017-10-25 20:33:19 -04:00
Sebastian Hengst 85c5258052 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-26 00:45:51 +02:00
Sebastian Hengst e38c4ab9b8 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 1LCusZIzMkc
2017-10-26 00:21:53 +02:00
David Major 86a426b1c7 Bug 1411661: Push Speedometer files down a level so they can refer to "../resources". r=froydnj,jmaher
--HG--
rename : third_party/speedometer/InteractiveRunner.html => third_party/webkit/PerformanceTests/Speedometer/InteractiveRunner.html
rename : third_party/speedometer/README_MOZILLA => third_party/webkit/PerformanceTests/Speedometer/README_MOZILLA
rename : third_party/speedometer/index.html => third_party/webkit/PerformanceTests/Speedometer/index.html
rename : third_party/speedometer/resources/benchmark-report.js => third_party/webkit/PerformanceTests/Speedometer/resources/benchmark-report.js
rename : third_party/speedometer/resources/benchmark-runner.js => third_party/webkit/PerformanceTests/Speedometer/resources/benchmark-runner.js
rename : third_party/speedometer/resources/flightjs-example-app/LICENSE.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/LICENSE.md
rename : third_party/speedometer/resources/flightjs-example-app/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/README.md
rename : third_party/speedometer/resources/flightjs-example-app/app/boot/page.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/boot/page.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_data/compose_box.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_data/compose_box.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_data/mail_items.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_data/mail_items.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_data/move_to.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_data/move_to.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/compose_box.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/compose_box.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/folders.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/folders.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/mail_controls.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/mail_controls.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/mail_items.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/mail_items.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/move_to_selector.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/move_to_selector.js
rename : third_party/speedometer/resources/flightjs-example-app/app/component_ui/with_select.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/component_ui/with_select.js
rename : third_party/speedometer/resources/flightjs-example-app/app/css/custom.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/css/custom.css
rename : third_party/speedometer/resources/flightjs-example-app/app/data.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/data.js
rename : third_party/speedometer/resources/flightjs-example-app/app/templates.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/app/templates.js
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap-responsive.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap-responsive.css
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap-responsive.min.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap-responsive.min.css
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap.css
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap.min.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/css/bootstrap.min.css
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/img/glyphicons-halflings-white.png => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/img/glyphicons-halflings-white.png
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/img/glyphicons-halflings.png => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/img/glyphicons-halflings.png
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/js/bootstrap.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/js/bootstrap.js
rename : third_party/speedometer/resources/flightjs-example-app/components/bootstrap/js/bootstrap.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/bootstrap/js/bootstrap.min.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/.gitignore => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/.gitignore
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/CHANGES => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/CHANGES
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/CONTRIBUTORS.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/CONTRIBUTORS.md
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/LICENSE
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/README.md
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/component.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/component.json
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/es5-sham.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/es5-sham.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/es5-sham.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/es5-sham.min.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/es5-shim.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/es5-shim.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/es5-shim.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/es5-shim.min.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/package.json
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h-kill.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h-kill.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h-matchers.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h-matchers.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/helpers/h.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/index.html
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine-html.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine-html.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine.css => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine.css
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine_favicon.png => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/jasmine_favicon.png
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/json2.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/lib/json2.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-array.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-array.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-date.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-date.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-function.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-function.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-object.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-object.js
rename : third_party/speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-string.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/es5-shim/tests/spec/s-string.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/.travis.yml => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/.travis.yml
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/advice.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/advice.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/component.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/component.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/compose.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/compose.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/index.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/logger.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/logger.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/registry.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/registry.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/lib/utils.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/lib/utils.js
rename : third_party/speedometer/resources/flightjs-example-app/components/flight/tools/debug/debug.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/flight/tools/debug/debug.js
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-flight/LICENSE.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-flight/LICENSE.md
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-flight/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-flight/README.md
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-flight/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-flight/bower.json
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-flight/lib/jasmine-flight.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-flight/lib/jasmine-flight.js
rename : third_party/speedometer/resources/flightjs-example-app/components/jasmine-jquery/lib/jasmine-jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jasmine-jquery/lib/jasmine-jquery.js
rename : third_party/speedometer/resources/flightjs-example-app/components/jquery/component.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/component.json
rename : third_party/speedometer/resources/flightjs-example-app/components/jquery/composer.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/composer.json
rename : third_party/speedometer/resources/flightjs-example-app/components/jquery/jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/jquery.js
rename : third_party/speedometer/resources/flightjs-example-app/components/jquery/jquery.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/jquery/jquery.min.js
rename : third_party/speedometer/resources/flightjs-example-app/components/mustache/mustache.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/mustache/mustache.js
rename : third_party/speedometer/resources/flightjs-example-app/components/requirejs/require.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/components/requirejs/require.js
rename : third_party/speedometer/resources/flightjs-example-app/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/index.html
rename : third_party/speedometer/resources/flightjs-example-app/karma.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/karma.conf.js
rename : third_party/speedometer/resources/flightjs-example-app/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/package.json
rename : third_party/speedometer/resources/flightjs-example-app/requireMain.js => third_party/webkit/PerformanceTests/Speedometer/resources/flightjs-example-app/requireMain.js
rename : third_party/speedometer/resources/gauge.png => third_party/webkit/PerformanceTests/Speedometer/resources/gauge.png
rename : third_party/speedometer/resources/gauge@2x.png => third_party/webkit/PerformanceTests/Speedometer/resources/gauge@2x.png
rename : third_party/speedometer/resources/logo.png => third_party/webkit/PerformanceTests/Speedometer/resources/logo.png
rename : third_party/speedometer/resources/logo@2x.png => third_party/webkit/PerformanceTests/Speedometer/resources/logo@2x.png
rename : third_party/speedometer/resources/main.css => third_party/webkit/PerformanceTests/Speedometer/resources/main.css
rename : third_party/speedometer/resources/main.js => third_party/webkit/PerformanceTests/Speedometer/resources/main.js
rename : third_party/speedometer/resources/tests.js => third_party/webkit/PerformanceTests/Speedometer/resources/tests.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/.angular-cli.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/.angular-cli.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/.editorconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/.editorconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/assets/css/todomvc-app.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/assets/css/todomvc-app.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/assets/css/todomvc-common.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/assets/css/todomvc-common.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/favicon.ico => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/favicon.ico
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/inline.3b7f8ce2e6bc2f77dd83.bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/inline.3b7f8ce2e6bc2f77dd83.bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/main.f1c5d33a6950c335064d.bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/main.f1c5d33a6950c335064d.bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/polyfills.3a2aed82a0c9b24e6585.bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/polyfills.3a2aed82a0c9b24e6585.bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/styles.d41d8cd98f00b204e980.bundle.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/styles.d41d8cd98f00b204e980.bundle.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/dist/vendor.9a296bbc1909830a9106.bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/dist/vendor.9a296bbc1909830a9106.bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/karma.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/karma.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/protractor.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/protractor.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.spec.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.spec.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/app.component.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/app.module.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/app.module.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/todo-data.service.spec.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/todo-data.service.spec.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/todo-data.service.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/todo-data.service.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/todo.spec.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/todo.spec.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/app/todo.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/app/todo.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/assets/css/todomvc-app.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/assets/css/todomvc-app.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/assets/css/todomvc-common.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/assets/css/todomvc-common.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/environments/environment.prod.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/environments/environment.prod.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/environments/environment.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/environments/environment.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/favicon.ico => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/favicon.ico
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/main.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/main.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/polyfills.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/polyfills.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/styles.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/styles.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/test.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/test.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/tsconfig.app.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/tsconfig.app.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/tsconfig.spec.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/tsconfig.spec.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/src/typings.d.ts => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/src/typings.d.ts
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/tsconfig.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/tsconfig.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angular/tslint.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angular/tslint.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/controllers/todoCtrl.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/controllers/todoCtrl.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/directives/todoEscape.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/directives/todoEscape.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/directives/todoFocus.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/directives/todoFocus.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/js/services/todoStorage.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/js/services/todoStorage.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.min.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-resource/angular-resource.min.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.min.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular-route/angular-route.min.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.min.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/angular/angular.min.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/angularjs/todomvc-index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/angularjs/todomvc-index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/backbone.sync.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/backbone.sync.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/collections/todos.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/collections/todos.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/models/todo.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/models/todo.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/routers/router.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/routers/router.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/views/app-view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/views/app-view.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/js/views/todo-view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/js/views/todo-view.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone-min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone-min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone-min.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone-min.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/backbone/backbone.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.min.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/jquery.min.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore-min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore-min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore-min.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore-min.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/underscore/underscore.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/backbone/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/todomvc.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/todomvc.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/vendor.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/vendor.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/vendor.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/assets/vendor.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/crossdomain.xml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/crossdomain.xml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/robots.txt => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/robots.txt
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.bowerrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.bowerrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.editorconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.editorconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.ember-cli => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.ember-cli
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.gitignore => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.gitignore
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.jshintrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.jshintrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.travis.yml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.travis.yml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.watchmanconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/.watchmanconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/components/todo-item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/components/todo-item.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/components/todo-list.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/components/todo-list.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/active.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/active.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/application.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/application.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/completed.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/controllers/completed.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/helpers/gt.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/helpers/gt.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/helpers/pluralize.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/helpers/pluralize.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/instance-initializers/global.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/instance-initializers/global.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/resolver.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/resolver.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/router.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/router.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/routes/application.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/routes/application.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/services/memory.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/services/memory.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/services/repo.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/services/repo.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/active.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/active.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/application.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/application.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/completed.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/completed.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/components/todo-item.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/components/todo-item.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/components/todo-list.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/components/todo-list.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/index.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/app/templates/index.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/config/environment.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/config/environment.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/ember-cli-build.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/ember-cli-build.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/public/crossdomain.xml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/public/crossdomain.xml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/public/robots.txt => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/public/robots.txt
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/testem.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/testem.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/.jshintrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/.jshintrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/destroy-app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/destroy-app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/module-for-acceptance.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/module-for-acceptance.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/resolver.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/resolver.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/start-app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/helpers/start-app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/test-helper.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/tests/test-helper.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/vendor/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/vendor/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/vendor/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/source/vendor/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/testem.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/testem.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs-debug/tests/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs-debug/tests/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.bowerrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.bowerrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.editorconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.editorconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.ember-cli => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.ember-cli
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.gitignore => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.gitignore
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/.jshintrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/.jshintrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/components/todo-item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/components/todo-item.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/components/todo-list.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/components/todo-list.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/active.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/active.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/application.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/application.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/completed.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/controllers/completed.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/helpers/gt.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/helpers/gt.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/helpers/pluralize.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/helpers/pluralize.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/resolver.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/resolver.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/router.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/router.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/routes/application.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/routes/application.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/services/memory.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/services/memory.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/services/repo.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/services/repo.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/styles/.gitkeep => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/styles/.gitkeep
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/active.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/active.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/application.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/application.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/completed.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/completed.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/components/todo-item.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/components/todo-item.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/components/todo-list.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/components/todo-list.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/index.hbs => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/app/templates/index.hbs
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/config/environment.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/config/environment.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/todomvc-5d3e8eb3d5b3740a33185edcb11eeb57.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/todomvc-5d3e8eb3d5b3740a33185edcb11eeb57.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/vendor-820919567eb7bd4d9fac358a90a5aac4.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/vendor-820919567eb7bd4d9fac358a90a5aac4.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/vendor-a45c44bc56b4692cca4a96b6916c0fde.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/assets/vendor-a45c44bc56b4692cca4a96b6916c0fde.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/crossdomain.xml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/crossdomain.xml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/dist/robots.txt => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/dist/robots.txt
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/ember-cli-build.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/ember-cli-build.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/public/crossdomain.xml => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/public/crossdomain.xml
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/public/robots.txt => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/public/robots.txt
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/testem.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/testem.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/destroy-app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/destroy-app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/module-for-acceptance.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/module-for-acceptance.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/resolver.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/resolver.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/start-app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/helpers/start-app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/tests/test-helper.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/tests/test-helper.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/vendor/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/vendor/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/emberjs/vendor/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/emberjs/vendor/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/dist/bundle.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/dist/bundle.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/item.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/model.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/src/share.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/src/share.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/inferno/webpack.config.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/inferno/webpack.config.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/css/app.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/css/app.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/js/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/js/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/director.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/director.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/director.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/director.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/ender.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/dist/ender.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/director/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/handlebars/dist/handlebars.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/handlebars/dist/handlebars.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/jquery/dist/jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/jquery/dist/jquery.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/jquery/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/jquery/readme.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/.babelrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/.babelrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/app.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/app.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/app.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/dist/todomvc.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/rollup.config.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/rollup.config.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/footer.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/footer.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/item.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/model.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/app/util.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/app/util.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/src/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/src/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/preact/webpack.config.babel.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/preact/webpack.config.babel.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/asset-manifest.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/asset-manifest.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/service-worker.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/service-worker.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/css/main.21111742.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/css/main.21111742.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/css/main.21111742.css.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/css/main.21111742.css.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/js/main.18b409e1.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/js/main.18b409e1.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/js/main.18b409e1.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/dist/static/js/main.18b409e1.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/public/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/public/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/actions/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/actions/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/actions/index.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/actions/index.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Footer.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Footer.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Footer.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Footer.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Header.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Header.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Header.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/Header.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/MainSection.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/MainSection.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/MainSection.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/MainSection.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoItem.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoItem.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoItem.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoItem.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoTextInput.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoTextInput.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoTextInput.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/components/TodoTextInput.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/constants/ActionTypes.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/constants/ActionTypes.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/constants/TodoFilters.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/constants/TodoFilters.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/containers/App.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/containers/App.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/todos.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/todos.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/todos.spec.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react-redux/src/reducers/todos.spec.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/build.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/build.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/js/app.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/js/app.jsx
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/license.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/license.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bind.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bind.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/dedupe.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/dedupe.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/classnames/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/director/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/director/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/director/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/director/bower.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/director/build/director.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/director/build/director.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react-dom/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react-dom/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react-dom/dist/react-dom.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react-dom/dist/react-dom.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react/LICENSE
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react/dist/react-with-addons.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react/dist/react-with-addons.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/react/dist/react.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/react/dist/react.min.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/react/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/react/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/.babelrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/.babelrc
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/.editorconfig => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/.editorconfig
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/.eslintignore => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/.eslintignore
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/.eslintrc.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/.eslintrc.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/README.md
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/build.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/build.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/check-versions.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/check-versions.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/dev-client.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/dev-client.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/dev-server.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/dev-server.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/utils.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/utils.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/vue-loader.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/vue-loader.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.base.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.base.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.dev.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.dev.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.prod.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.prod.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.test.conf.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/build/webpack.test.conf.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/dev.env.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/dev.env.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/index.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/prod.env.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/config/prod.env.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/css/app.5b47040a23ec3fcb78037de398c53557.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/css/app.5b47040a23ec3fcb78037de398c53557.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/css/app.5b47040a23ec3fcb78037de398c53557.css.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/css/app.5b47040a23ec3fcb78037de398c53557.css.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/app.e6c010d57d53537f4ad2.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/app.e6c010d57d53537f4ad2.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/app.e6c010d57d53537f4ad2.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/app.e6c010d57d53537f4ad2.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/manifest.aa9978aa96ee948f2a4c.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/manifest.aa9978aa96ee948f2a4c.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/manifest.aa9978aa96ee948f2a4c.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/manifest.aa9978aa96ee948f2a4c.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/vendor.e7008001a8bed009bbf1.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/vendor.e7008001a8bed009bbf1.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/vendor.e7008001a8bed009bbf1.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/dist/static/js/vendor.e7008001a8bed009bbf1.js.map
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/index.html
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/package-lock.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/package.json
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/App.vue => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/App.vue
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/components/Todos.vue => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/components/Todos.vue
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/components/todo.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/components/todo.css
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/main.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/src/main.js
rename : third_party/speedometer/resources/todomvc/architecture-examples/vuejs-cli/yarn.lock => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/vuejs-cli/yarn.lock
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/data/stats.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/data/stats.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/data/todos.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/data/todos.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/main.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/main.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/page/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/page/app.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/store.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/store.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/main_selector.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/main_selector.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/new_item.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/new_item.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/stats.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/stats.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/todo_list.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/todo_list.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/toggle_all.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/toggle_all.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/with_filters.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/ui/with_filters.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/utils.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/js/utils.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/templates/stats.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/templates/stats.html
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/app/templates/todo.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/app/templates/todo.html
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/index.html
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/README.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/depot.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/depot.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/depot.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/depot.min.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/depot/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/LICENSE
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-sham.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-sham.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-sham.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-sham.min.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-shim.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-shim.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-shim.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/es5-shim/es5-shim.min.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/LICENSE
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/index.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/index.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/advice.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/advice.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/base.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/component.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/component.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/compose.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/compose.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/debug.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/debug.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/logger.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/logger.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/registry.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/registry.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/utils.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/flight/lib/utils.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/README.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/dist/jquery.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/dist/jquery.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/dist/jquery.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/dist/jquery.min.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/jquery/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/memorystorage/memorystorage.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/memorystorage/memorystorage.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/LICENSE
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/README.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/bower.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/text.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs-text/text.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/README.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/require.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/requirejs/require.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/dependency-examples/flight/flight/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/dependency-examples/flight/flight/package.json
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/Todo.elm => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/Todo.elm
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/Todo/Task.elm => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/Todo/Task.elm
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/dist/elm.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/dist/elm.js
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/index.html
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/package.json
rename : third_party/speedometer/resources/todomvc/functional-prog-examples/elm/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/functional-prog-examples/elm/readme.md
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower.json
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/LICENSE => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/LICENSE
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/README.md
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/director.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/director.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/director.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/director.min.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/ender.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/director/build/ender.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/JSXTransformer.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/JSXTransformer.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/bower.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/bower.json
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/react.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/react.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/react.min.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/react/react.min.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/bg.png => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/bower_components/todomvc-common/bg.png
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/index.html
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/js/app.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/app.jsx
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/js/footer.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/footer.jsx
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/js/todoItem.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/todoItem.jsx
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/js/utils.jsx => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/js/utils.jsx
rename : third_party/speedometer/resources/todomvc/labs/architecture-examples/react/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/labs/architecture-examples/react/readme.md
rename : third_party/speedometer/resources/todomvc/learn.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/learn.json
rename : third_party/speedometer/resources/todomvc/license.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/license.md
rename : third_party/speedometer/resources/todomvc/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/readme.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.babelrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.babelrc
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.eslintignore => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/.eslintignore
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/README.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.app.930ad8b83126862d7445.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.app.930ad8b83126862d7445.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.app.930ad8b83126862d7445.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.app.930ad8b83126862d7445.js.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.manifest.e81199b00da2921d9c94.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.manifest.e81199b00da2921d9c94.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.manifest.e81199b00da2921d9c94.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.manifest.e81199b00da2921d9c94.js.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.vendor.577c6bc09319b27fed34.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.vendor.577c6bc09319b27fed34.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.vendor.577c6bc09319b27fed34.js.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/bundle.vendor.577c6bc09319b27fed34.js.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/index.html
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.app.930ad8b83126862d7445.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.app.930ad8b83126862d7445.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.app.930ad8b83126862d7445.css.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.app.930ad8b83126862d7445.css.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.vendor.577c6bc09319b27fed34.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.vendor.577c6bc09319b27fed34.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.vendor.577c6bc09319b27fed34.css.map => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/dist/styles.vendor.577c6bc09319b27fed34.css.map
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/package-lock.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/app.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/app.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/app.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/bootstrap.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/bootstrap.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/controller.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/controller.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/controller.test.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/controller.test.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/helpers.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/helpers.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/index.html
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/memory.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/memory.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/model.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/store.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/store.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/template.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/template.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/todo.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/todo.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/src/view.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/webpack.config.babel.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015-babel-webpack/webpack.config.babel.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/README.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/README.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/index.html
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-app-css/readme.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/node_modules/todomvc-common/readme.md
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/.jshintrc => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/.jshintrc
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/app.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/controller.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/controller.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/helpers.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/helpers.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/model.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/store.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/store.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/template.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/template.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/es2015/src/view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/es2015/src/view.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/index.html => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/index.html
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/app.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/app.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/controller.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/controller.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/helpers.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/helpers.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/model.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/model.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/store.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/store.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/template.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/template.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/js/view.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/js/view.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-app-css/index.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-app-css/index.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-common/base.css => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-common/base.css
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-common/base.js => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/node_modules/todomvc-common/base.js
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/package.json => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/package.json
rename : third_party/speedometer/resources/todomvc/vanilla-examples/vanillajs/readme.md => third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/vanilla-examples/vanillajs/readme.md
2017-10-25 18:05:34 -04:00
James Graham c885990556 Bug 1404708 - Fix XHR tests to load correct resources, r=jdm
MozReview-Commit-ID: 3JtC20N4b5H

--HG--
extra : rebase_source : f5024988f95f8ad069f795ac818e2853a18bc6d0
2017-10-24 18:48:44 +01:00
Attila Craciun fb931a6ca7 Merge mozilla-central to mozilla-autoland. r=merge a=merge CLOSED TREE.
--HG--
extra : amend_source : ebff7913d049184412278b01281ae44a483d63c3
2017-10-25 12:34:44 +03:00
Attila Craciun 7bcf901c3b Merge inbound to mozilla-central r=merge a=merge 2017-10-25 12:30:28 +03:00
Geoff Brown 98bd20684f Bug 1410714 - Follow-up to fix some minor python lint problems 2017-10-24 15:41:39 -06:00
Geoff Brown 5facbdc255 Bug 1410714 - Help mach tests find adb when running Android tests; r=jmaher 2017-10-24 15:17:25 -06:00
James Graham b3cbfea12e Bug 1405141 - Add stability checking to wptrunner, r=gbrown
This adds a --verify flag that is compatible with other Mozilla test
harnesses i.e. it runs each test 10 times without restarting and then
runs it 5 times with restarts, and then repeats with chaos mode
enabled.

This uses the code from, and can replace, the |wpt run --stability|
flag from upstream although that has different default behaviour
(running 10 times with restarts). More work is needed to avoid
duplicating all the code, however.

MozReview-Commit-ID: 7oUEwJk7uhZ
2017-10-24 22:13:25 +01:00
James Graham a099f172a0 Bug 1405141 - Add support for rerunning web-platform-tests without restarting, r=gbrown
This adds a --rerun=N flag which runs each selected test N times in a row.

MozReview-Commit-ID: 4dGuPDkjWeZ
2017-10-24 22:13:24 +01:00
Andreas Tolfsen ed3cbbf13c Bug 1410891 - Assert that "value" is in response. r=maja_zf
MozReview-Commit-ID: JR160fQzpt1

--HG--
extra : rebase_source : ad1bfd56d0384f00f4ede7cecf9331561c9f6098
2017-10-23 15:09:43 +01:00
Andreas Tolfsen 7db958ab04 Bug 1410891 - Use a command helper function. r=maja_zf
Instead of making repeated calls to session.transport.send we can
use a helper function like most of the other tests do.  This makes
the test more succinct and easier on the eye.

MozReview-Commit-ID: 689rticvu2d

--HG--
extra : rebase_source : 60196056a9276d331afcdc60e9e43081746546f2
2017-10-23 15:06:19 +01:00
Andreas Tolfsen 88ff8e0fe8 Bug 1410891 - Fix prompt handle assertions. r=maja_zf
The first assertion was never run because it was passed a tuple
of a response value and a boolean.  It now compares the response
value to the boolean using "is".

The second assertion mistakenly used the "==" (equals) operator
but should use "is" to get a better pytest error message.

MozReview-Commit-ID: HCCr5rExIYu

--HG--
extra : rebase_source : b6e087de9ab7041411e363bdbc4f5d1a7b0eb373
2017-10-23 15:01:05 +01:00
Andreas Tolfsen 0cae24dbca Bug 1410891 - Use "response" consistently. r=maja_zf
The WebDriver specification talks about "responses" from "commands",
not results.

MozReview-Commit-ID: 2C3a6c2pEAX

--HG--
extra : rebase_source : d2e328a88c80af59d53bf453c5b70f5073414e72
2017-10-23 14:58:37 +01:00
Andreas Tolfsen aa7af34cf4 Bug 1410891 - Use "is" operator to compare responses. r=maja_zf
The "is" operator tests if two objects are the same object, and
does not consider the values of the two objects.

This also gives a better pytest error message should the assertion fails.

MozReview-Commit-ID: GOUek15TUPU

--HG--
extra : rebase_source : f15e92aff9f593d702f0abd8631e2609b8b6e919
2017-10-23 14:49:11 +01:00
Andreas Tolfsen 9b2cc4060e Bug 1410891 - Remove unused imports from Get Active Element WPT test. r=maja_zf
MozReview-Commit-ID: NmPXv8mOuu

--HG--
extra : rebase_source : 6e55938658445606484d0bc34c54014cc9b4f501
2017-10-23 14:48:23 +01:00
Andreas Tolfsen a99190f0aa Bug 1411052 - Show local variables in wdspec tracebacks. r=maja_zf
Using the "--showlocals" pytest flag we can show the values of
variables in the local scope in the pytest tracebacks.  This seems
like a good thing to do to ease debugging.

Thanks-to: Dave Hunt <dave.hunt@gmail.com>

MozReview-Commit-ID: F62untoxEyi

--HG--
extra : rebase_source : db803258395e9bbacf10b06dc8ca367ae79ec67f
2017-10-23 22:23:06 +01:00
Andreas Tolfsen 690ea166e1 Bug 1411045 - Display error when response is unsuccessful. r=maja_zf
Instead of the default pytest error message when the assertion
fails, which is rather pointless because we know we did not match
the 200 HTTP status code, display the string representation of
wdclient.error.WebDriverException.

This string representation includes the remote end's stacktrace,
which is infinitely more useful in this context.

MozReview-Commit-ID: 6XUgEEc9Qoj

--HG--
extra : rebase_source : 68fbcf5e70bfcc064302b139b0c5edff2a0ecb72
2017-10-23 22:15:53 +01:00
Andreas Tolfsen 38c8ff6a95 Bug 1411045 - Provide response-to-error conversion. r=maja_zf
This adds a new error.from_response(wdclient.Response) function that lets
a WebDriverException be constructed from a wdclient.Response object.
If the Response is not an error, i.e. has a 200 HTTP status code,
an UnknownErrorException is raised.

MozReview-Commit-ID: JW89Ily2voC

--HG--
extra : rebase_source : 5b126f3d62fc19a1ef0df7374167a7ee6828ab29
2017-10-23 22:13:00 +01:00
Andreas Tolfsen b49d1c1ffc Bug 1411045 - Fix error.get argument name. r=maja_zf
We talk about "error codes", not "status codes", for WebDriver errors.

This is a non-functional change.

MozReview-Commit-ID: Bl8zT8lZvzK

--HG--
extra : rebase_source : 7271e6a00170f58e4f1f0086c3d46b67664c7e4a
2017-10-23 22:10:46 +01:00
Andreas Tolfsen d481e7daf0 Bug 1411045 - Prettify error in wdclient.Response. r=maja_zf
When showing wdclient.Response's object representation, prettify
the error if there is one.  Otherwise include the full body as before.

MozReview-Commit-ID: 64QpsB89Oiw

--HG--
extra : rebase_source : d29a1b644156c6b0557d7d408a9b9398bc11d754
2017-10-23 22:09:46 +01:00
Andreas Tolfsen f5d1ddacb0 Bug 1411045 - Add object- and string representations for WebDriverException. r=maja_zf
MozReview-Commit-ID: C6gdV9B8aIU

--HG--
extra : rebase_source : a15c36625277d43146cf13ba73bf32a618d5d3eb
2017-10-23 22:07:38 +01:00
Sebastian Hengst 24b7b2eb7c merge mozilla-central to autoland. r=merge a=merge 2017-10-24 23:59:14 +02:00
Gabriele Svelto a3d1d04f8d Bug 1410165 - Make the test harness properly listen to crash events when running a test more than once; r=mconley
MozReview-Commit-ID: C3PDtOfaz0v

--HG--
extra : rebase_source : 568387a2a53a55b19a03c6cc793125a01ebd3760
2017-10-20 15:21:46 +02:00
Junior Hsu 47c1ce6716 Bug 870460 - Part 3: Add cookies.sqlite{|-shm} to xperf whitelist. r=jmaher
--HG--
extra : source : 224e8667174335d6a6ab1e17260fc65be4ed39a5
2017-10-11 20:59:00 -04:00
Justin Wood 64a5aa9829 Bug 1405681 - Use a special beetmover template for win32 to win64. r=nthomas a=release DONTBUILD
MozReview-Commit-ID: DSjOxoRr6qk

--HG--
rename : testing/mozharness/configs/beetmover/partials.yml.tmpl => testing/mozharness/configs/beetmover/win32_to_win64_partials.yml.tmpl
extra : transplant_source : IV%86Ui.W%9BZ%95u%01N%BB%F1_%15%D9%8C%60
2017-10-04 21:46:15 -04:00
Ben Hearsum d718446a1c bug 1411277: stop submitting bz2 updates to balrog for staging releases. r=rail 2017-10-24 12:29:06 -04:00
Sebastian Hengst 890cc1a469 Backed out changeset 224e86671743 (bug 870460) 2017-10-24 16:48:05 +02:00
Stone Shih 9ecdd8f6a0 Bug 1398030 Part2: Handle null id of the message for EventSource. r=baku.
When server responses a field value with null, we have to ignore it, or we fail to SetRequestMethod for the http channel.
MozReview-Commit-ID: EW9NHMy22Fc
2017-10-20 10:22:55 +08:00
Junior Hsu 83e8c9d7bb Bug 870460 - Part 3: Add cookies.sqlite{|-shm} to xperf whitelist. r=jmaher
--HG--
extra : rebase_source : cb8874f86cc8868bc516197e727dcd9ad60075d4
2017-10-11 20:59:00 -04:00
James Graham 7db492c796 Bug 1404733 - Handle non-utf8 better in wpt logging, r=maja_zf
MozReview-Commit-ID: GMofBbKUtt0

--HG--
extra : rebase_source : 0caf26492e484032230824cbb20666577a6eeae7
2017-10-24 18:30:05 +01:00
Ralph Giles 6095257b3d Bug 1411363 - Update Cargo.lock files for Rust 1.22. r=froydnj
Cargo 0.23.0-beta, included with Rust 1.22.0-beta.2, wants to
move the top-level package description out of the [root] section
of Cargo.lock and into a parallel [[package]] section.
Accept this update by temporarily running the build without
passing --frozen and committing the result.

This is accepted by the cargo versions included in the current
and previous stable rust releases, so it will work with all
supported toolchains.

MozReview-Commit-ID: 1hMykhTknHi

--HG--
extra : rebase_source : 153d2016cd5e637584ea1d755198fbd1a5e7067e
2017-10-24 10:00:24 -07:00
Sebastian Hengst 1ead0a96a9 Backed out changeset dab1c5badddb (bug 1407679) for failing server startup in mochitests on Android. r=backout on a CLOSED TREE
--HG--
extra : amend_source : 3dc4cb2bbaf55f3f6329687ce64d4e862fc3800b
2017-10-24 21:18:26 +02:00
Valentin Gosu 9dd47ebf50 Bug 1407679 - Merge nsIIOService and nsIIOService2 r=nwgh
Removes deprecated nsIIOService2.newChannelFromURIWithProxyFlags

MozReview-Commit-ID: Gr3nA25kcre

--HG--
extra : rebase_source : 3407b5ed0f8f7067523abee28c137db3cac86b14
2017-10-20 16:41:07 +02:00
Gregory Szorc a56fef0fd4 Bug 1410969 - Consolidate code for resolving path metadata; r=ahal
find_paths_and_tags() can instantiate a BuildReader to read moz.build
metadata. We switch `mach test` to call this to avoid some redundant
code.

To facilitate `mach try`'s use case, we add test flavors to the
result of find_paths_and_metadata() and change the function name to
reflect its more generic purpose.

MozReview-Commit-ID: Lcz05W8g2dt

--HG--
extra : rebase_source : 17d6f23275f4eed1bd544a9b2cd991214625dabc
2017-10-23 10:42:41 -07:00
Gregory Szorc 9a4d779385 Bug 1410969 - Return dict from find_paths_and_tags(); r=ahal
This will make the return value more easily extensible and will help
consumers know what the data structures represent.

MozReview-Commit-ID: DaeYsqfMW37

--HG--
extra : rebase_source : 440d16f0604b21f0ec885e1bca5066c32b18f641
2017-10-23 10:36:38 -07:00
Gregory Szorc 5c70c4e281 Bug 1410969 - Properly import AutoTry; r=ahal
The AutoTry code got moved around in 27b5181a3c77 and c94bf66df122
(bug 1382775). This broke `mach test` without arguments.

This commit imports the new location and uses the new API. As the
inline TODO states, there is still room for improvement. This will
be done in a separate commit.

MozReview-Commit-ID: AKHfdNnfOhl

--HG--
extra : rebase_source : dedd0171bafc1897c71f0710addb1f692c9f4844
2017-10-23 10:33:37 -07:00
Sebastian Hengst 0b72ecf4c3 Backed out changeset 6960879cb1e3 (bug 1407695) for eslint failure at testing/marionette/cookie.js:219: ["expiry"] is better written in dot notation. r=backout
--HG--
extra : rebase_source : 47471c300affde3ecccaf905d6650cf130aab3de
2017-10-24 18:48:58 +02:00
Sebastian Hengst debdeb1b4f Backed out changeset f5b8efb37541 (bug 1407695)
--HG--
extra : rebase_source : f8c73bb4070b5bf6d6da639e1d255ece22f8d531
2017-10-24 18:48:53 +02:00
Sebastian Hengst c110b61402 Backed out changeset d5d1935726bb (bug 1407695)
--HG--
extra : rebase_source : 8ef645d2f7c24484f6cc6b8b8a070eacaf321ea5
2017-10-24 18:48:47 +02:00
Sebastian Hengst 6db78e3057 Backed out changeset cd2147b5bc3d (bug 1407695)
--HG--
extra : rebase_source : 3bef6db8d9dd8d496dd5315dce7646b89e9911a8
2017-10-24 18:48:42 +02:00
Rob Wood 05d81b9ad8 Bug 1409688 - default page header last modified to none if not available; r=jmaher
MozReview-Commit-ID: CkiFui6Ilap

--HG--
extra : rebase_source : 84ed6d9fcb81780f078243e3f05991f6f2d4a0b8
2017-10-24 10:58:05 -04:00
Henrik Skupin 627af45f04 Bug 1410366 - Improve socket handling in wait_for_port r=ato
The temporarily created sockets have to be removed immediately
by the operating system. Otherwise those enter the TIME_WAIT state,
and will be removed about 90s later. This can cause a pile of orphaned
sockets.

MozReview-Commit-ID: BGy9ZOjhjT0

--HG--
extra : rebase_source : f2e96d3e8d5d022b18c5f73daa15f3f8f06c74c5
2017-10-20 14:54:03 +02:00
Henrik Skupin adf9cae288 Bug 1410366 - Stop socket server from listening for new connections if told so. r=ato
Simply checking '_acceptConnections' when clients are trying to
connect to Marionette, and revoking the connection request inside
of 'onSocketAccepted' is plainly wrong, given that a connection is
already present.

Instead put the socket server into close state, which means it
does no longer listen for new connection attempts until new
connections are accepted again.

MozReview-Commit-ID: JIpOgOjnpDY

--HG--
extra : rebase_source : 6caa49fa81aec4a5fcf4bdbd3a4290b837a14281
2017-10-23 14:08:15 +02:00
Øyvind Strømmen 58ddeb8ae1 Bug 1407695 - Cover non session cookies in web platform tests; r=ato
MozReview-Commit-ID: 4cj00yy3U39

--HG--
extra : rebase_source : cb3e785f9eb591931e27df05addd97b5f62e7061
2017-10-19 21:12:21 +02:00
Øyvind Strømmen 79ce033bd8 Bug 1407695 - Allows cookie 'expiry' to be optional; r=ato
When getting a session cookie we expect 'expiry' to be either null, or
to be missing.

MozReview-Commit-ID: Qvq0c0GiSO

--HG--
extra : rebase_source : c4531f8121ad6ecb95227aeea35a9cb44ad048ba
2017-10-23 22:23:10 +02:00
Øyvind Strømmen 00104c8f08 Bug 1407695 - Clear all cookies from session before running test; r=ato
MozReview-Commit-ID: A7plYkYzvek

--HG--
extra : rebase_source : 599d1ac82b5671a3f27fd98c740cfc7adc0859f1
2017-10-24 08:05:54 +02:00
Øyvind Strømmen d6d4b4b5e4 Bug 1407695 - Do not return expiry key for session cookies; r=ato
MozReview-Commit-ID: 7qAgwSZx9JI

--HG--
extra : rebase_source : bc59f1b653b61f262a10e366cc88a4bcd535b4e2
2017-10-16 22:42:48 +02:00
Attila Craciun cef9ed856a Backed out changeset f80976fdf539 (bug 1399800) for failing in /builds/worker/checkouts/gecko/testing/talos/talos/unittests/conftest.py:1:1 r=backout CLOSED TREE.
Backed out changeset f80976fdf539 (bug 1399800)

--HG--
rename : testing/talos/talos/unittests/__init__.py => testing/talos/tests/__init__.py
rename : testing/talos/talos/unittests/browser_output.ts.txt => testing/talos/tests/browser_output.ts.txt
rename : testing/talos/talos/unittests/browser_output.tsvg.txt => testing/talos/tests/browser_output.tsvg.txt
rename : testing/talos/talos/unittests/profile.tgz => testing/talos/tests/profile.tgz
rename : testing/talos/talos/unittests/ps-Acj.out => testing/talos/tests/ps-Acj.out
rename : testing/talos/talos/unittests/test_talosconfig_browser_config.json => testing/talos/tests/test_talosconfig_browser_config.json
rename : testing/talos/talos/unittests/test_talosconfig_test_config.json => testing/talos/tests/test_talosconfig_test_config.json
rename : testing/talos/talos/unittests/xrestop_output.txt => testing/talos/tests/xrestop_output.txt
2017-10-26 16:07:39 +03:00
Ionut Goldan 8b45fa1364 Bug 1399800 - integrate pytest and add initial tests r=jmaher
MozReview-Commit-ID: FNQwCEtM1MB

--HG--
rename : testing/talos/tests/__init__.py => testing/talos/talos/unittests/__init__.py
rename : testing/talos/tests/browser_output.ts.txt => testing/talos/talos/unittests/browser_output.ts.txt
rename : testing/talos/tests/browser_output.tsvg.txt => testing/talos/talos/unittests/browser_output.tsvg.txt
rename : testing/talos/tests/profile.tgz => testing/talos/talos/unittests/profile.tgz
rename : testing/talos/tests/ps-Acj.out => testing/talos/talos/unittests/ps-Acj.out
rename : testing/talos/tests/test_talosconfig_browser_config.json => testing/talos/talos/unittests/test_talosconfig_browser_config.json
rename : testing/talos/tests/test_talosconfig_test_config.json => testing/talos/talos/unittests/test_talosconfig_test_config.json
rename : testing/talos/tests/xrestop_output.txt => testing/talos/talos/unittests/xrestop_output.txt
extra : rebase_source : 4048d8ef8f7b9352968115fb7125182b5e4e2907
2017-10-24 14:20:01 +03:00
Steve Armand fa0b6e7c7e Bug 1397849 - Enable py2 and py3 linter on testing/mozbase. r=ahal
MozReview-Commit-ID: GnaVLhtO4un

--HG--
extra : rebase_source : 8839a423c5db505469b813957649b1605ed5737f
2017-09-25 22:57:18 -04:00
Sebastian Hengst 164e517d97 Backed out changeset 3b0ece162b19 (bug 1405141) for wpt10 on linux stylo disabled debug exceedind the maximum run time. r=backout
--HG--
extra : amend_source : f03a41d4f9be63c0907d46be6e717cd6b81fc1f5
2017-10-24 14:57:01 +02:00
Sebastian Hengst 6ad830677b Backed out changeset 97a964bf7f99 (bug 1405141) 2017-10-24 14:56:56 +02:00
Andreas Tolfsen 2883fd7c0a Bug 1411026 - Propagate Marionette stacks to WebDriver error. r=whimboo
When a stacktrace is provided from Marionette, use the
WebDriverError::new_with_stack constructor to have it propagated
as the WebDriver error's stacktrace rather than use the Rust backtrace.

This patch also removes MarionetteSession::error_from_string in
favour of the new From<String> trait added to ErrorStatus.

It also implements an Into<WebDriverError> trait for MarionetteError
to ease the conversion.

MozReview-Commit-ID: 1z2IGUW5FS2

--HG--
extra : rebase_source : e6a54e275937893972102756b389d38f010e8e7f
2017-10-23 21:57:02 +01:00
Andreas Tolfsen 75f5a2cd64 Bug 1411026 - Rename MarionetteError::status to ::code. r=whimboo
For errors originating from Marionette we talk about "error codes",
not about "error statuses".  This patch fixes the JSON serialisation
method Marionette::to_json which incorrectly serialised the error
code as "status"; it should be "error".

This also removes the MarionetteError::new constructor as we have
no need to allow explicit construction of MarionetteError's.

MozReview-Commit-ID: 7gjz0ebkMIU

--HG--
extra : rebase_source : 6ac6847840a12d1f2eef2e3364496fa3c2288347
2017-10-23 21:53:06 +01:00
Andreas Tolfsen b2ef602242 Bug 1411026 - Provide String type conversion for ErrorStatus. r=whimboo
This allows us to construct an ErrorStatus variant from a String.
This is useful if the remote end implementation uses the string
codes for transport.

The new From<String> trait for ErrorStatus is a reverse lookup of
ErrorStatus::error_code.

It currently handles two cases of Selenium errors, which are "element
not visible" and "invalid element coordinates".  Both these have
been deprecated in the WebDriver standard and we need to figure
out a deprecation strategy for them.

MozReview-Commit-ID: 48MAVNQoiKy

--HG--
extra : rebase_source : 80c0932e3d42cfe19faa673d558790c83762dba1
2017-10-23 21:46:44 +01:00
Sebastian Hengst dbf343872c merge mozilla-central to autoland. r=merge a=merge 2017-10-24 11:54:19 +02:00
Sebastian Hengst 31bf3a1a42 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 4Lk5P5UYmTe
2017-10-24 11:52:35 +02:00
Attila Craciun 5e6e43cc0f Backed out 3 changesets (bug 1407695) for failing in /webdriver/tests/cookies/get_named_cookie.py r=backout on a CLOSED TREE.
Backed out changeset 9bd0f859aa80 (bug 1407695)
Backed out changeset ff9010e2f402 (bug 1407695)
Backed out changeset cae1b578dacc (bug 1407695)
2017-10-24 12:17:48 +03:00
Stone Shih 4274c680a7 Bug 1347689 Intermittent pointerevent_touch-action-button-test_touch-manual.html. r=kats.
The test case uses double intervals to make sure there is enough time to wait for the scroll event before continuing the testing. However, it doesn't work while the first timeout is delayed and the second one isn't. Tweaked the test case to start the second timer when the first one timeout.

MozReview-Commit-ID: gvhtIpzauE
2017-10-19 17:31:33 +08:00
Sebastian Hengst 8072106c67 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-23 23:55:17 +02:00
Sebastian Hengst 364d36fab2 merge mozilla-inbound. r=merge a=merge
MozReview-Commit-ID: B09kHrHK42C
2017-10-23 23:50:37 +02:00
Thomas Wisniewski 34162c2171 Bug 1405696 - pass the document encoding to NS_NewURI for XMLHttpRequest; r=bkelly
MozReview-Commit-ID: IZkWHGZacO0

--HG--
extra : rebase_source : 4cffffd6ce76f49f8515a04cd4f7523e5ceabb1f
2017-10-20 20:47:36 -04:00
Tom Ritter 731489bb3d Bug 1395047 Don't run 'make check' on a cross compiled build r=ted
MozReview-Commit-ID: 2rgFZYbMR7G

--HG--
extra : rebase_source : 47499e16c76dd6570d567a84a82d5a3e1cf37c6a
2017-10-18 18:27:11 -05:00
James Graham 209f32ada1 Bug 1405141 - Add stability checking to wptrunner, r=gbrown
This adds a --verify flag that is compatible with other Mozilla test
harnesses i.e. it runs each test 10 times without restarting and then
runs it 5 times with restarts, and then repeats with chaos mode
enabled.

This uses the code from, and can replace, the |wpt run --stability|
flag from upstream although that has different default behaviour
(running 10 times with restarts). More work is needed to avoid
duplicating all the code, however.

MozReview-Commit-ID: 7oUEwJk7uhZ

--HG--
extra : rebase_source : dd7a5dcf12f04adbd610323cca35af9b6d9b47ed
2017-10-16 14:33:41 +01:00
James Graham babcd37f06 Bug 1405141 - Add support for rerunning web-platform-tests without restarting, r=gbrown
This adds a --rerun=N flag which runs each selected test N times in a row.

MozReview-Commit-ID: 4dGuPDkjWeZ

--HG--
extra : rebase_source : 0acd1393665af9a95023a547f869a57b48249931
2017-10-16 14:32:27 +01:00
Øyvind Strømmen 55048c562d Bug 1407695 - Cover non session cookies in web platform tests; r=ato
MozReview-Commit-ID: 9NTHTBpmyhi

--HG--
extra : rebase_source : a5fec76ab7d431b549e0d5617e44b6b4407b429d
2017-10-19 21:12:21 +02:00
Øyvind Strømmen b922a60b9b Bug 1407695 - Allows cookie 'expiry' to be optional; r=ato
When getting a session cookie we expect 'expiry' to be either null, or
to be missing.

MozReview-Commit-ID: AnPrG0u2d2c

--HG--
extra : rebase_source : 10665605fc50c31cf90624a119099d9cf7ff3f35
2017-10-23 22:23:10 +02:00
Øyvind Strømmen 9ba015a6eb Bug 1407695 - Clear all cookies from session before running test; r=ato
MozReview-Commit-ID: 9XQiIejBuj4

--HG--
extra : rebase_source : cf7c00674e441e08684d38e34572d0601bdfbb9a
2017-10-24 08:05:54 +02:00
Paul Adenot d80fedcf96 Bug 1408456 - Fix syntax error on a CLOSED TREE.
MozReview-Commit-ID: BS8uftBsnB5
2017-10-23 10:54:44 +02:00
Paul Adenot cd9185e874 Bug 1408456 - Convert test_analyserNodeOutput.html to a web-platform-test: test-analyser-output.html. r=karlt
This also brings in and convert some utilities we have in Gecko, that will ease
porting more tests.

MozReview-Commit-ID: 2yPZQO504kH

--HG--
rename : dom/media/webaudio/test/test_analyserNodeOutput.html => testing/web-platform/tests/webaudio/the-audio-api/the-analysernode-interface/test-analyser-output.html
extra : rebase_source : 0a9c9c336b1b53120010a081da131c76f103a838
2017-10-17 14:47:44 +02:00
Paul Adenot 23732e9bcc Bug 1408456 - Convert test_analyserNodeMinimum.html to a web-platform-test: test-analyser-minimum.html. r=karlt
MozReview-Commit-ID: F6VNiYBXr7Z

--HG--
rename : dom/media/webaudio/test/test_analyserNodeMinimum.html => testing/web-platform/tests/webaudio/the-audio-api/the-analysernode-interface/test-analyser-minimum.html
extra : rebase_source : 4258a557e1bf07e0b1f0cbb3b2e517b2a3c56da9
2017-10-17 14:43:53 +02:00
Paul Adenot fd0d5e5373 Bug 1408456 - Convert test_analyserScale.html to a web-platform-test: test-analyser-scale.html. r=karlt
MozReview-Commit-ID: CUhtCzfoi95

--HG--
rename : dom/media/webaudio/test/test_analyserScale.html => testing/web-platform/tests/webaudio/the-audio-api/the-analysernode-interface/test-analyser-scale.html
extra : rebase_source : caae3eefcc9a1c814083bf7154b30f8b92ae788d
2017-10-17 14:47:32 +02:00
Paul Adenot 03d3466f23 Bug 1408456 - Convert test_analyserNodeWithGain.html to a web-platform-test: test-analyser-gain.html. r=karlt
MozReview-Commit-ID: 7gIj3cdZiZB

--HG--
rename : dom/media/webaudio/test/test_analyserNodeWithGain.html => testing/web-platform/tests/webaudio/the-audio-api/the-analysernode-interface/test-analyser-gain.html
extra : rebase_source : 7571e6d2c8413671e20d36f5687df448c8aecca7
2017-10-16 17:04:45 +02:00
Paul Adenot 8f989cdbf4 Bug 1408456 - Convert test_AnalyserNode.html to a web-platform-test. r=karlt
MozReview-Commit-ID: GR3Ze8KIAKB

--HG--
rename : dom/media/webaudio/test/test_analyserNode.html => testing/web-platform/tests/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html
extra : rebase_source : fe5552c42600a937c5de004c867bc0e6628b37bc
2017-10-16 17:16:36 +02:00
Sebastian Hengst a79a507dc2 Backed out changeset 6fa6cfe0199c (bug 1403131) for mass reftest failures. r=backout on a CLOSED TREE
--HG--
extra : amend_source : 4d399778793d9239e5c441fe237a15d12c4f1360
2017-10-23 16:39:24 +02:00
Steve Armand 3be377b84e Bug 1403131 - Run linters against mozharness scripts and configs. r=rail
--HG--
extra : rebase_source : 4d9458f1819de0a73af9191d560557ab01ffa32e
extra : histedit_source : 1a3c743a9a1c6a3304e4a924be90164fcf882e1f%2C440a79ff12f256a2a79aff6b592fe838c1c9e6e3
2017-10-23 09:46:15 -04:00
Sebastian Hengst 6964317620 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-21 00:19:00 +02:00
Sebastian Hengst 8d0319bfa2 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: Gu7wIBFJOqe
2017-10-21 00:05:19 +02:00
Geoff Brown cec74e4961 Bug 1390606 - (follow-up) Remove extra diagnostics; r=me,test-only 2017-10-20 15:30:59 -06:00
Sebastian Hengst af53b8aad8 merge mozilla-central to autoland. r=merge a=merge 2017-10-23 23:52:54 +02:00
Ryan VanderMeulen 0b44c89a84 Bug 1407868 - Set layout.css.getBoxQuads.enabled and layout.css.convertFromNode.enabled to true while running cssom-view/interfaces.html. r=jgraham 2017-10-20 10:36:06 -04:00
Attila Craciun b00f6668fe Backed out changeset 2c89e7b44592 (bug 1410245) for failing Windows web platform tests (Assertion Failure) r=backout on a CLOSED TREE.
--HG--
rename : testing/web-platform/tests/infrastructure/assumptions/OWNERS => testing/web-platform/tests/assumptions/OWNERS
rename : testing/web-platform/tests/infrastructure/assumptions/canvas-background-ref.html => testing/web-platform/tests/assumptions/canvas-background-ref.html
rename : testing/web-platform/tests/infrastructure/assumptions/canvas-background.html => testing/web-platform/tests/assumptions/canvas-background.html
rename : testing/web-platform/tests/infrastructure/assumptions/html-elements.html => testing/web-platform/tests/assumptions/html-elements.html
rename : testing/web-platform/tests/infrastructure/assumptions/initial-color-ref.html => testing/web-platform/tests/assumptions/initial-color-ref.html
rename : testing/web-platform/tests/infrastructure/assumptions/initial-color.html => testing/web-platform/tests/assumptions/initial-color.html
rename : testing/web-platform/tests/infrastructure/assumptions/medium-font-size-ref.html => testing/web-platform/tests/assumptions/medium-font-size-ref.html
rename : testing/web-platform/tests/infrastructure/assumptions/medium-font-size.html => testing/web-platform/tests/assumptions/medium-font-size.html
rename : testing/web-platform/tests/infrastructure/assumptions/min-font-size-ref.html => testing/web-platform/tests/assumptions/min-font-size-ref.html
rename : testing/web-platform/tests/infrastructure/assumptions/min-font-size.html => testing/web-platform/tests/assumptions/min-font-size.html
rename : testing/web-platform/tests/infrastructure/assumptions/tools/build.sh => testing/web-platform/tests/assumptions/tools/build.sh
rename : testing/web-platform/tests/cssom/MediaList2.xhtml => testing/web-platform/tests/cssom/MediaList.xhtml
rename : testing/web-platform/tests/requestidlecallback/callback-exception.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-exception.html
rename : testing/web-platform/tests/requestidlecallback/callback-idle-periods.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-idle-periods.html
rename : testing/web-platform/tests/requestidlecallback/callback-iframe.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-iframe.html
rename : testing/web-platform/tests/requestidlecallback/callback-invoked.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-invoked.html
rename : testing/web-platform/tests/requestidlecallback/callback-multiple-calls.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-multiple-calls.html
rename : testing/web-platform/tests/requestidlecallback/callback-removed-frame.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-removed-frame.html
rename : testing/web-platform/tests/requestidlecallback/callback-timeout-with-raf.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-timeout-with-raf.html
rename : testing/web-platform/tests/requestidlecallback/callback-timeout.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-timeout.html
rename : testing/web-platform/tests/requestidlecallback/callback-xhr-sync.html => testing/web-platform/tests/html/webappapis/idle-callbacks/callback-xhr-sync.html
rename : testing/web-platform/tests/requestidlecallback/cancel-invoked.html => testing/web-platform/tests/html/webappapis/idle-callbacks/cancel-invoked.html
rename : testing/web-platform/tests/requestidlecallback/idlharness.html => testing/web-platform/tests/html/webappapis/idle-callbacks/idlharness.html
rename : testing/web-platform/tests/requestidlecallback/resources/post_name_on_load.html => testing/web-platform/tests/html/webappapis/idle-callbacks/resources/post_name_on_load.html
rename : testing/web-platform/tests/infrastructure/expected-fail/failing-test.html => testing/web-platform/tests/infrastructure/failing-test.html
rename : testing/web-platform/tests/html/editing/dnd/resources/dragdrop_support.js => testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_support.js
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_002.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_002.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_003.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_003.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_006.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_006.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_007.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_007.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_012.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_012.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_023.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_023.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_024.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_024.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_028.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_028.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_029.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_029.htm
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/sandbox.pdf => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox.pdf
rename : testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/sandbox_011.htm => testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_011.htm
rename : testing/web-platform/tests/html/infrastructure/safe-passing-of-structured-data/echo.js => testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/023.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/023.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/050.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/050.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/067.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/067.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/069.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/069.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/075.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/075.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/077.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/077.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/078.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/078.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/079.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/079.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/101.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/101.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/106-import.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/106-import.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/106-noimport.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/106-noimport.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/107-import.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/107-import.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/107-noimport.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/107-noimport.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/111.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/111.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/112.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/112.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/119.html => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/119.html
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/css/background.css => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/css/background.css
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/css/import.css => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/css/import.css
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/count-script-tags.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/count-script-tags.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/find-body.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/find-body.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/find-foo.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/find-foo.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-1.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-1.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-10.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-10.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-11.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-11.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-2.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-2.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-3.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-3.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-4.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-4.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-5.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-5.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-6.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-6.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-7.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-7.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-8.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-8.js
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-9.js => testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-9.js
rename : testing/web-platform/tests/XMLHttpRequest/progressevent-interface.html => testing/web-platform/tests/progress-events/interface.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-insertDTMF.https.html => testing/web-platform/tests/webrtc/RTCDTMFSender-insertDTMF.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange-long.https.html => testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange-long.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange.https.html => testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-addTrack.https.html => testing/web-platform/tests/webrtc/RTCPeerConnection-addTrack.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-ontrack.https.html => testing/web-platform/tests/webrtc/RTCPeerConnection-ontrack.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-removeTrack.https.html => testing/web-platform/tests/webrtc/RTCPeerConnection-removeTrack.html
rename : testing/web-platform/tests/webrtc/RTCRtpReceiver-getContributingSources.https.html => testing/web-platform/tests/webrtc/RTCRtpReceiver-getContributingSources.html
rename : testing/web-platform/tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html => testing/web-platform/tests/webrtc/RTCRtpReceiver-getSynchronizationSources.html
extra : amend_source : a5c6d486fd2a77306bfe801da5fa21a939f035fd
2017-10-20 15:37:18 +03:00
Attila Craciun a986dce33a Backed out changeset bbe1dd22db0b (bug 1410245) 2017-10-20 15:37:04 +03:00
Attila Craciun 542cce3954 Backed out changeset 2da1f106ab70 (bug 1410247) 2017-10-20 15:37:01 +03:00
Attila Craciun 42d0bbc883 Backed out changeset befce45a7a46 (bug 1410248) 2017-10-20 15:37:00 +03:00
Attila Craciun 1ff3ad6658 Backed out changeset d064a79bb88b (bug 1410242) 2017-10-20 15:36:59 +03:00
Attila Craciun c6b4f01d7d Backed out changeset 66f9865a22be (bug 1410383) 2017-10-20 15:36:21 +03:00
Attila Craciun 54e6ac41ca Backed out changeset 66cafcbfa5ed (bug 1410248) 2017-10-20 15:36:19 +03:00
James Graham 12525b596b Bug 1410248 - Disable speech-api test for intermittent crashes, a=testonly CLOSED TREE
MozReview-Commit-ID: 5CJvrohW3MI
2017-10-20 12:44:54 +01:00
James Graham ea309c37dc Bug 1410383 - Disable 2dcontext test in debug for intermittent crashes, a=testonly CLOSED TREE
MozReview-Commit-ID: 15ZiBGRibvH
2017-10-20 12:44:53 +01:00
James Graham 1d38e3a8c2 Bug 1410242 - Disable shadow-dom test for instability, a=testonly
MozReview-Commit-ID: 8gFReENg9X3
2017-10-20 11:07:58 +01:00
James Graham 7a44d2f59b Bug 1410248 - Disable speech-api test for intermittent crashes, a=testonly
MozReview-Commit-ID: 9tQO0tp8SE4
2017-10-20 11:07:56 +01:00
James Graham 47e26da53f Bug 1410247 - Disable requestIdleCallback test for instability, a=testonly
MozReview-Commit-ID: DNOrhiwdhvm
2017-10-20 11:07:55 +01:00
James Graham 320de29654 Bug 1410245 - Update wpt metadata, a=testonly
MozReview-Commit-ID: FjugaXdTO9N
2017-10-20 11:07:53 +01:00
James Graham 1b2e9b5eec Bug 1410245 - Update web-platform-tests to revision a372dce582c21c911056273eec042fd9073cbd60, a=testonly
MozReview-Commit-ID: CQzdR66hsXZ


--HG--
rename : testing/web-platform/tests/progress-events/interface.html => testing/web-platform/tests/XMLHttpRequest/progressevent-interface.html
rename : testing/web-platform/tests/cssom/MediaList.xhtml => testing/web-platform/tests/cssom/MediaList2.xhtml
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_support.js => testing/web-platform/tests/html/editing/dnd/resources/dragdrop_support.js
rename : testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js => testing/web-platform/tests/html/infrastructure/safe-passing-of-structured-data/echo.js
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_011.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/sandbox_011.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_002.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_002.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_003.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_003.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_006.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_006.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_007.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_007.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_012.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_012.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_023.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_023.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_024.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_024.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_028.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_028.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_029.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_029.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox.pdf => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/sandbox.pdf
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/023.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/023.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/050.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/050.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/067.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/067.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/069.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/069.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/075.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/075.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/077.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/077.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/078.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/078.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/079.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/079.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/101.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/101.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/106-import.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/106-import.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/106-noimport.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/106-noimport.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/107-import.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/107-import.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/107-noimport.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/107-noimport.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/111.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/111.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/112.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/112.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/119.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/119.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/css/background.css => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/css/background.css
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/css/import.css => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/css/import.css
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/count-script-tags.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/count-script-tags.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/find-body.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/find-body.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/find-foo.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/find-foo.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-1.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-1.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-10.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-10.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-11.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-11.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-2.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-2.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-3.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-3.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-4.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-4.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-5.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-5.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-6.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-6.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-7.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-7.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-8.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-8.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-9.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-9.js
rename : testing/web-platform/tests/assumptions/OWNERS => testing/web-platform/tests/infrastructure/assumptions/OWNERS
rename : testing/web-platform/tests/assumptions/canvas-background-ref.html => testing/web-platform/tests/infrastructure/assumptions/canvas-background-ref.html
rename : testing/web-platform/tests/assumptions/canvas-background.html => testing/web-platform/tests/infrastructure/assumptions/canvas-background.html
rename : testing/web-platform/tests/assumptions/html-elements.html => testing/web-platform/tests/infrastructure/assumptions/html-elements.html
rename : testing/web-platform/tests/assumptions/initial-color-ref.html => testing/web-platform/tests/infrastructure/assumptions/initial-color-ref.html
rename : testing/web-platform/tests/assumptions/initial-color.html => testing/web-platform/tests/infrastructure/assumptions/initial-color.html
rename : testing/web-platform/tests/assumptions/medium-font-size-ref.html => testing/web-platform/tests/infrastructure/assumptions/medium-font-size-ref.html
rename : testing/web-platform/tests/assumptions/medium-font-size.html => testing/web-platform/tests/infrastructure/assumptions/medium-font-size.html
rename : testing/web-platform/tests/assumptions/min-font-size-ref.html => testing/web-platform/tests/infrastructure/assumptions/min-font-size-ref.html
rename : testing/web-platform/tests/assumptions/min-font-size.html => testing/web-platform/tests/infrastructure/assumptions/min-font-size.html
rename : testing/web-platform/tests/assumptions/tools/build.sh => testing/web-platform/tests/infrastructure/assumptions/tools/build.sh
rename : testing/web-platform/tests/infrastructure/failing-test.html => testing/web-platform/tests/infrastructure/expected-fail/failing-test.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-exception.html => testing/web-platform/tests/requestidlecallback/callback-exception.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-idle-periods.html => testing/web-platform/tests/requestidlecallback/callback-idle-periods.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-iframe.html => testing/web-platform/tests/requestidlecallback/callback-iframe.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-invoked.html => testing/web-platform/tests/requestidlecallback/callback-invoked.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-multiple-calls.html => testing/web-platform/tests/requestidlecallback/callback-multiple-calls.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-removed-frame.html => testing/web-platform/tests/requestidlecallback/callback-removed-frame.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-timeout-with-raf.html => testing/web-platform/tests/requestidlecallback/callback-timeout-with-raf.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-timeout.html => testing/web-platform/tests/requestidlecallback/callback-timeout.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-xhr-sync.html => testing/web-platform/tests/requestidlecallback/callback-xhr-sync.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/cancel-invoked.html => testing/web-platform/tests/requestidlecallback/cancel-invoked.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/idlharness.html => testing/web-platform/tests/requestidlecallback/idlharness.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/resources/post_name_on_load.html => testing/web-platform/tests/requestidlecallback/resources/post_name_on_load.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-insertDTMF.html => testing/web-platform/tests/webrtc/RTCDTMFSender-insertDTMF.https.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange-long.html => testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange-long.https.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange.html => testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange.https.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-addTrack.html => testing/web-platform/tests/webrtc/RTCPeerConnection-addTrack.https.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-ontrack.html => testing/web-platform/tests/webrtc/RTCPeerConnection-ontrack.https.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-removeTrack.html => testing/web-platform/tests/webrtc/RTCPeerConnection-removeTrack.https.html
rename : testing/web-platform/tests/webrtc/RTCRtpReceiver-getContributingSources.html => testing/web-platform/tests/webrtc/RTCRtpReceiver-getContributingSources.https.html
rename : testing/web-platform/tests/webrtc/RTCRtpReceiver-getSynchronizationSources.html => testing/web-platform/tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html
2017-10-20 11:07:49 +01:00
Sebastian Hengst bc6dddb88b merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: BY4c5BIOF81
2017-10-20 11:37:54 +02:00
Sebastian Hengst 24583b9443 merge mozilla-central to autoland. r=merge a=merge 2017-10-20 01:08:09 +02:00
Xidorn Quan e39d9574b6 Bug 1409444 - Update rand to 0.3.17. r=manishearth
MozReview-Commit-ID: DjCEQV9t2hi

--HG--
extra : rebase_source : 243c346795b212c90d24fff559f02aebf0aa7d72
2017-10-23 15:52:44 +11:00
Attila Craciun 252daa8e0a Merge mozilla-central to mozilla-autoland. r=merge a=merge CLOSED TREE 2017-10-26 12:32:58 +03:00
Attila Craciun 0cab95ab0f Merge inbound to mozilla-central r=merge a=merge 2017-10-26 12:20:45 +03:00
Benjamin Forehand Jr a31b8846c2 Bug 1408066 - Addon.js install fails if path is incorrect. r=whimboo
MozReview-Commit-ID: Eu5RUGU2bY4

--HG--
extra : rebase_source : 73e46adc80d454e2d321a44b78199e3cc4fadf67
2017-10-19 23:31:52 -07:00
maliu ee011aac6f Bug 1360587 - Part 1. Remove apk upload task, r=aki
MozReview-Commit-ID: RhXoazDESU

--HG--
extra : rebase_source : 0f0c63ac0be7c02ad419449b75ea91c159682f68
2017-10-25 21:03:02 +08:00
Sebastian Hengst 443416f881 Merge mozilla-central to autoland. r=merge a=merge 2017-10-26 00:39:55 +02:00
Blake Kaplan e850c0d611 Bug 1403428 - Handle a rare error case more gracefully. r=ato
In certain rare cases, it's possible for a previous test to close a window
between the executor getting the window list and trying to close the needed
windows.

MozReview-Commit-ID: GTzoOxBaPwl

--HG--
extra : rebase_source : 3f55e174a53317016cdfb050e5cddff1db620bc5
2017-10-19 17:16:34 -07:00
Sebastian Hengst 485da1eec8 Backed out changeset c2c746884242 (bug 1403027) for failing M-e10s(2,h2) without failure summary on Windows. r=backout on a CLOSED TREE
--HG--
extra : amend_source : e140ace761a6be91840cb282bc7c676561698291
2017-10-25 23:44:40 +02:00
Henrik Skupin 5e1acb21e9 Bug 1411314 - Move safebrowsing functional tests from /security to /safebrowsing. r=francois
MozReview-Commit-ID: 5Ue34V7quO6

--HG--
rename : testing/firefox-ui/tests/functional/security/test_safe_browsing_initial_download.py => testing/firefox-ui/tests/functional/safebrowsing/test_initial_download.py
rename : testing/firefox-ui/tests/functional/security/test_safe_browsing_notification.py => testing/firefox-ui/tests/functional/safebrowsing/test_notification.py
rename : testing/firefox-ui/tests/functional/security/test_safe_browsing_warning_pages.py => testing/firefox-ui/tests/functional/safebrowsing/test_warning_pages.py
extra : rebase_source : d9b5b731f7a5824dd0d27eaafcf8ef963d4aef44
2017-10-25 12:51:09 +02:00
Thomas Wisniewski 6bf7c6882a Bug 1403027 - Do not throw from PerformanceObserver.observe when none of the entryTypes are known (log a JS console warning instead); r=bz
MozReview-Commit-ID: Lx2cjWDX8sh

--HG--
extra : rebase_source : d7e8b3dfbf395de0c0d7b5b7ce716a37337735f5
2017-10-22 22:49:44 -04:00
Maja Frydrychowicz c15eeb26e9 Bug 1397187 - Split webdriver actions sequence tests into two files; r=jgraham
MozReview-Commit-ID: IYO7uxcFMzR

--HG--
extra : rebase_source : 966c9c7d065788cc97b085978f99240580c6aa17
2017-10-24 19:03:30 -04:00
Henrik Skupin a6bbee2356 Bug 1405474 - Add more attributes for elements in pprint output. r=ato
Currently pprint only checks for 'id' and 'class', and adds
those to the output. Given that lots of elements might not
have those attributes a couple more should be added, which
can help to uniquly identify those.

MozReview-Commit-ID: 3thefe4oLN3

--HG--
extra : rebase_source : e9d276229a39ce5169a333ecb5b1fcc10e935d2a
2017-10-18 20:54:13 +02:00
James Graham 3fb8a00dbc Bug 1411611 - Don't wait for the browser after a wpt test if it crashed, r=ato
When setting up waiting for the browser after a wpt test with
--pause-after-test, we try to communicate with a possibly-defunct
browser instance. In this case we should instead just retun since
waiting doesn't make sense.

MozReview-Commit-ID: ILrXOOIagK1

--HG--
extra : rebase_source : 49106c9ff86dcfc17d38e249c8db232b8ca31d61
2017-10-24 17:53:53 +01:00
Henrik Skupin 96398c78f6 Bug 1401498 - Release marionette-driver 2.4.0 and marionette-harness 4.2.0. r=ato
MozReview-Commit-ID: 3BvyKbOpNdT

--HG--
extra : rebase_source : a8255207b6524734feea0cbd072abaeb935db8c8
2017-10-25 15:42:01 +02:00
Johan Lorenzo ba71064e42 Bug 1407331 - Staging releases: Remove *-dev update channel r=bhearsum
MozReview-Commit-ID: 2hevL6EQjmq

--HG--
extra : rebase_source : 6cc77d8fa9deae4d1da3819b2749bd8ffabd6e72
2017-10-20 16:41:29 +02:00
Andreas Tolfsen c8ef9c9e6b Bug 1400256 - Adapt actions for implicitly unmarshaled elements. r=automatedtester
Since web element references are now implicitly unmarshaled when
they are passed to the content frame script, there is no need for
the actions module to check that the element origin is a reference
and try to look it up from the known element store.

MozReview-Commit-ID: 3BGBIBQMtR3

--HG--
extra : rebase_source : 1505fe15b060f85ad34628f34f67cfe96aaaa9c1
2017-10-09 19:55:27 +01:00
Andreas Tolfsen 84d01f24d6 Bug 1400256 - Marshal IPC messages to and from frame script. r=whimboo
MozReview-Commit-ID: BTDQDvu2pVE

--HG--
extra : rebase_source : 03f6c064dd0dbe973750cb5cfe5f9ae4ea86aee3
2017-10-05 17:57:17 +01:00
Andreas Tolfsen 179b8ccc6b Bug 1400256 - Recognise web element references in evaluate.toJSON. r=whimboo
MozReview-Commit-ID: BvKHGzsF0ie

--HG--
extra : rebase_source : f3e66b5173534193f357593e0d292199f4efe764
2017-10-05 17:55:52 +01:00
Andreas Tolfsen 34a0935ad5 Bug 1400256 - Use WebElement for marshaling web elements in evaluate.fromJSON. r=whimboo
MozReview-Commit-ID: KwjZ60WlyKp

--HG--
extra : rebase_source : c000e9a2e9607a6804813bfb05efa86460e167a6
2017-10-05 17:55:31 +01:00
Andreas Tolfsen 453b045c3a Bug 1400256 - Make element.Store work with web elements. r=whimboo
MozReview-Commit-ID: AitZAYFtpoF

--HG--
extra : rebase_source : eabb69bb1e6f39ef17d511f20b033eb760fe55a2
2017-10-05 18:01:35 +01:00
Andreas Tolfsen 0a60b466bc Bug 1400256 - Use web element references in action tests. r=whimboo
MozReview-Commit-ID: 2D3PdriqjYz

--HG--
extra : rebase_source : 62dabe7bf4349d79afc81abdcc68b73bf48ae894
2017-10-09 16:40:11 +01:00
Andreas Tolfsen 8153637695 Bug 1400256 - Drop unused arguments to evaluate.toJSON/fromJSON. r=whimboo
MozReview-Commit-ID: 8q0PK3M4rif

--HG--
extra : rebase_source : a7d7c4885eaa1a5a707d6cbb805b0e3b76a733be
2017-10-05 17:53:25 +01:00
Andreas Tolfsen 936135f0ac Bug 1400256 - Serialise IPC messages with evaluate.toJSON. r=whimboo
Instead of having commands serialising their own JSON-safe messages
when communicating with the content frame script, this patch changes
the AsyncMessageChannel to use evaluate.toJSON.

MozReview-Commit-ID: LmAVGEjqMTB

--HG--
extra : rebase_source : 7f39cccc1468217a8a6bcf107241fd5648cb24d2
2017-10-05 17:50:34 +01:00
Andreas Tolfsen 3e13cd2cbc Bug 1400256 - Use WebElement.generateUUID to make session ID. r=whimboo
MozReview-Commit-ID: FuYeCDySLu

--HG--
extra : rebase_source : f6945b7e073e0bb95d2fb13927b9229ec691f157
2017-10-05 17:11:26 +01:00
Andreas Tolfsen b4fef406e1 Bug 1400256 - Remove element.isWebElementReference. r=whimboo
Remove element.isWebElementReference in favour of
WebElement.isReference.

MozReview-Commit-ID: IOqx7XMUfCu

--HG--
extra : rebase_source : e25b0f709d3c11a6a26b937e9a72ca861fe34730
2017-10-05 17:07:48 +01:00
Andreas Tolfsen b6d0e8ec91 Bug 1400256 - Add web element abstractions. r=whimboo
This patch introduces a series of web element abstraction types for
representing web element references.

Adds a series of new types for representing web element references
in Marionette: ChromeWebElement, ContentWebElement, ContentWebFrame,
and ContentWebWindow.  The last three are direct representations of
web element, web frame, and web window definitions described in the
Webdriver specification.  The first is a custom Marionette type as
we also support retrieving XUL elements from chrome space and must
be considered proprietary.

Each of the classes extend the WebElement abstract type, which is
the primary entry point when unmarshaling JSON input from the client.
Based on the characteristics of the JSON Object, one of the different
concrete types will be constructed.

The purpose of this change is to make marshaling of elements and
WindowProxies easier, both when we receive web element reference
objects from clients and when transporting them over IPC internally.

The WebElement.fromUUID function should be considered a temporary
workaround until we have fixed the current Marionette clients to send
web element reference JSON Objects as input, instead of plain {id:
<uuid>, …} fields.

MozReview-Commit-ID: FGcRq5H1Tzp

--HG--
extra : rebase_source : fe82087e8935adb519e2934fc37f1d46c21d9187
2017-10-13 19:23:45 +01:00
Phil Ringnalda 3e5273e92b Backed out changeset fb90c2538141 (bug 1407331) for build bustage
CLOSED TREE

MozReview-Commit-ID: 2Z6OSmyov6P
2017-10-20 08:11:49 -07:00
Johan Lorenzo a8b9bec67b Bug 1407331 - Staging releases: Remove *-dev update channel r=bhearsum
MozReview-Commit-ID: 2hevL6EQjmq

--HG--
extra : rebase_source : 458f044ba397f5857e8f6bcd378676d43d6d5729
2017-10-20 16:41:29 +02:00
Sebastian Hengst 2592ce224a merge mozilla-central to autoland. r=merge a=merge 2017-10-20 11:45:03 +02:00
Brian Birtles c38308c79b Bug 1398038 - Implement extended property-indexed keyframe syntax; r=bz,hiro
This implements the changes specified in these three spec changesets:

  8efd180bd9
  f43ecdfbe5
  a4f1ad1a60

MozReview-Commit-ID: KFhgZ5ip6BA

--HG--
extra : rebase_source : aa18f8e3fbcd5d96194ff9a5239a3c415622dc2f
2017-10-18 16:12:21 +09:00
Brian Birtles cf71522e5a Bug 1398038 - Add tests for extended composite syntax; r=hiro
MozReview-Commit-ID: 1tbpTLqPfn1

--HG--
extra : rebase_source : 366dd4b80dfde9570c18d64d01f3c552f0b0d5af
2017-10-18 15:03:08 +09:00
Brian Birtles 0922f91b60 Bug 1398038 - Add tests for extended easing syntax; r=hiro
MozReview-Commit-ID: 7LkaWCrVvYD

--HG--
extra : rebase_source : 96ee7a5192daa5fb579ef33ce7dec4ab21734473
2017-10-18 15:01:20 +09:00
Brian Birtles e90def4a25 Bug 1398038 - Add tests for extended offset syntax; r=hiro
MozReview-Commit-ID: JE2BbSBT48e

--HG--
extra : rebase_source : 14e281f5581ec9ed4d0de789a4681b58a4677ab9
2017-10-18 14:12:17 +09:00
Brian Birtles c3b51ab3e9 Bug 1398038 - Organize keyframe tests into sections; r=hiro
This patch also drops some tests that were added at a point when shorthands were
expanded as part of processing a keyframes object. That is no longer the case
and so these tests should be removed (the equivalent logic is tested by
dom/animation/test/chrome/test_animation_properties.html which includes all
these tests).

MozReview-Commit-ID: BkL3kZsu4KX

--HG--
extra : rebase_source : 2a4a30bcc5ba5d87ea99dc1e5bb16cfd58118da0
2017-10-18 14:12:16 +09:00
Brian Birtles bfc68e31e9 Bug 1398038 - Drop redundant exception data from gInvalidKeyframesTests and gInvalidKeyframeEffectOptionTests; r=hiro
The data is always the same so there's no need to repeat it here.

MozReview-Commit-ID: 35OmrbyGq24

--HG--
extra : rebase_source : c920da2484457324332f35f68d909b8b067d9c7c
2017-10-18 14:12:16 +09:00
Brian Birtles ea84f92166 Bug 1398038 - Simplify keyframe test data; r=hiro
Writing out the full keyframes actually makes the tests harder to read,
especially when combined with an 80 character line length. By adding some very
simple helper methods we can improve the readability of these tests.

MozReview-Commit-ID: LxhelUrWAe8

--HG--
extra : rebase_source : 830a0aa6d7df7753365e5e0e5fb40c4a3ad18294
2017-10-18 14:12:16 +09:00
Brian Birtles eb7a4db9fa Bug 1398038 - Fix spacing of keyframes tests; r=hiro
This will make the following tests easier to read and is the JS style used by
tools such as prettier.

This patch does not touch gInvalidKeyframeEffectOptionTests, however, since we
expect to simplify that further in a later patch in this series.

MozReview-Commit-ID: CM6pfIAOeIB

--HG--
extra : rebase_source : 0d612ed9ddf93e01d8baa3f3ce7f1dc47d7e9a04
2017-10-18 14:12:16 +09:00
Brian Birtles 27b1ef32ee Bug 1398038 - Merge property-indexed and sequence keyframe lists; r=hiro
There doesn't seem to be any need to separate these and it only leads to
duplicated code.

MozReview-Commit-ID: IWXTPMHMls0

--HG--
extra : rebase_source : b66b2c503d26302a36d43b5c47909a2e8ebc3d6a
2017-10-18 14:12:16 +09:00
Brian Birtles 45d82398fa Bug 1398038 - Use single quotes in keyframe-*.js; r=hiro
This is the generally preferred JS style these days and what we have been using
in more recent tests.

MozReview-Commit-ID: 9kir1D2Imqe

--HG--
extra : rebase_source : 5285761516abd2a902549bc98b8d3d7f7dfdc3eb
2017-10-18 14:12:16 +09:00
Brian Birtles 0645c4b964 Bug 1398038 - Use slightly more modern JS in keyframe-*.js; r=hiro
MozReview-Commit-ID: BCIiGEtivzq

--HG--
extra : rebase_source : 3684c9b63cf4f2476672de484fa36677045c8c8a
2017-10-18 14:12:15 +09:00
Brian Birtles 1b30eb2184 Bug 1398038 - Split keyframe-tests.js out of keyframe-utils.js; r=hiro
It doesn't really make sense to have test data in a file call 'utils'.

MozReview-Commit-ID: BTMbeZKnvtJ

--HG--
extra : rebase_source : aa2fbec902450ce01e1daf72f90c883846f0ea2c
2017-10-18 14:12:02 +09:00
Brian Birtles 58b4ee2650 Bug 1398038 - Update web-platform-tests MANIFEST.json; r=hiro
This is just the output of running:

  ./mach wpt-manifest-update

MozReview-Commit-ID: KDgOfztbcFy

--HG--
extra : rebase_source : f14f9b7ee4ffef9f395626d444b85aa2d1c0ce01
2017-10-18 14:11:29 +09:00
Sebastian Hengst ab30e4a6f8 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-25 13:07:21 +02:00
Sebastian Hengst 74800ca743 merge autoland to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 5UT11zZbl2e
2017-10-25 13:01:33 +02:00
James Graham 6051f691bf Bug 1411528 - Disable service worker test for OOM during crash on Windows, a=testonly
MozReview-Commit-ID: 53HAc0GP9EQ
2017-10-25 10:48:28 +01:00
James Graham 6c2acef28e Bug 1410242 - Disable shadow-dom test for instability, a=testonly
MozReview-Commit-ID: 8gFReENg9X3
2017-10-25 10:48:26 +01:00
James Graham 5154d1429b Bug 1410248 - Disable speech-api test for intermittent crashes, a=testonly
MozReview-Commit-ID: 9tQO0tp8SE4
2017-10-25 10:48:25 +01:00
James Graham a3627af756 Bug 1410247 - Disable requestIdleCallback test for instability, a=testonly
MozReview-Commit-ID: DNOrhiwdhvm
2017-10-25 10:48:24 +01:00
James Graham 229e8d466e Bug 1410245 - Update wpt metadata, a=testonly
MozReview-Commit-ID: FjugaXdTO9N
2017-10-25 10:48:22 +01:00
James Graham 62afd489a0 Bug 1410245 - Update web-platform-tests to revision a372dce582c21c911056273eec042fd9073cbd60, a=testonly
MozReview-Commit-ID: CQzdR66hsXZ


--HG--
rename : testing/web-platform/tests/progress-events/interface.html => testing/web-platform/tests/XMLHttpRequest/progressevent-interface.html
rename : testing/web-platform/tests/cssom/MediaList.xhtml => testing/web-platform/tests/cssom/MediaList2.xhtml
rename : testing/web-platform/tests/old-tests/submission/Microsoft/dragdrop/dragdrop_support.js => testing/web-platform/tests/html/editing/dnd/resources/dragdrop_support.js
rename : testing/web-platform/tests/old-tests/submission/Microsoft/structuredclone/echo.js => testing/web-platform/tests/html/infrastructure/safe-passing-of-structured-data/echo.js
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox_011.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/sandbox_011.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_002.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_002.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_003.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_003.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_006.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_006.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_007.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_007.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_012.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_012.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_023.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_023.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_024.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_024.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_028.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_028.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/iframe_sandbox_029.htm => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/iframe_sandbox_029.htm
rename : testing/web-platform/tests/old-tests/submission/Microsoft/sandbox/sandbox.pdf => testing/web-platform/tests/html/semantics/embedded-content/the-iframe-element/support/sandbox.pdf
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/023.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/023.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/050.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/050.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/067.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/067.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/069.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/069.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/075.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/075.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/077.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/077.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/078.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/078.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/079.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/079.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/101.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/101.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/106-import.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/106-import.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/106-noimport.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/106-noimport.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/107-import.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/107-import.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/107-noimport.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/107-noimport.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/111.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/111.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/112.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/112.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/119.html => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/119.html
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/css/background.css => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/css/background.css
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/css/import.css => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/css/import.css
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/count-script-tags.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/count-script-tags.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/find-body.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/find-body.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/find-foo.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/find-foo.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-1.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-1.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-10.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-10.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-11.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-11.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-2.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-2.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-3.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-3.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-4.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-4.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-5.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-5.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-6.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-6.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-7.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-7.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-8.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-8.js
rename : testing/web-platform/tests/old-tests/submission/Opera/script_scheduling/scripts/include-9.js => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/execution-timing/scripts/include-9.js
rename : testing/web-platform/tests/assumptions/OWNERS => testing/web-platform/tests/infrastructure/assumptions/OWNERS
rename : testing/web-platform/tests/assumptions/canvas-background-ref.html => testing/web-platform/tests/infrastructure/assumptions/canvas-background-ref.html
rename : testing/web-platform/tests/assumptions/canvas-background.html => testing/web-platform/tests/infrastructure/assumptions/canvas-background.html
rename : testing/web-platform/tests/assumptions/html-elements.html => testing/web-platform/tests/infrastructure/assumptions/html-elements.html
rename : testing/web-platform/tests/assumptions/initial-color-ref.html => testing/web-platform/tests/infrastructure/assumptions/initial-color-ref.html
rename : testing/web-platform/tests/assumptions/initial-color.html => testing/web-platform/tests/infrastructure/assumptions/initial-color.html
rename : testing/web-platform/tests/assumptions/medium-font-size-ref.html => testing/web-platform/tests/infrastructure/assumptions/medium-font-size-ref.html
rename : testing/web-platform/tests/assumptions/medium-font-size.html => testing/web-platform/tests/infrastructure/assumptions/medium-font-size.html
rename : testing/web-platform/tests/assumptions/min-font-size-ref.html => testing/web-platform/tests/infrastructure/assumptions/min-font-size-ref.html
rename : testing/web-platform/tests/assumptions/min-font-size.html => testing/web-platform/tests/infrastructure/assumptions/min-font-size.html
rename : testing/web-platform/tests/assumptions/tools/build.sh => testing/web-platform/tests/infrastructure/assumptions/tools/build.sh
rename : testing/web-platform/tests/infrastructure/failing-test.html => testing/web-platform/tests/infrastructure/expected-fail/failing-test.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-exception.html => testing/web-platform/tests/requestidlecallback/callback-exception.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-idle-periods.html => testing/web-platform/tests/requestidlecallback/callback-idle-periods.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-iframe.html => testing/web-platform/tests/requestidlecallback/callback-iframe.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-invoked.html => testing/web-platform/tests/requestidlecallback/callback-invoked.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-multiple-calls.html => testing/web-platform/tests/requestidlecallback/callback-multiple-calls.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-removed-frame.html => testing/web-platform/tests/requestidlecallback/callback-removed-frame.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-timeout-with-raf.html => testing/web-platform/tests/requestidlecallback/callback-timeout-with-raf.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-timeout.html => testing/web-platform/tests/requestidlecallback/callback-timeout.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/callback-xhr-sync.html => testing/web-platform/tests/requestidlecallback/callback-xhr-sync.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/cancel-invoked.html => testing/web-platform/tests/requestidlecallback/cancel-invoked.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/idlharness.html => testing/web-platform/tests/requestidlecallback/idlharness.html
rename : testing/web-platform/tests/html/webappapis/idle-callbacks/resources/post_name_on_load.html => testing/web-platform/tests/requestidlecallback/resources/post_name_on_load.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-insertDTMF.html => testing/web-platform/tests/webrtc/RTCDTMFSender-insertDTMF.https.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange-long.html => testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange-long.https.html
rename : testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange.html => testing/web-platform/tests/webrtc/RTCDTMFSender-ontonechange.https.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-addTrack.html => testing/web-platform/tests/webrtc/RTCPeerConnection-addTrack.https.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-ontrack.html => testing/web-platform/tests/webrtc/RTCPeerConnection-ontrack.https.html
rename : testing/web-platform/tests/webrtc/RTCPeerConnection-removeTrack.html => testing/web-platform/tests/webrtc/RTCPeerConnection-removeTrack.https.html
rename : testing/web-platform/tests/webrtc/RTCRtpReceiver-getContributingSources.html => testing/web-platform/tests/webrtc/RTCRtpReceiver-getContributingSources.https.html
rename : testing/web-platform/tests/webrtc/RTCRtpReceiver-getSynchronizationSources.html => testing/web-platform/tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html
2017-10-25 10:45:59 +01:00
Attila Craciun a323e78c2b Merge mozilla-central to mozilla-inbound. r=merge a=merge CLOSED TREE 2017-10-25 12:36:59 +03:00
Steve Armand df510b4622 Bug 1403131 - Run linters against mozharness scripts and configs. r=rail
MozReview-Commit-ID: 3dkx1SQiIns

--HG--
extra : rebase_source : 45f049032243b8bbae7d052a89cefcdb2b7e1f60
2017-10-24 20:21:41 -04:00
Gabriele Svelto 84b68b502d Bug 1393800 - Have mochitests expecting crashes wait for the crashes to be recorded before clean up; r=mconley
This patch includes a bunch of somewhat related fixes, these are:

- Ensuring that when a mochitest calls SimpleTest.expectChildProcessCrash()
  the harness will wait for the crashes to be recorded before deleting the
  dump files. This involves a message round-trip between the content and
  parent process so to minimize its performance impact on all the non-crashing
  tests it is done only when required.
- As an additional optimization, the SimpleTest harness will not send a
  message to the content process anymore whenever it receives an
  ipc:content-shutdown event, instead it does it only for abnormal shutdowns.
- Manually fixing remaining mochitests causing crashes to wait for crashes to
  be recorded before finishing and deleting the dump files.
- Modifying BrowserTestUtils.crashBrowser() so that it optionally does not
  delete the dump files, this is useful for tests that submit their dumps and
  thus delete them on their own.


MozReview-Commit-ID: 4SLJ8BjJ18n

--HG--
extra : source : b5452a41bb962c6929292c5c538e19ac28d84fe7
2017-08-25 12:47:09 +02:00
Peter Major f8303b4ca2 Bug 1409195 - Improve Assert.throws documentation. r=mikedeboer,ato
Adds a new segment that should make it clearer that if the second
parameter of the Assert.throws method is of string type, the
parameter will not be used to verify the error message.

MozReview-Commit-ID: 6pYRfQwNYPi
2017-10-19 13:31:12 +01:00
Ted Mielczarek 2c59757b3c bug 1407368 - rename Breakpad's src/common/memory.h. r=gsvelto
memory.h conflicts with a system header, so we have workarounds to
change include paths to work around this.

This is mostly a cherry-pick of this upstream commit:
8bb3d55af7

..but the patch was applied separately to toolkit/crashreporter/google-breakpad
and toolkit/crashreporter/breakpad-client since we've forked the latter,
and there's also one other fixup of a source file included.

MozReview-Commit-ID: HH92HZG7y9n

--HG--
rename : toolkit/crashreporter/google-breakpad/src/common/memory.h => toolkit/crashreporter/google-breakpad/src/common/memory_allocator.h
rename : toolkit/crashreporter/google-breakpad/src/common/memory_unittest.cc => toolkit/crashreporter/google-breakpad/src/common/memory_allocator_unittest.cc
extra : rebase_source : d321475099f000482689d6a6fb8629274ee19a65
extra : histedit_source : d526c27d952dbe73aee87e24701e2a862e1ca3d2
2017-10-17 19:44:36 -04:00
Sebastian Hengst bf793df477 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: HasKw28SN45
2017-10-19 11:26:22 +02:00
Jessica Jong 0d1588d9f7 Bug 1408341 - Implement assignedSlot on Element and Text. r=smaug 2017-10-19 14:31:36 +08:00
Ryan VanderMeulen cb612851ed Merge inbound to m-c. a=merge 2017-10-18 21:01:34 -04:00
Geoff Brown b778b0197c Bug 1409875 - Make Android apk installation less chatty; r=me,test-only 2017-10-18 15:30:52 -06:00
Geoff Brown c4c7c9357a Bug 1390606 - Check <sdk>/emulator for emulator exe; r=nalexander 2017-10-18 15:30:48 -06:00
Geoff Brown baf21d699f Bug 1409055 - Improve devicemanager error handling when launching fennec; r=bc 2017-10-18 15:30:38 -06:00
Kim Moir fa05b759e8 Bug 1407330 - Configure buildbot-config and mozharness to use the staging build/tools repo r=mtabara 2017-10-18 16:50:16 -04:00
Blake Kaplan 3fa965430b Bug 1406212 - Remove references to extensions.e10sBlocksEnabling. r=Felipe
MozReview-Commit-ID: 11q3Go0IkPh

--HG--
extra : rebase_source : fdcf714d18effc964191665eb8422305bda92b65
2017-10-16 13:52:48 -07:00
Blake Kaplan 448808fee2 Bug 1406212 - Remove browser.tabs.remote.autostart.N. r=Felipe
These are no longer needed.

MozReview-Commit-ID: C49R7GsWPDg

--HG--
extra : rebase_source : 3711365017bf48c1f53315ce48fa419ac2a89b3e
2017-10-10 16:12:20 -07:00
Ryan VanderMeulen 9c3824dc0c Merge m-c to autoland. a=merge 2017-10-18 21:02:15 -04:00
Alexandre Poirot 1acbe72b21 Bug 1401207 - Implement ./mach talos --subtests to allow filtering DAMP tests. r=jmaher
MozReview-Commit-ID: BAaVYjOofJE

--HG--
extra : rebase_source : d672192ae2e23e9f7edc2fe55c829402363a2c6b
2017-10-17 09:00:00 -07:00
Alexandre Poirot 9107b9f013 Bug 1401207 - Refactor DAMP to more easily filter subtests. r=bgrins
MozReview-Commit-ID: GXpujntQ5F2

--HG--
extra : rebase_source : 04e178326d62f9cecf416829a1246968592b98e9
2017-10-17 08:59:17 -07:00
Sebastian Hengst f29266bc8b Backed out changeset 3219e7712baa (bug 1401207) for eslint failures in testing/talos/talos/tests/devtools/addon/content/damp.js. r=backout
--HG--
extra : amend_source : e45689b157898a7147026ee891b01dc7736ee79b
2017-10-19 00:06:26 +02:00
Sebastian Hengst 8191501d4d Backed out changeset f42923db714b (bug 1401207) 2017-10-19 00:06:20 +02:00
Alexandre Poirot 5995a00478 Bug 1401207 - Implement ./mach talos --subtests to allow filtering DAMP tests. r=jmaher
MozReview-Commit-ID: BAaVYjOofJE

--HG--
extra : rebase_source : 4ed15e50ceb1f2dddbdf89bc711712f3e80b3f0e
2017-10-17 09:00:00 -07:00
Alexandre Poirot 39b0a55bf6 Bug 1401207 - Refactor DAMP to more easily filter subtests. r=bgrins
MozReview-Commit-ID: GXpujntQ5F2

--HG--
extra : rebase_source : 04e178326d62f9cecf416829a1246968592b98e9
2017-10-17 08:59:17 -07:00
Mark Banner 77fa87faaa Bug 1409769 - Properly disable idle-daily for mochitests, to avoid background interactions. r=jmaher
MozReview-Commit-ID: 6yS6zwFjphd

--HG--
extra : rebase_source : a3652de9807376a24f576cce6b627f10d014e337
2017-10-18 16:29:37 +01:00
Blake Kaplan ec2bd7a65e Bug 1406212 - Remove the e10srollout extension. r=Felipe
MozReview-Commit-ID: 1y141p0MalB

--HG--
extra : rebase_source : 151f67eaf17afd2f01726221842b28410905d385
2017-09-28 15:54:36 -07:00
Andreas Tolfsen ac39cffaab Bug 1408508 - Move Context to browser module. r=maja_zf
To avoid circular dependencies, where file A depends on B depending
on A, we should strive towards fewer inter-dependencies and more
autonomy between modules.

For example, if testing/marionette/browser.js needs access to
the Context enum it can currently only attain it by importing
testing/marionette/driver.js.  Because driver.js imports browser.js,
we create a circular dependency and Cu.import enters an infinite
import recursion.

MozReview-Commit-ID: LGiA9sy9xrd

--HG--
extra : rebase_source : f1748894c4309a5bc34b72acd4931d7937e8810e
2017-10-16 17:47:35 +01:00
Sebastian Hengst 164fef69ff Backed out changeset 286a5ba56cec (bug 1408508) for eslint failure at testing/marionette/driver.js:881:50 | 'resp' is defined but never used. r=backout
--HG--
extra : amend_source : becc15136f2e7113ab248154be37dfa2bf923dc9
2017-10-18 20:28:15 +02:00
Andreas Tolfsen a03f21ac1c Bug 1409040 - Add element.isElement shorthand. r=maja_zf
Introduces new element.isElement shorthand API for identifying DOM-,
SVG-, and XUL elements.

It is the equivalent of this:

	if (element.isDOMElement(el) ||
	    element.isSVGElement(el) ||
	    element.isXULElement(el)) {
	  // ...
	}

MozReview-Commit-ID: H8MDkP5bQmW

--HG--
extra : rebase_source : 6bef09999e47b178614e4bd307266b4449f39901
2017-10-17 14:53:42 +01:00
Andreas Tolfsen b23b5f643a Bug 1409040 - Add element.isSVGElement. r=maja_zf
MozReview-Commit-ID: 4VCjHCnO3QB

--HG--
extra : rebase_source : f74e6a2ab48dfc59bc53b12f24e8a21131d8712c
2017-10-16 14:25:53 +01:00
Andreas Tolfsen ded7e79114 Bug 1409040 - Add element.isDOMWindow. r=maja_zf
In addition to tell DOM- and XUL elements apart we will in the
future need to identify WindowProxies because WebDriver expects
there to be a separate "web window" serialisation for these.

Telling if an abritrary object is a WindowProxy is tricky but we
check if its node.toString is callable, that it returns "[object
Window"], and finally that its "self" attribute is itself.  This is
not perfect, but good enough for now.

MozReview-Commit-ID: 6FLOa3qYLPP

--HG--
extra : rebase_source : 27d25d97facf73761a1600e88d938eb76b3bc005
2017-10-13 19:22:01 +01:00
Andreas Tolfsen 8d4160ddc0 Bug 1409040 - Add element.isDOMElement. r=maja_zf
Introduces a new element.isDOMElement function, similar to isXULElement,
for checking whether an element is a DOM element.

It follows the same formula as isXULElement by first testing if the
element is an object so we know we can accesss node.namespaceURI
and node.nodeType without causing a JS error.

MozReview-Commit-ID: 6Mlo33vu5LG

--HG--
extra : rebase_source : 547a2fc5bc0051e3bb51e14add4f57d1ff7972b9
2017-10-13 19:20:26 +01:00
Andreas Tolfsen 6332833688 Bug 1409040 - Make element.isXULElement more resiliant. r=maja_zf
Fixes isXULElement to recognise XBL elements, such as <xbl:framebox>.

Also tightens up the input checks so that arbitrary objects can be
tested, as checking node.namespaceURI directly could cause a JS error
if node is not an object.  Before checking the namespace we also ensure
it's an element node so that text- and comment nodes are not picked up.

This patch also introduces tests, which were sorely missing.

MozReview-Commit-ID: 8LNF1z3X1gP

--HG--
extra : rebase_source : ffacc5b1336b35624aaf0534101ce5c3fbdeaa95
2017-09-16 14:37:21 +01:00
Andreas Tolfsen fe6ba66d6c Bug 1409438 - Make references to mutable variables immutable. r=whimboo
References to mutable variables do not need mutable themselves.
This fixes a series of mutable variable warnings emitted by the
Rust compiler.

MozReview-Commit-ID: EosL5XNRRX4

--HG--
extra : rebase_source : 62aa86b2c6c87a5f39ee228dcad6b5e4162779d8
2017-10-17 17:04:11 +01:00
Andreas Tolfsen 4092fd5b34 Bug 1408508 - Move Context to browser module. r=maja_zf
To avoid circular dependencies, where file A depends on B depending
on A, we should strive towards fewer inter-dependencies and more
autonomy between modules.

For example, if testing/marionette/browser.js needs access to
the Context enum it can currently only attain it by importing
testing/marionette/driver.js.  Because driver.js imports browser.js,
we create a circular dependency and Cu.import enters an infinite
import recursion.

MozReview-Commit-ID: LGiA9sy9xrd

--HG--
extra : rebase_source : e4b69c91b9cf78705c902f1e5038d815b88114d0
2017-10-16 17:47:35 +01:00
Henrik Skupin 616e9c78ff Bug 1396880 - Skip not relevant checks in test_accessibility for webdriver click. r=ato
The test currently performs checks which will no longer raise the expected
accessibility exceptions if the webdriver conforming click is enabled. In
such a condition those specific situations are already covered in
test_click.py.

As long as the legacy click has not been fully removed keep running the
checks but only if the webdriver click is not in use.

MozReview-Commit-ID: 1DbKfJYADp

--HG--
extra : rebase_source : 2f56caf977f88768b1df2ad507587091af8708ba
2017-10-18 14:22:19 +02:00