fune/toolkit/components/antitracking
Gerald Squelart 4326b92ea7 Bug 1784812 - Use common JSONWriteFuncs when writing to a string - r=canaltinova,media-playback-reviewers,alwu
Most users of JSONWriter want to fill a string, so instead of having all these
similar implementations, we now have central reusable implementations:
- JSONStringWriteFunc contains a string and writes to it.
- JSONStringRefWriteFunc references a string and writes to it. This is most
  useful when the string already exists somewhere, or needs to be returned from
  a function (so we avoid another conversion when returning).

Differential Revision: https://phabricator.services.mozilla.com/D154618
2022-08-17 07:07:54 +00:00
..
test Bug 1777497, part 4 - Add doorhanger tests for the Top Level Storage Access API, r=anti-tracking-reviewers,pbz 2022-08-12 16:12:06 +00:00
antitracking.manifest
AntiTrackingIPCUtils.h
AntiTrackingLog.h
AntiTrackingRedirectHeuristic.cpp
AntiTrackingRedirectHeuristic.h
AntiTrackingUtils.cpp
AntiTrackingUtils.h
components.conf
ContentBlockingAllowList.cpp
ContentBlockingAllowList.h
ContentBlockingAllowList.jsm
ContentBlockingLog.cpp Bug 1775627 - Caching the Email WebApp domain pref. r=dimi 2022-08-12 07:31:14 +00:00
ContentBlockingLog.h Bug 1784812 - Use common JSONWriteFuncs when writing to a string - r=canaltinova,media-playback-reviewers,alwu 2022-08-17 07:07:54 +00:00
ContentBlockingNotifier.cpp Bug 1758745 - Refactor EffectiveStoragePrincipal to EffectiveCookiePrincipal and create new function EffectiveStoragePrincipal that is never unpartitioned; r=bvandersloot 2022-07-15 13:26:17 +00:00
ContentBlockingNotifier.h
ContentBlockingTelemetryService.cpp
ContentBlockingTelemetryService.h
ContentBlockingUserInteraction.cpp Bug 1783844 - Remove IPC::Principal type remains from codebase. r=nika 2022-08-10 13:39:11 +00:00
ContentBlockingUserInteraction.h
DynamicFpiRedirectHeuristic.cpp
DynamicFpiRedirectHeuristic.h
moz.build
nsIPartitioningExceptionListService.idl
nsIPurgeTrackerService.idl
nsITrackingDBService.idl
nsIURLDecorationAnnotationsService.idl
nsIURLQueryStrippingListService.idl
PartitioningExceptionList.cpp
PartitioningExceptionList.h
PartitioningExceptionListService.jsm
PurgeTrackerService.jsm
RejectForeignAllowList.cpp
RejectForeignAllowList.h
SettingsChangeObserver.cpp
SettingsChangeObserver.h
StorageAccess.cpp Bug 1758745 - Refactor EffectiveStoragePrincipal to EffectiveCookiePrincipal and create new function EffectiveStoragePrincipal that is never unpartitioned; r=bvandersloot 2022-07-15 13:26:17 +00:00
StorageAccess.h Bug 1758745 - Refactor EffectiveStoragePrincipal to EffectiveCookiePrincipal and create new function EffectiveStoragePrincipal that is never unpartitioned; r=bvandersloot 2022-07-15 13:26:17 +00:00
StorageAccessAPIHelper.cpp Bug 1777497, part 3 - Require a grant (auto or manual) for the requestStorageAccessUnderSite permission, r=timhuang,pbz,anti-tracking-reviewers 2022-08-12 16:12:06 +00:00
StorageAccessAPIHelper.h Bug 1777497, part 3 - Require a grant (auto or manual) for the requestStorageAccessUnderSite permission, r=timhuang,pbz,anti-tracking-reviewers 2022-08-12 16:12:06 +00:00
StoragePrincipalHelper.cpp Bug 1770498: Populate the RFP member of CookieJar Settings r=timhuang,geckoview-reviewers,owlish 2022-07-15 20:39:19 +00:00
StoragePrincipalHelper.h
TemporaryAccessGrantObserver.cpp
TemporaryAccessGrantObserver.h
TrackingDBService.jsm Bug 1772926 - Port osfile.jsm usage to IOUtils in toolkit/components/antitracking/ r=timhuang 2022-08-05 05:02:51 +00:00
URLDecorationAnnotationsService.jsm
URLDecorationStripper.cpp
URLDecorationStripper.h
URLQueryStringStripper.cpp
URLQueryStringStripper.h
URLQueryStrippingListService.jsm