Closed
Bug 915204
Opened 11 years ago
Closed 11 years ago
Integrate adb helper addon into the app manager
Categories
(DevTools Graveyard :: WebIDE, defect)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(2 files, 2 obsolete files)
(deleted),
application/x-xpinstall
|
Details | |
(deleted),
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
So far, you had to manually install and run adb forward command to make the app manager connect to a device. But thanks to the work being done in the simulator addon, we can ship an helper addon in order to ship adb (not the whole android SDK) and run this command automagically for the user.
I started crafting such helper addon here:
https://github.com/ochameau/adbhelper
And I'm attaching an xpi to this bug.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Comment 2•11 years ago
|
||
And here is an (working) example to see how we could potentialy use this JSM from the UI.
Assignee | ||
Updated•11 years ago
|
Attachment #803056 -
Flags: review?(paul)
Comment 3•11 years ago
|
||
Comment on attachment 803056 [details] [diff] [review]
Add a JSM to allow addons to register devices to the app manager
Can you rebase moz.build on fx-team?
Attachment #803056 -
Flags: review?(paul) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #803056 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Attachment #803083 -
Flags: review+
Updated•11 years ago
|
Updated•11 years ago
|
Attachment #803058 -
Attachment is obsolete: true
Comment 5•11 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/662396e19e60
FYI, you don't need to use [land-in-fx-team] anymore. Just checkin-needed works fine :)
Assignee: nobody → poirot.alex
Keywords: checkin-needed
Whiteboard: [land-in-fx-team] → [fixed-in-fx-team]
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 26
Updated•6 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
•