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

Making some changes to the ShadowWebView so that it handles history a #3347

Merged
merged 1 commit into from
Aug 24, 2017

Conversation

brettchabot
Copy link
Contributor

little more consistently.

Overview

Proposed Changes

private String originalUrl;
private List<String> history = new ArrayList<>();
private String lastEvaluatedJavascript;
// TODO: Delete this when setCanGoBack is deleted. This is only used to determine which "path" we

Choose a reason for hiding this comment

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

Could you fix an issue described in this TODO or remove a comment if not actual?

Copy link

@piotrek1543 piotrek1543 left a comment

Choose a reason for hiding this comment

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

Make sure that all issues described in todo comments are already fixed.

@brettchabot brettchabot merged commit 854a9e0 into master Aug 24, 2017
@xian xian added this to the 3.5 milestone Oct 6, 2017
@xian xian deleted the upstreamShadowWebView branch January 13, 2019 21:58
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.

3 participants