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

11703 Коммитов

Автор SHA1 Сообщение Дата
Andreas Tolfsen a48c547ae5 Bug 1275249 - Update UI tests to get property where applicable; r=whimboo
In bug 1272653, Get Element Attribute was split into Get Element Attribute
for attributes and boolean attributes, and Get Element Property for
properties.

This patch addresses the fallout in the Firefox UI tests caused by
those patches.

MozReview-Commit-ID: 9S4epjmpU0o

--HG--
extra : rebase_source : 9f366abcf93e4132c697f664b19bcda778fcc514
2016-05-24 14:26:13 +01:00
Masayuki Nakano 4205d9edae Bug 1272578 part.3 Rename key name VolumeMute to AudioVolumeMute except on B2G r=smaug
VolumeMute was renamed to AudioVolumeMute in the latest draft and Chromium uses the new name. Therefore, we need to update this but Gaia uses the old name. So, we shouldn't rename on B2G until Gaia is fixed.

Note that this patch changes tests but they are not used by B2G. Therefore, just replacing with new name is enough.

Only forms.js is necessary #ifdef because the main purpose of forms.js is for B2G's IME framework. However, it's available on the other platforms if chrome needs to use it.

MozReview-Commit-ID: KSkcPbIovin

--HG--
extra : rebase_source : 4ff5d92b000599806367b002fd08aa5ae858ee4d
2016-05-21 00:57:18 +09:00
Masayuki Nakano 65d3998d32 Bug 1272578 part.2 Rename key name VolumeUp to AudioVolumeUp except on B2G r=smaug
VolumeUp was renamed to AudioVolumeUp in the latest draft and Chromium uses the new name. Therefore, we need to update this but Gaia uses the old name. So, we shouldn't rename on B2G until Gaia is fixed.

Note that this patch changes tests but they are not used by B2G. Therefore, just replacing with new name is enough.

Only forms.js is necessary #ifdef because the main purpose of forms.js is for B2G's IME framework. However, it's available on the other platforms if chrome needs to use it.

MozReview-Commit-ID: KzLVL5Y2dIN

--HG--
extra : rebase_source : d7a70f556684cdc99989e408e0e87a04e2da43d9
2016-05-21 00:55:48 +09:00
Masayuki Nakano 97f043ea9e Bug 1272578 part.1 Rename key name VolumeDown to AudioVolumeDown except on B2G r=smaug
VolumeDown was renamed to AudioVolumeDown in the latest draft and Chromium uses the new name. Therefore, we need to update this but Gaia uses the old name. So, we shouldn't rename on B2G until Gaia is fixed.

Note that this patch changes tests but they are not used by B2G. Therefore, just replacing with new name is enough.

Only forms.js is necessary #ifdef because the main purpose of forms.js is for B2G's IME framework. However, it's available on the other platforms if chrome needs to use it.

MozReview-Commit-ID: cq98qJnS8M

--HG--
extra : rebase_source : 98653e5427d9d4720d19011673cbb0f9cdf36f1a
2016-05-21 00:52:03 +09:00
Wander Lairson Costa 02f7c21789 Bug 1274765: Upgrade mercurial on docker images. r=garndt
Instead of using mockbuilds-repo to install mercurial, we do so through
pip.

--HG--
extra : rebase_source : b57a672ffcd3afaacc075f5e9798b1435b232c0e
2016-05-23 10:45:00 +02:00
Carsten "Tomcat" Book 8e59e85381 Backed out changeset 6afb408165ad (bug 1264325) for talos failures 2016-05-24 12:56:37 +02:00
Carsten "Tomcat" Book bbd4952213 Backed out changeset 8ac572a4580b (bug 1274992) 2016-05-24 12:56:15 +02:00
Carsten "Tomcat" Book 1200b08571 Backed out changeset 6b6ff9b207c1 (bug 1274992) 2016-05-24 12:56:13 +02:00
Joel Maher 6a0c8aadf4 Bug 1204281 - extend the timeout for linux64 debug mda jobs to 5400 seconds. r=dminor 2016-05-19 13:55:00 +02:00
Andreas Tolfsen 0e18b6c2d9 Bug 1272653 - Update tests to get property where appropriate; r=automatedtester
MozReview-Commit-ID: Apd1fZLrnTU
2016-05-24 10:34:43 +01:00
Andreas Tolfsen 47fd1a56f6 Bug 1272653 - Make Get Element Attribute spec compatible; r=automatedtester
MozReview-Commit-ID: K5PsnmRrDJk
2016-05-24 10:34:23 +01:00
Andreas Tolfsen adc408c1da Bug 1272653 - Implement WebDriver command Get Element Property; r=jgriffin
MozReview-Commit-ID: 5lfZkSYPthb
2016-05-24 10:34:17 +01:00
Andreas Tolfsen 4065e87dfd Bug 1272653 - Restructure element state test cases; r=jgriffin
MozReview-Commit-ID: L5rqWpSruYG
2016-05-24 10:34:09 +01:00
Andreas Tolfsen 749065a09e Bug 1272653 - Merge element state tests; r=jgriffin
Renames test_elementState.py to test_element_state.py to patch
Python naming conventions.  Merges test_getattr*.py tests into
test_element_state.py to match WebDriver specification chapter structure.

MozReview-Commit-ID: GkHgaUCdktp
2016-05-24 10:34:01 +01:00
Andreas Tolfsen b6a9cf2e30 Bug 1274638 - Store weak refs to windows outside of element store; r=automatedtester
Windows do not naturally belong in the seen element store, and it is
not naturally related to the scope as that of a browser.

MozReview-Commit-ID: JbQh5kDLDw

--HG--
extra : rebase_source : 075826f59a4fffc15dbbfa869eeb04b117a136da
2016-05-23 10:21:15 +01:00
Andreas Tolfsen a2d943c381 Bug 1275042 - Turn undefined error message- and stacktrace fields into strings; r=automatedtester
MozReview-Commit-ID: A2DYgTqp2rp

--HG--
extra : rebase_source : c1750ee5e5408f7fcb12895b7cb18b4c56a61b5d
2016-05-23 17:46:04 +01:00
Andreas Tolfsen 82050c610c Bug 1275043 - Return "no such window" error when listener cannot be reached; r=automatedtester
This is a stopgap solution to work with wdspec tests.  The proper solution
is to follow the steps as laid out by the specification with regards to
when existence of the current browsing context (i.e. listener) should
take place.

MozReview-Commit-ID: 5co9mfPmHir

--HG--
extra : rebase_source : c2ce333fa3ae40830934aa8f4f20873555534cab
2016-05-23 17:55:03 +01:00
Avi Halachmi f80f15fd49 Bug 1274992 - part2: talos: revert bug 1266181. r=jmaher 2016-05-23 21:33:50 +03:00
Avi Halachmi ca0aec900a Bug 1274992 - part1: talos: allow talos-powers to focus the content. r=jmaher 2016-05-23 21:31:37 +03:00
Avi Halachmi a4fc4fe220 Bug 1264325 - talos: allow running on windows 8.1/10 with python 2.7.11. r=jmaher 2016-05-23 21:57:02 +03:00
Edgar Chen 3ceac99520 Bug 1274526 - Part 2: Update web-platform-test expectation for parse-a-sizes-attribute.html; r=heycam
MozReview-Commit-ID: 5ESbJLzcpvz
2016-05-20 18:07:38 +08:00
James Graham 9693daf965 Bug 1274534 - Update web-platform-tests expected data to revision e806420984568cd76da78de27c832b0a927d9fc6, a=testonly
MozReview-Commit-ID: 76qdP6zDHad


--HG--
rename : testing/web-platform/meta/DOM-parsing/innerhtml-01.xhtml.ini => testing/web-platform/meta/domparsing/innerhtml-01.xhtml.ini
rename : testing/web-platform/meta/DOM-parsing/innerhtml-05.xhtml.ini => testing/web-platform/meta/domparsing/innerhtml-05.xhtml.ini
rename : testing/web-platform/meta/DOM-parsing/xml-serialization.xhtml.ini => testing/web-platform/meta/domparsing/xml-serialization.xhtml.ini
2016-05-24 08:41:15 +01:00
James Graham feaf3e9468 Bug 1274534 - Update web-platform-tests to revision e806420984568cd76da78de27c832b0a927d9fc6, a=testonly
MozReview-Commit-ID: 1KVr5OLKI3


--HG--
rename : testing/web-platform/tests/uievents/ClickFakeEvent.nondocument.html => testing/web-platform/tests/dom/events/Event-dispatch-detached-click.html
rename : testing/web-platform/tests/uievents/order-of-events/init-event-while-dispatching.html => testing/web-platform/tests/dom/events/Event-init-while-dispatching.html
rename : testing/web-platform/tests/uievents/constructors/constructors.html => testing/web-platform/tests/dom/events/Event-subclasses-constructors.html
rename : testing/web-platform/tests/DOM-parsing/createContextualFragment.html => testing/web-platform/tests/domparsing/createContextualFragment.html
rename : testing/web-platform/tests/DOM-parsing/innerhtml-01.xhtml => testing/web-platform/tests/domparsing/innerhtml-01.xhtml
rename : testing/web-platform/tests/DOM-parsing/innerhtml-03.xhtml => testing/web-platform/tests/domparsing/innerhtml-03.xhtml
rename : testing/web-platform/tests/DOM-parsing/innerhtml-04.html => testing/web-platform/tests/domparsing/innerhtml-04.html
rename : testing/web-platform/tests/DOM-parsing/innerhtml-05.xhtml => testing/web-platform/tests/domparsing/innerhtml-05.xhtml
rename : testing/web-platform/tests/DOM-parsing/innerhtml-07.html => testing/web-platform/tests/domparsing/innerhtml-07.html
rename : testing/web-platform/tests/DOM-parsing/insert_adjacent_html.html => testing/web-platform/tests/domparsing/insert_adjacent_html.html
rename : testing/web-platform/tests/DOM-parsing/insert_adjacent_html.js => testing/web-platform/tests/domparsing/insert_adjacent_html.js
rename : testing/web-platform/tests/DOM-parsing/insert_adjacent_html.xhtml => testing/web-platform/tests/domparsing/insert_adjacent_html.xhtml
rename : testing/web-platform/tests/DOM-parsing/outerhtml-01.html => testing/web-platform/tests/domparsing/outerhtml-01.html
rename : testing/web-platform/tests/DOM-parsing/outerhtml-02.html => testing/web-platform/tests/domparsing/outerhtml-02.html
rename : testing/web-platform/tests/DOM-parsing/xml-serialization.xhtml => testing/web-platform/tests/domparsing/xml-serialization.xhtml
2016-05-24 08:41:15 +01:00
Gijs Kruitbosch ff8adcb0fe Bug 888624 - add test for Firefox refresh, r=automatedtester,MattN
MozReview-Commit-ID: 4svIbYYGTKX

