mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 14:28:39 +09:00
moebius#158: The Performance Resource Timing (added support for "workerStart")
https://github.com/MoonchildProductions/moebius/pull/158
This commit is contained in:
parent
6a97ee9379
commit
6885700c5b
26 changed files with 746 additions and 70 deletions
|
|
@ -2132,6 +2132,13 @@ HttpChannelChild::ContinueAsyncOpen()
|
|||
return NS_ERROR_FAILURE;
|
||||
}
|
||||
|
||||
openArgs.launchServiceWorkerStart() = mLaunchServiceWorkerStart;
|
||||
openArgs.launchServiceWorkerEnd() = mLaunchServiceWorkerEnd;
|
||||
openArgs.dispatchFetchEventStart() = mDispatchFetchEventStart;
|
||||
openArgs.dispatchFetchEventEnd() = mDispatchFetchEventEnd;
|
||||
openArgs.handleFetchEventStart() = mHandleFetchEventStart;
|
||||
openArgs.handleFetchEventEnd() = mHandleFetchEventEnd;
|
||||
|
||||
// The socket transport in the chrome process now holds a logical ref to us
|
||||
// until OnStopRequest, or we do a redirect, or we hit an IPDL error.
|
||||
AddIPDLReference();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue