Closed
Bug 1395741
Opened 7 years ago
Closed 7 years ago
Stop using SDK loader in adb-helper
Categories
(DevTools Graveyard :: WebIDE, enhancement, P1)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 57
People
(Reporter: ochameau, Assigned: jdescottes)
References
Details
(Whiteboard: [nosdk])
ADB Helper should stop using SDK loader.
Instead it should use the new copy from devtools, introduced in bug 1392602.
Comment 1•7 years ago
|
||
Some hints on how to implement this, from conversation with Alex and Julian:
sole> How easy is it to replace adbhelper's usage of SDK loader with the new one?
jdescottes> I think it should be pretty transparent
jdescottes> looking at adbhelper's code I don't see anything used that wasn't preserved in the copy made for devtools
ochameau> it is about modifying this: https://github.com/mozilla/adbhelper/blob/master/bootstrap.js#L34-L109
ochameau> to pull the new base-loader.js from devtools if we are running on FF57, and keep the old if FF56-
Updated•7 years ago
|
Whiteboard: [nosdk]
Updated•7 years ago
|
Whiteboard: [nosdk] → [nosdk] [triage]
Updated•7 years ago
|
Flags: qe-verify-
Priority: -- → P2
Whiteboard: [nosdk] [triage] → [nosdk]
Assignee | ||
Comment 2•7 years ago
|
||
Ongoing PR on GitHub: https://github.com/mozilla/adbhelper/pull/34
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Updated•7 years ago
|
Priority: P2 → P1
Target Milestone: --- → Firefox 57
Reporter | ||
Comment 3•7 years ago
|
||
Just pushed 0.11.1 version with this PR. (should take some time to propagate)
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 4•7 years ago
|
||
Thanks Alex, I quickly tested https://ftp.mozilla.org/pub/labs/fxos-simulator/adb-helper/mac64/adbhelper-0.11.1-mac64.xpi on both Nightly and Beta, and looks like it's working fine.
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•