gecko-dev/dom
Tom Ritter 735f58c46f Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright
In the following patch we are going to change the signature of
ShouldSanitizePreference to take a Pref object.  Pref is only
known to the Preferences compilation unit; so to keep this member
(whose signature will change) we would need to expose the Pref
class. However it will only be a forward declaration, one could
not construct a Pref object in e.g. the gtest.

It is simpler to just remove the member entirely and call
ShouldSanitizePreference unconditionally - the member was only
used for the gtest, and while the gtest will be less robust
because of this change, it will still do some testing.

Depends on D141419

Differential Revision: https://phabricator.services.mozilla.com/D141420
2022-04-21 13:22:51 +00:00
..
abort Backed out 7 changesets (bug 1734997) for causing bustages on WebTaskSchedulerMainThread.cpp. CLOSED TREE 2022-04-19 12:54:00 -07:00
animation Backed out 4 changesets (bug 1737918) for causing bustages in ScrollTimeline.cpp CLOSED TREE 2022-04-21 01:21:14 +03:00
audiochannel
base Bug 1760811 - Make CCSlice markers show up in the timeline again r=gerald 2022-04-20 18:56:46 +00:00
battery
bindings Backed out 7 changesets (bug 1734997) for causing bustages on WebTaskSchedulerMainThread.cpp. CLOSED TREE 2022-04-19 12:54:00 -07:00
broadcastchannel
browser-element
cache Bug 1519200 - Remove `NS_ERROR_FILE_TARGET_DOES_NOT_EXIST` in favor of `NS_ERROR_FILE_NOT_FOUND`. r=xpcom-reviewers,nika,dom-storage-reviewers,jstutte 2022-04-05 15:17:03 +00:00
canvas Bug 1765323 - Enable paint callbacks for OffscreenCanvas and Canvas 2D. r=gfx-reviewers,lsalzman 2022-04-19 17:55:32 +00:00
chrome-webidl Bug 1739450 - Part 1: Move ownership of session store scroll and form data to platform. r=peterv 2022-04-19 15:19:22 +00:00
clients Bug 1715332 - correct ClientValidation for moz-safe-about scheme. r=dom-worker-reviewers,asuth 2022-03-23 09:18:08 +00:00
commandhandler
console Bug 1609100 - Remove devtools.enabled check from Console.cpp r=baku,nchevobbe 2022-03-28 11:12:07 +00:00
credentialmanagement
crypto Bug 1758702 - Avoid including RemoteWorkerChild in WorkerPrivate.h. r=asuth 2022-03-17 19:06:51 +00:00
debugger
docs Bug 1598759 - Remove support for Large-Allocation HTTP header. r=nika,fluent-reviewers 2022-03-09 03:18:04 +00:00
encoding
events Bug 1763586 - Remove Element from LoadScript and child classes; r=jonco 2022-04-21 09:53:34 +00:00
fetch Bug 1757241 - Remove !MOZ_DOM_STREAMS code from most files r=smaug 2022-04-13 18:57:48 +00:00
file Bug 1762604: Further audit ContentParent::ActorDestroy to avoid crashes if run late during shutdown. r=smaug 2022-04-14 10:06:17 +00:00
filehandle
filesystem Bug 1519200 - Remove `NS_ERROR_FILE_TARGET_DOES_NOT_EXIST` in favor of `NS_ERROR_FILE_NOT_FOUND`. r=xpcom-reviewers,nika,dom-storage-reviewers,jstutte 2022-04-05 15:17:03 +00:00
flex
fs Bug 1757241 - Remove !MOZ_DOM_STREAMS code from most files r=smaug 2022-04-13 18:57:48 +00:00
gamepad Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
geolocation Bug 1759840 Add support for location portal; r=emilio 2022-04-19 11:42:38 +00:00
grid
html Bug 1745915 - Add test for resizing a fullscreen window; r=smaug 2022-04-21 11:49:13 +00:00
imptests
indexedDB Bug 1764370 - Use NS_GET_IID instead of NS_DEFINE_IID for PRIVATE_IDBREQUEST_IID. r=dom-workers-and-storage-reviewers,asuth 2022-04-20 21:09:27 +00:00
interfaces Bug 1757431 - Update orientation lock information in browsing context when exiting full screen. r=smaug 2022-04-11 04:11:22 +00:00
ipc Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright 2022-04-21 13:22:51 +00:00
jsurl Bug 1761981, r=smaug 2022-04-06 15:00:57 +00:00
l10n Bug 1762476 - Validate promise existence in L10nMutations r=dminor 2022-04-01 14:59:51 +00:00
locales Bug 1735746 - Log an error message to the web console for blocked external protocol navigation from sandbox. r=ckerschb 2022-04-20 11:06:50 +00:00
localstorage Bug 1726714: Remove shutdown state from quota clients. r=dom-storage-reviewers,janv 2022-04-14 15:05:37 +00:00
locks Bug 1758702 - Avoid including RemoteWorkerChild in WorkerPrivate.h. r=asuth 2022-03-17 19:06:51 +00:00
manifest
mathml Bug 1762109 - Remove no longer needed method declaration. 2022-03-31 17:02:08 +02:00
media Bug 1752332: Remove the shouldSanitizeFunction member r=KrisWright 2022-04-21 13:22:51 +00:00
messagechannel Bug 1752518: Ignore missing MessagePortService inside MessagePortParent::ForceClose. r=asuth 2022-03-01 16:37:32 +00:00
midi Bug 1758468 - Use stable, anonymous IDs for Web MIDI ports r=padenot 2022-04-12 12:31:27 +00:00
network Bug 1755372: Cut Over Connection to finer-grained RFP Check r=tjr 2022-03-02 21:27:46 +00:00
notification Bug 1753696 - Automatic rewrite: replace add_task(setup with add_setup in browser mochitest, r=Standard8,webcompat-reviewers,twisniewski 2022-03-30 16:16:42 +00:00
offline
origin-trials Bug 1759163 - Add origin trial support for worklets. r=asuth 2022-03-15 23:16:14 +00:00
payments
performance Bug 1207753 - dom misc thread-safety annotations r=hsivonen,smaug 2022-03-25 13:32:35 +00:00
permission Bug 1718598 - Handle not fully active documents when querying Permissions API r=johannh 2022-02-21 05:11:57 +00:00
plugins
power
prio
promise Bug 1762661 - Part 2: Add tests r=smaug 2022-04-05 22:19:48 +00:00
prototype Bug 1752209 - Put cahe type into the cache key in StartupCache/ScriptPreloader. r=nbp 2022-04-13 14:08:07 +00:00
push Bug 1758107 - Fix some ESLint no-unused-vars warnings in dom/push/test. r=mt 2022-03-23 12:03:28 +00:00
quota Bug 1726714: Remove redundant QuotaManager::ShutdownStarted. r=dom-storage-reviewers,janv 2022-04-14 15:05:37 +00:00
reporting
res
script Bug 1763586 - Remove Element from LoadScript and child classes; r=jonco 2022-04-21 09:53:34 +00:00
security Bug 1762493 - Remove Ajv r=ckerschb,ahal 2022-04-20 15:23:28 +00:00
serializers
serviceworkers Backed out 7 changesets (bug 1734997) for causing bustages on WebTaskSchedulerMainThread.cpp. CLOSED TREE 2022-04-19 12:54:00 -07:00
simpledb Bug 1726714: Remove shutdown state from quota clients. r=dom-storage-reviewers,janv 2022-04-14 15:05:37 +00:00
smil
storage Bug 1688665 - Support for clearing sessionStorage by principal; r=pbz 2022-03-22 07:12:21 +00:00
streams Bug 1752880 - Unify ReadableStream reader ReadResult type r=saschanaz,smaug 2022-04-20 14:34:18 +00:00
svg Bug 1762109 - Make the XLink setup a bit saner. r=smaug 2022-03-31 14:33:57 +00:00
system Bug 1759840 Add support for location portal; r=emilio 2022-04-19 11:42:38 +00:00
tests Backed out 7 changesets (bug 1734997) for causing bustages on WebTaskSchedulerMainThread.cpp. CLOSED TREE 2022-04-19 12:54:00 -07:00
u2f
url Bug 1747343 - Add pref to set default action for new mimetypes. r=Gijs,fluent-reviewers,preferences-reviewers 2022-04-15 18:13:11 +00:00
vr
webauthn Bug 1759624 - Support empty pubKeyCredParams when creating WebAuthn credentials r=dveditz 2022-04-07 14:09:54 +00:00
webbrowserpersist Bug 1207753 - Add MOZ_UNANNOTATED to all Mutexes/Monitors r=nika,kershaw 2022-03-16 18:47:08 +00:00
webgpu Bug 1765179: Remove dom/webgpu/ffi. r=jgilbert DONTBUILD 2022-04-19 22:26:40 +00:00
webidl Bug 1652950 - Unprefix mozPreservesPitch, update corresponding tests r=emilio,saschanaz 2022-04-20 18:43:47 +00:00
webshare
websocket Bug 1738103 - Part 4: Add XPCOM support for shutdown tasks, r=necko-reviewers,KrisWright 2022-03-23 22:22:04 +00:00
workers Backed out 7 changesets (bug 1734997) for causing bustages on WebTaskSchedulerMainThread.cpp. CLOSED TREE 2022-04-19 12:54:00 -07:00
worklet Bug 1759163 - Add origin trial support for worklets. r=asuth 2022-03-15 23:16:14 +00:00
xhr Bug 1519200 - Remove `NS_ERROR_FILE_TARGET_DOES_NOT_EXIST` in favor of `NS_ERROR_FILE_NOT_FOUND`. r=xpcom-reviewers,nika,dom-storage-reviewers,jstutte 2022-04-05 15:17:03 +00:00
xml Bug 1758709: Add Telemetry for XSLT use r=peterv 2022-04-05 14:29:50 +00:00
xslt Bug 1271960 - Better clean up of linked lists. r=mccr8 2022-04-21 11:13:11 +00:00
xul Bug 1752209 - Put cahe type into the cache key in StartupCache/ScriptPreloader. r=nbp 2022-04-13 14:08:07 +00:00
jar.mn
metrics.yaml Bug 1759744 - Add support for page load event telemetry r=smaug,chutten 2022-04-11 17:15:00 +00:00
moz.build Backed out 7 changesets (bug 1734997) for causing bustages on WebTaskSchedulerMainThread.cpp. CLOSED TREE 2022-04-19 12:54:00 -07:00