gecko-dev/dom
Lee Salzman ccba550402 Bug 1625606 - Use Skia's mac font smoothing handling. r=aosmond
Currently we try to alternate between light-on-dark and dark-on-light
text rendering masks on macOS depending on text colors. Historically,
this matched earlier versions of macOS reasonably well. In successive
versions of macOS, however, this approximation appears to have broken
down and no longer gives correct results.

Given that recent macOS versions no longer promotes font-smoothing at
all, it seems more reasonable to match Skia's font smoothing handling
because it appears to better work with these more recent versions while
requiring us to have less special code to do so.

Differential Revision: https://phabricator.services.mozilla.com/D229444
2024-11-19 07:37:51 +00:00
..
abort
animation Bug 1923208 - Set a proper schedule time for transitionrun. r=layout-reviewers,emilio 2024-11-15 07:56:33 +00:00
audiochannel
base Bug 1684991 - Start the RDD process early. r=media-playback-reviewers,alwu 2024-11-19 02:31:01 +00:00
battery
bindings Bug 1926226 - Use only one reserved slot for reflected attributes returning a FrozenArray. r=edgar 2024-11-18 16:03:39 +00:00
broadcastchannel Bug 1652421 - Check BroadcastChannel origin against creation-time current instead of against the creation-time incumbent, r=smaug 2024-10-28 15:33:13 +00:00
cache Bug 1921433 - reformat with black 24.8.0 r=linter-reviewers,webdriver-reviewers,perftest-reviewers,taskgraph-reviewers,releng-reviewers,dom-storage-reviewers,janv,jmaher,whimboo,afinder,ahal 2024-11-03 20:28:59 +00:00
canvas Bug 1625606 - Use Skia's mac font smoothing handling. r=aosmond 2024-11-19 07:37:51 +00:00
chrome-webidl Bug 1919544 - Do not HTTPS-First upgrade URLs with http:// scheme r=mak,necko-reviewers,urlbar-reviewers,tabbrowser-reviewers 2024-11-13 17:15:57 +00:00
clients Bug 1544232 - Limit lifetime extension of SWs by SWs to the sender's lifetime. r=edenchuang 2024-10-24 03:02:42 +00:00
closewatcher
commandhandler
console Bug 1910021 - Using Mutex to protect ConsoleCallData. r=dom-worker-reviewers,smaug 2024-10-30 12:42:08 +00:00
cookiestore Bug 1928123 - CookieStore must check if the worker is already shutting down, r=asuth 2024-11-01 10:34:53 +00:00
credentialmanagement
crypto Bug 1924951 - Import OKP keys in "raw" format fails when passing the algorithm as string r=nkulatova 2024-11-08 10:59:29 +00:00
debugger
docs Bug 1925306 - Expand Push documentation in regard to GeckoView r=jonalmeida,jrconlin DONTBUILD 2024-11-15 22:55:55 +00:00
encoding
events Bug 1929160 - Update InputContext when clicking design mode document. r=masayuki,geckoview-reviewers,ohall 2024-11-18 01:21:50 +00:00
fetch Bug 1920080 - Make nsCString default constructor constexpr r=glandium,xpcom-reviewers,emilio 2024-11-13 19:39:45 +00:00
file Bug 1929095 - Unlock FileBlobImpl::mMutex when spinning a nested event loop, r=asuth 2024-11-12 16:57:59 +00:00
filesystem
flex
fs Bug 1929603 - Avoid resolving responses in CreateFileSystemManagerParent if the background actor is already dead; r=dom-storage-reviewers,jari 2024-11-14 16:52:18 +00:00
gamepad Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
geolocation
grid
html Bug 1926226 - Use only one reserved slot for reflected attributes returning a FrozenArray. r=edgar 2024-11-18 16:03:39 +00:00
imptests
indexedDB Backed out 10 changesets (bug 1928672, bug 1922020) for causing mochitest-plain failures on test_different_domain_in_hierarchy.html. CLOSED TREE 2024-11-05 01:46:32 +02:00
interfaces Bug 1684991 - Start the RDD process early. r=media-playback-reviewers,alwu 2024-11-19 02:31:01 +00:00
ipc Bug 1684991 - Start the RDD process early. r=media-playback-reviewers,alwu 2024-11-19 02:31:01 +00:00
jsurl Bug 1724236 - Inline InstantiateStencil(cx, options, stencil, script) r=arai 2024-10-30 13:41:47 +00:00
l10n
locales Bug 1922870 - Add CSS error for missing @property inherits descriptor. r=dshin 2024-11-12 05:12:52 +00:00
localstorage Bug 1928268: Extending localstorage metrics lifetime by another few releases.r=janv,dom-storage-reviewers 2024-11-06 15:45:42 +00:00
locks Bug 1749572 - Removed use of mozilla::Unused in dom/locks. r=saschanaz 2024-11-15 08:15:00 +00:00
manifest
mathml Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
media Backed out 3 changesets (bug 1928734) for causing linting failure. CLOSED TREE 2024-11-19 01:49:22 +02:00
messagechannel
midi Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
navigation
network
notification Bug 1930676 - Part 8: Remove MainThreadNotificationObserver r=asuth 2024-11-15 00:35:43 +00:00
origin-trials
payments
performance Bug 1928466: Check if markerFile is defined during NowUnclamped diagnostic assert. r=mstange 2024-11-06 14:29:37 +00:00
permission Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
plugins/test
power
privateattribution
promise Bug 1917665 - Return early on MaybeSomething if PromiseObj is null r=smaug 2024-11-14 15:07:59 +00:00
prototype
push Bug 1874195 - Remove PushServiceHttp2 r=asuth 2024-11-18 14:16:16 +00:00
quota Bug 1931996 - QM: Initialize NormalOriginOperationBase::mCanceled explicitly; r=dom-storage-reviewers,asuth 2024-11-19 05:53:55 +00:00
reporting
script Bug 1929227 - Restore bytecode handling r=mgaudet 2024-11-06 16:06:39 +00:00
security Bug 266554 - Use document ReferrerInfo for refreshes. r=peterv,ckerschb,dom-core,smaug 2024-11-14 15:53:26 +00:00
serializers
serviceworkers Bug 1931575 - Run the test-manifest-toml linter on CI. r=jmaher 2024-11-16 15:37:18 +00:00
simpledb
smil Bug 1931517. Rename confusing IDTracker methods. r=emilio 2024-11-15 12:30:03 +00:00
storage
streams Bug 1864406 - Add ReadableStreamBYOBReader.prototype.read(view, { min }). r=saschanaz,webidl,smaug 2024-10-29 10:15:13 +00:00
svg Bug 1931897 - Rename SVGPathDataParser to SVGArcConverter as that's what it contains now. r=emilio 2024-11-18 17:37:47 +00:00
system Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
tests Bug 1928340 - Prevent unexpected pointer lock release from the parent process; r=smaug 2024-11-06 20:59:35 +00:00
url
view-transitions Bug 1914321 - Build view transition pseudo-element tree. r=view-transitions-reviewers,boris 2024-11-14 10:17:52 +00:00
vr
webauthn
webbrowserpersist Bug 1918194 - Part 1: Add background task extras to nsIIncrementalDownload MAR GETs. r=bytesized,bhearsum,necko-reviewers,application-update-reviewers,csadilek,jesup 2024-10-31 21:26:35 +00:00
webgpu Bug 1929462 - Add screenshot handling to WebGPU Mac IO Surface no readback r=gfx-reviewers,lsalzman 2024-11-18 22:27:31 +00:00
webidl Bug 1930983 - Remove unused test-only ServiceWorkerContainer.getScopeForUrl helper. r=saschanaz,dom-worker-reviewers,webidl,edenchuang 2024-11-15 16:45:41 +00:00
webscheduling
webshare
websocket Bug 1922020, part 7 - Remove reliance on window.opener storage access heuristic in user.js from dom/websocket/tests/test_bug1384658.html - r=valentin 2024-10-30 12:19:43 +00:00
webtransport
workers Bug 1672493 - P5 Move ServiceWorker Non-life cycle related operations from RemoteWorker to RemoteWorkerNonLifeCycleController, excepts FetchEventOp. r=asuth 2024-11-14 09:46:18 +00:00
worklet Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
xhr Bug 1929626 - Remove more uses/includes of nsAlgorithm.h r=emilio,win-reviewers,gstoll 2024-11-07 11:09:40 +00:00
xml Bug 1931496. Some missed contentViewer to documentViewer renames. r=baku DONTBUILD 2024-11-15 11:01:18 +00:00
xslt Bug 1922838 - Replace ArrayLength, ArrayEnd and MOZ_ARRAY_LENGTH by standard alternative r=glandium,necko-reviewers,jgilbert,application-update-reviewers,media-playback-reviewers,credential-management-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,win-reviewers,dom-storage-reviewers,bytesized,janv,dimi,daisuke,karlt,gstoll,canaltinova,timhuang 2024-10-28 08:21:19 +00:00
xul
metrics.yaml Bug 1931623 - Fix event extra naming for security.fission_principals r=florian 2024-11-18 16:48:50 +00:00
moz.build
pings.yaml