Closed
Bug 766371
Opened 13 years ago
Closed 12 years ago
Add observer notification for first layout of new document when URL of docshell changes
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: fryn, Unassigned)
Details
Please implement some kind of event or observer notification for the first layout of the new document when the URL of a docshell changes. For example, when navigating via a hyperlink from URL A to URL B, the location bar value changes from URL A to URL B, and onlocationchange is fired, and then a few moments later, URL A's document is removed from the content area, and URL B's document starts being laid out and painted, which is when this event or observer notification should be fired.
We need this for Search Tabs, so the sidebar can be displayed at the same time that we start laying out and painting the new page and not too early (e.g. onlocationchange) or too late (e.g. DOMContentLoaded).
Comment 1•13 years ago
|
||
Does the "before-first-paint" notification we already send (for mobile stuff, right now) not do what you want?
| Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•