summaryrefslogtreecommitdiffstats
path: root/dom/html/test
Commit message (Collapse)AuthorAgeLines
* Bug 1416999 - Remove document.registerElementMatt A. Tobin2020-04-17-134/+0
| | | | Tag #1375
* Issue #1366 - Completely remove showModalDialogGaming4JC2020-01-21-252/+3
|
* Issue #1118 - Part 6: Fix various tests that are no longer correct.wolfbeast2019-12-22-99/+7
| | | | | The behavior change of document.open() requires these tests to be changed to account for the new spec behavior.
* Issue #618 - Misc fixes (merge conflicts)wolfbeast2019-11-10-4/+4
|
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-130/+0
|\ | | | | | | | | # Conflicts: # modules/libpref/init/all.js
| * Issue #1257 - Part 3: Remove/update tests.wolfbeast2019-10-27-130/+0
| | | | | | | | | | | | | | This removes a ton of tests that are no longer relevant with (un)watch removed (e.g. testing stability/bugs in the watchpoint system itself which has never been the most stable), and updates others that would previously rely on watch/unwatch, so that they don't unexpectedly fail.
* | Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-0/+134
|/ | | | | | | | | | This patch implements: - noModule getter/setter for HTMLScriptElement - the nomodule attribute for HTMLScriptElement - the logic in nsScriptLoader that denies the loading of a nomodule script - tests Tag #618
* Remove support and tests for HSTS priming from the tree. Fixes #384Gaming4JC2018-05-26-6/+1
|
* moebius#231: Consider blocking top level window data: URIs (tests)janekptacijarabaci2018-05-06-1/+3
| | | | https://github.com/MoonchildProductions/moebius/pull/231
* Merge pull request #180 from janekptacijarabaci/html_input_datetime_2New Tobin Paradigm2018-04-16-20/+36
|\ | | | | HTML - input - datetime - support for "dom.forms.datetime.others"
| * Bug 1344642 - Part 2: Add a new pref for input type=week, month and ↵janekptacijarabaci2018-04-15-13/+39
| | | | | | | | datetime-local
| * Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related codejanekptacijarabaci2018-04-15-20/+10
| |
* | Merge pull request #174 from janekptacijarabaci/url_parser_1New Tobin Paradigm2018-04-16-2/+3
|\ \ | |/ |/| moebius#130: URL parser - fix: don't allow empty host name
| * moebius#130: URL parser - fix: don't allow empty host namejanekptacijarabaci2018-04-15-2/+3
| | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130
* | Bug 1310080 - Implement the step attribute for <input type=datetime-local>janekptacijarabaci2018-03-30-30/+246
| |
* | Bug 1310079 - Implement the min and max attribute for <input ↵janekptacijarabaci2018-03-30-11/+85
| | | | | | | | type=datetime-local>
* | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵janekptacijarabaci2018-03-30-6/+225
| | | | | | | | type=datetime-local>
* | moebius#92: HTML - input - datetimejanekptacijarabaci2018-03-30-4/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
* | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-03-30-3/+6
|\| | | | | | | html_input_datetime_1
| * HTML - implement the labels attributejanekptacijarabaci2018-03-12-3/+6
| |
* | Bug 1286182: Implement the layout for <input type=date>janekptacijarabaci2018-02-14-112/+397
|/
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+51889