-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shields not functional on private window until focus is changed #1437
Comments
I'll take a look this issue next week. I recently worked on similar area. |
After debugging, brave-extension didn't get window created callback when private window is created. |
Noticed this in the chrome extension API docs:
|
I don't think you can create a second window within the same incognito profile, so that is the exact event we need to fire for us in incognito. Or find another way. But at least that explains it. |
chrome.windows.onCreated doesn't get called for the first window |
Upstream issue: |
I think a hack that would work is to have an interval that checks for new windows that it doesn't know about. Or even just a timeout to make sure that when a script runs through it will call that timeout one time and check to make sure it has all known windows. |
Verified passed with
Verification passed on
Verification Passed on
|
Description
Shields not functional on private window until focus is changed
Steps to Reproduce
Actual result:
https://youtu.be/FR0FaHis_7M
Expected result:
Shields should always work on Private window
Reproduces how often:
Easy
Brave version (chrome://version info)
Reproducible on current release:
Website problems only:
Additional Information
The text was updated successfully, but these errors were encountered: