Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Construct URLSearchParams from record<> | JustOff | 2019-03-13 | -1/+1 |
| | ||||
* | Construct URLSearchParams from sequence or from string | JustOff | 2019-03-13 | -2/+1 |
| | ||||
* | Rename "MozMap" to "record" in our IDL parser and IDL files | JustOff | 2019-03-13 | -3/+3 |
| | ||||
* | Remove WebExtension support from the platform. | wolfbeast | 2019-02-13 | -109/+0 |
| | | | | | | - Conditional code - WE APIs - WE toolkit theming | |||
* | Properly camelCase dom.intersectionObserver.enabled pref. | wolfbeast | 2019-01-19 | -2/+2 |
| | ||||
* | Add isIntersecting property to IntersectionObserverEntry. | wolfbeast | 2019-01-17 | -0/+2 |
| | | | | | | Per updated spec. This resolves the issue raised in #249. | |||
* | Align Element.ScrollIntoView() with the spec. | wolfbeast | 2019-01-08 | -3/+3 |
| | | | | | | | This also removes the (unused) shadow alias from nsIDOMHTMLElement which used the different calling convention. This resolves #927 | |||
* | Remove proprietary constructor on AudioContext. | wolfbeast | 2019-01-04 | -1/+0 |
| | | | | | | | | | This is a B2G leftover, was proprietary, and is causing issues because `AudioContext` can now have a parameter that is a property bag, per spec (we do not do anything with the property bag now; the audio back-end will use automatic values for everything). This resolves #924. | |||
* | Remove VR hardware support. | wolfbeast | 2018-11-26 | -295/+0 |
| | | | | This resolves #881 | |||
* | Make all arguments to init*Event() optional except the first | wolfbeast | 2018-10-04 | -169/+175 |
| | | | | This resolves #810. | |||
* | Bug 1335296 - Expand about:support WebGL information | janekptacijarabaci | 2018-08-01 | -0/+9 |
| | ||||
* | Merge pull request #652 from janekptacijarabaci/dom_document_domain_null_1 | Moonchild | 2018-07-20 | -1/+1 |
|\ | | | | | Make document.domain non-nullable | |||
| * | Bug 819475 - Make document.domain non-nullable | janekptacijarabaci | 2018-07-20 | -1/+1 |
| | | ||||
* | | Bug 1351193 - Added new DataTransfer constructor | janekptacijarabaci | 2018-07-20 | -1/+1 |
|/ | ||||
* | Merge pull request #642 from janekptacijarabaci/dom_element_toggleAttribute_1 | Moonchild | 2018-07-17 | -0/+2 |
|\ | | | | | Add support for Element.toggleAttribute() | |||
| * | DOM - Element - add support for Element.toggleAttribute() | janekptacijarabaci | 2018-07-10 | -0/+2 |
| | | ||||
* | | Add event.srcElement (the alias for event.target) | janekptacijarabaci | 2018-07-11 | -0/+2 |
|/ | | | | Issue #622 | |||
* | Make the page visibility API pref-controlled. | wolfbeast | 2018-07-07 | -0/+3 |
| | | | | This resolves #607. | |||
* | Remove other gonk widget conditionals and unused files. | wolfbeast | 2018-05-13 | -911/+3 |
| | | | | Tag #288. | |||
* | Remove MOZ_WIDGET_GONK [1/2] | wolfbeast | 2018-05-12 | -1/+1 |
| | | | | Tag #288 | |||
* | Remove MOZ_B2G leftovers and some dead B2G-only components. | wolfbeast | 2018-05-12 | -30/+0 |
| | ||||
* | Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1 | Moonchild | 2018-04-29 | -4/+4 |
|\ | | | | | DOM - implement animationcancel event | |||
| * | moebius#89: DOM - implement animationcancel event | janekptacijarabaci | 2018-03-14 | -0/+1 |
| | | | | | | | | Issue #55 | |||
| * | Revert - Bug 1324985: Disable firing the transitionrun and transitionstart ↵ | janekptacijarabaci | 2018-03-14 | -4/+2 |
| | | | | | | | | | | | | on Aurora 52 Issue #55 | |||
| * | Bug 1264125: Fire transitioncancel event when a transition is canceled - ↵ | janekptacijarabaci | 2018-03-14 | -0/+1 |
| | | | | | | | | | | | | | | | | | | part 1 (in the description) Issue #55 part 1 - Add transitioncancel event handler part 2 - Add ontransitioncancel EventHandler to WebIDL part 3 - Add member of active time to ComputedTiming | |||
* | | Merge pull request #295 from janekptacijarabaci/_native_52ESR_events_auxclick_1 | Moonchild | 2018-04-29 | -0/+1 |
|\ \ | | | | | | | UI Events - implement auxclick | |||
| * | | Implement auxclick | janekptacijarabaci | 2018-02-04 | -0/+1 |
| | | | | | | | | | | | | | | | | | | Bug(s): https://bugzilla.mozilla.org/show_bug.cgi?id=1304044 (native in moebius) | |||
* | | | moebius#161: The Performance Resource Timing (make timestamps be relative to ↵ | janekptacijarabaci | 2018-04-29 | -0/+40 |
| | | | | | | | | | | | | | | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161 | |||
* | | | Bug 1313420 - Implement Performance.timeOrigin - part 1 | janekptacijarabaci | 2018-04-29 | -0/+3 |
| | | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/cf0f72f0b0be | |||
* | | | moebius#158: The Performance Resource Timing (added support for "workerStart") | janekptacijarabaci | 2018-04-29 | -6/+2 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/158 | |||
* | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-04-29 | -6/+9 |
|\ \ \ | | | | | | | | | | | | | js_dom_performance-resource-timing_1 | |||
| * | | | moebius#312: DOM - Fix incorrect TypeError: Response body is given with a ↵ | janekptacijarabaci | 2018-04-24 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | null body status https://github.com/MoonchildProductions/moebius/issues/312 | |||
| * | | | moebius#121: DOM - Selection API - getSelection() should exist on ↵ | janekptacijarabaci | 2018-04-23 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121 | |||
* | | | | moebius#157: The Performance Observer (improvements) | janekptacijarabaci | 2018-04-22 | -0/+1 |
|/ / / | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/157 | |||
* | | | moebius#71: DOM - Pointer Events - improvements | janekptacijarabaci | 2018-04-20 | -0/+4 |
| | | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/71 | |||
* | | | Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1 | New Tobin Paradigm | 2018-04-16 | -0/+3 |
|\ \ \ | | | | | | | | | 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/+3 |
| | |/ | |/| | | | | | | | CanvasImageSource | |||
* | | | Bug 1363672 - Add step support to date picker (follow up) | janekptacijarabaci | 2018-03-30 | -0/+8 |
| | | | | | | | | | | | | | | | 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/+8 |
| | | | | | | | | | | | | via webidl | |||
* | | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵ | janekptacijarabaci | 2018-03-30 | -31/+28 |
|\| | | | | | | | | | | | html_input_datetime_1 | |||
| * | | HTML - implement the labels attribute | janekptacijarabaci | 2018-03-12 | -16/+7 |
| | | | ||||
| * | | SVG - support radialGradient fr attribute | janekptacijarabaci | 2018-03-12 | -1/+3 |
| | | | ||||
| * | | Implement DOM page onvisibilitychange. | janekptacijarabaci | 2018-03-12 | -1/+2 |
| | | | ||||
| * | | Add support for CSP v3 "worker-src" directive | wolfbeast | 2018-03-03 | -0/+1 |
| | | | ||||
| * | | Merge pull request #34 from janekptacijarabaci/devtools_import-from-moebius_1 | Moonchild | 2018-03-02 | -2/+1 |
| |\ \ | | | | | | | | | Port across devtools enhancements | |||
| | * | | DevTools - network - implement the secureConnectionStart property for the ↵ | janekptacijarabaci | 2018-03-01 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PerformanceTiming https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit) | |||
| * | | | Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵ | Matt A. Tobin | 2018-03-01 | -1/+1 |
| |/ / | | | | | | | | | | places | |||
| * | | Don't build EME-specific subroutines without EME. | wolfbeast | 2018-02-24 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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. | |||
| * | | Don't include MediaKeySystemAccess without EME. | wolfbeast | 2018-02-24 | -0/+2 |
| | | | | | | | | | | | | | | | | | | This also removes checks for EME content in documents. This removes practical use of EME by no longer having a keying system. (no-op) tag #26 | |||
| * | | JS - make window.pageYOffset/pageXOffset/scrollX/scrollY double | janekptacijarabaci | 2018-02-21 | -8/+4 |
| | | |