Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Media: harden TrackID handling. | wolfbeast | 2018-06-07 | -6/+53 |
| | ||||
* | Bug 1459693 - Ensure the right anonymous element is focused when calling ↵ | Olli Pettay | 2018-06-07 | -1/+2 |
| | | | | input.focus(). | |||
* | Remove support and tests for HSTS priming from the tree. Fixes #384 | Gaming4JC | 2018-05-26 | -6/+1 |
| | ||||
* | Remove MOZ_WIDGET_GONK [1/2] | wolfbeast | 2018-05-12 | -2/+2 |
| | | | | Tag #288 | |||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -14/+1 |
| | ||||
* | moebius#231: Consider blocking top level window data: URIs (tests) | janekptacijarabaci | 2018-05-06 | -1/+3 |
| | | | | https://github.com/MoonchildProductions/moebius/pull/231 | |||
* | moebius#121: DOM - Selection API - getSelection() should exist on ↵ | janekptacijarabaci | 2018-04-23 | -18/+1 |
| | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121 | |||
* | Merge pull request #180 from janekptacijarabaci/html_input_datetime_2 | New Tobin Paradigm | 2018-04-16 | -169/+69 |
|\ | | | | | 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 | -22/+67 |
| | | | | | | | | datetime-local | |||
| * | Bug 1344642 - Part 1: Cleanup dom.forms.datepicker related code | janekptacijarabaci | 2018-04-15 | -161/+16 |
| | | ||||
* | | Merge pull request #174 from janekptacijarabaci/url_parser_1 | New Tobin Paradigm | 2018-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 name | janekptacijarabaci | 2018-04-15 | -2/+3 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/issues/130 | |||
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP | wolfbeast | 2018-04-15 | -18/+15 |
|\| | ||||
| * | moebius#53: HTML - input - support for dynamic maxlength | janekptacijarabaci | 2018-04-14 | -18/+15 |
| | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/53 | |||
* | | Merge branch 'html_input_datetime_1' | wolfbeast | 2018-04-15 | -243/+1394 |
|\ \ | |/ |/| | | | This is almost everything needed for #162. | |||
| * | Bug 1363672 - Add step support to date picker (follow up) | janekptacijarabaci | 2018-03-30 | -0/+2 |
| | | | | | | | | | | Bug 1374967: https://bugzilla.mozilla.org/show_bug.cgi?id=1374967 (partially - implement getStep/getStepBase) | |||
| * | Bug 1364026 - (Part 1) Expose HTMLInputElement.getMinimum/getMaximum methods ↵ | janekptacijarabaci | 2018-03-30 | -0/+7 |
| | | | | | | | | via webidl | |||
| * | Bug 1310080 - Implement the step attribute for <input type=datetime-local> | janekptacijarabaci | 2018-03-30 | -40/+251 |
| | | ||||
| * | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵ | janekptacijarabaci | 2018-03-30 | -1/+1 |
| | | | | | | | | type=datetime-local> (follow up) | |||
| * | Bug 1310079 - Implement the min and max attribute for <input ↵ | janekptacijarabaci | 2018-03-30 | -17/+88 |
| | | | | | | | | type=datetime-local> | |||
| * | Bug 1310078 - Implement valueAsNumber and valueAsDate for <input ↵ | janekptacijarabaci | 2018-03-30 | -26/+331 |
| | | | | | | | | type=datetime-local> | |||
| * | moebius#92: HTML - input - datetime | janekptacijarabaci | 2018-03-30 | -43/+306 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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 ↵ | janekptacijarabaci | 2018-03-30 | -53/+184 |
| |\ | | | | | | | | | | html_input_datetime_1 | |||
| * | | Bug 1286182: Implement the layout for <input type=date> | janekptacijarabaci | 2018-02-14 | -121/+413 |
| | | | ||||
* | | | moebius#76: JS - DOM - Selection API - crashes | janekptacijarabaci | 2018-04-13 | -0/+23 |
| |/ |/| | | | | | https://github.com/MoonchildProductions/moebius/pull/76 | |||
* | | Bug 1426002. Bail out of document.open if beforeunload tears things down. ↵ | wolfbeast | 2018-03-17 | -0/+12 |
| | | | | | | | | r=mystor | |||
* | | HTML - implement the labels attribute (follow up) | janekptacijarabaci | 2018-03-12 | -40/+42 |
| | | ||||
* | | HTML - implement the labels attribute | janekptacijarabaci | 2018-03-12 | -11/+79 |
| | | ||||
* | | Fix up leftover merge conflicts. | wolfbeast | 2018-02-24 | -16/+1 |
| | | | | | | | | Tag #26 | |||
* | | Don't build EME-specific subroutines without EME. | wolfbeast | 2018-02-24 | -1/+65 |
|/ | | | | | | | | | | | - Checks for restricted or encrypted content - Dispatching 'encrypted' events - Dispatching 'key needed' events - HTML Media Element media keys system - EME telemetry - HTML Media Element EME API This is the main bulk for #26, isolating EME-specific code. | |||
* | Workaround for cloned videos not retaining their muted state. | wolfbeast | 2018-02-10 | -0/+5 |
| | ||||
* | Implement "cookie-averse document objects". | wolfbeast | 2018-02-08 | -0/+10 |
| | | | | | See: https://html.spec.whatwg.org/multipage/dom.html#cookie-averse-document-object This resolves #196. | |||
* | Add m-esr52 at 52.6.0 | Matt A. Tobin | 2018-02-02 | -0/+130271 |