Commit Graph

239 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
8428cd56e3 merge mozilla-inbound to mozilla-central a=merge 2016-07-20 11:20:15 +02:00
Decky Coss
930377928e Bug 1286321 - always ignore language attribute when processing script element if type attribute is defined. r=bz
MozReview-Commit-ID: AQV9mkYzLL2

--HG--
extra : transplant_source : %92%96%BC2%0C%CA%C1%14%F4%A4%18B%0E%D5%28%A5NI%15T
2016-07-13 12:10:13 -04:00
Decky Coss
c45f9c607f Bug 1287896 - add reference to Bug 1287655 in html/semantics/forms/textfieldselection/selection.html.ini; r=ehsan
MozReview-Commit-ID: Hf0N19PzG9K

--HG--
extra : transplant_source : %A7%7E%7B%E0T%D0%5E%8C%D6I%C0%0A%27z%9B%2A%FA%F5%F5%8B
2016-07-19 15:23:55 -04:00
John Dai
74ce0fbcb8 Bug 1278148 - Set createDocument()'s content type based on namespace. r=smaug 2016-07-11 07:02:00 +02:00
bechen
581512e97a Bug 871747 - Enable html/semantics/embedded-content/media-elements/interfaces/TextTrackList/getter.html, TextTrack/cues.html, TextTrackList/length.html, track/track-element/cloneNode.html, query-encoding/utf-8.html, utf-16be.html, utf-16le.html, windows-1251.html, windows-1252.html. r=rillian
MozReview-Commit-ID: BvKjGMqqlCQ
* * *
[mq]: bug1281406length.html

MozReview-Commit-ID: ENMNSNvqlQS

--HG--
extra : transplant_source : kK%BF%90%A4%B3%EB%ECb%CF/%D2%13%E6%A5H%5E7%04%07
2016-07-12 11:07:34 +08:00
Jessica Jong
2e7c66c5e9 Bug 1278191 - Implement the value sanitizing algorithm for <input type=month>. r=smaug
--HG--
extra : rebase_source : f2e424614490db76d8899c7f1583fd9fc1a2f53c
2016-07-06 01:59:00 +02:00
bechen
427f588be2 Bug 1280373 - Fix the label and language attribute in TextTrack object. r=rillian
MozReview-Commit-ID: 2NFJ5fCCkDy

--HG--
extra : transplant_source : s%94%C1%CB%B3%AF%1E%95%FEV%2C%CE%B9N%92xPv%FA%1D
2016-06-30 13:36:31 +08:00
Jessica Jong
ba75f42662 Bug 1278737 - Add 'month' to the list of valid types attributes for <input>. r=smaug
--HG--
rename : dom/html/test/forms/test_experimental_forms_pref.html => dom/html/test/forms/test_input_types_pref.html
2016-07-03 23:19:00 +02:00
Michael Layzell
dde888ae28 Bug 906420 - Part 1: Implement DataTransferItem and DataTransferItemList, r=baku 2016-07-04 15:45:45 -04:00
Sebastian Hengst
f74056ca75 Backed out changeset 444a4a7233f7 (bug 1278737) for frequent web platform test 2 failure on OSX in form-validation-reportValidity.html. r=backout
--HG--
rename : dom/html/test/forms/test_input_types_pref.html => dom/html/test/forms/test_experimental_forms_pref.html
2016-07-01 20:04:58 +02:00
bechen
8b5eba1257 Bug 1279865 - Enable html/semantics/embedded-content/media-elements/interfaces/TextTrack/activeCues.html. r=rillian
MozReview-Commit-ID: ApYyYgD5bOS

--HG--
extra : rebase_source : 01518b29f3a2b10671d775ebed94398cbebd68f8
2016-06-29 14:46:14 +08:00
Jessica Jong
7db8d433f6 Bug 1278737 - Add 'month' to the list of valid types attributes for <input>. r=smaug
--HG--
rename : dom/html/test/forms/test_experimental_forms_pref.html => dom/html/test/forms/test_input_types_pref.html
2016-06-29 23:16:00 +02:00
Jessica Jong
17b5002551 Bug 1283022 - Implement the min and max attribute for <input type=month>. r=smaug 2016-07-15 00:07:00 +02:00
Xidorn Quan
c353935ab6 Bug 1160847 part 3 - Restore virtual bidi control characters for reordering. r=jfkthame
This patch mainly consists of two parts, one for resolving and the other
for reordering.

In the resolving part, the added code stores the lowest embedding level
of all bidi formatting characters precede a frame to the bidi data of
that frame when necessary.

In the reordering part, virtual frame is restored from the information
stored above before asking the bidi engine to reorder frames

Collapsing a run of continuous virtual formatting characters into one
virtual character with the lowest embedding level among them should work
because a character with a higher embedding level than either of its
neighbors should not affect the reordering result of any other part of
the sequence. (No formal proof of this theorem, though)

MozReview-Commit-ID: LQjRu0mWsZP

--HG--
extra : source : 5d0cf1cbd270e9963d848a23b37528ed503ed6a0
2016-06-29 17:47:18 +10:00
bechen
727ebe7fcf Bug 1277192 - Correct the association between Cue and TextTrack. r=rillian
MozReview-Commit-ID: 2B2swKL4iM2

--HG--
extra : transplant_source : %C9%C2%EE%A9%2A%FA%80v%7D%B2s%01%B4%A5%B4%98%F2z%06%D0
2016-06-27 10:41:20 +08:00
James Graham
e9b09d4d75 Bug 1279809 - fixup! Fix metadata on select-event.html test on linux64 debug, a=testonly
MozReview-Commit-ID: U1aXFswvcF
2016-06-23 13:43:51 +01:00
James Graham
78761b4a00 Bug 1279809 - Fix metadata on select-event.html test on linux64 debug, a=testonly
MozReview-Commit-ID: 63wXQUvBXBb
2016-06-23 13:40:54 +01:00
James Graham
88efdabcf7 Bug 1279830 - Add a content-type to form-submission script response, r=Ms2ger
MozReview-Commit-ID: 5HT7PnRy24l
2016-06-23 10:36:47 +01:00
James Graham
630784118a Bug 1279809 - Update web-platform-tests expected data to revision 664c6072db0f96031ff775f4a6c0a744e77c3265, a=testonly
MozReview-Commit-ID: 5ahwijUDRZo
2016-06-23 10:36:47 +01:00
Boris Zbarsky
d157959ac1 Bug 1003797. Fire error events for <object> per spec. r=qdot 2016-06-23 00:32:23 -04:00
bechen
c2f769c9f2 Bug 1278151 - Fix CompareCuesByTime for the web-platform/meta/html/semantics/embedded-content/media-elements/interfaces/TextTrack/cues.html. r=rillian
MozReview-Commit-ID: KLGqF55DnhI

--HG--
extra : rebase_source : f8e9c2358bab95e332990afdc600148899ee04a7
2016-06-21 16:26:35 +08:00
Edgar Chen
ab0bf30609 Bug 1275511 - Should not ignore entire <source-size-list> if something is invalid; r=heycam
MozReview-Commit-ID: 3YGpXm7dJMM

--HG--
extra : rebase_source : 7db80adb9ebbdcb156c613855289b37877aad90d
2016-04-12 11:49:50 -04:00
Gordon Su
4b24a929e8 Bug 1271126 - Fixed the ParseHTMLInteger function to handle INT32_MIN. r=smaug 2016-06-12 16:18:55 -04:00
Carsten "Tomcat" Book
afff301b32 Backed out changeset 5c836acf3197 (bug 906420) on developer request by baku
--HG--
extra : rebase_source : 9f109cdb706feef6d2bcd9a2e71f8c4d3c17ebdf
2016-06-09 15:30:53 +02:00
Michael Layzell
bd973fcaa4 Bug 906420 - Part 1: Implement DataTransferItem and DataTransferItemList, r=baku 2016-06-07 18:05:55 -04:00
Masatoshi Kimura
248288ed47 Bug 1278381 - Open binary files in binary mode. r=jgraham 2016-06-07 22:17:41 +09:00
bechen
4f4db37a25 Bug 1242599 - [webplatformtest] Enable /html/semantics/embedded-content/media-elements/track/track-element/track-api-texttracks.html. r=rillian
MozReview-Commit-ID: H9hEFEvb5Nw

