mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +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
|
|
@ -20,6 +20,7 @@ using struct mozilla::void_t from "ipc/IPCMessageUtils.h";
|
|||
using RequestHeaderTuples from "mozilla/net/PHttpChannelParams.h";
|
||||
using struct nsHttpAtom from "nsHttp.h";
|
||||
using class nsHttpResponseHead from "nsHttpResponseHead.h";
|
||||
using class mozilla::TimeStamp from "mozilla/TimeStamp.h";
|
||||
|
||||
namespace mozilla {
|
||||
namespace net {
|
||||
|
|
@ -134,6 +135,12 @@ struct HttpChannelOpenArgs
|
|||
nsCString channelId;
|
||||
uint64_t contentWindowId;
|
||||
nsCString preferredAlternativeType;
|
||||
TimeStamp launchServiceWorkerStart;
|
||||
TimeStamp launchServiceWorkerEnd;
|
||||
TimeStamp dispatchFetchEventStart;
|
||||
TimeStamp dispatchFetchEventEnd;
|
||||
TimeStamp handleFetchEventStart;
|
||||
TimeStamp handleFetchEventEnd;
|
||||
};
|
||||
|
||||
struct HttpChannelConnectArgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue