Closed
Bug 976831
Opened 11 years ago
Closed 11 years ago
Marionette getStatus appears to be dead code.
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(b2g-v1.3 fixed)
RESOLVED
FIXED
mozilla30
| Tracking | Status | |
|---|---|---|
| b2g-v1.3 | --- | fixed |
People
(Reporter: automatedtester, Assigned: automatedtester)
Details
Attachments
(1 file, 1 obsolete file)
|
5.87 KB,
patch
|
automatedtester
:
review+
|
Details | Diff | Splinter Review |
from webdriver f2f it appears that we may have dead code and we should probably remove it.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8382293 -
Flags: review?(mdas)
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → dburns
Comment 3•11 years ago
|
||
Comment on attachment 8382293 [details] [diff] [review]
Remove unused getStatus method from Marionette;
Review of attachment 8382293 [details] [diff] [review]:
-----------------------------------------------------------------
r+ if you address comment.
::: testing/marionette/marionette-server.js
@@ -621,5 @@
> * @param object aRequest
> * 'value' member holds log message
> * 'level' member hold log level
> */
> log: function MDA_log(aRequest) {
You're missing the line to remove it from MarionetteServerConnection.prototype.requestTypes
Attachment #8382293 -
Flags: review?(mdas) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8382293 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8382297 [details] [diff] [review]
Remove unused getStatus method from Marionette;
Review of attachment 8382297 [details] [diff] [review]:
-----------------------------------------------------------------
carrying review forward
Attachment #8382297 -
Flags: review+
| Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla30
Updated•11 years ago
|
status-b2g-v1.3:
--- → fixed
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•