Closed
Bug 965308
Opened 11 years ago
Closed 9 years ago
Remove "b2g" property from getSessionCapabilities
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox49 fixed)
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: ato, Unassigned)
References
Details
(Keywords: pi-marionette-server)
Attachments
(1 file)
getSessionCapabilities in testing/marionette/marionette-server.js
includes the "b2g" property for backwards compatibility with
Eideticker (bug 965297) and Mochitest (bug 965304).
When they have been updated to use platformName for determining B2G
(bug 965291), the "b2g" property can be removed.
Reporter | ||
Comment 1•11 years ago
|
||
This is related to bug 965291 and could probably be done in conjunction with that change.
Updated•10 years ago
|
Keywords: ateam-marionette-server
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
This removes a hack that was left behind so to not break eideticker
and mochitests on b2g.
Review commit: https://reviewboard.mozilla.org/r/50953/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/50953/
Attachment #8749448 -
Flags: review?(ato)
Reporter | ||
Comment 4•9 years ago
|
||
Comment on attachment 8749448 [details]
MozReview Request: Bug 965308: Remove b2g capability returned on startup r?ato
https://reviewboard.mozilla.org/r/50953/#review47715
Thank you for fixing this!
Attachment #8749448 -
Flags: review?(ato) → review+
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•