New issue
Advanced search Search tips

Issue 682317 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Mar 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: iOS
Pri: 2
Type: Bug



Sign in to add a comment

Do not create a separate navigation entry for each redirect

Project Member Reported by eugene...@chromium.org, Jan 18 2017

Issue description

webView:didReceiveServerRedirectForProvisionalNavigation: calls registerLoadRequest: which adds a new navigation item for each redirect. Instead Chrome for iOS should update existing item. 
 

Comment 1 by mastiz@chromium.org, Mar 29 2017

Are these dummy entries (redirected navigations) distinguishable in sync-ed Chrome history? Perhaps based on response code?
Cc: liaoyuke@chromium.org
Status: WontFix (was: Available)
Actually webView:didReceiveServerRedirectForProvisionalNavigation: does not create separate entries (we learned this a week ago or so). So server redirects should not affect Sync code. 

Sign in to add a comment