Sync: deprecate PAGE_TRANSITION_CHAIN qualifiers |
|||
Issue descriptionCurrently, PAGE_TRANSITION_CHAIN_(START|END) qualifiers are set in the history backend, after sync sees the navigation, so sync always sees the value as false.
,
May 9 2017
So, redirects will be captured by the redirect_type field, correct? Yeah, in that case we're already encoding chain start and end in a sequence of navigations. We should probably just deprecate these two fields.
,
May 9 2017
FWIW, redirect_type seems to only be populated for client redirects from my ad-hoc testing. It's also a singular value, whereas the chain is of arbitrary length. Digging into the context for why navigation_redirect was added in the first place, I think if we wanted to augment redirect data, we'd want to add additional fields to navigation_redirect specifying each redirect_type and status code as opposed to populating singular fields for the navigation entry. I will re-purpose this bug to be for deprecating these fields.
,
May 9 2017
,
Jan 17 2018
|
|||
►
Sign in to add a comment |
|||
Comment 1 by pnoland@chromium.org
, May 9 2017