mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +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
|
|
@ -128,4 +128,10 @@ interface nsIDocShellLoadInfo : nsISupports
|
|||
* URI as this information isn't embedded in the load's URI.
|
||||
*/
|
||||
attribute nsIURI baseURI;
|
||||
|
||||
/**
|
||||
* This will be true if this load is triggered by attribute changes.
|
||||
* See nsILoadInfo.isFromProcessingFrameAttributes
|
||||
*/
|
||||
attribute boolean isFromProcessingFrameAttributes;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue