mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 23:37:33 +09:00
Issue #1697 - Reinstate the performance timing code removed in error.
This was a fallout from pull request #929.
This commit is contained in:
parent
9f0067af53
commit
942b305400
2 changed files with 17 additions and 0 deletions
|
|
@ -82,6 +82,10 @@ protected:
|
|||
int32_t mPriority;
|
||||
bool mIsCanceling;
|
||||
|
||||
bool mDefaultLoadIsTimed;
|
||||
uint32_t mTimedRequests;
|
||||
uint32_t mCachedRequests;
|
||||
|
||||
/* For nsPILoadGroupInternal */
|
||||
uint32_t mTimedNonCachedRequestsUntilOnEndPageLoad;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue