Skip to content

Commit 219d20c

Browse files
Ngo Iok Ui (Wu Yu Wei)pewsheenamrbashirwraveryliushuyu
authored
Merge next back to dev branch (tauri-apps#477)
* refactor: remove unnecessary private mod shared (tauri-apps#400) * refactor: remove unnecessary private mod shared * chore: make fmt happy * refactor: use eventloop proxy in `custom_titlebar` example (tauri-apps#401) * Switch to tauri-webview2 (tauri-apps#411) * Switch to tauri-webview2 This is a temporary fix of null pointer crash on `get_content` of web resource request. We will switch it back once upstream is updated. * Add change file * fix: remove clipboard property for consistency across platforms (tauri-apps#412) * Remove clipboard property for consistancy across platforms * Remove clipboard property for consistency * feat: add inner_size for webview struct (tauri-apps#394) * Add inner_size method * Add inner_size for webview * Fix feature flag placement * Add feature flag on inner_size * Cargo fmt * feat(linux): allow resizing undecorated window using touch, closes tauri-apps#399 (tauri-apps#402) * feat(linux): allow resizing undecorated window using touch closes tauri-apps#399 * fix windows * update custom_titlebar example * revert windows changes * Implement WebContextImpl on mac (tauri-apps#372) * Implement WebContextImpl on mac * Update type visibility * Update cfg declaration * Move WebContextImpl to wkwebview * Fix protocol signature * Add missing feature flag * Cargo fmt * Add change file * Replace winapi with windows crate and use webview2-com instead of webview2 (tauri-apps#414) * Add Windows and webview2-com crates * Replace winapi and webview2-sys with webview2-com * Get all the examples working with webview2-com * Point to the published version of webview2-com * Add a summary in .changes * Remove extra projects not in config.json * Run cargo fmt --all * Fix clippy warnings * Update to 32-bit compatible webview2-com * Sync with refactor in next branch of tao * Use path prefix to prevent variable shadowing * Fix Linux nightly/stable clippy warnings * Update to latest review feedback in TAO * Replace tao dependency with git+branch * Switch to next branch of upstream tao repo * doc: add warning doc on webcontext and ptr detections (tauri-apps#419) * Add warning doc on webcontext and ptr detections * cargo fmt * Move Unix's webcontext implementation to webkitgtk (tauri-apps#421) * chore: add `on_issue_closed.yml` (tauri-apps#424) * Update webkit2gtk to 0.15 (tauri-apps#429) * Update webkit2gtk * Update webkit2gtk to 0.15 * Add changes file * fix: add feature flags to toggle private APIs (tauri-apps#431) * Add transparent feature flag * Add flag for video fullscreen on macOS * Add change file * Make clippy happy * Add clipboard field in WebViewAttributes (tauri-apps#432) * fix(webview/linux): Use a workaround to fix CORS ... (tauri-apps#435) ... when making XHR requests inside a custom URI scheme context. Reference: https://github.com/WebKit/WebKit/blob/9b6eae32a61d94be9963ef60d73a6d378099a97d/Source/WebKit/UIProcess/API/glib/WebKitProtocolHandler.cpp#L82-L91 * Delete on_issue_closed.yml (tauri-apps#436) * Enable secure context back (tauri-apps#438) * Disable all option on custom url scheme for now * Enable secure context back * fix link to tao repo (tauri-apps#439) * fix(deps): update rust crate http to 0.2.5 (tauri-apps#416) Co-authored-by: Renovate Bot <[email protected]> * fix link to tao Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]> * chore: remove unused files (tauri-apps#440) * Update webview2-com and windows crates (tauri-apps#446) * Replace webivew2-com-sys with prebuilt windows * Bump to latest versions * Set file drop handler after window creation * Point tao back to the upstream next branch * Rerun cargo fmt and fix Windows clippy warnings * Add changelog file * Use aliases for webview2_com instead of windows * Use time instead of chrono (tauri-apps#447) * Use time instead of chrono * Make clippy happy * fix(macos): unsupported key feedback sound (tauri-apps#448) * fix(macos): unsupported key feedback sound, closes # * Fix scope of YES Co-authored-by: Yu-Wei Wu <[email protected]> * Revert "fix(macos): unsupported key feedback sound (tauri-apps#448)" This reverts commit b8fdfd6. * Use tao commit with windows 0.25 * Switch back to tao's next branch * feat: enable cookie persistence on Linux (tauri-apps#453) * feat: enable cookie persistence on Linux * fmt * Bump webkit2gtk version (tauri-apps#457) * Update windows crate to 0.29.0 and webview2-com to 0.9.0 (tauri-apps#455) * Update to windows 0.29.0 * Add change description * Update tao dependency (tauri-apps#461) * fix: ignore transparency on Windows 7 (tauri-apps#460) * fix: ignore transparency on Windows 7 * Update Cargo.toml Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]> * Remove clippy check (tauri-apps#462) * chore: update PR template * Fix: tauri-apps#276 - Add ability to set custom User Agent (tauri-apps#464) * feat: Custom user agent attribute Included example * Fix setting type on Windows Co-authored-by: Adit Sachde <[email protected]> Co-authored-by: Wu Yu Wei <[email protected]> * Add support of `HTTPBodyStream` (tauri-apps#465) * Update to 2021 edition (tauri-apps#466) * Update windows crate to 0.30.0 * change tao dep * remove "tray" from default features and allow using "ayatana" instead (tauri-apps#469) The "tray" feature enables dependency on libappindicator3. On Debian 11 (and some other systems), libappindicator3 was removed and replaced with libayatana-appindicator3: https://www.debian.org/releases/bullseye/amd64/release-notes/ch-information.en.html#noteworthy-obsolete-packages This new library can be used by enabling the "ayatana" feature. Depending on the system, only one of those library will usually be available, and thus, only one of the "tray" and "ayatana" feature would compile fine. Having "tray" in default features did prevent building on systems with no libappindicator3 available. * Update tray examples (tauri-apps#470) * chore: update pull request commit exmple * feat: enable objc's exception feature [TRI-039] * refactor: IPC handler [TRI-019] * Feat/isolation (tauri-apps#5) Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <[email protected]> Co-authored-by: Yu-Wei Wu <[email protected]> Co-authored-by: Adit Sachde <[email protected]> Co-authored-by: Wu Yu Wei <[email protected]> Co-authored-by: Amr Bashir <[email protected]> Co-authored-by: Bogdan Bivolaru <[email protected]> Co-authored-by: Bill Avery <[email protected]> Co-authored-by: Lucas Fernandes Nogueira <[email protected]> Co-authored-by: Lucas Fernandes Nogueira <[email protected]> Co-authored-by: amrbashir <[email protected]> Co-authored-by: Chip Reed <[email protected]> Co-authored-by: Jhonatan A <[email protected]> * chore: fix Linux clippy warnings * chore(audit): add report * fix: windows build * Update gtk to 0.15 (tauri-apps#472) * chore: new `multi_window` example, closes tauri-apps#459 (tauri-apps#476) * chore: new `multi_window` example, closes tauri-apps#459 * revert license change Co-authored-by: Jason <[email protected]> Co-authored-by: Amr Bashir <[email protected]> Co-authored-by: Bill Avery <[email protected]> Co-authored-by: liushuyu <[email protected]> Co-authored-by: Bogdan Bivolaru <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Lucas Fernandes Nogueira <[email protected]> Co-authored-by: Lucas Fernandes Nogueira <[email protected]> Co-authored-by: amrbashir <[email protected]> Co-authored-by: Jhonatan A <[email protected]> Co-authored-by: Adit Sachde <[email protected]> Co-authored-by: Michael Alyn Miller <[email protected]> Co-authored-by: Bill Avery <[email protected]> Co-authored-by: Aurélien Jacobs <[email protected]> Co-authored-by: Chip Reed <[email protected]>
1 parent 3a6eefa commit 219d20c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1711
-1547
lines changed

.changes/15.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wry": minor
3+
---
4+
5+
Update gtk to 0.15

.changes/clipboard.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
Add clipboard field in WebViewAttributes.
6+

.changes/fix-windows7-runtime.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
Ignore transparency on Windows 7 to prevent application crash.

.changes/linux-clipboard.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
Remove clipboard property for consistency across platforms.

.changes/linux-cookie-storage.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
Enable cookie persistence on Linux if the `data_directory` is provided.

.changes/mac-exception.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
Enable objc's exception features so they can be treated as panic message.
6+

.changes/mac-inner-size.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
Add inner size method for webview. This can reflect correct size of webview on macOS.

.changes/mac-priv.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
Add "transparent" and "fullscreen" featrue flags on macOS to toggle private API.
6+

.changes/mac-webcontext.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
Implement WebContextImpl on mac to extend several callback lifetimes.
6+

.changes/remove-shared-mod.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"wry": patch
3+
---
4+
5+
The only thing that private mod shared does is re-export http mod to public,
6+
we can just pub mod http.

0 commit comments

Comments
 (0)