gecko-dev/dom
Masayuki Nakano 7ce105e3db Bug 1705519 - Make Document::ExecCommand not stop handling selectall command when there is no editable content r=smaug
When `document.execCommand("selectall")` is called, it should behave exactly
same as "Select All" in the UI for compatibility with the other browsers.

And also this patch fixes a bug of the WPT.  `selectionchange` event should
be fired, but asynchronously.  Therefore, Chrome also fails the check.

Differential Revision: https://phabricator.services.mozilla.com/D112307
2021-04-19 23:03:54 +00:00
..
abort Bug 1698468 - Add AbortSignal.abort() r=smaug 2021-03-15 20:46:53 +00:00
animation Bug 1705509 - Hide -moz-outline-radius behind a pref. r=mstange 2021-04-16 01:01:45 +00:00
audiochannel Bug 1702033 - Remove some dead audio volume-related code in nsPIDOMWindow. r=alwu 2021-03-30 19:38:02 +00:00
base Bug 1705519 - Make Document::ExecCommand not stop handling selectall command when there is no editable content r=smaug 2021-04-19 23:03:54 +00:00
battery
bindings Bug 1704293 - Fix lint on Codegen.py . CLOSED TREE 2021-04-20 01:48:50 +03:00
broadcastchannel Bug 1692639 - Change dom/broadcastchannel/tests/test_bfcache.html to use BroadcastChannel, r=annyG 2021-04-08 21:15:02 +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 1655953 - Remove mutex lock for protecting the padding file; r=dom-workers-and-storage-reviewers,sg,asuth,janv 2021-04-16 01:09:10 +00:00
canvas Bug 1706104 - Remove more references to media.useAudioChannelAPI r=alwu DONTBUILD 2021-04-19 16:43:47 +00:00
chrome-webidl Bug 1705757 - Make printing a single frame choose the right process for the preview frame. r=nika 2021-04-17 18:41:11 +00:00
clients Bug 1704651 - Wait for the right load in ClientOpenWindow. r=asuth 2021-04-16 23:38:42 +00:00
commandhandler Bug 1184468 - Use nsTHashtable::Keys where possible. r=xpcom-reviewers,nika 2021-03-24 17:56:50 +00:00
console Bug 1634281 - Use nsTHashMap instead of nsDataHashtable. r=xpcom-reviewers,necko-reviewers,jgilbert,nika,valentin 2021-03-10 10:47:47 +00:00
credentialmanagement
crypto Bug 1360715 - Part 2: Modify instanceofs in tests to non-cross-context r=edgar 2021-03-04 22:03:57 +00:00
debugger
docs Bug 1682030 - Remove NPAPI overlay from JS Plugin actors r=Gijs 2021-04-06 19:28:18 +00:00
encoding
events Bug 1704741 - Wait for iframe's layer flushed before starting the test; r=hsivonen 2021-04-19 07:45:23 +00:00
fetch Bug 1686154 - Fix the race condition on WorkerFetchResolver::mFetchObserver. r=asuth 2021-04-13 13:23:57 +00:00
file Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
filehandle Bug 708901 - Migrate to nsTHashSet in dom/filehandle. r=dom-storage-reviewers,janv 2021-03-23 10:36:33 +00:00
filesystem Bug 708901 - Migrate to nsTHashSet in dom/filesystem. r=baku 2021-03-23 10:36:33 +00:00
flex
gamepad Bug 1700595 - Unbreak dom/gamepad/fallback/FallbackGamepad.cpp after Bug 1610570 r=tjr 2021-03-25 19:17:49 +00:00
geolocation
grid Bug 708901 - Migrate to nsTHashSet in dom/grid. r=mats 2021-03-24 17:56:48 +00:00
html Bug 1234520 - Re-enable test_bug344861.html, test_bug369370.html, test_bug741266.html on Windows. r=dao 2021-04-19 23:01:39 +00:00
imptests
indexedDB Bug 1334986 - changed the parameters in declarations and definitions of Transaction Base::VerifyRequestParams. r=sg 2021-04-14 11:44:24 +00:00
interfaces Bug 1682030 - Clean up NPAPI plugin fallback behavior. r=jmathies,emilio 2021-04-06 19:28:18 +00:00
ipc Bug 1696158 - Move CanSavePresentation to the parent process. Do CanSavePresentation check completely in parent. r=smaug,nika 2021-04-19 14:50:56 +00:00
jsurl Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv 2021-03-10 08:19:25 +00:00
l10n Bug 1701621: Remove property Ci.nsIAboutModule.URI_CONTENT_LINKABLE from test browser_resource_uri.js r=Standard8 2021-03-29 13:12:51 +00:00
locales Bug 1704179 - Add a CSS error to the console when using non-featureless :host selectors. r=boris 2021-04-15 09:33:58 +00:00
localstorage Bug 1703310 - Enable LocalStorage NextGen (LSNG) when "network.cookie.lifetimePolicy" is set to ACCEPT_SESSION (2); r=dom-storage-reviewers,asuth 2021-04-17 03:20:17 +00:00
manifest Bug 1697089 - Web manifest: Remove query & fragment components from scope URL r=saschanaz,annevk 2021-03-18 17:36:02 +00:00
mathml
media Bug 1703583 - fix tests that keep waitForEvent or topicObserved promises pending, r=Gijs,zombie. 2021-04-19 21:56:05 +00:00
messagechannel Bug 1184468 - Use nsTHashtable::Keys where possible. r=xpcom-reviewers,nika 2021-03-24 17:56:50 +00:00
midi
network Bug 1696776 - Expose socket transport in TCPSocket. r=valentin 2021-03-07 16:22:11 +00:00
notification
offline
payments Bug 1704686: Rename Document::GetTopLevelContentDocument. r=nika 2021-04-15 21:19:28 +00:00
performance Bug 1699844 - Make promiseDocumentFlushed handle presshell destruction correctly. r=smaug,botond 2021-04-14 19:34:23 +00:00
permission
plugins Bug 1682030 - Remove more dead NPAPI code from dom/plugins and related spots. r=jmathies,mconley,emilio 2021-04-06 19:28:15 +00:00
power Bug 1634281 - Remove unused nsDataHashtable.h includes. r=xpcom-reviewers,nika 2021-03-03 08:58:52 +00:00
prio
promise Bug 1686154 - Fix the race condition on WorkerFetchResolver::mFetchObserver. r=asuth 2021-04-13 13:23:57 +00:00
prototype Bug 1704650 - PrototypeDocumentContentSink::mContextSink should be cycle collected. r=smaug 2021-04-12 23:07:29 +00:00
push Backed out changeset 065644a4b755 (bug 1649604) for causing failure on test_update_theme.js 2021-03-23 20:20:53 +02:00
quota Bug 1703310 - Enable LocalStorage NextGen (LSNG) when "network.cookie.lifetimePolicy" is set to ACCEPT_SESSION (2); r=dom-storage-reviewers,asuth 2021-04-17 03:20:17 +00:00
reporting
res
script Bug 1704561 - Ensure that Module return value is an object before binding it to evaluationPromise; r=evilpie 2021-04-15 12:28:48 +00:00
security Bug 1705523 - Use StripURIForReporting for source-file + tests r=ckerschb 2021-04-19 16:42:03 +00:00
serializers Bug 1691889 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/. r=peterv 2021-03-10 08:19:25 +00:00
serviceworkers Bug 1704651 - Wait for the right load in ClientOpenWindow. r=asuth 2021-04-16 23:38:42 +00:00
simpledb Bug 1697115 - Rationalize QuotaManager::DecreaseUsageForClient arguments; r=dom-storage-reviewers,sg 2021-03-17 06:56:39 +00:00
smil Bug 1184468 - Use nsTHashtable::Keys where possible. r=xpcom-reviewers,nika 2021-03-24 17:56:50 +00:00
storage Bug 1184468 - Use nsTHashtable::Keys where possible. r=xpcom-reviewers,nika 2021-03-24 17:56:50 +00:00
svg Bug 1703592 - Deal with non-finite viewbox / viewports. r=longsonr 2021-04-09 13:10:55 +00:00
system Bug 1494756 - Fix build failure on Linux with "ac_add_option --enable-gpsd" r=baku 2021-04-08 14:50:35 +00:00
tests Bug 1702297 - Adjust disabling conditon for Windows r=intermittent-reviewers,jmaher DONTBUILD 2021-04-15 05:38:08 +00:00
u2f
url Bug 1673931 - Avoid including BindingDeclarations.h from header files. r=nika 2021-03-04 14:32:14 +00:00
vr Bug 1696158 - Move CanSavePresentation to the parent process. Actually implement cycle collection for VR test objects. r=smaug 2021-04-19 14:50:54 +00:00
webauthn Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
webbrowserpersist Bug 1695050 - Part 8: Update the call-site of CookieJarSettings::Create() for WebBrowserPersist. r=smaug 2021-03-29 11:01:53 +00:00
webgpu Bug 1704911 - Fix Shmem circulation for buffers that are both mappable and mapped at creation r=jgilbert 2021-04-16 22:32:44 +00:00
webidl Bug 1706060 - update mapping of source files to Bugzilla component "Core :: DOM: Copy & Paste and Drag & Drop". r=annevk DONTBUILD 2021-04-19 14:08:16 +00:00
webshare
websocket Bug 1705147 - Make it possible to use WebSocket outside Window/Worker scopes, r=asuth 2021-04-19 17:16:14 +00:00
workers Bug 1705736 - Add 'Worker.postMessage' profiler markers and label frames to show which worker is involved, r=gerald,dom-worker-reviewers,asuth. 2021-04-19 18:50:07 +00:00
worklet Bug 1681046: fixup worklet error messages for async modules; r=mgaudet 2021-04-08 08:21:56 +00:00
xhr Bug 1705073 - tweak dom/xhr/tests/browser_xhr_onchange_leak.js so that it works with Fission+BFCache, r=mccr8 2021-04-14 16:36:03 +00:00
xml Bug 1696507 - Remove support for NO_UNLINK version of cycle collector macros. r=smaug 2021-03-10 19:50:40 +00:00
xslt Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
xul Bug 1704554 - Make XULPopupElement::GetState go through the popup manager. r=tnikkel 2021-04-16 16:18:29 +00:00
jar.mn
moz.build Bug 1682030 - Remove some dead NPAPI code from dom/plugins and related spots. r=jmathies,mconley,ipc-reviewers,mccr8 2021-04-06 19:28:12 +00:00