--HG--
extra : rebase_source : 2f04b3a21b45e15c9c3648fd301454a44676bdf2
2016-04-08 17:17:47 +01:00
Phil Ringnalda db3e2c7d7f Back out 8 changesets (bug 931445, bug 1274104, bug 1270386) for frequent e10s APZ mochitest failures starting with test_group_mouseevents.html
CLOSED TREE

Backed out changeset 6db35dcc6885 (bug 1274104)
Backed out changeset 0c2fc088a46d (bug 1274104)
Backed out changeset 17786141f3ac (bug 1274104)
Backed out changeset f7c6b58dddc1 (bug 1274104)
Backed out changeset 67407d1829a3 (bug 1270386)
Backed out changeset 82d2c5404d84 (bug 931445)
Backed out changeset 0921152b9f08 (bug 931445)
Backed out changeset f73352ab6f99 (bug 931445)
2016-05-23 18:42:32 -07:00
Wes Kocher e089e1ab3e Backed out changeset 17e20404362d (bug 1258489) 2016-05-23 12:46:05 -07:00
JMortelliti adb17a8b3c Bug 1273843: Unskip test_about_private browsing.py for e10s mode. r=whimboo.
MozReview-Commit-ID: Cbc7IvJniSJ

--HG--
extra : rebase_source : 27df6c8715bfef8370ec033f68ef854de193a760
2016-05-19 21:08:44 -04:00
Andrea Marchesini 6586afe162 Bug 1258489 - Implement HTMLInputElement.webkitdirectory, r=smaug 2016-05-23 17:02:18 +02:00
Gijs Kruitbosch 29525495be Bug 1272414 - rip out qemu/browser/b2g flags from marionette manifests, r=AutomatedTester
MozReview-Commit-ID: 9RjGgykh0pR

--HG--
extra : rebase_source : a5bc5e888cc24e05fb4b5843c3738aa5456aea80
2016-05-19 17:23:26 +01:00
Johan Lorenzo 47a1d0c413 Bug 1274924 - GeckoDriver.getTextFromDialog() throws "TypeError: can't convert null to object" r=automatedtester
MozReview-Commit-ID: G5p7gKjMYr7

--HG--
extra : rebase_source : 5784d1303e3f0df0177d6a03ccfae6a1e6936b2f
2016-05-23 12:16:04 +02:00
Carsten "Tomcat" Book 9c13012232 Backed out changeset 89c46a67642d (bug 959388) 2016-05-23 11:36:09 +02:00
Carsten "Tomcat" Book d84fb223d8 Backed out changeset 0e9913cfd157 (bug 1261002)
--HG--
extra : rebase_source : 3f4578f3132e09f04417faa01c9dfe4bdb694801
2016-05-23 11:22:08 +02:00
HoPang Hsu 951d35a5a4 Bug 1261002 - Part 2: Add a testcase for Node.isConnected. r=smaug 2016-05-20 16:31:29 +08:00
Thomas Nguyen 668477329c Bug 959388 - Update web platform test meta file. r=ckerschb
MozReview-Commit-ID: CBBHxaJPI6I

--HG--
extra : rebase_source : d5d80155801e53e30097a9f0c0df06d6f1653d3e
2016-05-19 12:13:42 +08:00
Mantaroh Yoshinaga 15ce3c0751 Bug 1096776 part 2 - Modify animation in order to support null timeline. r=birtles
MozReview-Commit-ID: 5iKUtNuqKeX

--HG--
extra : rebase_source : 1c228c136140e1b08355a467578ba6d2ea9c850e
2016-05-23 08:23:14 +09:00
Mantaroh Yoshinaga 7fdba59c48 Bug 1096776 part 1 - Add animation mochitest for examine timeline is null. r=birtles
MozReview-Commit-ID: 3QFFW0qZdyO

--HG--
extra : rebase_source : 675671a497d90b3bc9a9dcf792346a8a14d8b3db
2016-05-23 08:19:01 +09:00
Xidorn Quan 35dd574052 Bug 1274104 part 1 - Allow mochitest main document to request fullscreen. r=jmaher
MozReview-Commit-ID: 4x40C0yGGKR

--HG--
extra : source : fa300a4470f3622023132bcfbe81463249175df7
2016-05-23 09:03:32 +10:00
Wes Kocher 2c01a848d2 Merge m-c to inbound, a=merge CLOSED TREE 2016-05-20 21:21:51 -07:00
Boris Zbarsky ee97bc5aed Bug 1267989 part 3. Make suppressing event handling on a document also block script execution for that document. r=smaug
Note that we do this here instead of when we suspend timeouts, because it makes
it simpler to handle situations in which a window's document changes while
things are suspended/blocked.

The nsDocumentViewer.cpp is not strictly needed, but avoids some extraneous
calls to SuppressEventHandling with a 0 suppression count.
2016-05-20 23:13:18 -04:00
Boris Zbarsky 29016786b4 Bug 1272651. Fix fallback loading of <embed> inside an <object> with no type attribute to actually work reliably. r=qdot 2016-05-20 23:13:17 -04:00
Boris Zbarsky 2b85094faf Bug 909633. Remove the HTML Microdata API, since no one else ended up implementing it and now it's been removed from the spec. r=bkelly,jgraham 2016-05-20 23:13:17 -04:00
Andreas Tolfsen 0824f63ac1 Bug 1274271 - Remove unused function applyNamedArgs; r=automatedtester
MozReview-Commit-ID: DU5xHDLL4Ww

--HG--
extra : rebase_source : 59949b4c99e007231bf68f94bd1b513c7d43376b
2016-05-19 14:53:00 +01:00
Dustin J. Mitchell 76cf8381c4 Bug 1274385: don't retry decision tasks; r=garndt
MozReview-Commit-ID: IjnhKWgoxAG

--HG--
extra : rebase_source : 61e41dff628c1dce1907a85b3555ff9c3c1851de
2016-05-19 20:09:29 +00:00
Steve Fink e9c0a2efe8 Bug 1273639 - Fix nonunified spidermonkey builds, r=terrence
--HG--
extra : rebase_source : 4229d82148050e0970f4d269b2357bc7511ead4e
2016-05-19 11:27:57 -07:00
Dustin J. Mitchell d99040fe43 Bug 1274645: generate task labels for docker image builds; r=ahal
This monkey-patches the old taskcluster_graph code to avoid impacting branches
that are still using that support for decision graphs.  All of this will go
away when docker image builds become their own kind.

MozReview-Commit-ID: KukC3qqZDYA

--HG--
extra : rebase_source : 7bc4e89ad586120fdea78dfd7539633014ccc300
extra : source : 5e8b6de669628bf838432b93d1e1cff783b7ff62
2016-05-20 21:04:49 +00:00
Boris Zbarsky 653b3eb5a3 Bug 1273282. Fix the handling of numeric entities in xml-stylesheet href values. r=peterv 2016-05-19 13:48:11 -04:00
Boris Zbarsky 456a5afd83 Bug 1273932. Add another test for incumbent globals in addEventListener. r=smaug
--HG--
rename : testing/web-platform/tests/dom/events/EventListener-incumbent-global.sub.html => testing/web-platform/tests/dom/events/EventListener-incumbent-global-1.sub.html
rename : testing/web-platform/tests/dom/events/EventListener-incumbent-global.sub.html => testing/web-platform/tests/dom/events/EventListener-incumbent-global-2.sub.html
rename : testing/web-platform/tests/dom/events/EventListener-incumbent-global-subframe.sub.html => testing/web-platform/tests/dom/events/EventListener-incumbent-global-subframe-1.sub.html
rename : testing/web-platform/tests/dom/events/EventListener-incumbent-global-subframe.sub.html => testing/web-platform/tests/dom/events/EventListener-incumbent-global-subframe-2.sub.html
2016-05-19 13:48:10 -04:00
Joel Maher e8f576e87a Bug 1204281 - split linux64 debug taskcluster M(mda) into 3 chunks. r=dminor
MozReview-Commit-ID: 8c2agkVImum

--HG--
extra : rebase_source : e63a4b56c3f8ba414bfeda2e02db79fa21bf1a3a
2016-05-18 16:34:19 -04:00
Ryan VanderMeulen a90e9d792e Merge m-c to inbound. a=merge CLOSED TREE 2016-05-19 12:49:49 -04:00
Tim Huang ad550d017f Bug 1267910 - Part 2: Update all existing functions of add() and getCookiesFromHost() to make them origin attributes aware. r=jdm, r=mratcliffe
--HG--
extra : rebase_source : 3d8b306dfa83363c01c4db5d018c55fddf6d1595
2016-05-18 20:42:00 -04:00
Wander Lairson Costa 93dae42bdc Bug 1272154: Kill B2G emulator builds from TC. r=selenamarie
Emulators have been moved to tier 3.
2016-05-19 10:09:46 -03:00
Sebastian Hengst f10f24429e Backed out changeset 613c6e5d56a2 (bug 1272109) for failure in test_execute_script.py. r=backout on a CLOSED TREE 2016-05-17 13:40:44 +02:00
David Burns e0fb97970e Bug 1272109: Remove skip_if_b2g decorator for tests r=ato
It looks like when I landed bug 965308 it stopped looking at any tests
that had @skip_if_b2g decorator. Since we no longer need to support b2g
we should just remove the decorator.


MozReview-Commit-ID: 6EJoSTSCKDu

--HG--
extra : rebase_source : f0b0518633039ba4e742240979e03d37fb821fdf
extra : source : ec96e9cac1a38d1b1df3709b9d16c423e5ce368e
2016-05-12 11:51:08 +01:00
David Burns 42526cc80d Bug 1273275: scroll to the top of elements before interacting r=ato
This allows us to converge with webdriver project which scrolls to the
start of the element instead of the end.

MozReview-Commit-ID: ErQ18bTeo5m

--HG--
extra : rebase_source : 0cb69c80da561e0b0fda288841c415fd206fe907
2016-05-17 11:04:30 +01:00
Sebastian Hengst 68d5be6b79 bug 1273201 - Also also disable 018.html. r=frequent-intermittent 2016-05-17 09:50:18 +02:00
Brian Birtles 05ebe24ccd Bug 1264822 part 5 - Remove web-animations/animation-model/animation-types/not-animatable.html; r=hiro
Part 3 in this patch series introduces a test that checks this behavior more
strictly. If that test passes, this test is sure to pass as well.

MozReview-Commit-ID: 8UvESeSYYFl

--HG--
extra : rebase_source : 7c676f9efbc9caeedcc864d8e5698edb033aa64d
2016-05-17 14:10:34 +09:00
Brian Birtles b7858fac74 Bug 1264822 part 4 - Ignore shorthand properties when all their subproperties are not-animatable; r=hiro
This patch also includes a tweak to not-animatable.html to match the order in
which properties are enumerated on the object. This test was always in error but
we never noticed since the test failed before reaching the test in question.

Making the test dependent on the order in which object properties is enumerated
is not good but we will remove this test in the next patch. In this patch we
just make sure it passes.

MozReview-Commit-ID: AKXdHj4nUMv

--HG--
extra : rebase_source : 64270ae9d9cf68cdf534baaf198583fb1974025c
2016-05-17 14:09:11 +09:00
Brian Birtles ac54ca6ebe Bug 1264822 part 3 - Add a test that non-animatable properties are not accessed; r=hiro
We already have a test under
web-animations/animation-model/animation-types/not-animatable.html that checks
that non-animatable properties don't show up in the result from getKeyframes().
However, the spec says we should not even *read* those properties off the input
object(s).

This patch adds a test to check that we don't read non-animatable properties.
In a later patch we will remove the existing test since it will be redundant
after this test is added.

MozReview-Commit-ID: J11cUybTLcX

--HG--
extra : rebase_source : 84355bf19084a8c33f271c314ceca2572761cffd
2016-05-17 14:06:06 +09:00
Brian Birtles 1d58f2abaf Bug 1264822 part 2 - Move web-animations/keyframe-effect/keyframe-handling.html; r=hiro
To better match where the behavior under test is defined in the spec.

MozReview-Commit-ID: 6Uhypq7ZxDc

--HG--
rename : testing/web-platform/tests/web-animations/keyframe-effect/keyframe-handling.html => testing/web-platform/tests/web-animations/animation-model/keyframe-effects/the-effect-value-of-a-keyframe-effect.html
extra : rebase_source : b972ea3ab9778703a8eedfd4f58cd934befc428a
2016-05-17 14:06:03 +09:00
Brian Birtles bc000c0e75 Bug 1264822 part 1 - Move web-animations/animation-model/keyframes to keyframe-effects; r=hiro
To better match the outline of the spec.

MozReview-Commit-ID: LZrDJvql65s

--HG--
rename : testing/web-platform/meta/web-animations/animation-model/keyframes/effect-value-context.html.ini => testing/web-platform/meta/web-animations/animation-model/keyframe-effects/effect-value-context.html.ini
rename : testing/web-platform/tests/web-animations/animation-model/keyframes/effect-value-context.html => testing/web-platform/tests/web-animations/animation-model/keyframe-effects/effect-value-context.html
extra : rebase_source : aa2d5f7a44aa2a5c5e1c0244289797288bc40606
2016-05-17 14:05:58 +09:00
Wes Kocher 31cde1eb2a bug 1273201 - Also also disable 017.html
--HG--
extra : rebase_source : c4bccec351cc1d8974f5a2595e5d87a6e2d6a5f4
2016-05-16 16:51:25 -07:00
Wes Kocher 98d8b51243 Bug 1273291 - Disable focus.html because it's still timing out
--HG--
extra : rebase_source : 941f840defe432a617f23d078e7dee5915100963
2016-05-16 15:11:58 -07:00
Wes Kocher ffe383d84d Bug 1273201 - also Disable 016.html CLOSED TREE
--HG--
extra : rebase_source : 49fcfabea3a5db72b0ec79c79d909cf52ff6dd2b
2016-05-16 14:27:02 -07:00
Armen Zambrano Gasparnian 6780012b61 Bug 1232005 - Fix typo in dd29998a7d44. CLOSED TREE. r=garndt
MozReview-Commit-ID: K7E9w6XNssO

--HG--
extra : amend_source : 53bb6f611437b56b453223336adba121d78a8717
2016-05-16 17:26:53 -04:00
Kalpesh Krishna ac1c91ed44 Bug 1232005 - Generating all_tasks.json in gecko decision task for all branches. DONTBUILD. CLOSED TREE. r=armenzg
MozReview-Commit-ID: Bt0zfChh0ab

--HG--
extra : amend_source : 3adecabd0cfaad77f6afd9e6c6ae4ff8af2b6e0f
2016-05-16 16:35:01 -04:00
Wes Kocher 8a1f23909a Bug 1273247 - Disable unexpectedly not running focus-autofocus.html CLOSED TREE 2016-05-16 13:29:19 -07:00
Wes Kocher 2422d650c9 Bug 1273241 - Disable a number of currently failing CSP web platform tests CLOSED TREE
--HG--
extra : amend_source : 4ab84a0c30819e67faf3da424bbda86da246ffb6
2016-05-16 13:19:35 -07:00
Connor Sheehan c0a0294eba Bug 1268088 - Set Content-Type for uploaded files r=rail a=release DONTBUILD
--HG--
extra : amend_source : d0d0e046a3d324b3c3b4c2245c86a3d63e7d3a6c
2016-05-16 15:11:24 -04:00
James Graham e24880f068 Bug 1273201 - Disable unstable websockets test, a=testonly
MozReview-Commit-ID: G91irAXCba1
2016-05-16 19:33:32 +01:00
James Graham 91695742a1 Bug 1271877 - Make test that depends on focus wait for the window to have focus, rs=bz
MozReview-Commit-ID: HvvQQXWIQcO
2016-05-16 17:07:17 +01:00
James Graham 425f4a6665 Bug 1273093 - Fix too-short timeouts in CSP tests, rs=bz
MozReview-Commit-ID: 6O6lal4a2aM
2016-05-16 17:07:05 +01:00
James Graham 132a7d4707 Bug 1273176 - Update web-platform-tests expected data to revision 55905788bebbdfacb49c94e579e93c19531e0199, a=testonly
MozReview-Commit-ID: 3cU9aEBI2bQ


--HG--
rename : testing/web-platform/meta/DOMEvents/constructors.html.ini => testing/web-platform/meta/uievents/constructors/constructors.html.ini
rename : testing/web-platform/meta/DOMEvents/init-event-while-dispatching.html.ini => testing/web-platform/meta/uievents/order-of-events/init-event-while-dispatching.html.ini
rename : testing/web-platform/meta/DOMEvents/throwing-in-listener-and-window-error-event.html.ini => testing/web-platform/meta/uievents/throwing-in-listener-and-window-error-event.html.ini
2016-05-16 17:06:18 +01:00
James Graham c5302e2ee9 Bug 1273176 - Update to latest wptrunner, a=testonly
MozReview-Commit-ID: 5MonZP3e8gn
2016-05-16 17:05:53 +01:00
James Graham 32298a805b Bug 1273176 - Update web-platform-tests to revision 55905788bebbdfacb49c94e579e93c19531e0199, a=testonly
MozReview-Commit-ID: 9bnFcIi0oX3


--HG--
rename : testing/web-platform/tests/custom-elements/concepts/custom-elements-type-allowed-chars-first-char.html => testing/web-platform/tests/custom-elements/v0/concepts/custom-elements-type-allowed-chars-first-char.html
rename : testing/web-platform/tests/custom-elements/concepts/custom-elements-type-allowed-chars.html => testing/web-platform/tests/custom-elements/v0/concepts/custom-elements-type-allowed-chars.html
rename : testing/web-platform/tests/custom-elements/concepts/custom-elements-type-naming.html => testing/web-platform/tests/custom-elements/v0/concepts/custom-elements-type-naming.html
rename : testing/web-platform/tests/custom-elements/creating-and-passing-registries/new-registry-test.html => testing/web-platform/tests/custom-elements/v0/creating-and-passing-registries/new-registry-test.html
rename : testing/web-platform/tests/custom-elements/creating-and-passing-registries/no-registry-test.html => testing/web-platform/tests/custom-elements/v0/creating-and-passing-registries/no-registry-test.html
rename : testing/web-platform/tests/custom-elements/creating-and-passing-registries/share-registry-create-document.html => testing/web-platform/tests/custom-elements/v0/creating-and-passing-registries/share-registry-create-document.html
rename : testing/web-platform/tests/custom-elements/creating-and-passing-registries/share-registry-import-document.html => testing/web-platform/tests/custom-elements/v0/creating-and-passing-registries/share-registry-import-document.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/enqueuing-and-invoking-callbacks/invoke-callbacks.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/enqueuing-and-invoking-callbacks/invoke-callbacks.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/attached-callback-move-element-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attached-callback-move-element-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/attached-callback-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attached-callback-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-change-attribute-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-change-attribute-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-remove-attribute-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-set-attribute-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/attribute-changed-callback-set-attribute-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/created-callback-element-prototype-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/created-callback-element-prototype-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-order-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-order-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/created-callback-invocation-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/detached-callback-move-element-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/detached-callback-move-element-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/detached-callback-no-browsing-context-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/detached-callback-no-browsing-context-test.html
rename : testing/web-platform/tests/custom-elements/custom-element-lifecycle/types-of-callbacks/detached-callback-with-browsing-context-test.html => testing/web-platform/tests/custom-elements/v0/custom-element-lifecycle/types-of-callbacks/detached-callback-with-browsing-context-test.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/changing-is-attribute.html => testing/web-platform/tests/custom-elements/v0/instantiating/changing-is-attribute.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-constructor-is-attribute.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-constructor-is-attribute.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-constructor-local-name.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-constructor-local-name.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-constructor-namespace.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-constructor-namespace.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-constructor-node-document.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-constructor-node-document.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-constructor-prototype.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-constructor-prototype.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-prototype.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-prototype.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-type-is-attribute.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-type-is-attribute.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-type-local-name-and-is-attribute.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-type-local-name-and-is-attribute.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/custom-element-type-local-name.html => testing/web-platform/tests/custom-elements/v0/instantiating/custom-element-type-local-name.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-interface-type-is-a-local-name.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/create-element-interface-type-is-a-local-name.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-interface-type-is-a-type-extension.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/create-element-interface-type-is-a-type-extension.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-is-attribute.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/create-element-is-attribute.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-namespace.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/create-element-namespace.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-type-extension-is-a-type.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/create-element-type-extension-is-a-type.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-type-extension-unresolved.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/create-element-type-extension-unresolved.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/create-element-type-is-a-local-name.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/create-element-type-is-a-local-name.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/created-callback-create-element-ns.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/created-callback-create-element-ns.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/extensions-to-document-interface/created-callback-create-element.html => testing/web-platform/tests/custom-elements/v0/instantiating/extensions-to-document-interface/created-callback-create-element.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/non-configurable-constructor-property.html => testing/web-platform/tests/custom-elements/v0/instantiating/non-configurable-constructor-property.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/prototype-is-interface-prototype-object.html => testing/web-platform/tests/custom-elements/v0/instantiating/prototype-is-interface-prototype-object.html
rename : testing/web-platform/tests/custom-elements/instantiating-custom-elements/unchanged-attribute.html => testing/web-platform/tests/custom-elements/v0/instantiating/unchanged-attribute.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-default-namespace.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-default-namespace.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-duplicate-definition.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-duplicate-definition.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-invalid-type.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-invalid-type.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-local-name-lowercased.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-local-name-lowercased.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-name-is-null.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-name-is-null.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-no-interface-for-name.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-no-interface-for-name.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-svg-namespace-name-is-null.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-svg-namespace-name-is-null.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-svg-namespace.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-svg-namespace.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/definition-construction-algorithm-type-name-lowercased.html => testing/web-platform/tests/custom-elements/v0/registering/definition-construction-algorithm-type-name-lowercased.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/element-registration-algorithm-no-registry.html => testing/web-platform/tests/custom-elements/v0/registering/element-registration-algorithm-no-registry.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/extensions-to-document-interface/custom-element-name.html => testing/web-platform/tests/custom-elements/v0/registering/extensions-to-document-interface/custom-element-name.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/extensions-to-document-interface/custom-element-prototype.html => testing/web-platform/tests/custom-elements/v0/registering/extensions-to-document-interface/custom-element-prototype.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-custom-tag-ref.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-custom-tag-ref.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-custom-tag.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-custom-tag.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-custom-tag-ref.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-custom-tag-ref.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-custom-tag.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-custom-tag.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-type-extension-ref.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-type-extension-ref.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-type-extension.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-registered-type-extension.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-type-extension-ref.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-type-extension-ref.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-type-extension.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-css-test-type-extension.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-matching-query-selector-all.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-matching-query-selector-all.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-element-pseudoclass/unresolved-element-pseudoclass-matching-query-selector.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-element-pseudoclass/unresolved-element-pseudoclass-matching-query-selector.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-elements-interface-html-element.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-elements-interface-html-element.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-elements-interface-html-unknown-element.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-elements-interface-html-unknown-element.html
rename : testing/web-platform/tests/custom-elements/registering-custom-elements/unresolved-elements-interface-svg-element.html => testing/web-platform/tests/custom-elements/v0/registering/unresolved-elements-interface-svg-element.html
rename : testing/web-platform/tests/custom-elements/resources/blank.html => testing/web-platform/tests/custom-elements/v0/resources/blank.html
rename : testing/web-platform/tests/custom-elements/resources/import-master-async.html => testing/web-platform/tests/custom-elements/v0/resources/import-master-async.html
rename : testing/web-platform/tests/custom-elements/resources/import-master.html => testing/web-platform/tests/custom-elements/v0/resources/import-master.html
rename : testing/web-platform/tests/custom-elements/resources/import.html => testing/web-platform/tests/custom-elements/v0/resources/import.html
rename : testing/web-platform/tests/custom-elements/resources/register-and-create-custom-element.html => testing/web-platform/tests/custom-elements/v0/resources/register-and-create-custom-element.html
rename : testing/web-platform/tests/custom-elements/resources/x-element.html => testing/web-platform/tests/custom-elements/v0/resources/x-element.html
rename : testing/web-platform/tests/custom-elements/resources/x-mathml-element.html => testing/web-platform/tests/custom-elements/v0/resources/x-mathml-element.html
rename : testing/web-platform/tests/custom-elements/resources/x-svg-element.html => testing/web-platform/tests/custom-elements/v0/resources/x-svg-element.html
rename : testing/web-platform/tests/custom-elements/testcommon.js => testing/web-platform/tests/custom-elements/v0/testcommon.js
rename : testing/web-platform/tests/DOMEvents/ClickFakeEvent.nondocument.html => testing/web-platform/tests/uievents/ClickFakeEvent.nondocument.html
rename : testing/web-platform/tests/DOMEvents/OWNERS => testing/web-platform/tests/uievents/OWNERS
rename : testing/web-platform/tests/DOMEvents/constructors.html => testing/web-platform/tests/uievents/constructors/constructors.html
rename : testing/web-platform/tests/uievents/keyboard/key-mtest.css => testing/web-platform/tests/uievents/keyboard/key-manual.css
rename : testing/web-platform/tests/uievents/keyboard/key-mtest.js => testing/web-platform/tests/uievents/keyboard/key-manual.js
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/converted/DOM.event.flow.html => testing/web-platform/tests/uievents/legacy-domevents-tests/approved/DOM.event.flow.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/converted/dispatchEvent.click.checkbox.html => testing/web-platform/tests/uievents/legacy-domevents-tests/approved/dispatchEvent.click.checkbox.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/converted/domnodeinserted.html => testing/web-platform/tests/uievents/legacy-domevents-tests/approved/domnodeinserted.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/CompositionEvent.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/CompositionEvent.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMAttrModified.attrChange.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrChange.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMAttrModified.attrName.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.attrName.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMAttrModified.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMAttrModified.newValue.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.newValue.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMAttrModified.prevValue.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.prevValue.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMAttrModified.relatedNode.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMAttrModified.relatedNode.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMCharacterDataModified.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMCharacterDataModified.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMNodeInserted.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeInserted.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMNodeRemoved.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMNodeRemoved.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/DOMSubtreeModified.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/DOMSubtreeModified.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/KeyboardEvent.location.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.location.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/KeyboardEvent.modifiers.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/KeyboardEvent.modifiers.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/MouseEvent.image.map.area.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.image.map.area.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/MouseEvent.preventDefault.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MouseEvent.preventDefault.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/MutationEvent.hasFeature.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.hasFeature.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/MutationEvent.initMutationEvent.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.initMutationEvent.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/MutationEvent.relatedNode.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/MutationEvent.relatedNode.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.fail.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/ProcessingInstruction.DOMCharacterDataModified.fail.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/TextEvent.hasFeature.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.hasFeature.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/TextEvent.initTextEvent.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.initTextEvent.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/TextEvent.inputMode.IME.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.IME.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/TextEvent.inputMode.drop.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.drop.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/TextEvent.inputMode.keyboard.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.keyboard.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/TextEvent.inputMode.paste.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.paste.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/TextEvent.inputMode.script.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/TextEvent.inputMode.script.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/UIEvent.load.stylesheet.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/UIEvent.load.stylesheet.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/WheelEvent.Capture.Bubble.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.Capture.Bubble.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/WheelEvent.ctrlKey.zoom.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.ctrlKey.zoom.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/WheelEvent.deltaMode.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.deltaMode.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/WheelEvent.hasFeature.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.hasFeature.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/WheelEvent.initWheelEvent.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.initWheelEvent.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/WheelEvent.preventDefault.scroll.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/WheelEvent.preventDefault.scroll.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/compositionstart.data.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.data.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/compositionstart.keydown.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.keydown.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/compositionstart.preventDefault.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/compositionstart.preventDefault.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/converted/EventListener.dispatch.new.event.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/converted/EventListener.dispatch.new.event.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/dispatchEvent.UNSPECIFIED_EVENT_TYPE_ERR.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/dispatchEvent.UNSPECIFIED_EVENT_TYPE_ERR.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/dispatchEvent.click.checkbox.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/dispatchEvent.click.checkbox.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/focusin.relatedTarget.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusin.relatedTarget.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/focusout.relatedTarget.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/focusout.relatedTarget.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/hasFeature.Events.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.Events.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/hasFeature.feature.string.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/hasFeature.feature.string.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/mouseenter.ctrlKey.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.ctrlKey.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/mouseenter.relatedTarget.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseenter.relatedTarget.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/mouseleave.relatedTarget.html => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/mouseleave.relatedTarget.html
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/support/InvalidBitMap.png => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/InvalidBitMap.png
rename : testing/web-platform/tests/DOMEvents/tests/submissions/Microsoft/support/iepreview.png => testing/web-platform/tests/uievents/legacy-domevents-tests/submissions/Microsoft/support/iepreview.png
rename : testing/web-platform/tests/DOMEvents/event-phases-order.html => testing/web-platform/tests/uievents/order-of-events/event-phases-order.html
rename : testing/web-platform/tests/DOMEvents/init-event-while-dispatching.html => testing/web-platform/tests/uievents/order-of-events/init-event-while-dispatching.html
rename : testing/web-platform/tests/DOMEvents/throwing-in-listener-and-window-error-event.html => testing/web-platform/tests/uievents/throwing-in-listener-and-window-error-event.html
rename : testing/web-platform/tests/DOMEvents/throwing-in-listener-when-all-have-not-run-yet.html => testing/web-platform/tests/uievents/throwing-in-listener-when-all-have-not-run-yet.html
2016-05-16 17:05:32 +01:00
Brian Birtles f85abe7efb Bug 1268858 part 4 - Add tests that getKeyframes() returns the correct result when CSS variables are used; r=heycam
MozReview-Commit-ID: BZrd3FAhrrf
2016-05-13 11:56:10 +09:00
Brian Birtles 90fb66a530 Bug 1271904 - Rename KeyframeEffectReadOnly.getFrames() and KeyframeEffect.setFrames() to getKeyframes()/setKeyframes(); r=hiro, r=smaug
MozReview-Commit-ID: GwLLY39l1KE

--HG--
rename : dom/animation/test/css-animations/file_keyframeeffect-getframes.html => dom/animation/test/css-animations/file_keyframeeffect-getkeyframes.html
rename : dom/animation/test/css-animations/test_keyframeeffect-getframes.html => dom/animation/test/css-animations/test_keyframeeffect-getkeyframes.html
rename : dom/animation/test/css-transitions/file_keyframeeffect-getframes.html => dom/animation/test/css-transitions/file_keyframeeffect-getkeyframes.html
rename : dom/animation/test/css-transitions/test_keyframeeffect-getframes.html => dom/animation/test/css-transitions/test_keyframeeffect-getkeyframes.html
rename : testing/web-platform/meta/web-animations/keyframe-effect/setFrames.html.ini => testing/web-platform/meta/web-animations/keyframe-effect/setKeyframes.html.ini
rename : testing/web-platform/tests/web-animations/keyframe-effect/setFrames.html => testing/web-platform/tests/web-animations/keyframe-effect/setKeyframes.html
2016-05-13 09:40:52 +09:00
Gregory Szorc 83fc354edc Bug 1272202 - Upload raw resource usage data; r=jlund
Data is too valuable to waste. Let's upload the raw resource
data captured by the resource monitor so we can look at resource
usage in more detail whenever we want.

MozReview-Commit-ID: 5Q2EanSMD9v

--HG--
extra : rebase_source : 596fb330c8e1acab56cc3590f6a3b28cef2ebd01
2016-05-12 10:31:44 -07:00
Gregory Szorc 23c5c038a3 Bug 1272202 - Bump psutil and mozsystemmonitor package versions; r=jlund
mozsystemmonitor 0.1 has been released. It features support
for retrieving a dict of gathered data, making JSON export easy.
Let's use it. This version also requires psutil>=3.1.1, so bump
that version as well.

MozReview-Commit-ID: 9DsEQNjV6kJ

--HG--
extra : rebase_source : 45681261113e2d4624fc348ed8f7335d377752fa
2016-05-12 15:44:02 -07:00
Gregory Szorc 17d5d5efa5 Bug 1272202 - Bump version of mozsystemmonitor to 0.1; r=jlund
We're currently running version 0.0 in automation. This version
doesn't have as_dict(), which means we can't easily save data
to JSON.

Bump the version to 0.1 in preparation of releasing a new
version.

MozReview-Commit-ID: Kr3JqyRXk5j

--HG--
extra : rebase_source : 89f763acaa12e4357f4a23f8772f99c1a0fdb56f
2016-05-12 15:42:07 -07:00
Gregory Szorc d25774bf41 Bug 1272202 - Require psutil >= 3.1.1 in mozsystemmonitor; r=jlund
We have packages for 3.1.1 uploaded to our PyPI server used
for automation. There have been a number of bug fixes since the
version of psutil currently listed. Let's ensure we're running
a modern psutil to minimize our exposure to bugs on older
versions.

MozReview-Commit-ID: 6rDapZ8miFD

--HG--
extra : rebase_source : c66295828e0c95c4ffe57e579df41af508875027
2016-05-12 15:40:39 -07:00
Tom Tung cbc57001d9 Bug 1271069 - caches.match with wrong name should resolve to undefined. r=bkelly 2016-05-11 09:52:48 +08:00
Kim Moir f7316b6c57 Bug 1252003 - Add publish to balrog builder r=rail DONTBUILD 2016-05-12 15:20:55 -04:00
Henrik Skupin a3814775bf Bug 1271758 - Ensure that execute_script does not fail on closed chrome windows. r=ato
MozReview-Commit-ID: 7SMV36KuFCe

--HG--
extra : rebase_source : a15078b9f40c845945fbd6061cac0711a792e342
2016-05-11 22:10:51 +02:00
Dan Minor a4dfe739fb Bug 1272141 - Make web-platform-tests-create mach command create intermediate directories; r=jgraham
MozReview-Commit-ID: 5kd68NQTwXy

--HG--
extra : rebase_source : 47f68d11f51973d6492d52a4536f59d57d18447b
2016-05-11 17:17:47 -04:00
Geoff Brown 2f411e49ff Bug 1256300 - Import socket in testbase.py; r=bustage CLOSED TREE 2016-05-12 08:55:00 -06:00
Jonathan Kingston 11a106fd9b Bug 1252068 - Adding in reset prefs button on SSLNetError page. r=gijs
MozReview-Commit-ID: BJQ0cYlrS6O

--HG--
extra : transplant_source : %C7%FA%195%1C%87%1BDp%04%1CZI%A3N%94%F5%1Ch%3B
2016-05-04 17:10:45 +01:00
Patrick McManus 86ffca654a Bug 1267474 - cache-control: immutable tests 3/3 r=mayhemer
--HG--
extra : rebase_source : db44949e74498773f546be2e944194120ed4113f
2016-05-05 17:11:02 -04:00
David Burns 58e28177c6 Bug 1255806: remove use of nsIDOMWindowUtils.sendKeyEvent from Marionette r=ato
nsIDOMWindowUtils.sendKeyEvent() has been made obsolete so this removes its use
in Marionette

MozReview-Commit-ID: 970gSXdubbA

--HG--
extra : rebase_source : bda8bb50812aedfbcea24be565223751fe4956cf
2016-05-10 21:07:56 +01:00
Geoff Brown 556dca5fa2 Bug 1256300 - Add timeout to mozharness urllib2.urlopen call; r=jlund 2016-05-12 07:24:30 -06:00
Sebastian Hengst 64bc0da725 Backed out changeset f757f585e618 (bug 1088761) 2016-05-12 13:19:08 +02:00
John Dai 4971a1fd72 Bug 1088761 - Update web-platform tests for reportValidity(). r=smaug
--HG--
extra : rebase_source : 027f8d8e7aa2ebbec5561dd83149b19c16814665
2016-05-11 04:26:00 +02:00
Gregory Szorc ed7bf22170 Bug 1271077 - Print system resource utilization so it appears in Treeherder; r=jlund
The system resource utilization during job execution is important: it
gives us an idea of the efficiency (or lack thereof) of activities.

As bug 1271035 showed us, there can be some really wonky things going
on during job execution. To help us notice these things, this commit
prints some overall resource utilization data with the special
"TinderboxPrint" syntax so it appears in Treeherder. This should
hopefully draw the attention of more eye balls and cause people to
ask questions about what jobs are doing.

This supplements the existing printing of total resource usage in the
logs. Unfortunately nobody was really looking at that data because it
wasn't exposed that well. This commit should change that.

MozReview-Commit-ID: AXNRDS9lrOd

--HG--
extra : rebase_source : c5e6b440092853649456d89a1f7dc370ca4ec29a
2016-05-09 23:12:19 -07:00
Wes Kocher 40d9453396 Backed out changeset 8e610eb88dc7 (bug 1271636) for marionette failures in test_set_window_size.py 2016-05-11 12:11:01 -07:00
Henrik Skupin cb99c2dc43 Bug 1271917 - Fix menu reference to close page info window. r=maja_zf
MozReview-Commit-ID: 4XfI5yRBe4y

--HG--
extra : rebase_source : 495ce146f848fd77e8103d7e23078e5adb3f8112
2016-05-11 12:54:36 +02:00
Gregory Arndt 5cc6803552 Bug 1268925 - Check hg fingerprint when cloning in a decision task r=dustin
When cloning from mercurial the host fingerprint should be validated to the
currently known good fingerprint.  This needs to be stored in a commit
independent way so that rerunning tasks in the future do not fail if
the mercurial server's fingerprint is different at that time.

MozReview-Commit-ID: GTermkwGgdb

--HG--
extra : rebase_source : 12bfaed59ac56a6cf81d7a738764a13161927c91
2016-05-10 15:46:24 -05:00
Andreas Tolfsen 4cae01d704 Bug 945734 - Correct argument error in GeckoDriver#setScreenOrientation; r=automatedtester
MozReview-Commit-ID: 4G2GyeFJBJP

--HG--
extra : rebase_source : 2d8202085257de5e12157166991d064c5ee4ee5d
2016-05-10 14:31:04 +01:00
Andreas Tolfsen 1e71042e63 Bug 1271636 - Clarify language in error for GeckoDriver#setWindowSize; r=automatedtester
MozReview-Commit-ID: 5tz1bXQiBj4

--HG--
extra : rebase_source : b1a29c63dd0b0ca668fd6c1c1faa505b211171e3
2016-05-10 14:34:23 +01:00
Wes Kocher 1806870b06 Backed out 3 changesets (bug 1267474) foor test_immutable.js failures in xpcshell jobs
Backed out changeset 057f3f50441f (bug 1267474)
Backed out changeset 960d93f30c66 (bug 1267474)
Backed out changeset 0c059a0e87d7 (bug 1267474)
2016-05-11 10:32:33 -07:00
Rob Wood 4fc6229208 Bug 1268622 - Talos should specify whether a run is e10s as a special property of the suite; r=jmaher
MozReview-Commit-ID: 44T9tDqxKzC

--HG--
extra : rebase_source : 256d65dd5c035d07c520fd51412f7fc32400adfa
2016-05-10 16:16:44 -04:00
Patrick McManus aa7218be51 Bug 1267474 - cache-control: immutable tests 3/3 r=mayhemer
--HG--
extra : rebase_source : 118675f869e1735d527697f30efa84205ad7fcd1
2016-05-05 17:11:02 -04:00
Xidorn Quan 39fe310971 Bug 1271884 - Use the current python executable to run tooltool fetch rather than hard-coded python. r=jmaher
MozReview-Commit-ID: NEtTg3tih8

--HG--
extra : transplant_source : %60%A1%F4%29%F22%EFJ%D0%1D%BC%7B%1F%99%E9%95%E5_%3D%5C
2016-05-11 15:01:16 +10:00
Carsten "Tomcat" Book a283044b21 Backed out changeset 2ab63d0cea9f (bug 1267474) 2016-05-11 16:10:27 +02:00
Neil Deakin a4ee9d8df2 Bug 1249522, when a file is present, only specify file type, r=smaug 2016-05-11 10:04:19 -04:00
Patrick McManus 242180be37 Bug 1267474 - cache-control: immutable tests 3/3 r=mayhemer 2016-05-05 17:11:02 -04:00
Andreas Tolfsen 565d902519 Bug 1271596 - Remove unused emulator command functions; r=automatedtester
Bug 1123506 rewrote all the emulator handling in the listener, and a few
of the emulator related functions in testing/marionette/listener.js are
no longer needed.

MozReview-Commit-ID: 1iTjuZwcOJf

--HG--
extra : rebase_source : 088e6bbdcd52f906f2df1677a926654c1d50fc81
2016-05-10 11:50:57 +01:00
Andreas Tolfsen 86048a7b26 Bug 1271616 - Make BrowserObj into a module; r=automatedtester
No changes to the functionality of BrowserObj whatsoever.

MozReview-Commit-ID: JGg7eqil0qd

--HG--
extra : rebase_source : 89e2f535ec9ae17c9174e996445006e0a77111fe
2016-05-10 13:29:21 +01:00
Henrik Skupin 37ac3002c3 Bug 1271612 - Release mozlog 3.2. r=jmaher
MozReview-Commit-ID: I8JcpkeLzkv

--HG--
extra : rebase_source : 79bcb3512ba9b55c1c925287052beaf6ed084a81
2016-05-11 10:17:45 +02:00
Ryan VanderMeulen 43fdb89cf1 No bug - Add more chunks to Taskcluster reftest and web-platform-test jobs. 2016-05-10 22:21:40 -04:00
Boris Zbarsky 5ac1b1f8f2 Bug 1190641 part 3. Add the sandbox propagates to auxiliary browsing contexts flag to iframe sandboxing. r=ckerschb 2016-05-06 13:56:36 -04:00
Joel Maher c4d029f247 Bug 1052467 - reordering tps page list to avoid hang on winxp as winxp runs fewer pages. r=wlach
MozReview-Commit-ID: 7UGgR52GSa4

--HG--
extra : rebase_source : 7df21ce6b64af7068da8e8e31b15ec771ba25a48
2016-05-09 15:47:16 -04:00
Ryan VanderMeulen 096ed23589 Bug 1271347 - Add reftest-no-accel-e10s to one more spot in base_job_flags.yml. r=garndt 2016-05-10 10:31:26 -04:00
Geoff Brown 507b5493b2 Bug 1256300 - Add output timeout for tooltool fetches; r=rail 2016-05-10 08:05:13 -06:00
Dustin J. Mitchell 9c82e74a22 Bug 1268862: expire try jobs in a shorter time-period than default; r=nthomas
MozReview-Commit-ID: KUe6Sk0122w

--HG--
extra : rebase_source : 47111d4d381f43748d40e24373ec884c3cb2d248
2016-05-05 21:19:42 +00:00
Henrik Skupin ce5263701a Bug 1258343 - [mozlog] Fix HTML report generation for unicode characters. r=jmaher
MozReview-Commit-ID: 79l2BuNRIxq

--HG--
extra : rebase_source : 7d31e35abcb6f9b6dc44a19c07b4e5393e31e16d
2016-05-09 23:14:05 +02:00
Tim Huang 7d71e717c7 Bug 1270423 - Fix the nsICookieManager.remove() to reference originAttributes correctly at release build. r=ehsan 2016-05-05 09:12:00 +02:00
Tom Tung 842431d95a Bug 1243792 - P1 implement response.redirected - Fetch API & Cache API & ServiceWorker changed. r=bkelly, r=baku.
--HG--
extra : rebase_source : 29ec29361738c6d2446b410a98bd4876a689ce99
2016-05-03 09:48:40 +08:00
Carsten "Tomcat" Book a993b36b4a Backed out changeset dc42de66de8c (bug 1243791) landing with wrong bug number
--HG--
extra : rebase_source : b016defba5a12065b401d0d59b3f03e8b1d7cbe1
2016-05-10 12:50:15 +02:00
Bevis Tseng 9c64bc38f6 Bug 1268380 - Part 2: Add Test Coverage in Web Platform Tests. r=khuey
--HG--
extra : rebase_source : 2d07ceddafc6b78af8bc40f266aa401a136b55d2
2016-05-05 17:25:27 +08:00
Tom Tung 15b89607c6 Bug 1243791 - P1 implement response.redirected - Fetch API & Cache API & ServiceWorker changed. r=bkelly, r=baku. 2016-05-03 09:48:40 +08:00
Tom Tung 9b7890c9eb Bug 1243792 - P2 tests for response.redirected with and without cached. r=bkelly. 2016-04-11 22:45:37 +08:00
Carsten "Tomcat" Book 4a4aa387d6 Merge mozilla-central to mozilla-inbound 2016-05-10 12:14:54 +02:00
Carsten "Tomcat" Book e07e80ac43 merge mozilla-inbound to mozilla-central a=merge 2016-05-10 12:05:56 +02:00
Xidorn Quan 77024304e3 Bug 1270301 - Add test for SimpleTest.waitForCondition. r=jmaher
MozReview-Commit-ID: KNLvWJ7VQID

--HG--
extra : rebase_source : f0f5bdf0a2cf36588c72f7f9c6f44f7d57f4b920
extra : source : 24f4733086dd1d4390b77afe9aeaa4c1ada25ad8
2016-05-10 18:44:55 +10:00
Ryan VanderMeulen bfcbbc293e Bug 1271347 - Add some new Taskcluster e10s jobs and schedule them on Ash. r=garndt
--HG--
rename : testing/taskcluster/tasks/tests/fx_linux64_reftest_not_accelerated.yml => testing/taskcluster/tasks/tests/fx_linux64_reftest_not_accelerated_e10s.yml
rename : testing/taskcluster/tasks/tests/fx_linux64_reftest_not_accelerated_dbg.yml => testing/taskcluster/tasks/tests/fx_linux64_reftest_not_accelerated_e10s_dbg.yml
rename : testing/taskcluster/tasks/tests/fx_linux64_reftest_not_accelerated_opt.yml => testing/taskcluster/tasks/tests/fx_linux64_reftest_not_accelerated_e10s_opt.yml
2016-05-09 17:01:15 -04:00
Boris Zbarsky bd9f544a72 Bug 1268047 part 2. Change javascript: evaluation to ignore the return value if it's not a string. r=peterv 2016-05-09 22:25:40 -04:00
Boris Zbarsky 0b22501678 Bug 1268047 part 1. Some javascript:/navigation web platform test fixups. r=peterv 2016-05-09 22:25:39 -04:00
Brian Birtles 6d3b936823 Bug 1268858 part 1 - Move keyframe sequence test data to appropriate place in keyframe-utils.js; r=heycam
MozReview-Commit-ID: 8laNGaElWz6
2016-05-09 08:27:29 +09:00
Brian Birtles 107334bcdf Bug 1268858 part 0.5 - Replace DOS line endings in keyframe-utils.js with unix line endings; r=whitespace-only
I previously tried to make a similar change in
https://hg.mozilla.org/mozilla-central/rev/5896e929871b but somewhere along the
way the changeset became empty.
2016-05-10 08:37:24 +09:00
Henrik Skupin be7be9082c Bug 1262181 - Update install section of Firefox Puppeteer documentation. r=maja_zf
MozReview-Commit-ID: 1SSS0HGGqFy

--HG--
extra : rebase_source : dd3bba519119c1ea7d4a6162deeb24d1365996b7
2016-05-09 13:12:14 +02:00
Ryan VanderMeulen 174671db1d Bug 1271347 - Schedule only e10s TC jobs on Ash. r=garndt 2016-05-09 17:01:15 -04:00
Steve Fink b0e8bc56fc Bug 1267876 - Make usable on developer desktops, r=jorendorff
MozReview-Commit-ID: K6kMX8WD15g

--HG--
rename : js/src/devtools/rootAnalysis/README.txt => js/src/devtools/rootAnalysis/README.md
rename : testing/taskcluster/scripts/builder/build-browser-haz-linux.sh => testing/taskcluster/scripts/builder/build-haz-linux.sh
extra : rebase_source : dd87796d10456d83f3b2faa4d67cdf5feceb03be
extra : source : 69b3bf72b9d1a2dadb5a25cd43e82e92a37b29c6
2016-05-05 16:47:08 -07:00
Andreas Tolfsen 90edca9757 Bug 1123506 - Update references to __webDriverArguments; r=automatedtester
__marionetteParams was renamed to __webDriverArguments.

MozReview-Commit-ID: 9t1skl5MESf
2016-05-09 16:08:27 +01:00
Andreas Tolfsen 1d15796afc Bug 1123506 - Evaluate scripts in content with lasting side-effects; r=automatedtester
In order to achieve WebDriver parity, Marionette needs the ability to
evaluate scripts in content space with lasting side-effects.  This means
that state modifications should affect behaviour and state of the browsing
context, and such transgress the boundaries of the sandbox.

This patch brings a new script evaluation module that is shared between
code in chrome- and content space.  This brings the number of unique
script evaluation implementations in Marionette down from six to one.

evaluate.sandbox provides the main entry-point for execution.  It is
compatible with existing Marionette uses of Execute Script and Execute
Async Script commands in Mozilla clients, but also provides a new stateful
sandbox for evaluation that should have lasting side-effects.

It is not expected that Mozilla clients, such as testing/marionette/client
and the Node.js client in Gaia, should have to change as a consequence
of this change.

A substantial change to the script's runtime environment is that many
globals that previously existed are now only exposed whenever needed.
This means for example that Simple Test harness functionality (waitFor,
ok, isnot, is, &c.) is only available when using a sandbox augmented
with a Simple Test harness adapter.

Conversely, this patch does not expose marionetteScriptFinished as a
callback to asynchronous scripts for sandboxes which sandboxName parameter
is undefined, because this is what determines if the script should be
evaluated under WebDriver conformance constraints.  In all other cases
where sandboxName _is_ defined, the traditional marionetteScriptFinished
et al. runtime environment is preserved.

MozReview-Commit-ID: 8FZ6rNVImuC
2016-05-09 16:08:17 +01:00
Michael Comella 26cb856142 Bug 1260874 - Rename android-api-15-frontend job to android-test. r=sebastian
I followed the guide at:
  https://wiki.mozilla.org/Mobile/Fennec/Android/Task_Cluster_notes

To identify what to change.

MozReview-Commit-ID: HnKSSqym0aA

--HG--
rename : testing/mozharness/configs/builds/releng_sub_android_configs/64_api_15_frontend.py => testing/mozharness/configs/builds/releng_sub_android_configs/64_test.py
rename : testing/taskcluster/tasks/builds/android_api_15_frontend.yml => testing/taskcluster/tasks/builds/android_test.yml
extra : rebase_source : a4080ecc8afab781cbd81de7b2d2c1f9b3968757
2016-03-30 13:28:51 -07:00
Carsten "Tomcat" Book 0d5c5981a7 Backed out changeset b893641e2d9f (bug 1270317) to hopefully unbreak builds 2016-05-09 12:34:26 +02:00
Carsten "Tomcat" Book e680b22307 Backed out changeset b01744f2d97d (bug 1270317) 2016-05-09 12:34:10 +02:00
Carsten "Tomcat" Book 22833d30bb Backed out changeset e679c2e0b1b5 (bug 1270317) 2016-05-09 12:34:09 +02:00
Carsten "Tomcat" Book 2a08dfae2a Backed out changeset e97f355e24c9 (bug 1270317) 2016-05-09 12:34:08 +02:00
Carsten "Tomcat" Book c212343418 Backed out changeset 214b6958340a (bug 1270317) 2016-05-09 12:34:06 +02:00
Carsten "Tomcat" Book cfb8ab10ef Backed out changeset 20cb1be5da65 (bug 1270317) 2016-05-09 12:34:05 +02:00
Carsten "Tomcat" Book 5257224b2f Backed out changeset 86fccb7da8ac (bug 1270317) 2016-05-09 12:34:04 +02:00
Carsten "Tomcat" Book 0c3931f25f Backed out changeset beded14a92c5 (bug 1270317) 2016-05-09 12:34:03 +02:00
Carsten "Tomcat" Book 12a780d391 Backed out changeset 273d52aff2ad (bug 1270317) 2016-05-09 12:34:01 +02:00
L. David Baron 5aafe1d979 Bug 567283 patch 4 - Support #rgba and #rrggbbaa colors in CSS. r=xidorn
This adds support for #rgba and #rrggbbaa colors to CSS.  This feature
is specified in https://drafts.csswg.org/css-color-4/#hex-notation .

This adds new types to nsCSSValue so that we can serialize the syntax
that was specified, as we do for other distinctions in how colors are
specified.

It does not change the behavior of the hashless color quirk, which
continues to support only 3 and 6 digit colors as specified in
https://quirks.spec.whatwg.org/#the-hashless-hex-color-quirk (step 4).

This changes property_database.js to remove various uses of 4 and 8
digit colors as invalid values.  It then adds them in slightly fewer
places as valid values, but more thoroughly testing both initial and
non-initial values on 'color'.

It marks two canvas tests explicitly testing this feature as no longer
known to fail by removing their .ini files.

Finally, it adjusts the web platform test testing the hashless color
quirk to no longer treat 4 and 8 digit colors with hashes as invalid
values.  Removing the relevant test items seems like the right thing
since they're in a section where 3 and 6 digit colors were skipped but
other lengths were tested.  Modifying this imported test is OK since:
  <jgraham> dbaron: Commit the change you want to m-c, it is
    (semi-)automatically upstreamed every so often (typically
    about once a week)

