gecko-dev/toolkit/components/antitracking
Sebastian Streich 55e0b3e534 Bug 1624894 - Use legacy-baseprincipal cast in StoragePrincipalHelper.cpp r=ckerschb
Differential Revision: https://phabricator.services.mozilla.com/D68226

--HG--
extra : moz-landing-system : lando
2020-03-27 15:13:57 +00:00
..
test Bug 1612378 - Part 11: Change isOnContentBlockingAllowList in storageAccessAPIHelpers.js to use allowListed flag instead of permission. r=baku 2020-03-25 13:35:05 +00:00
AntiTrackingIPCUtils.h Bug 1620322 - Part 2: Refactor the code for content blocking events and notifications out of AntiTrackingCommon.cpp; r=baku 2020-03-09 23:36:37 +00:00
AntiTrackingLog.h Bug 1620712 - Properly truncate long URLs in anti-tracking logs; r=baku 2020-03-09 10:23:58 +00:00
AntiTrackingRedirectHeuristic.cpp Bug 1620322 - Part 8: Rename AntiTrackingCommon to ContentBlocking; r=baku 2020-03-09 23:36:39 +00:00
AntiTrackingRedirectHeuristic.h Bug 1620322 - Part 4: Refactor the code for the redirect heuristic out of AntiTrackingCommon.cpp; r=baku 2020-03-09 23:36:41 +00:00
AntiTrackingUtils.cpp Bug 1620322 - Part 5: Refactor the code for calculating the permission type string to AntiTrackingUtils; r=baku 2020-03-09 23:36:44 +00:00
AntiTrackingUtils.h Bug 1620322 - Part 5: Refactor the code for calculating the permission type string to AntiTrackingUtils; r=baku 2020-03-09 23:36:44 +00:00
ContentBlocking.cpp Bug 1623268 - P3. ContentBlockingAllowList::Check API supports passing BrowsingContext r=timhuang,baku 2020-03-26 15:12:57 +00:00
ContentBlocking.h Bug 1620602 - P3. Pass parent window's BrowsingContext to AllowAccessFor r=timhuang,Ehsan 2020-03-10 20:28:42 +00:00
ContentBlockingAllowList.cpp Bug 1623268 - P3. ContentBlockingAllowList::Check API supports passing BrowsingContext r=timhuang,baku 2020-03-26 15:12:57 +00:00
ContentBlockingAllowList.h Bug 1623268 - P3. ContentBlockingAllowList::Check API supports passing BrowsingContext r=timhuang,baku 2020-03-26 15:12:57 +00:00
ContentBlockingAllowList.jsm Bug 1587552 - Update GeckoView content blocking exception API and add better support for removing exceptions. r=esawin,Ehsan,geckoview-reviewers,snorp 2020-01-16 18:09:45 +00:00
ContentBlockingLog.cpp Bug 1620322 - Part 9: Move ContentBlockingLog to antitracking to keep all related code together in the same place; r=baku 2020-03-09 23:36:39 +00:00
ContentBlockingLog.h Bug 1620322 - Part 9: Move ContentBlockingLog to antitracking to keep all related code together in the same place; r=baku 2020-03-09 23:36:39 +00:00
ContentBlockingNotifier.cpp Bug 1625251 - Stop using MOZ_DIAGNOSTIC_ASSERT when checking blocking decision. r=baku 2020-03-27 11:12:17 +00:00
ContentBlockingNotifier.h Bug 1620322 - Part 2: Refactor the code for content blocking events and notifications out of AntiTrackingCommon.cpp; r=baku 2020-03-09 23:36:37 +00:00
ContentBlockingUserInteraction.cpp Bug 1620322 - Part 8: Rename AntiTrackingCommon to ContentBlocking; r=baku 2020-03-09 23:36:39 +00:00
ContentBlockingUserInteraction.h Bug 1620322 - Part 6: Refactor the code related to user interactions out of AntiTrackingCommon.cpp; r=baku 2020-03-09 23:36:35 +00:00
PurgeTrackerService.jsm Bug 1618515 - Don't use [noscript] asciiHost attribute in cookie purging. r=Ehsan 2020-03-02 16:24:36 +00:00
SettingsChangeObserver.cpp Bug 1620322 - Part 6: Refactor the code related to user interactions out of AntiTrackingCommon.cpp; r=baku 2020-03-09 23:36:35 +00:00
SettingsChangeObserver.h Bug 1620322 - Part 1: Refactor the code for content blocking allow list out of AntiTrackingCommon.cpp; r=baku 2020-03-06 16:36:01 +00:00
StorageAccess.cpp Bug 1612378 - Part 9: Make StorageAccess::InternalStorageAllowedCheck() to aslo checks the document's URI when doing a about URI check. r=dimi,baku 2020-03-25 13:22:11 +00:00
StorageAccess.h Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
StoragePrincipalHelper.cpp Bug 1624894 - Use legacy-baseprincipal cast in StoragePrincipalHelper.cpp r=ckerschb 2020-03-27 15:13:57 +00:00
StoragePrincipalHelper.h Bug 1620322 - Part 4: Refactor the code for the redirect heuristic out of AntiTrackingCommon.cpp; r=baku 2020-03-09 23:36:41 +00:00
TemporaryAccessGrantObserver.cpp Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
TemporaryAccessGrantObserver.h Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
TrackingDBService.jsm Bug 1603053 - Move reportContentBlockingLog from the child to the parent r=timhuang,Ehsan 2020-01-21 14:28:48 +00:00
URLDecorationAnnotationsService.jsm
URLDecorationStripper.cpp Bug 1620322 - Part 4: Refactor the code for the redirect heuristic out of AntiTrackingCommon.cpp; r=baku 2020-03-09 23:36:41 +00:00
URLDecorationStripper.h
antitracking.manifest
components.conf Bug 1599262 - Purge site data after identifying tracking site via cookies. r=Ehsan,johannh 2020-02-24 18:24:47 +00:00
moz.build Bug 1621328 - Move CreateExposableURI into nsIOService. r=Gijs,mayhemer 2020-03-13 12:44:36 +00:00
nsIPurgeTrackerService.idl Bug 1599262 - Purge site data after identifying tracking site via cookies. r=Ehsan,johannh 2020-02-24 18:24:47 +00:00
nsITrackingDBService.idl Bug 1603053 - Move reportContentBlockingLog from the child to the parent r=timhuang,Ehsan 2020-01-21 14:28:48 +00:00
nsIURLDecorationAnnotationsService.idl