Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Issue #1585 - Replace node.rootNode with node.getRootNode() | Moonchild | 2020-06-13 | -76/+0 |
| | | | | | | | This removes the (default disabled) node.rootNode readonly attribute and replaces it with a node.getRootNode() function per WhatWG spec discussion. Based on work by John Dai <jdai@mozilla.com> | |||
* | Revert "Merge pull request #1357 from athenian200/form-disabled-issue" | athenian200 | 2020-05-23 | -4/+0 |
| | | | | | This reverts commit ed88b99849156004c04e4a0c87ea9b2360ef19b6, reversing changes made to c4b0715baaffc541670fd1158557aa7e61e521d3. | |||
* | Issue #1356 - Add tests. | athenian200 | 2020-04-14 | -0/+4 |
| | | | | Forgot to include these before. | |||
* | Bug 1322938 - Put <dialog> element behind preference. | Gaming4JC | 2020-01-07 | -3/+10 |
| | | | | Tag #1343 | |||
* | Bug 1322938 - Update <dialog> element Web Platform Tests expected results. | Gaming4JC | 2020-01-07 | -289/+0 |
| | | | | Tag #1343 | |||
* | 1333045 - Update Location object properties to current spec. | Gaming4JC | 2019-07-18 | -0/+12 |
| | | | | | | | Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON. | |||
* | Update webplatform tests for multiline placeholder. | wolfbeast | 2019-02-20 | -2/+171 |
| | | | | | | | | | Note: MANIFEST updated per the normal procedure using `mach wpt-manifest-update` lint.whitelist updated to reflect intentional use of CR in these tests. Resolves #977 | |||
* | Bug 1351193 - Update tests | janekptacijarabaci | 2018-07-20 | -3/+0 |
| | ||||
* | Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests | janekptacijarabaci | 2018-04-30 | -0/+18 |
| | ||||
* | Bug 1323941 - navigationStart should not be exposed to workers as timing ↵ | janekptacijarabaci | 2018-04-29 | -0/+4 |
| | | | | | | attribute https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11 | |||
* | moebius#158: The Performance Resource Timing (added support for "workerStart") | janekptacijarabaci | 2018-04-29 | -7/+0 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/158 | |||
* | Merge pull request #237 from janekptacijarabaci/js_dom_getSelection_document_1 | Moonchild | 2018-04-23 | -9/+0 |
|\ | | | | | moebius#121: DOM - Selection API - getSelection() should exist on XMLDocument / Selection.type | |||
| * | moebius#121: DOM - Selection API - getSelection() should exist on ↵ | janekptacijarabaci | 2018-04-23 | -9/+0 |
| | | | | | | | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121 | |||
* | | moebius#123: DOM - Events - support createEvent("FocusEvent") | janekptacijarabaci | 2018-04-23 | -28/+0 |
|/ | | | | https://github.com/MoonchildProductions/moebius/pull/123 | |||
* | moebius#73: DOM - window.requestIdleCallback - improvements (basic) | janekptacijarabaci | 2018-04-18 | -0/+6 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/73 | |||
* | Merge pull request #174 from janekptacijarabaci/url_parser_1 | New Tobin Paradigm | 2018-04-16 | -14/+0 |
|\ | | | | | moebius#130: URL parser - fix: don't allow empty host name | |||
| * | moebius#130: URL parser - fix: don't allow empty host name | janekptacijarabaci | 2018-04-15 | -14/+0 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130 | |||
* | | Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1 | New Tobin Paradigm | 2018-04-16 | -0/+12 |
|\ \ | | | | | | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource | |||
| * | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a ↵ | janekptacijarabaci | 2018-04-15 | -0/+12 |
| |/ | | | | | | | CanvasImageSource | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-04-15 | -14/+0 |
|\| | ||||
| * | moebius#140: Fix: Fetch - headers should sort and combine | janekptacijarabaci | 2018-04-14 | -14/+0 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/140 | |||
* | | Merge branch 'html_input_datetime_1' | wolfbeast | 2018-04-15 | -116/+0 |
|\ \ | |/ |/| | | | This is almost everything needed for #162. | |||
| * | Bug 1310080 - Implement the step attribute for <input type=datetime-local> | janekptacijarabaci | 2018-03-30 | -21/+0 |
| | | ||||
| * | Bug 1310079 - Implement the min and max attribute for <input ↵ | janekptacijarabaci | 2018-03-30 | -95/+0 |
| | | | | | | | | type=datetime-local> | |||
* | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 | -3/+0 |
|/ | ||||
* | Bug 1430173 - Update tests for 2ms timers. r=baku, a=RyanVM | Tom Ritter | 2018-03-14 | -0/+10 |
| | | | | | | | MozReview-Commit-ID: 6xhQ71a5rDU --HG-- extra : transplant_source : %C2%D3%A7It%0Cg%92h%BB%3A%95%A2%0D.%86%B9C%9B%2B | |||
* | HTML - implement the labels attribute | janekptacijarabaci | 2018-03-12 | -50/+1 |
| | ||||
* | SVG - support radialGradient fr attribute | janekptacijarabaci | 2018-03-12 | -6/+0 |
| | ||||
* | DevTools - network - security (improvements) | janekptacijarabaci | 2018-03-01 | -6/+0 |
| | | | | | | https://github.com/MoonchildProductions/moebius/pull/113 https://github.com/MoonchildProductions/moebius/pull/118 https://github.com/MoonchildProductions/moebius/pull/127 | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+265256 |