MozReview-Commit-ID: IFq4HxaRkil
2016-05-08 22:16:42 -07:00
Aryeh Gregor b607cb2e71 Bug 1269712 - <track kind=invalid> should behave like metadata, not subtitles; r=bz
This follows a spec change <https://github.com/whatwg/html/issues/293>,
which AFAIK no other browser has implemented, so it has some regression
potential.

The web-platform tests changed are out-of-date and match the old spec,
so I'm changing them here to match the new spec.
2016-05-08 14:46:20 +03:00
James Graham db0cf2d998 Bug 1270508 - Update web-platform-tests expected data to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: 3SZYeNaUf2R
2016-05-07 09:05:39 +01:00
James Graham df2ee20f9e Bug 1270508 - Update web-platform-tests to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: JLzeheMYLlz
2016-05-07 09:05:37 +01:00
Wes Kocher 419e80ad06 Merge m-c to inbound, a=merge 2016-05-06 15:58:32 -07:00
Wes Kocher b17d7be7c1 Merge fx-team to central, a=merge 2016-05-06 15:57:08 -07:00
David Burns 6420fa4705 Bug 1258316 - Have marionette call maximize() on window instead of resize r=ato
This allows use to be able restore the window size if we wanted to.

MozReview-Commit-ID: Kx3JH1UroI2

--HG--
extra : rebase_source : 1b41e6b488eee2b4cbbea1104323b5807890b368
2016-05-06 21:15:13 +01:00
Wes Kocher 6586a41d87 Backed out changeset 08754cfc737c (bug 1123506) for various test bustage due to ` JavascriptException: JavascriptException: ReferenceError: __marionetteParams is not defined` CLOSED TREE 2016-05-06 15:12:14 -07:00
J. Ryan Stinnett 1b0b375ad7 Bug 1270596 - Upgrade to ESLint 2.9.0. r=ahal
MozReview-Commit-ID: IylFUWf1HVG
2016-05-06 10:41:04 -05:00
Joel Maher f57aa57196 Bug 1257570 - --spsProfile doesn't work from try syntax. r=wlach
MozReview-Commit-ID: 50N5inHlBsd

--HG--
extra : rebase_source : a66dc04a5f7e0ae5b43a18a00d744f4a635f0035
2016-05-06 09:38:34 -04:00
Jan Henning 2bd21731f2 Bug 1268177 - Disable background tab zombifications during tests. r=margaret
During tests that open additional tabs, the main test tab controlling the test is at risk of being zombified if a memory pressure event arrives, which breaks the test and leads to the test timing out. Therefore, we now disable background tab zombifications during tests.

This means that there's a slightly increased risk of being OOM killed instead, however
- the tabs opened by the tests themselves are normally relatively short-lived anyway
- we're no worse off than if the tab containing the test harness code had been zombified.

MozReview-Commit-ID: 1Ntvn4yjWlZ

--HG--
extra : transplant_source : %E78%93%3B%0F%5DnX%BC%E6G%10%B2%B5%1B%3A%9F%CE%F9%DD
2016-04-29 21:19:43 +02:00
Edgar Chen ba0d0471ef Bug 1264467 - Force a reload only when crossOrigin's state is really changed. r=jdm
MozReview-Commit-ID: F0wvy4TkPiQ
2016-04-14 18:53:44 -04:00
Henrik Skupin 57680e3919 Bug 1270820 - Improve failure messages for Wait().until() calls in Firefox UI testcase classes. r=maja_zf
MozReview-Commit-ID: IML3RZy3kXD

--HG--
extra : rebase_source : 55bb0796a0c29e11b659015985e0b64413247801
2016-05-06 17:31:22 +02:00
Rail Aliiev 61de32e703 Bug 1265425 - Fix buildbot properties r=coop a=release DONTBUILD
MozReview-Commit-ID: DBWsXeSuobI

--HG--
extra : rebase_source : 491d42f48534838e860b2201f408f917dac1a9d4
2016-05-06 07:01:30 -04:00
Ben Kelly 117f82a98c Bug 1270673 Fix wpt stream tests to reference new service-worker test-helpers.sub.js. r=jgraham 2016-05-06 06:33:38 -07:00
Henrik Skupin daf4cc9886 Bug 1270040 - Fix host usage in control center for fx ui tests. r=Gijs
MozReview-Commit-ID: 65RpUfoJEiW

--HG--
extra : rebase_source : 2a515489c20ca7a06775d19dad652d5fb6ff3919
2016-05-04 13:50:00 +02:00
Henrik Skupin 2f07b8ee9e Bug 1270040 - Fix fx ui tests regressions for certerror page merge. r=Gijs
MozReview-Commit-ID: D7qCF9q1eGY

--HG--
extra : rebase_source : e25095b66d5c37b5f47a5470252d5a3ad005d6e9
2016-05-04 13:46:02 +02:00
Henrik Skupin a1d418d3f2 Bug 1270040 - Fix test_unknown_issuer.py for cert domain changes. r=Cykesiopka
MozReview-Commit-ID: JcEe9bo2jEC

--HG--
extra : rebase_source : 01ca0c742819cf3d40b77d5c43a5ed634863e037
2016-05-04 12:30:44 +02:00
Andreas Tolfsen 2b77034fa3 Bug 1123506 - Evaluate scripts in content with lasting side-effects; r=automatedtester
In order to achieve WebDriver parity, Marionette needs the ability to
evaluate scripts in content space with lasting side-effects.  This means
that state modifications should affect behaviour and state of the browsing
context, and such transgress the boundaries of the sandbox.

This patch brings a new script evaluation module that is shared between
code in chrome- and content space.  This brings the number of unique
script evaluation implementations in Marionette down from six to one.

evaluate.sandbox provides the main entry-point for execution.  It is
compatible with existing Marionette uses of Execute Script and Execute
Async Script commands in Mozilla clients, but also provides a new stateful
sandbox for evaluation that should have lasting side-effects.

It is not expected that Mozilla clients, such as testing/marionette/client
and the Node.js client in Gaia, should have to change as a consequence
of this change.

A substantial change to the script's runtime environment is that many
globals that previously existed are now only exposed whenever needed.
This means for example that Simple Test harness functionality (waitFor,
ok, isnot, is, &c.) is only available when using a sandbox augmented
with a Simple Test harness adapter.

Conversely, this patch does not expose marionetteScriptFinished as a
callback to asynchronous scripts for sandboxes which sandboxName parameter
is undefined, because this is what determines if the script should be
evaluated under WebDriver conformance constraints.  In all other cases
where sandboxName _is_ defined, the traditional marionetteScriptFinished
et al. runtime environment is preserved.

MozReview-Commit-ID: 8FZ6rNVImuC

--HG--
extra : rebase_source : 38cc7b1e374fd42afb213133fd1a5e11bf8bdd95
2016-02-26 14:36:39 +00:00
Steve Fink 24cca19816 Backed out changeset 69b3bf72b9d1 (bug 1267876) on a CLOSED TREE
MozReview-Commit-ID: FRR8EgrjtDX

--HG--
rename : js/src/devtools/rootAnalysis/README.md => js/src/devtools/rootAnalysis/README.txt
rename : testing/taskcluster/scripts/builder/build-haz-linux.sh => testing/taskcluster/scripts/builder/build-browser-haz-linux.sh
extra : amend_source : 19525de501a17ab208ed4c92956b3dd75520cf6e
extra : histedit_source : 3206492a624870292018495474ed75e00534f9e9
2016-05-06 13:55:41 -07:00
Steve Fink 5c3dc60ab4 Bug 1267876 - Make usable on developer desktops, r=jorendorff
MozReview-Commit-ID: K6kMX8WD15g

--HG--
rename : js/src/devtools/rootAnalysis/README.txt => js/src/devtools/rootAnalysis/README.md
rename : testing/taskcluster/scripts/builder/build-browser-haz-linux.sh => testing/taskcluster/scripts/builder/build-haz-linux.sh
extra : rebase_source : 1791028b202c29f0d376bf840ed177a5effbe77c
extra : histedit_source : 53a2f102613ae128d09677a06470bdda2ee7e8df
2016-05-05 16:47:08 -07:00
William Lachance ccaae03fd3 Bug 1270617 - Fix suite summary lines in treeherder r=ahal
MozReview-Commit-ID: DBKSoUFM5uw

--HG--
extra : rebase_source : a3fbcff50ffdb91448af2eae3baec78c0f716dd3
2016-05-05 16:05:07 -04:00
David Burns a1f95963a9 Bug 965308: Remove b2g capability returned on startup r=ato
This removes a hack that was left behind so to not break eideticker
and mochitests on b2g.

MozReview-Commit-ID: 3n02qaAIPyp

--HG--
extra : rebase_source : 5e81c5ee42e152681f7306185c49f4b4628ac9b6
2016-05-06 00:02:04 +01:00
Steve Fink 0d4c159a93 Bug 1270888 - Add spidermonkey arm64 simulator task, r=jmaher
MozReview-Commit-ID: 61Ou54OV6Nr

--HG--
extra : rebase_source : c69c7683ffe8a9dbc9fb309938d2fdbc87e64cb9
2016-05-06 10:25:59 -07:00
Steve Fink cc388bdbcd Bug 1270888 - Fix the sm-* build types; they are debug but claim to be opt, r=jmaher
MozReview-Commit-ID: 2rXVMCToDhR

--HG--
extra : rebase_source : 20ad31daa5508bba4b3ea037e87bd829adda36ec
2016-05-06 12:40:57 -07:00
Henrik Skupin 3c7afa1336 Bug 1270256 - Update UpdateWizard class for removal of incompatible add-ons check. r=maja_zf
MozReview-Commit-ID: 8kDS0vtmcFM

--HG--
extra : rebase_source : e1ce0dcc77cfef1e53b5fd4d347e11a530cc22d0
2016-05-06 18:51:43 +02:00
Armen Zambrano Gasparnian b9a7729633 Bug 1270936 - Remove duplicate entries on try job flags. r=dustin
MozReview-Commit-ID: DploNskceAi

--HG--
extra : rebase_source : 6a1aacbd1f7258f9b1c6b944890ac540fcf5ba41
extra : histedit_source : 3159115e71a58a4f20ba619f986b5e0c8ddf7aec
2016-05-06 12:59:21 -04:00
Armen Zambrano Gasparnian 8a81728c6c Bug 1270885 - Enable Linux64 e10s debug mochitest-gl jobs. r=gbrown
MozReview-Commit-ID: K47ozR6Ifta

--HG--
extra : rebase_source : 696ac5d6c0bca5c574a25483a97c8099436cec17
extra : histedit_source : 1a934321975388af3d94a7f718ecfd1f4ae4cf73
2016-05-06 12:54:35 -04:00
Wes Kocher 462fc252b3 Backed out 3 changesets (bug 1190641) for failures in test_dialogArguments.html and test_iframe_sandbox_modal.html
Backed out changeset ef1d1a433415 (bug 1190641)
Backed out changeset b037f2642082 (bug 1190641)
Backed out changeset 733eacd2ed13 (bug 1190641)

