Closed
Bug 1159219
Opened 10 years ago
Closed 10 years ago
Make content proxy a separate module
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox40 fixed)
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: ato, Assigned: ato)
Details
(Keywords: pi-marionette-server)
Attachments
(2 files, 1 obsolete file)
As a follow up to bug 1157253 we can split ListenerProxy and ContentSender out in a separate JS module as it's not really specific to GeckoDriver or the rest of driver.js.
When doing this I want to investigate the possibility of generalising ContentSender a bit more, as it currently gets passed in three functions references and always operates on the current browser context's content frame.
Updated•10 years ago
|
Keywords: ateam-marionette-server
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
| Assignee | ||
Updated•10 years ago
|
Summary: Make content proxy a separate module and generalise ContentSender → Make content proxy a separate module
| Assignee | ||
Comment 1•10 years ago
|
||
/r/7737 - Bug 1159219: Make ContentSender a separate module
Pull down this commit:
hg pull -r a0fa5dabf485fd6860e4dd150158f59da2ca6692 https://reviewboard-hg.mozilla.org/gecko/
Attachment #8598623 -
Flags: review?(dburns)
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
Comment on attachment 8598623 [details]
MozReview Request: bz://1159219/ato
/r/7737 - Bug 1159219: Make ContentSender a separate module
/r/7765 - Bug 1159238. Generate UUID internally to ContentSender
Pull down these commits:
hg pull -r e24c86fa5a8c5abb6b51662b0f44b4bab480b1ed https://reviewboard-hg.mozilla.org/gecko/
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Comment on attachment 8598623 [details]
MozReview Request: bz://1159219/ato
https://reviewboard.mozilla.org/r/7735/#review6589
Ship It!
Attachment #8598623 -
Flags: review?(dburns) → review+
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
| Assignee | ||
Comment 10•10 years ago
|
||
Attachment #8598623 -
Attachment is obsolete: true
Attachment #8620176 -
Flags: review+
Attachment #8620177 -
Flags: review+
| Assignee | ||
Comment 11•10 years ago
|
||
| Assignee | ||
Comment 12•10 years ago
|
||
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
•