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

Issue 465403004: [Findit] Support sending cookies for http requests. (Closed)

Created:
6 years, 4 months ago by stgao
Modified:
6 years, 4 months ago
CC:
chromium-reviews
Project:
chromium
Visibility:
Public.

Description

[Findit] Support sending cookies for http requests. BUG= R=aarya@google.com, mbarbella@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290064

Patch Set 1 #

Total comments: 4

Patch Set 2 : Refactoring and add unittest. #

Patch Set 3 : Rebase, and fix failed unittest. #

Patch Set 4 : Fix nit. #

Total comments: 5

Patch Set 5 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+114 lines, -3556 lines) Patch
M tools/findit/blame.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
D tools/findit/cacert.pem View 1 1 chunk +0 lines, -3290 lines 0 comments Download
M tools/findit/chromium_deps.py View 1 2 3 chunks +4 lines, -9 lines 0 comments Download
M tools/findit/chromium_deps_unittest.py View 1 2 3 chunks +16 lines, -12 lines 0 comments Download
A + tools/findit/common/__init__.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + tools/findit/common/cacert.pem View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/findit/common/http_client.py View 1 1 chunk +21 lines, -0 lines 0 comments Download
A + tools/findit/common/http_client_local.py View 1 3 chunks +38 lines, -11 lines 0 comments Download
A tools/findit/common/http_client_local_unittest.py View 1 1 chunk +15 lines, -0 lines 0 comments Download
A + tools/findit/common/utils.py View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M tools/findit/crash_utils.py View 1 2 3 4 2 chunks +11 lines, -14 lines 0 comments Download
M tools/findit/https.py View 1 1 chunk +0 lines, -195 lines 0 comments Download
M tools/findit/run_all_tests.py View 1 1 chunk +1 line, -0 lines 0 comments Download
D tools/findit/utils.py View 1 2 1 chunk +0 lines, -24 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
stgao
Hi Abhishek and Martin, This CL is to support sending cookies to *.googlesource.com. Thanks, Shuotao ...
6 years, 4 months ago (2014-08-14 23:41:55 UTC) #1
aarya
lgtm https://codereview.chromium.org/465403004/diff/1/tools/findit/https.py File tools/findit/https.py (right): https://codereview.chromium.org/465403004/diff/1/tools/findit/https.py#newcode1 tools/findit/https.py:1: # Copyright (c) 2014 The Chromium Authors. All ...
6 years, 4 months ago (2014-08-15 05:29:24 UTC) #2
stgao
https://codereview.chromium.org/465403004/diff/1/tools/findit/https.py File tools/findit/https.py (right): https://codereview.chromium.org/465403004/diff/1/tools/findit/https.py#newcode1 tools/findit/https.py:1: # Copyright (c) 2014 The Chromium Authors. All rights ...
6 years, 4 months ago (2014-08-15 06:49:49 UTC) #3
aarya
On 2014/08/15 06:49:49, Shuotao wrote: > https://codereview.chromium.org/465403004/diff/1/tools/findit/https.py > File tools/findit/https.py (right): > > https://codereview.chromium.org/465403004/diff/1/tools/findit/https.py#newcode1 > ...
6 years, 4 months ago (2014-08-15 07:21:10 UTC) #4
stgao
Hi Abhishek, Martin, I've addressed your comments and did some refactoring. Would you mind another ...
6 years, 4 months ago (2014-08-15 19:20:16 UTC) #5
Martin Barbella
lgtm Feel free to commit this as-is. The comments are pretty minor, so they can ...
6 years, 4 months ago (2014-08-15 23:00:02 UTC) #6
stgao
I will leave the code as it is right now. For commnents on crash_utils.py, I ...
6 years, 4 months ago (2014-08-15 23:11:03 UTC) #7
Martin Barbella
On 2014/08/15 23:11:03, Shuotao wrote: > I will leave the code as it is right ...
6 years, 4 months ago (2014-08-15 23:17:43 UTC) #8
stgao
Committed patchset #5 manually as 290064 (presubmit successful).
6 years, 4 months ago (2014-08-16 00:32:09 UTC) #9
stgao
On 2014/08/15 23:17:43, mbarbella wrote: > On 2014/08/15 23:11:03, Shuotao wrote: > > I will ...
6 years, 4 months ago (2014-08-16 00:33:29 UTC) #10
Martin Barbella
> Yes, I tried to think of a better name, but failed to. > Any ...
6 years, 4 months ago (2014-08-18 17:53:02 UTC) #11
stgao
6 years, 4 months ago (2014-08-18 17:55:25 UTC) #12
Message was sent while issue was closed.
On 2014/08/18 17:53:02, mbarbella wrote:
> > Yes, I tried to think of a better name, but failed to.
> > Any nameing suggestion?
> 
> Maybe HttpClientWithCookie since it would at least be describing the
difference.
> This still doesn't feel like a great name, but it should be less confusing
than
> HttpClientLocal.

Yes, that's better.

But it also includes the verification of certificate for https connection.
Will think about the name and do the change later.

Powered by Google App Engine
This is Rietveld 408576698