-
-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add a way to launch WebViews as incognito `WebView::as_incognit…
…o`, closes #908 (#916) * impl Incognito for WebKitGTK and WebView2 * Fix broken commit * i hate objc * Mark Android as unsupported * fix broken webview2 module * better example * example currently broken * forgot change file * update * Fix WebKitGTK * Share same code when creating context * Cargo fmt * Clean gitignore * Simply more code * Small patches to WKWebView, thank you pewsheen! * Fix example on Windows * Fix an oversight on WKWebView * Fix webkit2gtk implementation * Rename to with_incognito * Fix WKWebView type annotations * Fix warnings on wkwebview * Remove examples We can test with existing sites instead. * Update docs * Cargo fmt --------- Co-authored-by: Wu Yu Wei <[email protected]> Co-authored-by: Wu Wayne <[email protected]>
- Loading branch information
1 parent
1daccc9
commit 8698836
Showing
9 changed files
with
81 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"wry": patch | ||
--- | ||
|
||
Adds a way to launch a WebView as incognito through a new API at WebViewBuilder named as `with_incognito`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ Cargo.lock | |
gh-pages | ||
.DS_Store | ||
examples/test_video.mp4 | ||
.vscode/ | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters