Skip to content

Commit

Permalink
Sandbox mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksim Sadym committed May 15, 2023
1 parent 5872413 commit c973504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ This scenario loads a web page and prints it as a PDF. In spec terms, this invol
- [x] Some items from the previous milestones
- [x] [Printing to PDF as Base64-encoded string](https://w3c.github.io/webdriver-bidi/#command-browsingContext-print)

### Private browsing mode
### Sandbox session mode

This comment has been minimized.

Copy link
@jgraham

jgraham May 15, 2023

Member

At risk of bikeshedding, this seems like a worse name given that "sandbox" already means something different in the spec. "Private browsing" seemed better, but if you want to coin a term something like "Transient state mode" or so would more closely match how private browsing actually works.


This scenario initiates a browsing session in "private browsing" mode, ensuring that no noticeable side effects result from the creation of such a session. In spec terms, this involves:
This scenario initiates a browsing session in sandbox mode (analogue to Chrome's Incognito mode, Firefox's Private Browsing or Safari's Private mode), ensuring that no noticeable side effects result from the creation of such a session. In spec terms, this involves:

- [x] Some items from the previous milestones
- [ ] Create session with isolation and deleting of cookies, site data, and browsing history.

0 comments on commit c973504

Please sign in to comment.