--HG--
extra : rebase_source : 16adec882d7d60ae387d48ce5dfb63ee818ddb9c
2016-06-02 15:37:22 +08:00
Wes Kocher
6a2f73c922 Bug 1277556 - Bring back a needed .ini file rs=ryanvm 2016-06-03 11:22:37 -07:00
Masatoshi Kimura
107cbffdc0 Bug 1205027 - Only size <img> to broken-image size if it's actually broken. r=dholbert 2016-06-03 07:05:46 +09:00
Boris Zbarsky
49a90cb122 Bug 1268852. Change <label> elements to not be form-associated anymore. r=bkelly,hsivonen,surkov
The web platform tests changes are just a cherrypick of
https://github.com/w3c/web-platform-tests/pull/2926 so I don't have to add
failure annotations until the next test uplift.

I've audited our uses of nsIFormControl, and this patch looks to me like it
preserves existing behavior in all but the following cases:

1)  nsXBLPrototypeHandler::DispatchXBLCommand, the case of scrolling when space
is pressed while something inside a <label> is focused.  We used to not scroll
in this situation; I think this is a bug, so I'm changing that behavior to
scroll instead.

2)  In Accessible::RelationByType for the RelationType::DEFAULT_BUTTON case,
when mContent is a <label> we used to return its form's default submit element.
Now we will just return Relation().
2016-05-26 19:39:03 -04:00
John Dai
a8515958d7 Bug 1275233 - Web-platform-test shouldn't use skip-if. r=jgraham
--HG--
extra : rebase_source : 57036b7e84cf0712b6a2f02cc32bfe771a7848da
2016-05-26 02:03:00 -04:00
Edgar Chen
39105e76a9 Bug 1274519 - Don't append result to the candidate list if got unexpected token at the end of size string; r=heycam
MozReview-Commit-ID: 9jwHNUPZ94k
2016-05-25 09:47:18 +08: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
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
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
Astley Chen
2ff5647743 Bug 1270713: enable pseudo class :dir wpt test cases. r=heycam
MozReview-Commit-ID: Hlc9KOoKWRX

--HG--
extra : rebase_source : baef609df7099a73d0294dda92184740ff7b8c94
extra : amend_source : 1800391796b814666a9b69b6451569911928452e
2016-05-18 11:17:37 +08:00
John Dai
11eb07ed31 Bug 1264947 - HTMLTableElement.rows return element in the order. r=smaug 2016-05-17 03:08:00 -04:00
John Dai
942872afd3 Bug 1088761 - Update web-platform tests for reportValidity(). r=smaug
From eb8351d4f84cb69cff2bc431539158ad046d51ee Mon Sep 17 00:00:00 2001

--HG--
extra : rebase_source : fabca273682343ee6ca0e4061852c92065cbb89e
2016-04-15 16:12:46 +08:00
Xidorn Quan
51e715f73c Bug 1270648 part 4 - Make fullscreen enabled flag not be affected after document is loaded. r=smaug
MozReview-Commit-ID: L2dMAUr63qv

--HG--
extra : source : 363d7ac04cbf98fa67cad3214ac62330c2652fa8
2016-05-18 09:08:12 +10: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
8a1f23909a Bug 1273247 - Disable unexpectedly not running focus-autofocus.html CLOSED TREE 2016-05-16 13:29:19 -07: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
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
Boris Zbarsky
0b22501678 Bug 1268047 part 1. Some javascript:/navigation web platform test fixups. r=peterv 2016-05-09 22:25:39 -04: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
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
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