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
|
|
@ -165,6 +165,7 @@ public:
|
|||
NS_IMETHOD GetDomainLookupStart(mozilla::TimeStamp *aDomainLookupStart) override;
|
||||
NS_IMETHOD GetDomainLookupEnd(mozilla::TimeStamp *aDomainLookupEnd) override;
|
||||
NS_IMETHOD GetConnectStart(mozilla::TimeStamp *aConnectStart) override;
|
||||
NS_IMETHOD GetSecureConnectionStart(mozilla::TimeStamp *aSecureConnectionStart) override;
|
||||
NS_IMETHOD GetConnectEnd(mozilla::TimeStamp *aConnectEnd) override;
|
||||
NS_IMETHOD GetRequestStart(mozilla::TimeStamp *aRequestStart) override;
|
||||
NS_IMETHOD GetResponseStart(mozilla::TimeStamp *aResponseStart) override;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue