Class ContentBlockingController.Event

Object
org.mozilla.geckoview.ContentBlockingController.Event
Enclosing class:
ContentBlockingController

public static class ContentBlockingController.Event extends Object
  • Field Details

    • BLOCKED_TRACKING_CONTENT

      public static final int BLOCKED_TRACKING_CONTENT
      Tracking content has been blocked from loading.
      See Also:
    • LOADED_LEVEL_1_TRACKING_CONTENT

      public static final int LOADED_LEVEL_1_TRACKING_CONTENT
      Level 1 tracking content has been loaded.
      See Also:
    • LOADED_LEVEL_2_TRACKING_CONTENT

      public static final int LOADED_LEVEL_2_TRACKING_CONTENT
      Level 2 tracking content has been loaded.
      See Also:
    • BLOCKED_FINGERPRINTING_CONTENT

      public static final int BLOCKED_FINGERPRINTING_CONTENT
      Fingerprinting content has been blocked from loading.
      See Also:
    • LOADED_FINGERPRINTING_CONTENT

      public static final int LOADED_FINGERPRINTING_CONTENT
      Fingerprinting content has been loaded.
      See Also:
    • BLOCKED_CRYPTOMINING_CONTENT

      public static final int BLOCKED_CRYPTOMINING_CONTENT
      Cryptomining content has been blocked from loading.
      See Also:
    • LOADED_CRYPTOMINING_CONTENT

      public static final int LOADED_CRYPTOMINING_CONTENT
      Cryptomining content has been loaded.
      See Also:
    • BLOCKED_UNSAFE_CONTENT

      public static final int BLOCKED_UNSAFE_CONTENT
      Content which appears on the SafeBrowsing list has been blocked from loading.
      See Also:
    • COOKIES_LOADED

      public static final int COOKIES_LOADED
      Performed a storage access check, which usually means something like a cookie or a storage item was loaded/stored on the current tab. Alternatively this could indicate that something in the current tab attempted to communicate with its same-origin counterparts in other tabs.
      See Also:
    • COOKIES_LOADED_TRACKER

      public static final int COOKIES_LOADED_TRACKER
      Similar to COOKIES_LOADED, but only sent if the subject of the action was a third-party tracker when the active cookie policy imposes restrictions on such content.
      See Also:
    • COOKIES_LOADED_SOCIALTRACKER

      public static final int COOKIES_LOADED_SOCIALTRACKER
      Similar to COOKIES_LOADED, but only sent if the subject of the action was a third-party social tracker when the active cookie policy imposes restrictions on such content.
      See Also:
    • COOKIES_BLOCKED_BY_PERMISSION

      public static final int COOKIES_BLOCKED_BY_PERMISSION
      Rejected for custom site permission.
      See Also:
    • COOKIES_BLOCKED_TRACKER

      public static final int COOKIES_BLOCKED_TRACKER
      Rejected because the resource is a tracker and cookie policy doesn't allow its loading.
      See Also:
    • COOKIES_BLOCKED_SOCIALTRACKER

      public static final int COOKIES_BLOCKED_SOCIALTRACKER
      Rejected because the resource is a tracker from a social origin and cookie policy doesn't allow its loading.
      See Also:
    • COOKIES_BLOCKED_ALL

      public static final int COOKIES_BLOCKED_ALL
      Rejected because cookie policy blocks all cookies.
      See Also:
    • COOKIES_PARTITIONED_FOREIGN

      public static final int COOKIES_PARTITIONED_FOREIGN
      Rejected because the resource is a third-party and cookie policy forces third-party resources to be partitioned.
      See Also:
    • COOKIES_BLOCKED_FOREIGN

      public static final int COOKIES_BLOCKED_FOREIGN
      Rejected because cookie policy blocks 3rd party cookies.
      See Also:
    • BLOCKED_SOCIALTRACKING_CONTENT

      public static final int BLOCKED_SOCIALTRACKING_CONTENT
      SocialTracking content has been blocked from loading.
      See Also:
    • LOADED_SOCIALTRACKING_CONTENT

      public static final int LOADED_SOCIALTRACKING_CONTENT
      SocialTracking content has been loaded.
      See Also:
    • BLOCKED_EMAILTRACKING_CONTENT

      public static final int BLOCKED_EMAILTRACKING_CONTENT
      Email content has been blocked from loading.
      See Also:
    • LOADED_EMAILTRACKING_LEVEL_1_CONTENT

      public static final int LOADED_EMAILTRACKING_LEVEL_1_CONTENT
      EmailTracking content from the Disconnect level 1 has been loaded.
      See Also:
    • LOADED_EMAILTRACKING_LEVEL_2_CONTENT

      public static final int LOADED_EMAILTRACKING_LEVEL_2_CONTENT
      EmailTracking content from the Disconnect level 2 has been loaded.
      See Also:
    • REPLACED_TRACKING_CONTENT

      public static final int REPLACED_TRACKING_CONTENT
      Indicates that content that would have been blocked has instead been replaced with a shim.
      See Also:
    • ALLOWED_TRACKING_CONTENT

      public static final int ALLOWED_TRACKING_CONTENT
      Indicates that content that would have been blocked has instead been allowed by a shim.
      See Also:
  • Constructor Details

    • Event

      protected Event()