Closed
Bug 1599260
Opened 2 years ago
Closed 1 year ago
Add support for "loaderId" to "Page.lifecycleEvent"
Categories
(Remote Protocol :: CDP, enhancement, P1)
Remote Protocol
CDP
Tracking
(firefox78 fixed)
RESOLVED
FIXED
Firefox 78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: whimboo, Assigned: impossibus)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [puppeteer-beta-mvp])
Attachments
(2 files)
The Page.lifecycleEvent needs the loaderId property set. But as long as we don't have that value from the Page.navigate command, there is nothing we can do here.
| Assignee | ||
Comment 1•1 year ago
|
||
Bug 1599257 adds the plumbing for loaderId but does not return it. This is because client navigation methods (e.g. Page.goto in Puppeteer) break unless the loader id returned by Page.navigate matches the one in life cycle events.
| Reporter | ||
Comment 2•1 year ago
|
||
Maja, do you want to work on that next once bug 1599257 has been fixed? I feel this should have been on the reserved list for the next milestone. I assume it affects a lot of tests?
Flags: needinfo?(mjzffr)
| Assignee | ||
Updated•1 year ago
|
Priority: P3 → P2
Whiteboard: [puppeteer-beta-reserve]
Updated•1 year ago
|
Assignee: nobody → mjzffr
Status: NEW → ASSIGNED
Priority: P2 → P1
Whiteboard: [puppeteer-beta-reserve] → [puppeteer-beta-mvp]
| Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(mjzffr)
| Assignee | ||
Comment 3•1 year ago
|
||
Depends on D74579
| Assignee | ||
Comment 4•1 year ago
|
||
Updated•1 year ago
|
Attachment #9147148 -
Attachment description: Bug 1599260 - Include loader id in Page lifecycle events → Bug 1599260 - Include loader id in Page.lifecycleEvent
Pushed by mjzffr@gmail.com: https://hg.mozilla.org/integration/autoland/rev/d4f9dcd527b9 Include loader id in Page.lifecycleEvent r=remote-protocol-reviewers,whimboo https://hg.mozilla.org/integration/autoland/rev/12e3a7252e68 [puppeteer] Check for favicon in request/response test r=remote-protocol-reviewers,whimboo
Comment 6•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/d4f9dcd527b9
https://hg.mozilla.org/mozilla-central/rev/12e3a7252e68
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
Updated•2 months ago
|
Component: CDP: Page → CDP
You need to log in
before you can comment on or make changes to this bug.
Description
•