Set mDocGroup for HTML docs being loaded via XHR
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Tracking
()
People
(Reporter: hsivonen, Assigned: hsivonen)
Details
Attachments
(1 file)
|
59 bytes,
text/x-review-board-request
|
Details |
| Comment hidden (mozreview-request) |
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
| Comment hidden (mozreview-request) |
Updated•8 years ago
|
Updated•6 years ago
|
| Assignee | ||
Comment 4•5 years ago
|
||
Do we still care about this? (The bug was filed is the context of Quantum DOM.)
Comment 5•5 years ago
|
||
Hmm, has the situation changed with the DOM Arena stuff. Do we already effectively do this?
Comment 6•5 years ago
•
|
||
I don't think so?
Because DOM Arena helps if there is a node that is allocated/adopted this document before OnStartRequest, but I don't think that is always the case for XHR document?
Looks like XMLHttpRequestMainThread::OnDataAvailable would parse the XML and the create XML element, if this always get executed before OnStartRequest, then DOM Arena helps here.
Comment 7•5 years ago
|
||
There is a point in keeping DocGroups around if you're dispatching to/with them with a clear distinction that the work that is done is tied to that DocGroup, because then we want that work to show up in about:performance.
Updated•3 years ago
|
Description
•