gecko-dev/dom
Jan-Niklas Jaeschke 67840fe563 Bug 1783641: Deleting a selected word deletes surrounding whitespace on MacOS. r=masayuki
Native behaviour on MacOS dictates one whitespace being removed after double-clicking a word and pressing delete.
This behaviour is achieved by saving the information that the selection is created by doubleclick to the `nsFrameSelection`
and using it in the `DeleteRangeTransaction`, where the range is extended by one whitespace character before or after the range.

Differential Revision: https://phabricator.services.mozilla.com/D159613
2022-10-25 07:00:26 +00:00
..
abort
animation Bug 1783021 - Remove animation related properties before nulling out nsINode::mParent. r=smaug,jdescottes 2022-10-04 04:41:52 +00:00
audiochannel
base Bug 1783641: Deleting a selected word deletes surrounding whitespace on MacOS. r=masayuki 2022-10-25 07:00:26 +00:00
battery
bindings Bug 1796804 - Make async iterables support compatible with MOZ_CAN_RUN_SCRIPT. r=smaug 2022-10-22 09:42:27 +00:00
broadcastchannel
browser-element
cache Bug 1793841 - deserialize nsITransportSecurityInfo without already having an instance of it r=jschanck,necko-reviewers,dragana 2022-10-18 21:25:03 +00:00
canvas Bug 1461589 - Handle font-variant-emoji during font matching. r=emilio 2022-10-22 09:43:49 +00:00
chrome-webidl Bug 1793995 - Part 3: Remove the unused includeGlobs and excludeGlobs getters, r=kmag 2022-10-13 21:46:58 +00:00
clients
commandhandler
console
credentialmanagement Backed out 4 changesets (bug 1782088)for causing build bustages. CLOSED TREE 2022-10-25 06:03:22 +03:00
crypto Bug 1563236 - Add AES-KW purposed keys to list of allowable keys to unwrap. r=keeler 2022-10-20 21:03:29 +00:00
debugger
docs Bug 1792341 - Migrate most of the rest of toolkit/modules/ to be system ES modules. r=Gijs 2022-10-18 11:21:25 +00:00
encoding
events Bug 1781960 - Scroll on Cmd or Ctrl + mousewheel on macOS. r=masayuki 2022-10-25 06:12:22 +00:00
fetch Bug 1773237 - Mark ignored promise as handled to avoid spurious unhandled rejection error r=evilpie 2022-10-24 19:53:15 +00:00
file
filehandle Bug 1791723 - Rename FileStream to FileRandomAccessStream; r=necko-reviewers,dom-storage-reviewers,dragana,jesup 2022-10-12 01:56:16 +00:00
filesystem
flex
fs Bug 1792245 - Improve FileSystemManager shutdown; r=dom-storage-reviewers,jesup 2022-10-20 04:21:30 +00:00
gamepad
geolocation
grid
html Bug 1783497 - Don't throw if chrome URL canonicalization fails r=smaug 2022-10-24 15:21:29 +00:00
imptests Bug 1792514 - Add expectAssertions in testharnessreports.js. r=jmaher 2022-10-03 22:57:58 +00:00
indexedDB Backed out changeset a266f691a68c (bug 1784966) for causing IDB Encryption related failures CLOSED TREE 2022-10-24 23:06:55 +03:00
interfaces
ipc Backed out 4 changesets (bug 1782088)for causing build bustages. CLOSED TREE 2022-10-25 06:03:22 +03:00
jsurl
l10n
locales Bug 1675814 - Remove global.dtd as unused. r=flod,geckoview-reviewers,owlish 2022-10-07 18:40:28 +00:00
localstorage
locks
manifest
mathml Bug 1797012 - Change NS_STYLE_MATH_STYLE_* macros to enum StyleMathStyle. r=emilio 2022-10-24 17:47:34 +00:00
media Bug 1769985 add a dummy default audio output device to enumerate devices results when the first exposed output device is not the default r=jib 2022-10-24 23:35:03 +00:00
messagechannel
midi Bug 1795473 - Fix dom/midi mochitests with new SitePermsAddonProvider. r=rpl 2022-10-17 13:09:39 +00:00
network
notification Bug 1792341 - Migrate more toolkit/modules consumers to use direct ES module import. r=Gijs,webdriver-reviewers,perftest-reviewers,necko-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,sgalich,owlish,bytesized,AlexandruIonescu,whimboo,mconley,mixedpuppy 2022-10-18 11:21:26 +00:00
offline
origin-trials Bug 1796819 - Remove OffscreenCanvas origin trial / domain allowlist. r=aosmond 2022-10-21 19:00:57 +00:00
payments
performance
permission
plugins
power
prio
promise Bug 1796804 - Make async iterables support compatible with MOZ_CAN_RUN_SCRIPT. r=smaug 2022-10-22 09:42:27 +00:00
prototype
push Bug 1795968 - Part 2: Stop emitting the word "whitelist" to the console r=smaug 2022-10-20 21:16:12 +00:00
quota Bug 1746894 - Handle GetTemporaryStorageLimit failures with upper limit. r=dom-storage-reviewers,jesup 2022-10-24 15:15:33 +00:00
reporting
res
script Bug 1778289 - Part 12: Update spec links as the PR is merged. r=jonco,yulia 2022-10-07 13:56:27 +00:00
security Bug 1549057 - Rename (Gg)etCSP to (Gg)etCsp - r=freddyb 2022-10-24 20:38:11 +00:00
serializers Bug 1793694 - part 5: Move `EditorUtils::MaskString` to `TextEditor` r=m_kato 2022-10-12 02:44:19 +00:00
serviceworkers Backed out 3 changesets (bug 1796143) for causing mochitest failures on test_double_submit.html. CLOSED TREE 2022-10-20 22:59:56 +03:00
simpledb Bug 1791723 - Rename FileStream to FileRandomAccessStream; r=necko-reviewers,dom-storage-reviewers,dragana,jesup 2022-10-12 01:56:16 +00:00
smil
storage
streams Bug 1773237 - Mark ignored promise as handled to avoid spurious unhandled rejection error r=evilpie 2022-10-24 19:53:15 +00:00
svg Bug 1792959 - fix SVGImageElement::HasValidDimensions if we're display:none or not in a document r=emilio,chunmin 2022-10-19 11:04:33 +00:00
system Bug 1792341 - Migrate more toolkit/modules consumers to use direct ES module import. r=Gijs,webdriver-reviewers,perftest-reviewers,necko-reviewers,geckoview-reviewers,preferences-reviewers,application-update-reviewers,pip-reviewers,credential-management-reviewers,sgalich,owlish,bytesized,AlexandruIonescu,whimboo,mconley,mixedpuppy 2022-10-18 11:21:26 +00:00
tests Backed out 3 changesets (bug 1644658, bug 1574487, bug 1644656) for causing mochitest failures on browser_staticPartition_saveAs.js CLOSED TREE 2022-10-25 02:22:37 +03:00
u2f Bug 1797171 - skip not supported tests on win11. r=bxbrenden 2022-10-24 20:44:41 +00:00
url Bug 1783497 - Update test_url_data.html r=smaug 2022-10-24 15:21:30 +00:00
vr
webauthn Bug 1797171 - skip not supported tests on win11. r=bxbrenden 2022-10-24 20:44:41 +00:00
webbrowserpersist
webgpu Bug 1794956 - TransferToImageBitmap should reset bitmap but not state. r=gfx-reviewers,lsalzman 2022-10-16 22:52:40 +00:00
webidl Backed out 4 changesets (bug 1782088)for causing build bustages. CLOSED TREE 2022-10-25 06:03:22 +03:00
webscheduling
webshare
websocket Bug 1793868 - Use the scheme of document's principal as the initial value of |isSecure|, r=emilio 2022-10-06 11:14:55 +00:00
workers Bug 1549057 - Rename (Gg)etCSP to (Gg)etCsp - r=freddyb 2022-10-24 20:38:11 +00:00
worklet
xhr Bug 1790311 - update handling of request headers in Fetch/XHR. r=necko-reviewers,valentin 2022-10-24 09:17:22 +00:00
xml Bug 1793485: Fixed memory issue in `NodeWillBeDestroyed()` for `MultiMutationObserver` classes. r=smaug 2022-10-13 14:26:07 +00:00
xslt Bug 1793485: Fixed memory issue in `NodeWillBeDestroyed()` for `MultiMutationObserver` classes. r=smaug 2022-10-13 14:26:07 +00:00
xul Bug 1795536 - Don't let resizer set the width/height properties of the target element if its size won't change. r=jfkthame 2022-10-24 10:31:19 +00:00
jar.mn
metrics.yaml
moz.build