Chromium Code Reviews
Description[Android WebAPKs] Force navigation on launch by default
https://codereview.chromium.org/2758193002/ added
EXTRA_WEBAPK_FORCE_NAVIGATION to enable WebAPK to specify whether to navigate
the WebAPK to the start URL in the intent if the WebAPK is already running
(WebApkActivity#onNewIntent).
This CL fixes a regression caused by
https://codereview.chromium.org/2758193002/ where the WebAPK would not navigate
to the passed in URL if EXTRA_WEBAPK_FORCE_NAVIGATION is not specified. In
particular, this broke deep links for WebAPKs which have not yet updated.
BUG=707590
Review-Url: https://codereview.chromium.org/2796773002
Cr-Commit-Position: refs/heads/master@{#462612}
Committed: https://chromium.googlesource.com/chromium/src/+/c23219e84056a088a4808da38d3c92c79018be93
Patch Set 1 : Merge branch 'fix_dcheck' into fix_deep_link #Patch Set 2 : Merge branch 'fix_dcheck' into fix_deep_link #Patch Set 3 : Merge branch 'master' into fix_deep_link #
Messages
Total messages: 17 (9 generated)
|
||||||||||||||||||||||||||||