--HG--
extra : rebase_source : 218cf6d49e6f71742da7c69cf42b0a6a355e1863
2016-05-06 12:54:16 -07:00
Gregory Szorc 01ada9de5b Bug 1270317 - Record hg version and install info; r=jlund
hgtool printed the hg version info when running. This is useful data
when debugging Mercurial failures. Add it back in.

We also add `hg debuginstall`, which prints useful bits about the
install, including the Python path and version.

MozReview-Commit-ID: IeKhfWDXEys

--HG--
extra : rebase_source : 93496db608a2f9480e521c526e30a25646583997
2016-05-06 11:00:29 -07:00
Gregory Szorc e944883993 Bug 1270317 - Stop using hgtool for Firefox builds; r=jlund
Now that the MercurialVCS VCS tool does things optimally, we no longer
need to use hgtool!

Again, this will effectively require a modern Mercurial version or
things will fail.

MozReview-Commit-ID: 9SM9qfYGlU6

--HG--
extra : rebase_source : 541303fb53a4ebd9aa4fd3313f8c72182d01ad37
2016-05-06 10:59:52 -07:00
Gregory Szorc 9bda169114 Bug 1270317 - Use modern, optimal cloning in MercurialVCS.ensure_repo_and_revision(); r=jlund
The code for ensure_repo_and_revision() has been completely overhauled.

We now require shared repos using auto pooled storage via the share
extension. This ensures that only a single copy of a logical
repository's history is stored on disk. e.g. if you clone
mozilla-central, inbound, and try, they'll all automatically share the
same storage.

The new code ensures the destination repo is using modern conventions
and will delete the destination repo if it isn't. So once this gets
deployed to production, machines will slowly start using optimal
storage. This should make VCS operations significantly faster.

Another optimization that is now in here is we check for presence of the
wanted revision before doing `hg pull`. This saves some communication
with the server if the revision is already present locally.

This change effectively requires a modern version of Mercurial to be
installed to run ensure_repo_and_revision(). Since Mercurial <3.7.3 has
security vulnerabilities, we shouldn't be running <3.7.3 in automation.
So I think this will be OK. If not, it will certainly be easy to
identify which machines aren't updated!

MozReview-Commit-ID: 62jtAsDj7rU

--HG--
extra : rebase_source : a43d7f54b16e71940e45ddf05402449575fccfee
2016-05-06 10:57:28 -07:00
Gregory Szorc e1aa318beb Bug 1270317 - Add query_pushinfo to MercurialVCS; r=jlund
MercurialVCS doesn't currently implement the VCSMixin interface.

This commit copies the implementation of query_pushinfo() from
HgtoolVCS to MercurialVCS so it implements the interface.

MozReview-Commit-ID: LKpLVhQoKww

--HG--
extra : rebase_source : 358d37e29f9239c0b1c084c0251af7a94c1f526a
2016-05-06 10:52:52 -07:00
Gregory Szorc d48fbc4b1a Bug 1270317 - Define a clone_upstream_url property; r=jlund
We currently have a "clone_by_revision" property that indicates to
perform a `hg clone -r`. We use it for cloning from Try.

Cloning single revisions undermines the benefits of clone bundles. So,
I'll be replacing "clone_by_revision" with a feature that clones from
another "upstream" repo then does a `hg pull -r` on the wanted revision.

This commit starts that work by introducing a "clone_upstream_url"
property. We define it on Try. It is currently unused.

MozReview-Commit-ID: Dohs8bCTUkB

--HG--
extra : rebase_source : 17b643f32747d494db04a2e80c4f94308b13618e
2016-05-06 10:51:06 -07:00
Gregory Szorc 0611c6f33d Bug 1270317 - Remove purgelong compatibility with ancient Mercurial versions; r=jlund
We no longer use <3.7 in automation. So drop support for <3.2. While I
was here, I also added magic variables to the extension so Mercurial
can react intelligently to version compatibility issues.

MozReview-Commit-ID: 4tAvQljasDR

--HG--
extra : rebase_source : ef2b5070014507533b5c0ec17449d62ba1bedad8
extra : source : 43c18590fcc7bbf7573647c2f225f4a82dd55730
2016-05-06 10:50:52 -07:00
Gregory Szorc 322cb2fd92 Bug 1270317 - Use modern exception syntax in purgelong; r=jlund
MozReview-Commit-ID: ISd4b14mjkl

--HG--
extra : rebase_source : 55843bc02ddc47019addf9f47f55092f9fcbf6d0
extra : source : 85d4e575d0ca38fe3bfcee03b4e91a9d216d11ba
2016-05-06 10:49:51 -07:00
Gregory Szorc da2645a8de Bug 1270317 - Add the purgelong Mercurial extension; r=jlund
The build/tools repo has a "purgelong" extension that is used to delete
long filenames on Windows. Without this extension, the APIs Mercurial
uses may run into path length issues and `hg purge` will fail.

This commit is a straight import of the purgelong extension
from https://hg.mozilla.org/build/tools minus the shebang line, which
isn't needed.

MozReview-Commit-ID: FIrEeWDf2Dl

--HG--
extra : rebase_source : ce34dc3dbcfbb9463022f3019f167a58cb396ef3
2016-05-06 10:49:25 -07:00
Gregory Szorc c57e67ab79 Bug 1270317 - Upgrade to Mercurial 3.7.3 in the mozharness test environment; r=jlund
We had a test environment running on Python 2.6 and an ancient version
of Mercurial. AFAICT we run Python 2.7 everywhere, so this environment
can be dropped.

We also upgrade to Mercurial 3.7.3, as that is what automation now runs.

MozReview-Commit-ID: 7WTyD3CUjtj

--HG--
extra : rebase_source : 8e37b215fb2bff2f12658fd5ad3b61d631ec26c7
2016-05-06 10:49:08 -07:00
Boris Zbarsky 278db1b97e Bug 1190641 part 3. Add the sandbox propagates to auxiliary browsing contexts flag to iframe sandboxing. r=ckerschb 2016-05-06 13:56:36 -04:00
Jocelyn Liu 9adeb967f0 Bug 1270387 - Disable Node.rootNode in release builds due to web compatibility issues. r=smaug
MozReview-Commit-ID: Gc2XGuFAYlD

--HG--
extra : rebase_source : 903fd104b36839b2fac27e0e67364abb95cec9ce
2016-05-05 14:21:22 +08:00
Ben Tian 88d03021fb Bug 1263116 - Stop throwing for DOMTokenList's.contains() when using empty string or ASCII whitespace, r=baku 2016-05-05 18:07:22 +08:00
Gregory Szorc fc62edc337 Bug 1270265 - Print action message when mozharness step finishes; r=jlund
This will enable log parsers to find step boundaries easier.

MozReview-Commit-ID: G4OaViDd9Fv

--HG--
extra : rebase_source : a7e94e4ec088c4fed7eb2b7a1662e308296e8bb2
2016-05-04 13:24:49 -07:00
Kim Moir 01c64d0bc5 Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=rail DONTBUILD 2016-05-05 15:05:15 -04:00
Aryeh Gregor 9aba692542 Bug 1270499 - Setting reflected unsigned long to out-of-range value should set to default; r=bz
This changes to match the spec, which also aligns the behavior of get
and set (get already maps out-of-range values to the default value).
There is currently no interoperable behavior here, but this aligns us
with IE -- tested in 11, hopefully true for Edge too.

On the way, I also fixed the fact that video's height and width were
being treated as signed.
2016-05-05 21:29:54 +03:00
Aryeh Gregor ccf82a74c7 Bug 881000 - Reflect img.lowsrc as a URL, not string; r=bz 2016-05-05 21:29:54 +03:00
Aryeh Gregor 4f9767021b Bug 1270459 - Limit td/th.scope to known values; r=bz 2016-05-05 21:29:54 +03:00
Aryeh Gregor 7ab958ba96 Bug 1270518 - Make object.code reflect as string, not URL; r=bz 2016-05-05 21:29:54 +03:00
Sebastian Hengst c7999b7c3e Backed out changeset b776e4d0ca2b (bug 1270508) for referencing deleted test. r=backout 2016-05-05 19:50:19 +02:00
Sebastian Hengst 5669e66c58 Backed out changeset 92c3a465c6db (bug 1270508) 2016-05-05 19:49:32 +02:00
Aryeh Gregor 86ae6362c9 Bug 1269415 - Allow negative <pre width> values; r=jst
This aligns with the spec and all other UAs, although it's less logical.
2016-05-05 20:20:42 +03:00
Mihai Tabara 2896a22e79 Bug 1214487 - Implement uptake monitoring on slaves/workers r=rail a=release DONTBUILD
--HG--
extra : source : 6a39e8d7aa6962e2ea00e42f7214d3b1c3c442f5
extra : intermediate-source : 9f6c2dca91e7218fce53ba197dd2dbed2e9f7613
extra : histedit_source : 464b2760fe93f0dbde0d5327becf069d6d622d60%2C3236bd4ee7221b57f135d9a973ef80452f055110
2016-05-05 13:11:06 -04:00
James Graham e440b12173 Bug 1270508 - Update web-platform-tests expected data to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: 3SZYeNaUf2R
2016-05-05 17:31:56 +01:00
James Graham 5325f1a661 Bug 1270508 - Update web-platform-tests to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: JLzeheMYLlz
2016-05-05 17:31:56 +01:00
Nathan Froyd bb3fb2eca6 Bug 1269349 - make robocop honor --timeout; r=gbrown
Our testsuites normally disable timeouts when --debugger or similar
options are specified.  Robocop doesn't do this, because apparently the
best way to debug Robocop tests is to |mach robocop [TEST-NAMES...]|,
wait for the browser window to show, and then connect a debugger.  This
setup seems suboptimal.

The setup being what it is, though, implies that runrobocop.py has no
knowledge of a debugger being connected, and therefore no idea that the
test really shouldn't time out.  Which then leads to the test going away
at that crucial moment when you are this > < close to figuring out the
bug.  Let's make runrobocop.py understand that --timeout means something
useful for such a context.
2016-05-05 11:25:54 -04:00
Stone Shih d9f82778f9 Bug 482388 - Use default url encoding to create channel when creating child workers or importing scripts in a worker. r=khuey
--HG--
extra : rebase_source : 78b0ddd725205028c6dc4c193cbbce0e0a628d77
2016-04-28 15:44:08 +08:00
Bevis Tseng e0e7ead1f0 Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey
--HG--
extra : rebase_source : 4f2d1da2ddafbe786c3908eb46723b4d2f0c48cc
2016-03-30 11:04:56 +08:00
Carsten "Tomcat" Book 889cd30471 Merge mozilla-central to mozilla-inbound 2016-05-09 13:07:48 +02:00