Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Revert "[webview_flutter] Add a getTitle method to WebViewController" #1981

Merged
merged 2 commits into from
Aug 16, 2019

Conversation

amirh
Copy link
Contributor

@amirh amirh commented Aug 16, 2019

Reverts #1979

The change broke Fuchsia, as FuchsiaWebViewController implements WebViewPlatformController so it doesn't get the no-op implementation of getTitle. We could change the FuchsiaWebViewController implementation to extend WebViewPlatformController so we can add new methods without requiring roll coordination.

I'm reverting temporarily until we resolve the roll issue.

@amirh amirh force-pushed the revert-1979-getTitle branch from 068bb3d to 2cd3657 Compare August 16, 2019 01:11
@amirh amirh requested a review from mklim August 16, 2019 01:12
Copy link
Contributor

@mklim mklim left a comment

Choose a reason for hiding this comment

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

LGTM

@amirh
Copy link
Contributor Author

amirh commented Aug 16, 2019

Landing without waiting for CI as this is a clean revert.

@amirh amirh merged commit e4feab6 into master Aug 16, 2019
@amirh amirh deleted the revert-1979-getTitle branch August 16, 2019 01:15
amirh added a commit to amirh/plugins that referenced this pull request Sep 10, 2019
amirh added a commit that referenced this pull request Sep 10, 2019
noelmansour pushed a commit to snowble/plugins that referenced this pull request Nov 13, 2019
mormih pushed a commit to mormih/plugins that referenced this pull request Nov 17, 2019
sungmin-park pushed a commit to sungmin-park/flutter-plugins that referenced this pull request Dec 17, 2019
…flutter#1981)

Reverts flutter#1979

The change broke Fuchsia, as FuchsiaWebViewController implements WebViewPlatformController so it doesn't get the no-op implementation of getTitle. We could change the FuchsiaWebViewController implementation to extend WebViewPlatformController so we can add new methods without requiring roll coordination.

I'm reverting temporarily until we resolve the roll issue.
sungmin-park pushed a commit to sungmin-park/flutter-plugins that referenced this pull request Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants