summaryrefslogtreecommitdiffstats
path: root/dom/webidl/moz.build
Commit message (Collapse)AuthorAgeLines
* Bug 1430299 - Add DocumentOrShadowRoot interfaceMatt A. Tobin2020-06-13-0/+1
| | | | Tag #1375
* Merge branch 'abortcontroller-work'Moonchild2020-06-12-0/+3
|\
| * Issue #1587 - Part 7: Rename FetchController to AbortControllerMoonchild2020-06-11-2/+2
| | | | | | | | | | Also renames FetchSignal to AbortSignal. Includes renaming the various controlling prefs to enable.
| * Issue #1587 - Part 4: Implement FetchObserverMoonchild2020-06-11-0/+1
| |
| * Issue #1587 - Part 1: Implement FetchController/FetchSignal interfaceMoonchild2020-06-10-0/+2
| |
* | Issue #439 - Debug follow up to remove no longer existing headersGaming4JC2020-06-11-4/+4
|/ | | | | Although the headers were removed, they are still referenced in WebIDL causing compiler to fail for debug builds. This removes TestFunctions.webidl and TestInterfaceJSMaplikeSetlikeIterable.webidl, with nit fix for existing incorrect whitespace.
* Issue #1538 - remove speech recognition engineMoonchild2020-05-20-9/+0
| | | | | | | | | | | | | | | This removes speech recognition, pocketsphinx, training models and the speech automated test interface. This also re-establishes proper use of MOZ_WEBSPEECH to work for the speech API (synthesis part only) that was a broken mess before, with some synth parts being always built, some parts being built only with it enabled and recognition parts being dependent on it. I'm pretty sure it'd be totally busted if you'd ever have tried building without MOZ_WEBPEECH before. Tested that synthesis still works as-intended. This resolves #1538
* Bug 1418002 - Remove HTMLContentElementMatt A. Tobin2020-04-17-1/+0
| | | | Tag #1375
* Bug 1402941 - Add HTMLSlotElementMatt A. Tobin2020-04-17-0/+1
| | | | Tag #1375
* Bug 1396584 - Remove support for multiple ShadowRootsMatt A. Tobin2020-04-17-1/+0
| | | | Tag #1375
* Issue #316 - Pre-process Performance.webidlwolfbeast2020-02-20-1/+1
|
* Issue #1395 - Remove FlyWeb ServiceMatt A. Tobin2020-02-06-4/+0
|
* Issue #1390 - Get rid of the Presentation APIMatt A. Tobin2020-02-06-9/+0
|
* Issue #26 Part 2a: make more EME code conditional.wolfbeast2020-02-03-9/+13
| | | | | | - Exclude missed MediaKey functions and CDMProxy code. - Exclude EME APIs frm being built (webidl change) - Fix tests in --disable-eme state
* Bug 1322938 - Basic implementation of HTMLDialogElement.Gaming4JC2020-01-07-0/+1
| | | | Tag #1343
* Issue #1322 - Part 1: Remove the DOM Promise guts.wolfbeast2019-12-19-2/+2
| | | | This removes all the parts guarded by SPIDERMONKEY_PROMISE
* Issue #1053 - Drop support Android and remove Fennec - Part 1b: Remove ↵Matt A. Tobin2019-04-23-1/+1
| | | | MOZ_FENNEC
* Remove WebExtension support from the platform.wolfbeast2019-02-13-6/+0
| | | | | | - Conditional code - WE APIs - WE toolkit theming
* Remove VR hardware support.wolfbeast2018-11-26-1/+0
| | | | This resolves #881
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-24/+3
| | | | Tag #288.
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-8/+0
|
* moebius#161: The Performance Resource Timing (make timestamps be relative to ↵janekptacijarabaci2018-04-29-0/+1
| | | | | | startTime) https://github.com/MoonchildProductions/moebius/pull/161
* Use MOZ_FENNEC and MOZ_XULRUNNER instead of checking MOZ_BUILD_APP in most ↵Matt A. Tobin2018-03-01-1/+1
| | | | places
* Don't build EME-specific subroutines without EME.wolfbeast2018-02-24-1/+1
| | | | | | | | | | | - 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.
* Hook up the Tycho Add-on Manager to the build systemMatt A. Tobin2018-02-10-2/+6
|
* Use MOZ_PHOENIX instead of checking for 'browser' in MOZ_BUILD_APPMatt A. Tobin2018-02-03-2/+2
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+788