mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 10:18:38 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
ecd3cd8676
53 changed files with 67 additions and 1452 deletions
|
|
@ -198,8 +198,6 @@ var AboutPrivateBrowsingListener = {
|
|||
init(chromeGlobal) {
|
||||
chromeGlobal.addEventListener("AboutPrivateBrowsingOpenWindow", this,
|
||||
false, true);
|
||||
chromeGlobal.addEventListener("AboutPrivateBrowsingToggleTrackingProtection", this,
|
||||
false, true);
|
||||
},
|
||||
|
||||
get isAboutPrivateBrowsing() {
|
||||
|
|
@ -214,9 +212,6 @@ var AboutPrivateBrowsingListener = {
|
|||
case "AboutPrivateBrowsingOpenWindow":
|
||||
sendAsyncMessage("AboutPrivateBrowsing:OpenPrivateWindow");
|
||||
break;
|
||||
case "AboutPrivateBrowsingToggleTrackingProtection":
|
||||
sendAsyncMessage("AboutPrivateBrowsing:ToggleTrackingProtection");
|
||||
break;
|
||||
}
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue