Moonchild
1ae6431766
Issue #1587 Part 11 (followup 1): Implement multithreaded signals for workers.
2020-07-31 08:05:40 +08:00
Roy Tam
ab4f78f4b7
Merge remote-tracking branch 'origin/master' into custom
2020-06-20 06:47:51 +08:00
Matt A. Tobin
90e9fd3550
Bug 1430299 - Add DocumentOrShadowRoot interface
...
Tag #1375
2020-06-20 06:43:51 +08:00
Matt A. Tobin
693a79ca08
Bug 1429656 - Implement ShadowRoot.activeElement
...
Tag #1375
2020-06-20 06:43:49 +08:00
Roy Tam
0444ab984c
Merge remote-tracking branch 'origin/master' into custom
2020-06-12 22:15:24 +08:00
Moonchild
8ac3ccd67a
Issue #1587 - Part 8: Remove controller follow/unfollow
...
Since it didn't end up being in the final spec after all.
2020-06-12 22:12:34 +08:00
Moonchild
b988c351ff
Issue #1587 - Part 7: Rename FetchController to AbortController
...
Also renames FetchSignal to AbortSignal. Includes renaming the various
controlling prefs to enable.
2020-06-12 22:12:32 +08:00
Moonchild
6722d7f4b4
Issue #1587 - Part 4: Implement FetchObserver
2020-06-12 22:12:25 +08:00
Moonchild
24087592ad
Issue #1587 - Part 1: Implement FetchController/FetchSignal interface
2020-06-12 22:12:18 +08:00
Gaming4JC
21f87c85ec
Issue #439 - Debug follow up to remove no longer existing headers
...
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.
2020-06-12 22:11:56 +08:00
Roy Tam
6ef287a52e
Merge remote-tracking branch 'origin/master' into custom
2020-06-10 21:03:13 +08:00
Moonchild
7900742344
Issue #1585 - Replace node.rootNode with node.getRootNode()
...
This removes the (default disabled) node.rootNode readonly attribute
and replaces it with a node.getRootNode() function per WhatWG
spec discussion.
Based on work by John Dai <jdai@mozilla.com>
2020-06-10 21:00:36 +08:00
Roy Tam
1a8a524849
Merge remote-tracking branch 'origin/master' into custom
2020-05-23 06:59:40 +08:00
Moonchild
5f14f0126f
Issue #1538 - remove speech recognition engine
...
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
2020-05-23 06:56:16 +08:00
Roy Tam
bd1e07b203
Merge remote-tracking branch 'origin/master' into custom
2020-05-09 07:01:19 +08:00
Matt A. Tobin
0c44ae0a30
Issue #1449 - Implement URLSearchParams's sort()
2020-05-09 06:55:08 +08:00
Roy Tam
924da4a2cc
Merge remote-tracking branch 'origin/master' into custom
2020-04-18 07:25:50 +08:00
Matt A. Tobin
ca48752304
Issue #1375 - Fix IsWebComponentsEnabled checks
2020-04-18 07:07:00 +08:00
Matt A. Tobin
7e48e4407c
Bug 1426503 - Remove DestInsertionPoints stuff
...
Tag #1375
2020-04-18 07:06:32 +08:00
Matt A. Tobin
2ee3ce62fc
Bug 1412775 - Implement Event.composedPath
...
Tag #1375
2020-04-18 07:06:15 +08:00
Matt A. Tobin
3b90312fac
Bug 1422931 - Fix crash with slot element and make webcomponents preference per-doc
...
Tag #1375
2020-04-18 07:06:05 +08:00
Matt A. Tobin
a7ba34c672
Bug 1418002 - Remove HTMLContentElement
...
Tag #1375
2020-04-18 07:05:35 +08:00
Matt A. Tobin
cedff6e214
Bug 1416999 - Remove document.registerElement
...
Tag #1375
2020-04-18 07:05:32 +08:00
Matt A. Tobin
31b26a24e3
Bug 1411878 - Support Element.shadowRoot and Element.assignedSlot / TextNode.assignedSlot on closed shadow root
...
Tag #1375
2020-04-18 07:05:29 +08:00
Matt A. Tobin
67c4d022dc
Bug 1404842 - Implement Element.attachShadow and Element.slot
...
Tag #1375
2020-04-18 07:05:26 +08:00
Matt A. Tobin
6b075994f5
Bug 1408341 - Implement assignedSlot on Element and Text
...
Tag #1375
2020-04-18 07:05:16 +08:00
Matt A. Tobin
592c34bc79
Bug 1402941 - Add HTMLSlotElement
...
Tag #1375
2020-04-18 07:05:10 +08:00
Matt A. Tobin
5917636e83
Bug 1396584 - Remove support for multiple ShadowRoots
...
Tag #1375
2020-04-18 07:05:03 +08:00
Matt A. Tobin
c37b4d0c63
Bug 1330843 - Allow JS to create NAC pseudo-elements
...
Tag #1375
2020-04-18 07:03:31 +08:00
Matt A. Tobin
fda213de85
Bug 1346623 - Allow anonymous content created with nsIDocument::InsertAnonymousContent can change from non-native to native AC
...
* Prevent canvas custom content from becoming NAC when reframing the root element
* Add an API to get computed style values through an AnonymousContent object
Tag #1375
2020-04-18 07:03:28 +08:00
Roy Tam
03b286c4d8
Revert following changes for fixing Primetime issue:
...
- Issue #26 Part 2a: make more EME code conditional. (99118e38e)
- Issue #26 - Part 2b: Stub out GMPDecryptorProxy functions. (d44c61bf6)
- Issue #26 - Part 2c: Remove dependence on gmp/widevine-adapter/* (4c9689f68)
- Issue #1392 - Change --enable-eme to MOZ_ARG_ENABLE_BOOL and remove MOZ_EME_MODULES (832d84d2c)
- [Basilisk] Issue MoonchildProductions/UXP#1392 - Remove usage of MOZ_EME_MODULES (3a165cd)
- Issue #65 - Remove AppConstants from toolkit/mozapps/extensions (758618b60)
2020-03-01 08:30:28 +08:00
wolfbeast
5b49170b58
Issue #316 - Pre-process Performance.webidl
2020-02-21 07:05:18 +08:00
wolfbeast
1e553d0e73
Issue #316 - Make the memory GC performance object conditional (WIP)
...
This was only added for GCubench and likely interfering with building
without devtools-server.
2020-02-21 07:05:16 +08:00
Matt A. Tobin
146d0aa2d2
Issue #1395 - Remove FlyWeb Service
2020-02-08 07:11:37 +08:00
Matt A. Tobin
eda1d47bc7
Issue #1390 - Get rid of the Presentation API
2020-02-07 08:00:30 +08:00
wolfbeast
429f908af1
Issue #26 Part 2a: make more EME code conditional.
...
- Exclude missed MediaKey functions and CDMProxy code.
- Exclude EME APIs frm being built (webidl change)
- Fix tests in --disable-eme state
2020-02-07 07:59:01 +08:00
Gaming4JC
baa035c5c4
Bug 1396620 - Part 1: Remove created callback for custom elements
...
Tag UXP Issue #1344
2020-01-31 07:40:25 +08:00
Gaming4JC
d35ff2985e
Bug 1121994 - Implement adopted callback for custom elements.
...
Tag UXP Issue #1344
2020-01-31 07:37:46 +08:00
Gaming4JC
659204631b
Bug 1334044: Replace detached callback (v0) with disconnected callback (v1).
...
Tag UXP Issue #1344
2020-01-31 07:37:43 +08:00
Gaming4JC
207d5a2e3e
Bug 1334043 - Part 1: Replace attached callback (v0) with connected callback (v1).
...
Tag UXP Issue #1344
2020-01-31 07:37:32 +08:00
Gaming4JC
4408e19e96
Bug 1334051 - Part 1: Include namespace in attributeChangedCallback.
...
Per spec [1], we should include namesapce in attributeChangedCallback argurment list.
[1] https://html.spec.whatwg.org/multipage/custom-elements.html#concept-upgrade-an-element , step 3
Tag UXP Issue #1344
2020-01-31 07:37:03 +08:00
Gaming4JC
1cdd15ee85
Bug 1315885 - Part 1: Add ShadowRoot CEReactions annotation.
...
Tag UXP Issue #1344
2020-01-31 07:36:31 +08:00
Gaming4JC
a5a2fbc9d7
Bug 1340027 - Part 5: Add XSLTProcessor CEReactions annotation.
...
Tag UXP Issue #1344
2020-01-31 07:36:28 +08:00
Gaming4JC
350dc9e678
Bug 1340027 - Part 4: Add DOM parsing CEReactions annotation.
...
Tag UXP Issue #1344
2020-01-31 07:36:25 +08:00
Gaming4JC
895d5b190f
Bug 1340027 - Part 3: Add CSSStyleDeclaration CEReactions annotation.
...
Tag UXP Issue #1344
2020-01-31 07:36:22 +08:00
Gaming4JC
8119a60e3d
Bug 1340027 - Part 2: Add HTML CEReactions annotation.
...
Tag UXP Issue #1344
2020-01-31 07:36:19 +08:00
Gaming4JC
0ff8d62963
Bug 1340027 - Part 1: Add DOM CEReactions annotation.
...
Tag UXP Issue #1344
2020-01-31 07:36:16 +08:00
Gaming4JC
cc71e21e02
Bug 1309147 - Part 4: Add CEReactions for CustomElementRegistry.
...
Tag UXP Issue #1344
2020-01-31 07:35:47 +08:00
Gaming4JC
978d53832c
Bug 1274159 - Part 3-1: Add HTMLConstructor to HTMLElement and its subclass;
...
Tag UXP Issue #1344
2020-01-31 07:35:14 +08:00
Gaming4JC
a2e1955dc6
Bug 1271549 - Remove details and summary preference.
...
Tag UXP Issue #1344
2020-01-31 07:35:02 +08:00