Skip to content

Commit b1819a2

Browse files
committed
Fix chrome.manifest for FF4
1 parent 53cfed4 commit b1819a2

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/chrome.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ overlay chrome://navigator/content/navigator.xul chrome://https-everywhere/conte
1515

1616
style chrome://global/content/customizeToolbar.xul chrome://https-everywhere/skin/https-everywhere.css
1717
component {0f9ab521-986d-4ad8-9c1f-6934e195c15c} components/ssl-observatory.js
18-
contract @eff.org/ssl-observatory; {0f9ab521-986d-4ad8-9c1f-6934e195c15c}
18+
contract @eff.org/ssl-observatory;1 {0f9ab521-986d-4ad8-9c1f-6934e195c15c}
1919

20-
category profile-after-change SSLObservatory @eff.org/ssl-observatory;
20+
category profile-after-change SSLObservatory @eff.org/ssl-observatory;1
2121

2222
overlay chrome://browser/content/browser.xul chrome://https-everywhere/content/browser-overlay.xul
2323
overlay chrome://navigator/content/navigatorOverlay.xul chrome://https-everywhere/content/browser-overlay.xul

src/components/ssl-observatory.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ const SERVICE_NAME = "Anonymously Submits strange SSL certificates to EFF.";
2525
const LOADER = CC["@mozilla.org/moz/jssubscript-loader;1"].getService(CI.mozIJSSubScriptLoader);
2626

2727
const _INCLUDED = {};
28+
2829
const INCLUDE = function(name) {
2930
if (arguments.length > 1)
3031
for (var j = 0, len = arguments.length; j < len; j++)

0 commit comments

Comments
 (0)