Closed
Bug 1128515
Opened 11 years ago
Closed 10 years ago
Have capabilities stored on the client side and not do the RPC call
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(firefox38 fixed)
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: automatedtester, Assigned: joshin4colours, Mentored)
Details
(Keywords: pi-marionette-client, Whiteboard: [good first bug][lang=py])
Attachments
(8 files, 1 obsolete file)
39 bytes,
text/x-review-board-request
|
Details | |
39 bytes,
text/x-review-board-request
|
Details | |
39 bytes,
text/x-review-board-request
|
Details | |
39 bytes,
text/x-review-board-request
|
Details | |
39 bytes,
text/x-review-board-request
|
Details | |
39 bytes,
text/x-review-board-request
|
Details | |
39 bytes,
text/x-review-board-request
|
Details | |
39 bytes,
text/x-review-board-request
|
Details |
Currently we do an RPC for getting session capabilities in https://dxr.mozilla.org/mozilla-central/source/testing/marionette/client/marionette/marionette.py#847, this should really use self.session defined in https://dxr.mozilla.org/mozilla-central/source/testing/marionette/client/marionette/marionette.py#824
Reporter | ||
Updated•11 years ago
|
Whiteboard: [good first bug][lang= py] → [good first bug][lang=py]
Reporter | ||
Updated•11 years ago
|
Keywords: ateam-marionette-client
Reporter | ||
Updated•11 years ago
|
Assignee: nobody → joshua.m.grant
Assignee | ||
Comment 1•10 years ago
|
||
/r/3907 - Bug 1128515 updated session_capabilities property
/r/3909 - Backed out changeset 0ea09805c940
/r/3911 - bug 1128515 correctly updated property for session_capabilities
Pull down these commits:
hg pull review -r 4c3a8d25774b5f7b38660e7fd3e813aba24346d5
Assignee | ||
Updated•10 years ago
|
Attachment #8565057 -
Flags: review?(dburns)
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8565057 [details]
MozReview Request: bz://1128515/joshin4colours
/r/3907 - Bug 1128515 updated session_capabilities property
/r/3909 - Backed out changeset 0ea09805c940
/r/3911 - bug 1128515 correctly updated property for session_capabilities
Pull down these commits:
hg pull review -r 4c3a8d25774b5f7b38660e7fd3e813aba24346d5
Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8565057 [details]
MozReview Request: bz://1128515/joshin4colours
/r/3907 - Bug 1128515 updated session_capabilities property
/r/3909 - Backed out changeset 0ea09805c940
/r/3911 - bug 1128515 correctly updated property for session_capabilities
/r/3913 - corrected update
Pull down these commits:
hg pull review -r cf994675c65c6adf2eda71cc039aa5c2025dfba1
Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8565057 [details]
MozReview Request: bz://1128515/joshin4colours
/r/3907 - Bug 1128515 updated session_capabilities property
/r/3909 - Backed out changeset 0ea09805c940
/r/3911 - bug 1128515 correctly updated property for session_capabilities
/r/3913 - corrected update
Pull down these commits:
hg pull review -r cf994675c65c6adf2eda71cc039aa5c2025dfba1
Reporter | ||
Comment 5•10 years ago
|
||
Comment on attachment 8565057 [details]
MozReview Request: bz://1128515/joshin4colours
https://reviewboard.mozilla.org/r/3905/#review3119
Ship It!
Attachment #8565057 -
Flags: review?(dburns) → review+
Reporter | ||
Updated•10 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 6•10 years ago
|
||
Sheriffs, please squash patch before landing as there is a number of superfluous commits
Whiteboard: [good first bug][lang=py] → [good first bug][lang=py][Sheriffs read comment 6 before checkin needed done]
Comment 7•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [good first bug][lang=py][Sheriffs read comment 6 before checkin needed done] → [good first bug][lang=py]
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
Assignee | ||
Updated•10 years ago
|
Attachment #8565057 -
Flags: review+ → review?(dburns)
Assignee | ||
Comment 9•10 years ago
|
||
Comment on attachment 8565057 [details]
MozReview Request: bz://1128515/joshin4colours
/r/3907 - Bug 1128515 updated session_capabilities property
/r/3909 - Backed out changeset 0ea09805c940
/r/3911 - bug 1128515 correctly updated property for session_capabilities
/r/3913 - corrected update
/r/4763 - bug985207 updated getTitle following getCurrentUrl example
/r/4765 - removed trailing whitespace
Pull down these commits:
hg pull review -r b47ef6c515de654fe29c6deeff91497e60dafff5
Reporter | ||
Comment 10•10 years ago
|
||
Comment on attachment 8565057 [details]
MozReview Request: bz://1128515/joshin4colours
removing r? until it is on the the correct bug
Attachment #8565057 -
Flags: review?(dburns)
Assignee | ||
Comment 11•10 years ago
|
||
Attachment #8565057 -
Attachment is obsolete: true
Assignee | ||
Comment 12•10 years ago
|
||
Assignee | ||
Comment 13•10 years ago
|
||
Assignee | ||
Comment 14•10 years ago
|
||
Assignee | ||
Comment 15•10 years ago
|
||
Assignee | ||
Comment 16•10 years ago
|
||
Assignee | ||
Comment 17•10 years ago
|
||
Assignee | ||
Comment 18•10 years ago
|
||
Assignee | ||
Comment 19•10 years ago
|
||
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 20•3 years ago
|
||
Moving bugs for Marionette client due to component changes.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•