mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
DevTools - network - implement the secureConnectionStart property for the PerformanceTiming
https://github.com/MoonchildProductions/moebius/pull/116 ("/testing" and "/toolkit" in in the previous commit)
This commit is contained in:
parent
38e95f9e35
commit
54f2e6eafd
32 changed files with 263 additions and 13 deletions
|
|
@ -149,6 +149,7 @@ public:
|
|||
|
||||
// Locked methods to get and set timing info
|
||||
const TimingStruct Timings();
|
||||
void BootstrapTimings(TimingStruct times);
|
||||
void SetDomainLookupStart(mozilla::TimeStamp timeStamp, bool onlyIfNull = false);
|
||||
void SetDomainLookupEnd(mozilla::TimeStamp timeStamp, bool onlyIfNull = false);
|
||||
void SetConnectStart(mozilla::TimeStamp timeStamp, bool onlyIfNull = false);
|
||||
|
|
@ -160,6 +161,8 @@ public:
|
|||
mozilla::TimeStamp GetDomainLookupStart();
|
||||
mozilla::TimeStamp GetDomainLookupEnd();
|
||||
mozilla::TimeStamp GetConnectStart();
|
||||
mozilla::TimeStamp GetSecureConnectionStart();
|
||||
|
||||
mozilla::TimeStamp GetConnectEnd();
|
||||
mozilla::TimeStamp GetRequestStart();
|
||||
mozilla::TimeStamp GetResponseStart();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue