Closed
Bug 1300481
Opened 9 years ago
Closed 9 years ago
Assert the document of a DocumentTimeline contains a navigation timing.
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: u459114, Assigned: u459114)
References
Details
Attachments
(1 file)
|
58 bytes,
text/x-review-board-request
|
Details |
A follow up of Bug 1190881, to assure that we give every Document a navigation timing object. Without it, most computing in DocumentTimeline could be wrong
| Comment hidden (mozreview-request) |
Comment 3•9 years ago
|
||
Are we sure we want these assertions? I think we can reach this situation with some combinations of document.write / document.open but maybe Mantaroh knows.
(In reply to Brian Birtles (:birtles) from comment #3)
> Are we sure we want these assertions? I think we can reach this situation
> with some combinations of document.write / document.open but maybe Mantaroh
> knows.
Not sure, that why I pull it out from bug 1190881. More test is needed, and I am looking to the code flow of timing object initialization. That's why I do not ask for review yet :).
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•