Description[Devtools] Removed "redirects" from NetworkRequest to use redirectSource
redirectSource was always a chain that linked to the previous redirect
and could walk the chain from request to request. NetworkManager was
setting "redirects" on the request and it was used in a few parts of the
code but NetworkRequest never exposed it for use. Since redirects is not
needed except when appending a new redirect to the chain I removed it
and walked the chain instead for those cases.
R=dgozman,pfeldman
BUG=None
Review-Url: https://codereview.chromium.org/2921053002
Cr-Commit-Position: refs/heads/master@{#480984}
Committed: https://chromium.googlesource.com/chromium/src/+/a2ba03c01719f869438d7129cbeebe07f14fef03
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : Merge branch 'MOVE_NETWORK_STUFF_AROUND' into REMOVE_REDIRECTS_REBASE #Patch Set 4 : Merge branch 'MOVE_NETWORK_STUFF_AROUND' into REMOVE_REDIRECTS_REBASE #
Depends on Patchset: Dependent Patchsets: Messages
Total messages: 16 (12 generated)
|