gecko-dev/toolkit/components/antitracking
Ehsan Akhgari f32cd1cf0a Bug 1526542 - Improve the efficiency of CreatePermissionKey(); r=baku
There are two changes being made here:

  * In call sites where we know both origin arguments are equal,
    we will call a specialized version of the function which
    avoids the origin equality check.
  * We avoid calling into the generic printf structure and build
    the result string manually.

Differential Revision: https://phabricator.services.mozilla.com/D19245

--HG--
extra : moz-landing-system : lando
2019-02-11 12:55:52 +00:00
..
test/browser Bug 1526225 - Fix anti-tracking tests when checking worker messages, r=Ehsan 2019-02-08 16:53:20 +00:00
AntiTrackingCommon.cpp Bug 1526542 - Improve the efficiency of CreatePermissionKey(); r=baku 2019-02-11 12:55:52 +00:00
AntiTrackingCommon.h Bug 1525502 - Part 1: Add an API for registering a callback to get called when something changes in the environment which can change the result of anti-tracking checks; r=baku 2019-02-07 15:21:56 +00:00
moz.build Bug 1525208 - Part 7: Devirtualize accesses to nsPermissionManager in the anti-tracking backend; r=baku 2019-02-05 18:49:36 -05:00