Isolation based on webNavigation.TransitionType
See original GitHub issueWould need the webNavigation
permission, though that could be asked on-demand. The list of transition types can be found here. That might be useful to e.g. only trigger isolation when the user entered something into the address bar. The only issue might be that webNavigation.onCommitted
has no request id, and hence the decision must be made based on the tabId
.
When/If implementing that, it might be worthwhile to consider changing the (Per Domain) Isolation UI to be more like something like Request Control’s Rules.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:6 (2 by maintainers)
Top Results From Across the Web
chrome.webNavigation - Chrome Developers
The webNavigation API's onCommitted event has a transitionType and a transitionQualifiers property. The transition type is the same as used in the history...
Read more >webNavigation.TransitionType - Mozilla - MDN Web Docs
Chrome Edge
TransitionType Full support. ChromeYes. Toggle history Full support. Edge79. Toggle histo...
auto_bookmark Full support. ChromeYes. Toggle history Full support. Edge79. Toggle histo...
auto_subframe Full...
Read more >Open Link in New Container Tab always opens site ... - GitHub
The Isolation feature lets you decide when navigating in general or on a specific website should open a new Temporary Container based on...
Read more >Use FrameTreeNode ID as frameId in extension APIs
Use FrameTreeNode ID as frameId in extension APIs Use FrameTreeNode IDs instead of RenderFrame routing IDs as "frame id" in the extension APIs ......
Read more >Diff - 8c7df39d6b..b2cb08aba4 - chromium/src - Git at Google
+ +#include "ash/public/cpp/toast_manager.h" + +#include "base/logging.h" + ... +}; + // Obtains isolated file system URL from |virtual_path| pointing a ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here’s the ticket: https://bugzilla.mozilla.org/show_bug.cgi?id=1600069
Putting this issue in the blocked by third-party column for now.
I updated the Mozilla bug from UNCONFIRMED to NEW so it maybe gets picked up quicker.