Closed
Bug 1549785
Opened 6 years ago
Closed 6 years ago
Implement Runtime.releaseObject
Categories
(Remote Protocol :: CDP, enhancement, P1)
Remote Protocol
CDP
Tracking
(firefox68 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox68 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
Details
Attachments
(2 files)
https://chromedevtools.github.io/devtools-protocol/tot/Runtime#method-releaseObject
Runtime.releaseObject
Releases remote object with given id.
This is being called when running wordpress test suite from this puppeteer function:
https://github.com/GoogleChrome/puppeteer/blob/854b1c09126800eca86e7ac42e0ab8f16076e32e/lib/helper.js#L94
This is called whenever we eval some javascript bits of query a dom element.
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
Priority: P2 → P1
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b1406a7e07ff
Implement Runtime.releaseObject. r=remote-protocol-reviewers,ato
https://hg.mozilla.org/integration/autoland/rev/b143758e66ec
Fix Remote object support for Node/Elements objects. r=remote-protocol-reviewers,ato
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b1406a7e07ff
https://hg.mozilla.org/mozilla-central/rev/b143758e66ec
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
status-firefox68:
--- → fixed
Updated•4 years ago
|
Component: CDP: Runtime → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•