Closed
Bug 902910
Opened 11 years ago
Closed 11 years ago
Offer a way for simulator addon to integrate itself with the connection footer
Categories
(DevTools Graveyard :: WebIDE, defect)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 26
People
(Reporter: ochameau, Assigned: ochameau)
Details
Attachments
(3 files, 2 obsolete files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
ochameau
:
review+
|
Details | Diff | Splinter Review |
We need to define an API for the simulator addons to plug itself into the connection footer. We can have multiple simulator addons, mainly one per Firefox OS main releases like 1.1 and 1.2. We may also have other variations like having a partner specific builds,...
The connection footer should be able to:
* help developer find'n install simulator addons,
* discover installed simulator addons,
* list them,
* be able to invoke simulator code to launch the simulator and connect to it.
Assignee | ||
Comment 1•11 years ago
|
||
WIP, based on the following branch:
https://github.com/ochameau/mozilla-central/tree/app-manager
Assignee | ||
Comment 2•11 years ago
|
||
This work is also based on following simulator patch.
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #787505 -
Attachment is obsolete: true
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #792850 -
Flags: review?(paul)
Assignee | ||
Updated•11 years ago
|
Attachment #792852 -
Flags: review?(paul)
Updated•11 years ago
|
Attachment #792850 -
Flags: review?(paul) → review+
Comment 5•11 years ago
|
||
Comment on attachment 792852 [details] [diff] [review]
Uplift simulator debugger client simulator fixes to be able to connect to it
Please re-base your code on the latest patch in bug 898485
Attachment #792852 -
Flags: review?(paul) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Rebased and also fixed a new exception in ConnectionManager._onTimeout (str is not defined)
Attachment #792852 -
Attachment is obsolete: true
Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 797138 [details] [diff] [review]
Uplift simulator debugger client simulator fixes to be able to connect to it
I hope you won't mind keeping the r+ with the rebase and just the naive onTimeout exception fix.
The other patch doesn't seem to require any rebase.
Attachment #797138 -
Flags: review+
Assignee | ||
Updated•11 years ago
|
Whiteboard: [land-in-fx-team]
Comment 8•11 years ago
|
||
Whiteboard: [land-in-fx-team]
Comment 9•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
Comment 10•11 years ago
|
||
So I forgot to land the first patch.
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
•