Closed
Bug 1636384
Opened 5 years ago
Closed 2 years ago
Runtime.disable has to send Runtime.executionContextDestroyed events for all registered contexts
Categories
(Remote Protocol :: CDP, enhancement, P2)
Remote Protocol
CDP
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: whimboo, Assigned: canadahonk)
References
Details
(Whiteboard: [puppeteer-beta2-mvp])
Attachments
(1 obsolete file)
When the Runtime gets disabled the Runtime.executionContextDestroyed
message has to be send out for every registered execution context.
Reporter | ||
Updated•5 years ago
|
Priority: P3 → P2
Reporter | ||
Updated•4 years ago
|
Whiteboard: [puppeteer-beta-reserve] → [puppeteer-beta2-mvp]
Updated•4 years ago
|
Component: CDP: Runtime → CDP
Assignee | ||
Comment 1•2 years ago
|
||
On Runtime.disable, Runtime.executionContextDestroyed events should be
sent for all registered contexts. Also adds new test to check this
(with a todo marker as the test needs to be updated when another bug is
fixed in the future.)
Updated•2 years ago
|
Assignee: nobody → oj
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•2 years ago
|
||
The review process is currently blocked on https://bugs.chromium.org/p/chromium/issues/detail?id=1407315.
Reporter | ||
Comment 3•2 years ago
|
||
(In reply to Henrik Skupin [:whimboo][⌚️UTC+1] from comment #2)
The review process is currently blocked on https://bugs.chromium.org/p/chromium/issues/detail?id=1407315.
As the discussion on that issue revealed this it not wanted. As such we can close this bug as invalid.
Updated•2 years ago
|
Attachment #9311863 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•