Closed
Bug 1249866
Opened 9 years ago
Closed 9 years ago
"gui:config" add-on does not work in Fx45+
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
RESOLVED
WORKSFORME
Tracking | Status | |
---|---|---|
firefox44 | --- | unaffected |
firefox45 | - | wontfix |
firefox46 | --- | wontfix |
firefox47 | --- | affected |
People
(Reporter: version365, Unassigned)
References
()
Details
(Keywords: addon-compat, crash, regression)
Crash Data
https://addons.mozilla.org/en-US/firefox/addon/guiconfig/
When opened (about:guiconfig), it's showing a blank page with no options.
Reporter | ||
Updated•9 years ago
|
tracking-e10s:
--- → ?
Keywords: addon-compat
It does not works in Fx47 with e10s off.
Status: UNCONFIRMED → NEW
tracking-e10s:
? → ---
Ever confirmed: true
Summary: "gui:config" add-on does not work with e10s → "gui:config" add-on does not work in Fx47
See Also: → https://github.com/slosd/guiconfig/issues/37
Error message in browser console:
: guiconfig.js:41:0 > xsltProcessor.importStylesheet(xsl);
function transformXML(xml, xsl, doc, params) {
var xsltProcessor = Cc['@mozilla.org/document-transformer;1?type=xslt'].createInstance(Ci.nsIXSLTProcessor);
for (var name in params) {
xsltProcessor.setParameter(null, name, params[name]);
}
xsltProcessor.importStylesheet(xsl);
return xsltProcessor.transformToFragment(xml, doc);
}
Has STR: --- → yes
status-firefox44:
--- → unaffected
status-firefox45:
--- → affected
status-firefox46:
--- → affected
status-firefox47:
--- → affected
Summary: "gui:config" add-on does not work in Fx47 → "gui:config" add-on does not work in Fx45+
It triggers a crash since:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=9a8f2342fb3116d23989087e026448d38a3768c5&tochange=5430b2dba98b2a39ccdfd3700131f780a27be17c
Stopped crashes but failed to load since:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=c0eab88b18c27ac2fa767725f3b6268c0aeb320e&tochange=9c2bad72beab374bc53e1e6c7fd6ede5b530b51e
Crash Report with m-c 2015-10-28: bp-75031ed4-6b2a-4d2a-8c47-c52782160220 [@ DoCORSChecks ]
[Tracking Requested - why for this release]:
a regression, or a compatibility changes without useful error message in browser console.
Crash Signature: [@ DoCORSChecks ]
Has Regression Range: --- → yes
tracking-firefox45:
--- → ?
Keywords: regression
Version: 47 Branch → 45 Branch
Comment 4•9 years ago
|
||
Too late for 45 and the crash is not too important (and was also impacting 44.0.2)
Updated•9 years ago
|
Comment 5•9 years ago
|
||
Did the back out of bug 1222624 not fix this?
https://addons.mozilla.org/en-US/firefox/addon/guiconfig/versions/
1.9.1 seems fixed the issue.
https://github.com/slosd/guiconfig/commit/9e3bea6308d3d8d55816e0e17a46773056fb00bd
Status: NEW → RESOLVED
Closed: 9 years ago
Flags: needinfo?(yfdyh000)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•