gecko-dev/dom
2021-03-04 09:14:33 +00:00
..
abort
animation Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
audiochannel
base Bug 1694927 - Don't allow location APIs to steal focus. r=smaug,hsivonen 2021-03-03 15:44:59 +00:00
battery
bindings Bug 1694455 - Use the UnprivilegedJunkScopeOrWorkerGlobal(fallible) for Maplike/Setlike helper functions r=edgar 2021-02-26 16:00:47 +00:00
broadcastchannel Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
browser-element Bug 1678330: Ensure nested SpinEventLoopUntil(OrShutdown) calls are traceable to the originating source in case of crash. r=nika,extension-reviewers 2021-03-02 22:11:58 +00:00
cache Bug 1695883 - Add explicit fallible mozStorageTransaction::Start method for starting the transaction; r=dom-storage-reviewers,sg 2021-03-04 04:38:06 +00:00
canvas Bug 1696075 - Match spec for webgl sampling feedback detection. r=lsalzman 2021-03-04 03:14:50 +00:00
chrome-webidl Bug 897954: Implement and apply purge-caches mechanism. r=mak 2021-02-25 01:58:23 +00:00
clients Bug 1691913 - Remove uses of nsDataHashtable::GetValue. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-03-01 09:59:30 +00:00
commandhandler Bug 1693306 - Simplify some uses of LookupOrInsertWith by GetOrInsertNew. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:54 +00:00
console
credentialmanagement Bug 1691963: Handle destroyed inner window in IsSameOriginWithAncestors. r=nika 2021-02-22 21:30:39 +00:00
crypto Bug 1410861 - Support for unwrapKey of ECDH/ECDSA keys r=keeler 2021-02-22 22:15:57 +00:00
debugger
docs
encoding
events Merge mozilla-central to autoland. CLOSED TREE 2021-03-04 00:23:06 +02:00
fetch Bug 1690481 - Make the fetch request fail when response is not available r=baku 2021-02-23 10:22:03 +00:00
file Bug 1693541 - Improve uses of nsBaseHashtable and descendants and avoid multiple subsequent lookups in dom/file. r=baku 2021-03-01 09:59:33 +00:00
filehandle Bug 1691913 - Rename nsBaseHashtable::GetOrInsert(With) to LookupOrInsert(With). r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:45 +00:00
filesystem Bug 1691894 - Replace several suboptimal uses of Put after Get by GetOrInsertWith or WithEntryHandle. r=xpcom-reviewers,necko-reviewers,kmag,valentin,geckoview-reviewers,agi 2021-02-15 15:12:17 +00:00
flex
gamepad Backed out 4 changesets (bug 1658419) for causing failures at test_check_timestamp.html. CLOSED TREE 2021-03-04 00:13:56 +02:00
geolocation
grid
html Bug 1690701 Part 1.5 - Check |frame| instead of |styleFrame| for abspos in GetUnretargetedOffsetsFor(). r=emilio 2021-03-04 00:34:03 +00:00
imptests
indexedDB Bug 1695883 - Add explicit fallible mozStorageTransaction::Start method for starting the transaction; r=dom-storage-reviewers,sg 2021-03-04 04:38:06 +00:00
interfaces Bug 1648267 - Part 4: Add OS native pen input injection r=edgar,aklotz 2021-03-02 18:29:45 +00:00
ipc Bug 1694927 - Don't allow location APIs to steal focus. r=smaug,hsivonen 2021-03-03 15:44:59 +00:00
jsurl
l10n Bug 1692064 - Add Histogram Telemetry on main UI localization times. r=dminor 2021-02-13 20:10:35 +00:00
locales Bug 1686441 - Add a console warning when blob URL partitioning is applied. r=smaug 2021-02-12 15:40:56 +00:00
localstorage Bug 1695883 - Add explicit fallible mozStorageTransaction::Start method for starting the transaction; r=dom-storage-reviewers,sg 2021-03-04 04:38:06 +00:00
manifest
mathml
media Bug 1673527 - temporary disable media control tests r=alwu DONTBUILD 2021-03-04 02:25:16 +00:00
messagechannel Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
midi Bug 1691913 - Rename nsClassHashtable::LookupOrAdd to GetOrInsertNew. r=xpcom-reviewers,nika 2021-02-22 12:07:47 +00:00
network Bug 902346 - Support socks proxy in TCPSocket. r=mixedpuppy,necko-reviewers 2021-02-18 23:47:44 +00:00
notification Bug 1686616 - make PermissionManager use Components instead of Services. r=kmag 2021-02-18 13:26:31 +00:00
offline
payments Bug 1634281 - Remove unused nsDataHashtable.h includes. r=xpcom-reviewers,nika 2021-03-03 08:58:52 +00:00
performance Bug 1695328 - PerformanceObserver should throw TypeError instead of SyntaxError r=smaug 2021-03-01 21:45:59 +00:00
permission Bug 1686616 - make PermissionManager use Components instead of Services. r=kmag 2021-02-18 13:26:31 +00:00
plugins Bug 1634281 - Use nsBaseHashtable::GetOrInsertNew where possible. r=xpcom-reviewers,nika 2021-03-03 08:58:52 +00:00
power Bug 1634281 - Remove unused nsDataHashtable.h includes. r=xpcom-reviewers,nika 2021-03-03 08:58:52 +00:00
presentation Bug 1693541 - Improve uses of nsBaseHashtable and descendants and avoid multiple subsequent lookups in dom/presentation/ipc. r=nika 2021-03-02 09:02:18 +00:00
prio
promise Bug 1608272 - Remove 'this' as the second argument to 'ChromeUtils.import', use object destructuring instead (test-only changes). r=Gijs 2021-02-11 22:02:15 +00:00
prototype Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
push Bug 1686616 - make PermissionManager use Components instead of Services. r=kmag 2021-02-18 13:26:31 +00:00
quota Bug 1686191 - Added a comment on the sequence number. r=dom-workers-and-storage-reviewers,janv DONTBUILD 2021-03-04 09:13:21 +00:00
reporting Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
res
script Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
security Bug 1686931, merge view image and view background image commands on context menu, r=Gijs 2021-03-04 08:50:30 +00:00
serializers
serviceworkers Bug 1634281 - Use nsBaseHashtable::GetOrInsertNew where possible. r=xpcom-reviewers,nika 2021-03-03 08:58:52 +00:00
simpledb Bug 1686031 - Fold QuotaInfo into OriginMetadata and rename QuotaInfo.h to OriginMetadata.h; r=dom-storage-reviewers,sg 2021-02-12 21:43:42 +00:00
smil
storage Bug 1695883 - Add explicit fallible mozStorageTransaction::Start method for starting the transaction; r=dom-storage-reviewers,sg 2021-03-04 04:38:06 +00:00
svg Bug 1691913 - Mark nsBaseHashtable (and its subclasses') member functions nodiscard where appropriate. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-02-26 09:22:53 +00:00
system Bug 1634281 - Remove unused nsDataHashtable.h includes. r=xpcom-reviewers,nika 2021-03-03 08:58:52 +00:00
tests Bug 1677719 - Disable AppCache API on nightly & early beta r=baku 2021-02-24 15:47:35 +00:00
u2f
url
vr
webauthn Bug 1689953: Harmonize shutdown phase definitions across nsTerminator and AppShutdown r=dthayer,chutten 2021-02-27 14:38:14 +00:00
webbrowserpersist Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
webgpu Bug 1693329 - Update WebGPU code to use the new drop IPC r=jgilbert 2021-03-02 20:11:31 +00:00
webidl Backed out 2 changesets (bug 1528289) for breaking navigation with clicks after user scrolled by clicking with middle mouse button. a=backout 2021-03-03 14:29:12 +01:00
webshare
websocket Backed out changeset dc7664f78fbd (bug 1660307) for causing mochitest failures. CLOSED TREE DONTBUILD 2021-02-18 14:49:38 +02:00
workers Bug 1696347 - Remove redundant nullptr checks of return value of infallible new in dom/workers. r=dom-worker-reviewers,janv 2021-03-04 09:14:33 +00:00
worklet Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
xhr Bug 1684077 - Early return in SendRunnable::RunOnMainThread() when the XHR is already disconnected r=baku 2021-03-02 20:29:17 +00:00
xml Bug 1651038 - nsXMLContentSink::DidBuildModel should flush pending tags. r=hsivonen 2021-03-03 09:50:14 +00:00
xslt Bug 1686616 - make StringBundle use Components instead of Services. r=kmag 2021-02-18 13:26:32 +00:00
xul Bug 1692835 - Remove nsJSThingHashtable. r=xpcom-reviewers,nika 2021-03-02 09:02:19 +00:00
jar.mn
moz.build