You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
For example, when entering chrome://flags on Chrome, and changing a Dynamic Filtering rule, the reload button on the popup isn't dispappearing after clicking it (though it does reload the page).
Note 1: On FF Nightly, tested with about:memory page - same results.
Note 2: The Element Picker icon isn't shown on the popup for for that page, is this derived from the same origin in the code?
The text was updated successfully, but these errors were encountered:
@gorhill@Mikey1993 the problem with chrome://flags and about:memory is that an actual net request never occurs for their mainframes.
As such, logRequest never gets called and the pageStore doesn't get a contentLastModified which is necessary for the reload button to go away in the popup.
For example, when entering
chrome://flags
on Chrome, and changing a Dynamic Filtering rule, the reload button on the popup isn't dispappearing after clicking it (though it does reload the page).about:memory
page - same results.The text was updated successfully, but these errors were encountered: