mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +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
|
|
@ -4229,6 +4229,15 @@ nsGlobalWindow::GetPerformance()
|
|||
return AsInner()->GetPerformance();
|
||||
}
|
||||
|
||||
void
|
||||
nsPIDOMWindowInner::QueuePerformanceNavigationTiming()
|
||||
{
|
||||
CreatePerformanceObjectIfNeeded();
|
||||
if (mPerformance) {
|
||||
mPerformance->QueueNavigationTimingEntry();
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
nsPIDOMWindowInner::CreatePerformanceObjectIfNeeded()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue