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
|
|
@ -740,4 +740,11 @@ interface nsILoadInfo : nsISupports
|
|||
* Note that the load for a sub-frame's document will return false here.
|
||||
*/
|
||||
[infallible] readonly attribute boolean isTopLevelLoad;
|
||||
|
||||
/**
|
||||
* This attribute will be true if this is a load triggered by
|
||||
* https://html.spec.whatwg.org/multipage/iframe-embed-object.html#process-the-iframe-attributes
|
||||
* or https://html.spec.whatwg.org/multipage/obsolete.html#process-the-frame-attributes
|
||||
*/
|
||||
[infallible] readonly attribute boolean isFromProcessingFrameAttributes;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue