Closed
Bug 1544468
Opened 6 years ago
Closed 6 years ago
Reduce the number of IPC calls on nsISHEntry in nsSHistory::SetChildHistoryEntry
Categories
(Core :: DOM: Navigation, task, P2)
Core
DOM: Navigation
Tracking
()
People
(Reporter: annyG, Assigned: annyG)
References
(Blocks 1 open bug)
Details
With session history state being moved into the parent, static method nsSHistory::SetChildHistoryEntry, called from nsDocShell::SetHistoryEntry, will be running in the child process. nsDocShell::SetHistoryEntry contains many IPC calls to nsISHEntry such as calls to nsISHEntry::GetChildAt in a loop [1], among others.
Assignee | ||
Updated•6 years ago
|
Type: defect → enhancement
Updated•6 years ago
|
Fission Milestone: --- → M3
Updated•6 years ago
|
Type: enhancement → task
Priority: -- → P2
Updated•6 years ago
|
Fission Milestone: M3 → M4
Assignee | ||
Comment 1•6 years ago
|
||
This will no longer be necessary because as a result of Bug 1546759 this method will be called from a parent process and the aforementioned calls will no longer go over IPC.
Assignee | ||
Updated•6 years ago
|
status-firefox69:
--- → wontfix
Assignee | ||
Updated•6 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•