Commit Graph

792 Commits

Author SHA1 Message Date
Boris Zbarsky
cb006d4926 Bug 1236329. Back out the patch for bug 492933 (revision d8012b35413b) because it's not web-compatible in practice. r=smaug 2016-01-05 15:05:23 -05:00
Ehsan Akhgari
5b3ebf89d1 Bug 1226384 - Reject the promise returned from ServiceWorkerRegistration.update() if the registration is being uninstalled; r=bkelly 2016-01-04 14:50:57 -05:00
Ehsan Akhgari
bbc181b4fe Bug 1219469 - Part 2: Make HttpChannelParentListener be the controller; r=jdm,jduell
The controller needs to be able to handle redirects.
HttpChannelParentListener is a listener object that can attach to
multiple HttpChannelParent objects as part of a single logical Necko
channel (meaning that the listener object will be reused for redirected
channels) so it seems like the better choice for the object that should
implement nsINetworkInterceptController.  This patch moves the
implementation of the nsINetworkInterceptController interface to
HttpChannelParentListener.
2016-01-04 09:39:12 -05:00
Ehsan Akhgari
208f93e405 Bug 1233245 - Propagate the interception information in the non-e10s case for all HTTP redirects, not just the internal ones; r=jdm
Doing this work in StartRedirectChannelToURI() was causing us to not set
the bypass service worker flag properly in the case of real HTTP redirects.
This patch also fixes the incorrect test expectation value.
2016-01-04 09:39:09 -05:00
Xidorn Quan
8885c963fd Bug 241719 part 2 - Add test for this bug. r=dbaron
--HG--
extra : source : ef6f7e823dbfd292f50ea9b7e427df1f151df105
2015-12-31 10:50:05 +11:00
Xidorn Quan
0d466e4271 No bug - Correct the order of two newly added web-platform tests in manifest. DONTBUILD
--HG--
extra : rebase_source : a290bd23ae1b70bc2d3d514be2381519f859dacd
extra : source : 636e20c63e067e0012ff134f6b0a4d1e355995cc
2015-12-30 12:40:36 +11:00
Masatoshi Kimura
a236e77645 Bug 1234700 - Hide window.showModalDialog when e10s is enabled. r=jimm
--HG--
rename : dom/tests/mochitest/general/test_bug1077002.html => dom/tests/mochitest/general/test_showModalDialog_e10s.html
2015-12-29 23:47:46 +09:00
Ben Kelly
95731c7f03 Bug 1231798 Mass disable custom-elements wpt tests since they are not actually testing anything currently. r=jgraham 2015-12-23 15:46:56 -08:00
Josh Matthews
db9ef16cf1 Bug 1234310 - Enable navigation-redirect.https.html for e10s. r=ehsan 2015-12-22 16:33:40 -05:00
James Graham
e21c0869cb Bug 1221424 - Disable v. unstable custom elements test, a=testonly 2015-12-22 00:32:24 +00:00
James Graham
4653c555e0 Bug 1233726 - Update web-platform-tests expected data to revision 05c55fbdc527eacdc7b875f298a8cb1b6db0dfcd, a=testonly 2015-12-18 23:10:57 +00:00
James Graham
f645b62a17 Bug 1233726 - Update web-platform-tests to revision 05c55fbdc527eacdc7b875f298a8cb1b6db0dfcd, a=testonly
--HG--
rename : testing/web-platform/tests/dom/nodes/Document-createProcessingInstruction.xhtml => testing/web-platform/tests/dom/nodes/Document-createProcessingInstruction-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Document-getElementsByTagName.xhtml => testing/web-platform/tests/dom/nodes/Document-getElementsByTagName-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/DocumentType-literal.xhtml => testing/web-platform/tests/dom/nodes/DocumentType-literal-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElement-null.svg => testing/web-platform/tests/dom/nodes/Element-childElement-null-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElement-null.xhtml => testing/web-platform/tests/dom/nodes/Element-childElement-null-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-entity.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild-entity-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace.svg => testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild.svg => testing/web-platform/tests/dom/nodes/Element-firstElementChild-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-lastElementChild.svg => testing/web-platform/tests/dom/nodes/Element-lastElementChild-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-lastElementChild.xhtml => testing/web-platform/tests/dom/nodes/Element-lastElementChild-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-nextElementSibling.svg => testing/web-platform/tests/dom/nodes/Element-nextElementSibling-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-nextElementSibling.xhtml => testing/web-platform/tests/dom/nodes/Element-nextElementSibling-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-previousElementSibling.svg => testing/web-platform/tests/dom/nodes/Element-previousElementSibling-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-previousElementSibling.xhtml => testing/web-platform/tests/dom/nodes/Element-previousElementSibling-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-siblingElement-null.svg => testing/web-platform/tests/dom/nodes/Element-siblingElement-null-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-siblingElement-null.xhtml => testing/web-platform/tests/dom/nodes/Element-siblingElement-null-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Node-nodeName.xhtml => testing/web-platform/tests/dom/nodes/Node-nodeName-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/ParentNode-querySelector-All.xht => testing/web-platform/tests/dom/nodes/ParentNode-querySelector-All-xht.xht
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param-xhtml.xhtml
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-for-event.xhtml => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-for-event-xhtml.xhtml
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-text.xhtml => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-text-xhtml.xhtml
rename : testing/web-platform/tests/url/a-element.xhtml => testing/web-platform/tests/url/a-element-xhtml.xhtml
2015-12-18 23:10:42 +00:00
Sebastian Hengst
73c6637c60 Complete backout of bug 1233726 by restoring testing/web-platform/meta/url/a-element.xhtml.ini. r=backout 2015-12-18 23:02:34 +01:00
Lee Salzman
54897f1c6a Bug 1082598 - Part 9: Fix test failures for Skia update. r=jrmuizel 2015-12-18 13:53:26 -05:00
Sebastian Hengst
fc0b454f92 Backed out changesets b34d80ec0e6c, b11446d7201f (bug 1233726) for W(1) failures. r=backout
--HG--
rename : testing/web-platform/tests/dom/nodes/Document-createProcessingInstruction-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Document-createProcessingInstruction.xhtml
rename : testing/web-platform/tests/dom/nodes/Document-getElementsByTagName-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Document-getElementsByTagName.xhtml
rename : testing/web-platform/tests/dom/nodes/DocumentType-literal-xhtml.xhtml => testing/web-platform/tests/dom/nodes/DocumentType-literal.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElement-null-svg.svg => testing/web-platform/tests/dom/nodes/Element-childElement-null.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElement-null-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-childElement-null.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add-svg.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove-svg.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild-svg.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-svg.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-entity-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild-entity.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace-svg.svg => testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace.svg
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-svg.svg => testing/web-platform/tests/dom/nodes/Element-firstElementChild.svg
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-lastElementChild-svg.svg => testing/web-platform/tests/dom/nodes/Element-lastElementChild.svg
rename : testing/web-platform/tests/dom/nodes/Element-lastElementChild-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-lastElementChild.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-nextElementSibling-svg.svg => testing/web-platform/tests/dom/nodes/Element-nextElementSibling.svg
rename : testing/web-platform/tests/dom/nodes/Element-nextElementSibling-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-nextElementSibling.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-previousElementSibling-svg.svg => testing/web-platform/tests/dom/nodes/Element-previousElementSibling.svg
rename : testing/web-platform/tests/dom/nodes/Element-previousElementSibling-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-previousElementSibling.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-siblingElement-null-svg.svg => testing/web-platform/tests/dom/nodes/Element-siblingElement-null.svg
rename : testing/web-platform/tests/dom/nodes/Element-siblingElement-null-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Element-siblingElement-null.xhtml
rename : testing/web-platform/tests/dom/nodes/Node-nodeName-xhtml.xhtml => testing/web-platform/tests/dom/nodes/Node-nodeName.xhtml
rename : testing/web-platform/tests/dom/nodes/ParentNode-querySelector-All-xht.xht => testing/web-platform/tests/dom/nodes/ParentNode-querySelector-All.xht
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case-xhtml.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id-xhtml.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace-xhtml.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef-xhtml.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param-xhtml.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param.xhtml
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-for-event-xhtml.xhtml => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-for-event.xhtml
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-text-xhtml.xhtml => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-text.xhtml
rename : testing/web-platform/tests/url/a-element-xhtml.xhtml => testing/web-platform/tests/url/a-element.xhtml
2015-12-18 19:44:12 +01:00
Ben Kelly
866d26fe75 Bug 1231974 P5 Re-enable unregister-then-register-new-script.https.html. r=baku 2015-12-18 11:04:40 -05:00
James Graham
be25cf421c Bug 1233726 - Update web-platform-tests expected data to revision 05c55fbdc527eacdc7b875f298a8cb1b6db0dfcd, a=testonly 2015-12-18 15:24:48 +00:00
James Graham
84e7525fab Bug 1233726 - Update web-platform-tests to revision 624dc5e68d545fe2212a5a0af2565237bb9db81e, a=testonly
--HG--
rename : testing/web-platform/tests/dom/nodes/Document-createProcessingInstruction.xhtml => testing/web-platform/tests/dom/nodes/Document-createProcessingInstruction-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Document-getElementsByTagName.xhtml => testing/web-platform/tests/dom/nodes/Document-getElementsByTagName-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/DocumentType-literal.xhtml => testing/web-platform/tests/dom/nodes/DocumentType-literal-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElement-null.svg => testing/web-platform/tests/dom/nodes/Element-childElement-null-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElement-null.xhtml => testing/web-platform/tests/dom/nodes/Element-childElement-null-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-add-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-dynamic-remove-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-nochild-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount.svg => testing/web-platform/tests/dom/nodes/Element-childElementCount-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-childElementCount.xhtml => testing/web-platform/tests/dom/nodes/Element-childElementCount-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-entity.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild-entity-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace.svg => testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild-namespace-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild.svg => testing/web-platform/tests/dom/nodes/Element-firstElementChild-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-firstElementChild.xhtml => testing/web-platform/tests/dom/nodes/Element-firstElementChild-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-lastElementChild.svg => testing/web-platform/tests/dom/nodes/Element-lastElementChild-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-lastElementChild.xhtml => testing/web-platform/tests/dom/nodes/Element-lastElementChild-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-nextElementSibling.svg => testing/web-platform/tests/dom/nodes/Element-nextElementSibling-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-nextElementSibling.xhtml => testing/web-platform/tests/dom/nodes/Element-nextElementSibling-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-previousElementSibling.svg => testing/web-platform/tests/dom/nodes/Element-previousElementSibling-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-previousElementSibling.xhtml => testing/web-platform/tests/dom/nodes/Element-previousElementSibling-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Element-siblingElement-null.svg => testing/web-platform/tests/dom/nodes/Element-siblingElement-null-svg.svg
rename : testing/web-platform/tests/dom/nodes/Element-siblingElement-null.xhtml => testing/web-platform/tests/dom/nodes/Element-siblingElement-null-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/Node-nodeName.xhtml => testing/web-platform/tests/dom/nodes/Node-nodeName-xhtml.xhtml
rename : testing/web-platform/tests/dom/nodes/ParentNode-querySelector-All.xht => testing/web-platform/tests/dom/nodes/ParentNode-querySelector-All-xht.xht
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-case-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-id-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-namespace-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-newelements-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-null-undef-xhtml.xhtml
rename : testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param.xhtml => testing/web-platform/tests/html/dom/documents/dom-tree-accessors/document.getElementsByName/document.getElementsByName-param-xhtml.xhtml
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-for-event.xhtml => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-for-event-xhtml.xhtml
rename : testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-text.xhtml => testing/web-platform/tests/html/semantics/scripting-1/the-script-element/script-text-xhtml.xhtml
rename : testing/web-platform/tests/url/a-element.xhtml => testing/web-platform/tests/url/a-element-xhtml.xhtml
2015-12-18 15:24:34 +00:00
Andrea Marchesini
f2f6c3be20 Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
--HG--
rename : dom/base/test/fileapi_chromeScript.js => dom/workers/test/fileapi_chromeScript.js
2015-12-18 08:44:00 +00:00
Wes Kocher
48e8bea219 Backed out changeset 82cd6a486698 (bug 1233245) for fetch-request-redirect.https.html failures CLOSED TREE
--HG--
extra : commitid : 2O37Vand5Zd
2015-12-17 16:18:29 -08:00
Ehsan Akhgari
91432f79e5 Bug 1233245 - Propagate the interception information in the non-e10s case for all HTTP redirects, not just the internal ones; r=jdm,bkelly
Doing this work in StartRedirectChannelToURI() was causing us to not set
the bypass service worker flag properly in the case of real HTTP redirects.
This patch also fixes the incorrect test expectation value.
2015-12-17 17:32:38 -05:00
Wes Kocher
6ebc8a4b00 Backed out 10 changesets (bug 1082598) for 2d.path.arcTo.shape.curve1.html failures on OSX
Backed out changeset 018c2a3031f4 (bug 1082598)
Backed out changeset 8f60e42aca2e (bug 1082598)
Backed out changeset c4297c82165f (bug 1082598)
Backed out changeset c22c1bfd091a (bug 1082598)
Backed out changeset 8754fd718869 (bug 1082598)
Backed out changeset da976e4cd253 (bug 1082598)
Backed out changeset 3c8f87df8c68 (bug 1082598)
Backed out changeset 3183d30eb549 (bug 1082598)
Backed out changeset c239a7bc6cba (bug 1082598)
Backed out changeset aa3805015270 (bug 1082598)

--HG--
extra : commitid : LJSl0Bo8Hqr
2015-12-17 14:30:50 -08:00
Lee Salzman
f5d37b9220 Bug 1082598 - Part 9: Fix test failures for Skia update. r=jrmuizel 2015-12-17 14:45:45 -05:00
Sebastian Hengst
fe800f661e Backed out changeset 30839ee209e8 (bug 901097) for mochitest failures on Android and Mulet. r=backout 2015-12-17 14:13:59 +01:00
Andrea Marchesini
35ff8e160c Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
--HG--
rename : dom/base/test/fileapi_chromeScript.js => dom/workers/test/fileapi_chromeScript.js
2015-12-17 12:00:35 +00:00
James Graham
366206badc Bug 1221424 - Give custom element test a longer timeout, r=Ms2ger 2015-12-16 22:48:07 +00:00
James Graham
2323e31c7e Bug 1232118 - Fix use of stash.put in CORS test, r=Ms2ger 2015-12-16 22:48:07 +00:00
James Graham
64b4576585 Bug 1226462 - Make hash change test faster to run and increase timeout, r=Ms2ger 2015-12-16 22:48:07 +00:00
James Graham
4bc42e010d Bug 1226082 - Restart after document.open using test that causes instability in following test, r=Ms2ger 2015-12-16 22:48:07 +00:00
James Graham
f1a377e1cd Bug 1226346 - Make test that uses window.open faster and give it a longer timeout, r=Ms2ger 2015-12-16 22:48:07 +00:00
James Graham
e811af47fa Bug 1232259 - Update to latest wptrunner, a=testonly 2015-12-16 22:48:07 +00:00
James Graham
01e6581160 Bug 1232257 - Update to latest wptserve, a=testonly 2015-12-16 22:48:07 +00:00
Ehsan Akhgari
e894f92893 Bug 1230042 - Fix clients-matchall-include-uncontrolled.https.html by sorting the clients array and ignoring non-test clients; r=bkelly 2015-12-16 15:48:43 -05:00
Wes Kocher
e23593462a Backed out changeset 84c8783b8518 (bug 901097) for test_fileReader.html crashes CLOSED TREE
--HG--
extra : commitid : crWlUUwg6J
2015-12-16 09:43:42 -08:00
Andrea Marchesini
7a681c85f9 Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
--HG--
rename : dom/base/test/fileapi_chromeScript.js => dom/workers/test/fileapi_chromeScript.js
2015-12-16 12:37:31 +00:00
Carsten "Tomcat" Book
af9ca82bf2 Backed out changeset d74d1e794421 (bug 901097) for bustage on a CLOSED TREE 2015-12-16 11:48:40 +01:00
Andrea Marchesini
97ccffac37 Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
--HG--
rename : dom/base/test/fileapi_chromeScript.js => dom/workers/test/fileapi_chromeScript.js
2015-12-16 10:15:03 +00:00
Ben Kelly
7463c4d8eb Bug 1226443 P3 Re-enable service worker update wpt tests. r=ehsan 2015-12-11 14:53:11 -05:00
Ben Kelly
95f367cd30 Bug 1227015 P8 Disable ServiceWorkerGlobalScope/update.https.html due to races. r=ehsan 2015-12-11 14:53:10 -05:00
Ben Kelly
d1462784cb Bug 1231974 Disable unstable unregister-then-register-new-script wpt tests for now. r=ehsan 2015-12-11 14:17:36 -05:00
Ben Kelly
325a9a014a Bug 1213119 Lengthen timeout in test checking for failure to load iframes and windows. r=ehsan 2015-12-11 12:36:05 -05:00
Ben Kelly
67e9526828 Bug 1230042 Disable clients-matchall-include-uncontrolled.https.html due to instabilitiy. r=ehsan 2015-12-11 11:42:09 -05:00
Phil Ringnalda
9229dc1d27 Back out 13 changesets (bug 1226443, bug 1227015) for a variety of serviceworker web-platform-test failures
CLOSED TREE

