Bug 1471713 - Add an animation for the tracking protection icon. r=sfoster

MozReview-Commit-ID: GBUbaoShxQi
This commit is contained in:
Johann Hofmann
2018-07-05 23:45:34 +02:00
parent ba605f2926
commit 68143cf08b
14 changed files with 1879 additions and 70 deletions

View File

@@ -4898,7 +4898,7 @@ var XULBrowserWindow = {
uri = Services.uriFixup.createExposableURI(uri);
} catch (e) {}
gIdentityHandler.updateIdentity(this._state, uri);
TrackingProtection.onSecurityChange(this._state, aIsSimulated);
TrackingProtection.onSecurityChange(this._state, aWebProgress, aIsSimulated);
},
// simulate all change notifications after switching tabs