Bug 1440247 - Move gIdentityHandler into its own file (browser-siteIdentity.js). r=johannh

MozReview-Commit-ID: CsOzYthmrgl
This commit is contained in:
Prathiksha
2018-03-29 19:21:50 +05:30
parent d5d3cc8e8b
commit 31c4b9f813
3 changed files with 1113 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -21,6 +21,7 @@ for (let script of [
"chrome://browser/content/browser-places.js",
"chrome://browser/content/browser-plugins.js",
"chrome://browser/content/browser-sidebar.js",
"chrome://browser/content/browser-siteIdentity.js",
"chrome://browser/content/browser-tabsintitlebar.js",
"chrome://browser/content/browser-trackingprotection.js",

View File

@@ -66,6 +66,7 @@ browser.jar:
content/browser/browser-plugins.js (content/browser-plugins.js)
content/browser/browser-safebrowsing.js (content/browser-safebrowsing.js)
content/browser/browser-sidebar.js (content/browser-sidebar.js)
content/browser/browser-siteIdentity.js (content/browser-siteIdentity.js)
content/browser/browser-sync.js (content/browser-sync.js)
* content/browser/browser-tabPreviews.xml (content/browser-tabPreviews.xml)
content/browser/browser-tabsintitlebar.js (content/browser-tabsintitlebar.js)