Closed
Bug 1512500
Opened 6 years ago
Closed 5 years ago
Record parent docshell in profile JSON pages array
Categories
(Core :: Gecko Profiler, enhancement, P1)
Core
Gecko Profiler
Tracking
()
RESOLVED
FIXED
mozilla71
People
(Reporter: mstange, Assigned: canova)
References
Details
Attachments
(1 file, 2 obsolete files)
At the moment, the pages array has a boolean "isSubframe", but for subframes it doesn't point at the parent docshell. Knowing the parent docshell would be useful so that the UI can create a tree of all docshells, and it would also allow the UI to filter markers by "all docshells which are descendants of the selected docshell".
So we should add a field parentDocshellId to the JSON.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → canaltinova
Status: NEW → ASSIGNED
Comment 1•6 years ago
|
||
Tentatively assigning as P1, as it's for work that we are planning on doing in the short term, although perhaps it's a P2.
Priority: -- → P1
Assignee | ||
Comment 2•6 years ago
|
||
If there is a redirections with a meta tag inside an iframe, we are loading an
about:blank URL and then loading the redirected URL with the same docshell id
and docshell history id. That's why we are getting some duplicate entries and
we don't want that. So it seems like the best solution is to reject registering
about:blank entries altogether.
Assignee | ||
Comment 3•6 years ago
|
||
Depends on D18331
Updated•5 years ago
|
Attachment #9040669 -
Attachment is obsolete: true
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Attachment #9040670 -
Attachment is obsolete: true
Pushed by canaltinova@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/1bebf33be0d5
Record parent page information in profiler r=gerald,nika
Blocks: 1587329
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•