question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Isolation based on webNavigation.TransitionType

See original GitHub issue

Would 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:closed
  • Created 4 years ago
  • Reactions:5
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
stoicallycommented, Nov 28, 2019

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.

2reactions
geeknikcommented, Nov 28, 2019

I updated the Mozilla bug from UNCONFIRMED to NEW so it maybe gets picked up quicker.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found