mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 17:31:47 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
8183d7b70c
14 changed files with 486 additions and 345 deletions
|
|
@ -1072,6 +1072,11 @@ nsDocumentViewer::LoadComplete(nsresult aStatus)
|
|||
if (timing) {
|
||||
timing->NotifyLoadEventEnd();
|
||||
}
|
||||
|
||||
nsPIDOMWindowInner* innerWindow = window->GetCurrentInnerWindow();
|
||||
if (innerWindow) {
|
||||
innerWindow->QueuePerformanceNavigationTiming();
|
||||
}
|
||||
}
|
||||
} else {
|
||||
// XXX: Should fire error event to the document...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue