Closed
Bug 1807227
Opened 2 years ago
Closed 2 years ago
Update NodeCache implementation to handle latest WebDriver changes
Categories
(Remote Protocol :: Marionette, task, P1)
Tracking
(firefox111 fixed)
RESOLVED
FIXED
111 Branch
Tracking | Status | |
---|---|---|
firefox111 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 2 open bugs, )
Details
(Whiteboard: [webdriver:m6])
Attachments
(1 file)
With bug 1692468 the cache of nodes is moved from the parent to the content process, but not all the aspects of the change in the WebDriver spec have been taken care of yet.
Assignee | ||
Updated•2 years ago
|
Priority: -- → P2
Whiteboard: [webdriver:backlog]
Assignee | ||
Comment 1•2 years ago
|
||
I forgot to actually assign myself earlier this week when I started working on this bug. I doubt that it will make it into M5 so setting for M6 instead for now.
While working on the bug I noticed some issues in the WebDriver classic specification which I'm going to fix via the following PR:
https://github.com/w3c/webdriver/pull/1712
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Priority: P2 → P1
See Also: → https://github.com/w3c/webdriver/pull/1712
Whiteboard: [webdriver:backlog] → [webdriver:m6]
Assignee | ||
Comment 2•2 years ago
|
||
Based on WebDriver classic specification changes:
https://github.com/w3c/webdriver/pull/1705
Assignee | ||
Updated•2 years ago
|
Points: --- → 5
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/626b037bb933
[marionette] Refactor DOM Node (de-)serialization code. r=webdriver-reviewers,jdescottes
Comment 4•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox111:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 111 Branch
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
•