Closed
Bug 1064988
Opened 11 years ago
Closed 11 years ago
Fix adbhelper for jschar change
Categories
(DevTools Graveyard :: WebIDE, defect)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jryans, Assigned: jryans)
References
Details
(Keywords: regression)
Bug 1063962 removed jschar, which was used by adbhelper.
The addon no longer starts up and prints an error:
1410280609199 addons.xpi WARN Exception running bootstrap method startup on adbhelper@mozilla.org: TypeError: ctypes.jschar is undefined (resource://gre/modules/commonjs/toolkit/loader.js -> resource://adbhelperatmozilla.org/subprocess.js:196) JS Stack trace: @subprocess.js:196:7 < @adb.js:14:20 < @main.js:4:11 < startup@file:///Users/jryans/Library/Application%20Support/Firefox/Profiles/i9e2tppc.development/extensions/adbhelper@bootstrap.js:83:16 < XPI_callBootstrapMethod@XPIProvider.jsm:4303:9 < XPI_startup@XPIProvider.jsm:1966:13 < AMI_callProviders@AddonManager.jsm:872:11 < AMI_startup@AddonManager.jsm:747:1 < AMP_startup@AddonManager.jsm:2319:5 < AMC_observe@addonManager.js:55:7
| Assignee | ||
Updated•11 years ago
|
Keywords: regression
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Released 0.5.1.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 3•11 years ago
|
||
jryans: the ctypes.jschar alias (bug 1064935) should land today, so you can backout your adbhelper fix (maybe tomorrow to be safe?) if you'd like to simplify your addon code. :)
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•