Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add .url()to access the current url #732

Merged
merged 8 commits into from Oct 25, 2022
Merged

feat: add .url()to access the current url #732

merged 8 commits into from Oct 25, 2022

Conversation

JonasKruckenberg
Copy link
Contributor

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Docs
  • New Binding issue #___
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change?

  • Yes, and the changes were approved in issue #___
  • No

Checklist

  • When resolving issues, they are referenced in the PR's title (e.g fix: remove a typo, closes #___, #___)
  • A change file is added if any packages will require a version bump due to this PR per the instructions in the readme.
  • I have added a convincing reason for adding this feature, if necessary

Other information

@JonasKruckenberg JonasKruckenberg marked this pull request as ready for review October 25, 2022 09:57
@JonasKruckenberg JonasKruckenberg requested a review from a team as a code owner October 25, 2022 09:57
src/webview/webview2/mod.rs Outdated Show resolved Hide resolved
src/webview/android/mod.rs Outdated Show resolved Hide resolved
JonasKruckenberg and others added 2 commits October 25, 2022 13:38
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
Copy link
Member

@amrbashir amrbashir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am once again asking for change file.

@amrbashir amrbashir merged commit 38e49bd into dev Oct 25, 2022
@amrbashir amrbashir deleted the feat/url-method branch October 25, 2022 18:02
@github-actions github-actions bot mentioned this pull request Oct 25, 2022
dklassic pushed a commit that referenced this pull request Apr 12, 2023
* feat: add `.url()`to access the current url

* fmt

* add url import

* fix linux and windows

* add stub to android webview

* Update src/webview/webview2/mod.rs

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

* Add android

* change file and doc

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
# Conflicts:
#	src/webview/android/main_pipe.rs
#	src/webview/android/mod.rs
#	src/webview/webkitgtk/mod.rs
dklassic pushed a commit that referenced this pull request Apr 12, 2023
* feat: add `.url()`to access the current url

* fmt

* add url import

* fix linux and windows

* add stub to android webview

* Update src/webview/webview2/mod.rs

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

* Add android

* change file and doc

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
wusyong pushed a commit that referenced this pull request Apr 12, 2023
* feat: add `WebView::url()` to access the current url (#732)

* feat: add `.url()`to access the current url

* fmt

* add url import

* fix linux and windows

* add stub to android webview

* Update src/webview/webview2/mod.rs

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

* Add android

* change file and doc

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

* Changed wry to patch

---------

Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
wusyong added a commit that referenced this pull request Apr 12, 2023
* feat: add `WebView::url()` to access the current url (#732)

* feat: add `.url()`to access the current url

* fmt

* add url import

* fix linux and windows

* add stub to android webview

* Update src/webview/webview2/mod.rs

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>

* Add android

* change file and doc

Co-authored-by: Amr Bashir <amr.bashir2015@gmail.com>
# Conflicts:
#	src/webview/android/main_pipe.rs
#	src/webview/android/mod.rs
#	src/webview/webkitgtk/mod.rs

* Changed wry to patch

* Update mod.rs

* fixed compile error and removed redundant file

* Remove MainPipe from src/webview/android/mod.rs

Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <yuweiwu@pm.me>

* Include required parameter RGBA in src/webview/webkitgtk/mod.rs

Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <yuweiwu@pm.me>

---------

Co-authored-by: Jonas Kruckenberg <iterpre@protonmail.com>
Co-authored-by: Ngo Iok Ui (Wu Yu Wei) <yuweiwu@pm.me>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants