author | Christian Legnitto <clegnitto@mozilla.com> |
Thu, 03 Feb 2011 10:30:29 -0800 | |
branch | GECKO20b11_2011020209_RELBRANCH |
changeset 61872 | 76521b9cdb59ea83586c0c9bd82ebda45f25c5b4 |
parent 61871 | be22ea0c325f2c173dcdc5eeffbe2fdec85ecce1 (current diff) |
parent 61870 | 086d21e38a579966267afe338a9a225e50a893dd (diff) |
child 61874 | f9d66f4d17bfb3c4bc6eb94f0711ebfcebb89b23 |
push id | 18525 |
push user | clegnitto@mozilla.com |
push date | Thu, 03 Feb 2011 18:31:27 +0000 |
treeherder | mozilla-central@76521b9cdb59 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | LegNeato |
bugs | 631225 |
milestone | 2.0b11 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/toolkit/mozapps/extensions/content/extensions-content.js +++ b/toolkit/mozapps/extensions/content/extensions-content.js @@ -57,17 +57,16 @@ function createInstallTrigger(window) { LOCALE: "r", CONTENT: "r", PACKAGE: "r", enabled: "r", updateEnabled: "r", install: "r", installChrome: "r", startSoftwareUpdate: "r", - toString: "r", toSource: "r", // XXX workaround for bug 582100 }, // == Public interface == SKIN: Ci.amIInstallTrigger.SKIN, LOCALE: Ci.amIInstallTrigger.LOCALE, CONTENT: Ci.amIInstallTrigger.CONTENT,