Closed
Bug 1705003
Opened 4 years ago
Closed 3 years ago
Add GeckoView support to TabTarget
Categories
(Remote Protocol :: CDP, defect)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: whimboo, Unassigned)
References
Details
Once we have the Remote Agent build on Android (bug 1676803) we have to update several parts of its code base that watch and search for windows. Until that happens the TabTarget
list would be empty.
What needs to be done here is to not just use navigator:browser
for Services.wm.getEnumerator()
, but also navigator:geckoview
.
Given that there is no official support for Puppeteer on Android, I don't think it has to actually block enabling the code base on Android. Instead it can be a quick follow-up.
Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Points: --- → 2
Priority: -- → P2
Reporter | ||
Updated•4 years ago
|
Updated•3 years ago
|
Priority: P2 → P3
Reporter | ||
Updated•3 years ago
|
Whiteboard: [bidi-m1-mvp] → [bidi-m2-mvp]
Reporter | ||
Updated•3 years ago
|
Priority: P3 → --
Comment 1•3 years ago
|
||
Unsure about support for GeckoView with CDP considering we are focusing our efforts on WebDriver BiDi at the moment.
Status: NEW → RESOLVED
Points: 2 → ---
Closed: 3 years ago
Resolution: --- → INACTIVE
Whiteboard: [bidi-m2-mvp]
Reporter | ||
Comment 2•2 years ago
|
||
In case we have to reconsider we should at least wait for bug 1506782 which is about handling of tabs.
Depends on: 1506782
You need to log in
before you can comment on or make changes to this bug.
Description
•