Open
Bug 1775231
Opened 3 years ago
Updated 1 year ago
Move _applySessionData logic to a shared module or an abstract class
Categories
(Remote Protocol :: WebDriver BiDi, task, P3)
Remote Protocol
WebDriver BiDi
Tracking
(Not tracked)
NEW
People
(Reporter: Sasha, Unassigned)
Details
(Whiteboard: [webdriver:backlog])
We have a duplicated logic in https://searchfox.org/mozilla-central/source/remote/webdriver-bidi/modules/windowglobal/log.jsm#205-217 and https://searchfox.org/mozilla-central/source/remote/webdriver-bidi/modules/windowglobal/browsingContext.jsm#64-76 (probably in other modules as well) which could be moved to a shared module or an abstract class.
Reporter | ||
Updated•3 years ago
|
Flags: needinfo?(jdescottes)
Reporter | ||
Updated•3 years ago
|
Priority: -- → P3
Whiteboard: [webdriver:backlog]
Comment 1•1 year ago
|
||
I don't really remember what this needinfo was about but this still makes sense to do.
Flags: needinfo?(jdescottes)
You need to log in
before you can comment on or make changes to this bug.
Description
•