summaryrefslogtreecommitdiffstats
path: root/dom/webidl
Commit message (Collapse)AuthorAgeLines
* Issue #1366 - Completely remove showModalDialogGaming4JC2020-01-21-14/+0
|
* Bug 1322938 - Put <dialog> element behind preference.Gaming4JC2020-01-07-0/+1
| | | | Tag #1343
* Bug 1322938 - Emit close event when HTMLDialogElement.prototype.close() is ↵Gaming4JC2020-01-07-1/+1
| | | | | | called. Tag #1343
* Bug 1322938 - Basic implementation of HTMLDialogElement.Gaming4JC2020-01-07-0/+23
| | | | Tag #1343
* Issue #1345 - Implement non-standard legacy CSSStyleSheet rulesJustOff2020-01-07-0/+8
|
* Issue #1332 - Backport promise-based media playbackathenian2002019-12-23-1/+1
| | | | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=1244768 I happened to find an older version of the promise-based media playback patch in Bugzilla, the one that was originally submitted for review. It had the DocShell changes I already knew how to deal with, and had fewer of the audio wrapper and nsISupports changes that were confusing me in the later patch. I was able to do a better job getting this back into a UXP-appropriate configuration than I could have with the final version. I'm honestly still a little unsure about some of the minor refactoring done in the patch itself, insisting on already_AddRefed promises and such, but I don't really know how to avoid those completely. Still, I think it's better than it was.
* Issue #1322 - Part 3: Remove DOM promise interface gunkwolfbeast2019-12-19-16/+3
| | | | Based on work by Boris Zbarsky
* Issue #1322 - Part 1: Remove the DOM Promise guts.wolfbeast2019-12-19-92/+4
| | | | This removes all the parts guarded by SPIDERMONKEY_PROMISE
* Issue #1304 - Make the second arg of insertRule optionalMatt A. Tobin2019-11-28-1/+1
|
* Merge branch 'master' into js-moduleswolfbeast2019-11-10-585/+187
|\ | | | | | | | | # Conflicts: # modules/libpref/init/all.js
| * Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23-1/+1
| | | | | | | | MOZ_FENNEC
| * Construct URLSearchParams from record<>JustOff2019-03-13-1/+1
| |
| * Construct URLSearchParams from sequence or from stringJustOff2019-03-13-2/+1
| |
| * Rename "MozMap" to "record" in our IDL parser and IDL filesJustOff2019-03-13-3/+3
| |
| * Remove WebExtension support from the platform.wolfbeast2019-02-13-109/+0
| | | | | | | | | | | | - Conditional code - WE APIs - WE toolkit theming
| * Properly camelCase dom.intersectionObserver.enabled pref.wolfbeast2019-01-19-2/+2
| |
| * Add isIntersecting property to IntersectionObserverEntry.wolfbeast2019-01-17-0/+2
| | | | | | | | | | | | Per updated spec. This resolves the issue raised in #249.
| * Align Element.ScrollIntoView() with the spec.wolfbeast2019-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.wolfbeast2019-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.wolfbeast2018-11-26-295/+0
| | | | | | | | This resolves #881
| * Make all arguments to init*Event() optional except the firstwolfbeast2018-10-04-169/+175
| | | | | | | | This resolves #810.
* | Merge branch 'master' into js-moduleswolfbeast2018-08-05-2/+15
|\|
| * Bug 1335296 - Expand about:support WebGL informationjanekptacijarabaci2018-08-01-0/+9
| |
| * Merge pull request #652 from janekptacijarabaci/dom_document_domain_null_1Moonchild2018-07-20-1/+1
| |\ | | | | | | Make document.domain non-nullable
| | * Bug 819475 - Make document.domain non-nullablejanekptacijarabaci2018-07-20-1/+1
| | |
| * | Bug 1351193 - Added new DataTransfer constructorjanekptacijarabaci2018-07-20-1/+1
| |/
| * Merge pull request #642 from janekptacijarabaci/dom_element_toggleAttribute_1Moonchild2018-07-17-0/+2
| |\ | | | | | | Add support for Element.toggleAttribute()
| | * DOM - Element - add support for Element.toggleAttribute()janekptacijarabaci2018-07-10-0/+2
| | |
| * | Add event.srcElement (the alias for event.target)janekptacijarabaci2018-07-11-0/+2
| |/ | | | | | | Issue #622
| * Make the page visibility API pref-controlled.wolfbeast2018-07-07-0/+3
| | | | | | | | This resolves #607.
* | Bug 1330900 - Implement <script nomodule>wolfbeast2018-07-10-0/+2
| | | | | | | | | | | | | | | | | | | | This patch implements: - noModule getter/setter for HTMLScriptElement - the nomodule attribute for HTMLScriptElement - the logic in nsScriptLoader that denies the loading of a nomodule script - tests Tag #618
* | Make the page visibility API pref-controlled.wolfbeast2018-07-07-0/+3
|/ | | | This resolves #607.
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-911/+3
| | | | Tag #288.
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12-1/+1
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-30/+0
|
* Merge pull request #296 from janekptacijarabaci/js_dom_animationcancel_1Moonchild2018-04-29-4/+4
|\ | | | | DOM - implement animationcancel event
| * moebius#89: DOM - implement animationcancel eventjanekptacijarabaci2018-03-14-0/+1
| | | | | | | | Issue #55
| * Revert - Bug 1324985: Disable firing the transitionrun and transitionstart ↵janekptacijarabaci2018-03-14-4/+2
| | | | | | | | | | | | on Aurora 52 Issue #55
| * Bug 1264125: Fire transitioncancel event when a transition is canceled - ↵janekptacijarabaci2018-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_1Moonchild2018-04-29-0/+1
|\ \ | | | | | | UI Events - implement auxclick
| * | Implement auxclickjanekptacijarabaci2018-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 ↵janekptacijarabaci2018-04-29-0/+40
| | | | | | | | | | | | | | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161
* | | Bug 1313420 - Implement Performance.timeOrigin - part 1janekptacijarabaci2018-04-29-0/+3
| | | | | | | | | | | | https://hg.mozilla.org/mozilla-central/rev/cf0f72f0b0be
* | | moebius#158: The Performance Resource Timing (added support for "workerStart")janekptacijarabaci2018-04-29-6/+2
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/158
* | | Merge branch 'master' of https://github.com/MoonchildProductions/UXP into ↵janekptacijarabaci2018-04-29-6/+9
|\ \ \ | | | | | | | | | | | | js_dom_performance-resource-timing_1
| * | | moebius#312: DOM - Fix incorrect TypeError: Response body is given with a ↵janekptacijarabaci2018-04-24-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | null body status https://github.com/MoonchildProductions/moebius/issues/312
| * | | moebius#121: DOM - Selection API - getSelection() should exist on ↵janekptacijarabaci2018-04-23-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | XMLDocument / Selection.type https://github.com/MoonchildProductions/moebius/pull/121
* | | | moebius#157: The Performance Observer (improvements)janekptacijarabaci2018-04-22-0/+1
|/ / / | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/157
* | | moebius#71: DOM - Pointer Events - improvementsjanekptacijarabaci2018-04-20-0/+4
| | | | | | | | | | | | https://github.com/MoonchildProductions/moebius/pull/71
* | | Merge pull request #172 from janekptacijarabaci/svg_canvasImageSource_1New Tobin Paradigm2018-04-16-0/+3
|\ \ \ | | | | | | | | moebius#106: SVG - CanvasImageSource - allow using an SVGImageElement as a CanvasImageSource