mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
Do not report resource-timing subdocument loads triggered by that subdocument.
This commit is contained in:
parent
a959f4717e
commit
27d88fc505
13 changed files with 108 additions and 12 deletions
|
|
@ -81,6 +81,7 @@ public:
|
|||
|
||||
void SetIsPreflight();
|
||||
void SetUpgradeInsecureRequests();
|
||||
void SetIsFromProcessingFrameAttributes();
|
||||
|
||||
private:
|
||||
// private constructor that is only allowed to be called from within
|
||||
|
|
@ -157,6 +158,11 @@ private:
|
|||
bool mForcePreflight;
|
||||
bool mIsPreflight;
|
||||
bool mLoadTriggeredFromExternal;
|
||||
|
||||
// Is true if this load was triggered by processing the attributes of the
|
||||
// browsing context container.
|
||||
// See nsILoadInfo.isFromProcessingFrameAttributes
|
||||
bool mIsFromProcessingFrameAttributes;
|
||||
};
|
||||
|
||||
} // namespace net
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue