Dactyloidae/dom
2025-03-07 21:50:11 +08:00
..
abort Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
animation Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
apps Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. 2024-11-21 21:09:05 +08:00
archivereader Issue #2678 - addendum to rev 139e7a7a 2025-01-20 21:31:50 +08:00
asmjscache Issue #2653 - Part 5: Simplify and clean up some quota code 2024-11-21 21:03:17 +08:00
audiochannel
base Merge remote-tracking branch 'origin/tracking' into custom 2025-03-07 21:50:11 +08:00
bindings Merge remote-tracking branch 'origin/tracking' into custom 2025-02-06 09:30:57 +08:00
broadcastchannel Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
browser-element Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
cache Issue #2653 - Part 4: Remove isApp from quota manager and its clients 2024-11-21 21:02:50 +08:00
canvas Merge remote-tracking branch 'origin/tracking' into custom 2025-01-20 21:13:46 +08:00
console Issue #2402 - Don't call WorkerPrivate::WorkerName() to get service worker scope. https://bugzilla.mozilla.org/show_bug.cgi?id=1350433 2024-01-11 09:46:06 +08:00
crypto Merge remote-tracking branch 'origin/tracking' into custom 2025-02-06 09:30:57 +08:00
encoding Issue #2112 - Part 1: Remove Stylo tests 2024-04-02 22:29:48 +08:00
events Merge remote-tracking branch 'origin/tracking' into custom 2025-01-20 21:13:46 +08:00
fetch Merge remote-tracking branch 'origin/tracking' into custom 2025-01-20 21:13:46 +08:00
filehandle
filesystem Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
gamepad Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
geolocation Issue #2435 - Make CycleCollectedJSContext.h dependency explicit 2024-01-09 11:59:09 +08:00
grid
heapsnapshot
html Merge remote-tracking branch 'origin/tracking' into custom 2025-01-20 21:13:46 +08:00
imptests Issue #2112 - Part 1: Remove Stylo tests 2024-04-02 22:29:48 +08:00
indexedDB Merge remote-tracking branch 'origin/tracking' into custom 2025-01-20 21:13:46 +08:00
inputmethod Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. 2024-11-21 21:09:05 +08:00
interfaces Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. 2024-11-21 21:09:05 +08:00
ipc Merge remote-tracking branch 'origin/tracking' into custom 2025-01-20 21:13:46 +08:00
json
jsurl Issue #2466 - Part 2: Implement script-src-elem and script-src-attr 2024-02-08 14:33:43 +08:00
locales Merge remote-tracking branch 'origin/tracking' into custom 2024-02-08 14:34:40 +08:00
manifest
mathml Issue #2112 - Part 7: Remove Servo CSS Loader support 2024-04-02 22:42:09 +08:00
media Issue #2678 - addendum to rev 139e7a7a 2025-01-20 21:31:50 +08:00
messagechannel Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
network Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
notification Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
offline Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
performance Merge remote-tracking branch 'origin/tracking' into custom 2025-01-20 21:13:46 +08:00
permission Issue #2653 - Part 2: Update tests 2024-11-21 21:01:54 +08:00
plugins Issue #2536 - Re-implement plugin enumeration shuffle. 2024-06-24 23:11:06 +08:00
power
promise Issue #2435 - Re-Implement rejected Promises events according to spec 2024-01-09 12:00:53 +08:00
push
quota Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
res
script Merge remote-tracking branch 'origin/tracking' into custom 2025-01-29 12:26:22 +08:00
secureelement
security dom/security: remove terse static assert from upstream changes 2025-02-18 19:17:37 +08:00
settings
smil Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
storage
svg Merge remote-tracking branch 'origin/tracking' into custom 2025-01-20 21:13:46 +08:00
system Issue #1656 - Remove more vim control lines. 2023-05-04 10:47:14 +08:00
tests [DOM] Stop exposing NotifyPaintEvent to web content. 2024-09-06 09:16:23 +08:00
time
u2f Issue #1656 - Remove more vim control lines. 2023-05-04 10:47:14 +08:00
url Issue #2557 - Remove URL Constructor(DOMString url, URL base). 2025-02-06 09:20:35 +08:00
webidl Merge remote-tracking branch 'origin/tracking' into custom 2025-02-06 09:30:57 +08:00
workers Merge remote-tracking branch 'origin/tracking' into custom 2025-01-23 09:39:37 +08:00
worklet Issue #1691 - Part 8: Fix --enable-debug builds and continue dynamic module import changes. https://bugzilla.mozilla.org/show_bug.cgi?id=1342012 Support import from timeout handlers by associating the initiating script with the compiled JSScript. Fix error message that covers all import() failures that don't throw a JS exception. https://bugzilla.mozilla.org/show_bug.cgi?id=1331662 Partial - Replace nsJSUtils::EvaluateString calls by ExecutionContext scopes. Left EvaluateString() in nsXBLProtoImplField.cpp until ExecutionContext errors can be fixed. 2023-04-30 21:21:06 +08:00
xbl Issue #2678 - Clean up some uses of the table-to-map segue. 2025-01-20 21:08:25 +08:00
xhr Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
xml Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
xslt [DOM] Reset mCompileResult in txMozillaXSLTProcessor::ImportStylesheet. 2025-02-06 09:21:54 +08:00
xul Issue #2678 - Remove NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED 2025-01-20 21:12:18 +08:00
jar.mn
moz.build Issue #1787 - Remove nsIAppsService, mozIApplication and mozapp data cleanup. 2024-11-21 21:09:05 +08:00