Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | 1333045 - Update Location object properties to current spec. | Gaming4JC | 2019-07-18 | -0/+67 |
| | | | | | | | Specifically, three changes: 1) valueOf should be non-enumerable. 2) valueOf should be === to Object.prototype.valueOf. 3) There should be no toJSON. | |||
* | Issue #1160 - Remove HotFix preferences from testing | Gaming4JC | 2019-07-05 | -4/+1 |
| | ||||
* | Remove Firefox Accounts service and tie-ins. | wolfbeast | 2019-04-19 | -19/+0 |
| | | | | See previous commit for removal of browser identity module. | |||
* | Remove Parser::reportBadReturn | wolfbeast | 2019-04-06 | -1/+1 |
| | | | | Report simpler errors that don't use the offset of a node as location. | |||
* | Merge branch 'master' into 816 | wolfbeast | 2019-04-05 | -2/+284 |
|\ | ||||
| * | Update webplatform tests for multiline placeholder. | wolfbeast | 2019-02-20 | -2/+284 |
| | | | | | | | | | | | | | | | | | | 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 | |||
* | | Stage 1-4: Update tests | Tooru Fujisawa | 2019-02-03 | -3/+3 |
|/ | ||||
* | Issue #832 Part 1: Remove modules, chrome, and preferences. | Ascrod | 2018-10-11 | -6/+0 |
| | ||||
* | Bug 1351193 - Update tests | janekptacijarabaci | 2018-07-20 | -3/+0 |
| | ||||
* | Update requirements.txt | Moonchild | 2018-07-13 | -1/+1 |
| | ||||
* | Update mozharness reqs. | wolfbeast | 2018-07-13 | -2/+2 |
| | ||||
* | Remove UITour and customize tips. | Ascrod | 2018-05-31 | -4/+0 |
| | ||||
* | Remove Social API. | Ascrod | 2018-05-30 | -1/+0 |
| | ||||
* | Merge pull request #412 from g4jc/hsts_priming_removal_backport | Moonchild | 2018-05-30 | -15/+0 |
|\ | | | | | Remove support and tests for HSTS priming from the tree. Fixes #384 | |||
| * | Remove support and tests for HSTS priming from the tree. Fixes #384 | Gaming4JC | 2018-05-26 | -15/+0 |
| | | ||||
| * | Revert "Remove the Social API" | Moonchild | 2018-05-25 | -0/+1 |
| | | ||||
| * | Remove the Social API | Ascrod | 2018-05-24 | -1/+0 |
| | | ||||
* | | Bug 1394399 - Fix web-platform-tests to expect "same-origin" default ↵ | janekptacijarabaci | 2018-05-26 | -2/+2 |
|/ | | | | | | Request.credentials Issue #389 | |||
* | Bug 1384062 - Make SystemResourceMonitor.stop more resilient to errors. ↵ | Mike Hommey | 2018-05-16 | -12/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r=ahal,gps The poll() call in SystemResourceMonitor.stop might fail even though there is something to read from the pipe, in some corner cases, and python won't let us know about it. In that case, an exception is thrown, leaving the SystemResourceMonitor (and its callers) in a weird state. In practice, this leads BuildMonitor.__exit__ to recall stop, which then fails. So when poll() throws an exception, we pretend there's still something to read, and we try to read anyways. If there is something to read, recv() will return it, otherwise, it will throw an exception of its own, which we catch, pretending we're done. Furthermore, when there is nothing to read from the pipe, poll() simply returns False, and our loop never sets `done` to True, and we then hit an assert, which doesn't have its place here, so we remove it. Finally, the other end of the pipe might have died at any time, making sending over the pipe fail, so we also protect against that. With all these changes, it feels like the reason to backout bug 1239939 in bug 1272782 should have been dealt with, and we can drop the timeout again. --HG-- extra : rebase_source : ac72dd5b2602cf3ffddfb429f95e02380f939893 | |||
* | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 | -11/+5 |
| | | | | Tag #288. | |||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -9/+1 |
| | ||||
* | Remove Gonk build directories | wolfbeast | 2018-05-12 | -1/+0 |
| | ||||
* | moebius#231: Consider blocking top level window data: URIs (tests) | janekptacijarabaci | 2018-05-06 | -4/+13 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/231 | |||
* | Bug 1182569: Add credentials mode for fetch-frame-resource.https.html wpt test | janekptacijarabaci | 2018-04-30 | -2/+4 |
| | ||||
* | Bug 1182569: Disable hsts priming for loads of type subdocument for wpt tests | janekptacijarabaci | 2018-04-30 | -0/+18 |
| | ||||
* | Merge pull request #297 from janekptacijarabaci/css_text-justify_1 | Moonchild | 2018-04-29 | -0/+3 |
|\ | | | | | CSS - implement text-justify property | |||
| * | moebius#90: CSS - implement text-justify property | janekptacijarabaci | 2018-04-01 | -0/+3 |
| | | ||||
* | | Bug 1323941 - navigationStart should not be exposed to workers as timing ↵ | janekptacijarabaci | 2018-04-29 | -1/+51 |
| | | | | | | | | | | | | attribute https://hg.mozilla.org/mozilla-central/rev/6be7eb833b11 | |||
* | | moebius#158: The Performance Resource Timing (added support for "workerStart") | janekptacijarabaci | 2018-04-29 | -8/+9 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/158 | |||
* | | moebius#312: DOM - Fix incorrect TypeError: Response body is given with a ↵ | janekptacijarabaci | 2018-04-24 | -0/+5 |
| | | | | | | | | | | | | null body status https://github.com/MoonchildProductions/moebius/issues/312 | |||
* | | moebius#195: DOM - PointerEvent - improvements | janekptacijarabaci | 2018-04-23 | -11/+63 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/195 | |||
* | | 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 | |||
* | | Bug 1337814 - Add test for cancelling currently executing rIC callback | janekptacijarabaci | 2018-04-18 | -0/+6 |
| | | ||||
* | | Bug 1334904 - Add test for when rIC timeouts doesn't need timeout | janekptacijarabaci | 2018-04-18 | -0/+15 |
| | | ||||
* | | moebius#73: DOM - window.requestIdleCallback - improvements (basic) | janekptacijarabaci | 2018-04-18 | -0/+106 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/73 | |||
* | | Merge pull request #180 from janekptacijarabaci/html_input_datetime_2 | New Tobin Paradigm | 2018-04-16 | -0/+1 |
|\ \ | | | | | | | HTML - input - datetime - support for "dom.forms.datetime.others" | |||
| * | | Bug 1344642 - Part 2: Add a new pref for input type=week, month and ↵ | janekptacijarabaci | 2018-04-15 | -0/+1 |
| | | | | | | | | | | | | datetime-local | |||
* | | | 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 | -3/+15 |
|\ \ \ \ | |_|/ / |/| | | | 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 | -3/+15 |
| |/ / | | | | | | | | | | 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/+54 |
|\ \ \ | |/ / |/| | | | | | This is almost everything needed for #162. | |||
| * | | moebius#72: Fix Marionette's DateTimeValue when dom.forms.datetime is enabled | janekptacijarabaci | 2018-03-31 | -0/+54 |
| | | | ||||
| * | | 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> | |||
* | | Merge pull request #126 from ↵ | New Tobin Paradigm | 2018-04-12 | -8/+5 |
|\ \ | | | | | | | | | | | | | janekptacijarabaci/js_X-Content-Type-Options_nosniff_json_1 Align XCTO: nosniff allowed script MIME types with the spec |