Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Issue 1633813005: tools/android/loading: Add support for multiple redirects. (Closed)

Created:
4 years, 11 months ago by Benoit L
Modified:
4 years, 11 months ago
Reviewers:
mattcary, blundell
CC:
chromium-reviews, jbudorick+watch_chromium.org, mikecase+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

tools/android/loading: Add support for multiple redirects. This properly identify redirect chains. Before this CL, each link in the redirect chain would seem to be initiated by the eventual request, instead of the previous redirect. Also logs the number of cases where the redirected request doesn't have the same initiator as the initial request. Committed: https://crrev.com/57c2ecb994e01eeb2fc46ecd9ebee8ae9cca8d13 Cr-Commit-Position: refs/heads/master@{#371522}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 6

Patch Set 3 : Address comments. #

Patch Set 4 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -23 lines) Patch
M tools/android/loading/loading_model.py View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M tools/android/loading/loading_model_unittest.py View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M tools/android/loading/request_dependencies_lens.py View 1 2 2 chunks +6 lines, -10 lines 0 comments Download
M tools/android/loading/request_dependencies_lens_unittest.py View 1 2 3 chunks +11 lines, -3 lines 0 comments Download
M tools/android/loading/request_track.py View 1 2 9 chunks +37 lines, -7 lines 0 comments Download
M tools/android/loading/request_track_unittest.py View 1 2 chunks +42 lines, -1 line 0 comments Download

Messages

Total messages: 11 (4 generated)
Benoit L
Hello, Here is the handling of redirect chains. I don't understand why the initiator can ...
4 years, 11 months ago (2016-01-26 13:06:54 UTC) #2
mattcary
lgtm https://codereview.chromium.org/1633813005/diff/20001/tools/android/loading/request_track.py File tools/android/loading/request_track.py (right): https://codereview.chromium.org/1633813005/diff/20001/tools/android/loading/request_track.py#newcode238 tools/android/loading/request_track.py:238: cls._INCONSISTENT_INITIATORS_KEY] Call get() instead so we can load ...
4 years, 11 months ago (2016-01-26 13:20:26 UTC) #3
blundell
lgtm https://codereview.chromium.org/1633813005/diff/20001/tools/android/loading/loading_model.py File tools/android/loading/loading_model.py (right): https://codereview.chromium.org/1633813005/diff/20001/tools/android/loading/loading_model.py#newcode249 tools/android/loading/loading_model.py:249: if 'parser' in annotations: should this be an ...
4 years, 11 months ago (2016-01-26 13:23:44 UTC) #4
Benoit L
All done (+rebase), thanks! https://codereview.chromium.org/1633813005/diff/20001/tools/android/loading/loading_model.py File tools/android/loading/loading_model.py (right): https://codereview.chromium.org/1633813005/diff/20001/tools/android/loading/loading_model.py#newcode249 tools/android/loading/loading_model.py:249: if 'parser' in annotations: On ...
4 years, 11 months ago (2016-01-26 13:40:47 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1633813005/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1633813005/60001
4 years, 11 months ago (2016-01-26 16:06:14 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-26 16:24:57 UTC) #9
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 16:26:17 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/57c2ecb994e01eeb2fc46ecd9ebee8ae9cca8d13
Cr-Commit-Position: refs/heads/master@{#371522}

Powered by Google App Engine
This is Rietveld 408576698