Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | | 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 | ||||
| * | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 | -3/+3 | |
| | | | |||||
| * | | Bug 1288768 - Better error reporting for network errors in workers | janekptacijarabaci | 2018-04-04 | -3/+0 | |
| | | | |||||
| * | | Bug 1431095 - Change Content-Type-Options: nosniff allowed script MIME types ↵ | janekptacijarabaci | 2018-04-03 | -2/+2 | |
| |/ | | | | | | | to match the spec | ||||
* | | Stop trying to configure nonexistent crashreporter services. | wolfbeast | 2018-03-30 | -17/+0 | |
| | | |||||
* | | Remove base conditional code for crash reporter and injector. | wolfbeast | 2018-03-30 | -48/+4 | |
|/ | |||||
* | 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 | -51/+220 | |
| | |||||
* | SVG - support radialGradient fr attribute | janekptacijarabaci | 2018-03-12 | -6/+0 | |
| | |||||
* | Implement DOM page onvisibilitychange. | janekptacijarabaci | 2018-03-12 | -1/+5 | |
| | |||||
* | 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 | ||||
* | Merge branch 'master' into configurebuild-work | Matt A. Tobin | 2018-02-03 | -4/+0 | |
|\ | |||||
| * | Remove SetGCZeal() stub and its callers. | wolfbeast | 2018-02-03 | -4/+0 | |
| | | |||||
* | | Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APP | Matt A. Tobin | 2018-02-03 | -2/+2 | |
|/ | |||||
* | Remove kinto client, Firefox kinto storage adapter, blocklist update client ↵ | Matt A. Tobin | 2018-02-02 | -2/+0 | |
| | | | | and integration with sync, OneCRL and the custom time check for derives system time. | ||||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+2049208 | |