Backed out changeset d518261eb3b1 (bug 1226443)
Backed out changeset a7def186c1d3 (bug 1226443)
Backed out changeset e2f21ee1cd4c (bug 1226443)
Backed out changeset 8c4aff8bbfaf (bug 1226443)
Backed out changeset 4c85bf5e9bf5 (bug 1226443)
Backed out changeset 8fbc71a2912a (bug 1227015)
Backed out changeset 00ac71165014 (bug 1227015)
Backed out changeset e261f601b14d (bug 1227015)
Backed out changeset 78896c0bcb95 (bug 1227015)
Backed out changeset 244093d57c03 (bug 1227015)
Backed out changeset 03abf4d48e38 (bug 1227015)
Backed out changeset 2090c1e30933 (bug 1227015)
Backed out changeset 84e011be4e35 (bug 1227015)
2015-12-10 18:49:48 -08:00
Ben Kelly
301e73c5d8 Bug 1226443 P3 Re-enable service worker update wpt tests. r=ehsan 2015-12-10 18:08:14 -05:00
Ben Kelly
2484df0d5d Bug 1227015 P8 Disable ServiceWorkerGlobalScope/update.https.html due to races. r=ehsan 2015-12-10 18:08:14 -05:00
James Graham
1fea48419a Bug 1183023 - Disable unstable custom elements test, rs=nigelb 2015-12-10 13:01:12 +00:00
Salah
158db1411f Bug 1222079. Fix the behavior of Object.getOwnPropertyNames for nsDOMAttributeMap. r=bzbarsky 2015-12-07 18:42:36 -05:00
James Graham
3cb257866b Bug 1230963 - Increase the timeout for non-e10s web-platform-tests debug reftests, r=Ms2ger 2015-12-07 16:34:24 +00:00
James Graham
e67abc562a Bug 1230948 - Update web-platform-tests expected data to revision 63bf7b5e1e12b308ba6ed20480ad7dc93afa1943, a=testonly 2015-12-07 16:34:12 +00:00
James Graham
b06da540f8 Bug 1230948 - Update web-platform-tests to revision 63bf7b5e1e12b308ba6ed20480ad7dc93afa1943, a=testonly 2015-12-07 16:31:18 +00:00