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

Issue 2644583002: Add configuration functions for HTTP cache type to Obj-C and C++ (Closed)

Created:
3 years, 11 months ago by lilyhoughton1
Modified:
3 years, 10 months ago
Reviewers:
lilyhoughton, mef
CC:
chromium-reviews, cbentzel+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add configuration functions for HTTP cache type to Obj-C and C++ interfaces to Cronet. BUG=680731 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_cronet_tester Review-Url: https://codereview.chromium.org/2644583002 Cr-Commit-Position: refs/heads/master@{#444853} Committed: https://chromium.googlesource.com/chromium/src/+/5ed6b50f4b3448acc783247123e02ed64ff8ba2a

Patch Set 1 #

Total comments: 6

Patch Set 2 : address comments #

Total comments: 6

Patch Set 3 : per #9 #

Patch Set 4 : replace assert with more verbose dcheck #

Patch Set 5 : make enum more obj-c-compatible #

Unified diffs Side-by-side diffs Delta from patch set Stats (+43 lines, -1 line) Patch
M components/cronet/ios/Cronet.h View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M components/cronet/ios/Cronet.mm View 1 2 3 4 3 chunks +20 lines, -0 lines 0 comments Download
M components/cronet/ios/cronet_environment.h View 2 chunks +5 lines, -0 lines 0 comments Download
M components/cronet/ios/cronet_environment.mm View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 18 (9 generated)
mef
Looks reasonable, couple of comments. Please add BUG=680731 to description. For some reason I didn't ...
3 years, 11 months ago (2017-01-18 22:39:51 UTC) #4
lilyhoughton
On 2017/01/18 22:39:51, mef wrote: > Looks reasonable, couple of comments. > > Please add ...
3 years, 11 months ago (2017-01-19 16:16:56 UTC) #6
lilyhoughton
https://codereview.chromium.org/2644583002/diff/1/components/cronet/ios/Cronet.h File components/cronet/ios/Cronet.h (right): https://codereview.chromium.org/2644583002/diff/1/components/cronet/ios/Cronet.h#newcode8 components/cronet/ios/Cronet.h:8: #include "components/cronet/url_request_context_config.h" On 2017/01/18 22:39:51, mef wrote: > Cronet.h ...
3 years, 11 months ago (2017-01-19 16:17:15 UTC) #8
mef
lgtm https://codereview.chromium.org/2644583002/diff/20001/components/cronet/ios/Cronet.h File components/cronet/ios/Cronet.h (right): https://codereview.chromium.org/2644583002/diff/20001/components/cronet/ios/Cronet.h#newcode44 components/cronet/ios/Cronet.h:44: // options nit: end with period. https://codereview.chromium.org/2644583002/diff/20001/components/cronet/ios/Cronet.h#newcode45 components/cronet/ios/Cronet.h:45: ...
3 years, 11 months ago (2017-01-19 20:51:07 UTC) #9
lilyhoughton
https://codereview.chromium.org/2644583002/diff/20001/components/cronet/ios/Cronet.h File components/cronet/ios/Cronet.h (right): https://codereview.chromium.org/2644583002/diff/20001/components/cronet/ios/Cronet.h#newcode44 components/cronet/ios/Cronet.h:44: // options On 2017/01/19 20:51:07, mef wrote: > nit: ...
3 years, 11 months ago (2017-01-19 21:02:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2644583002/60001
3 years, 11 months ago (2017-01-19 21:25:31 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/5ed6b50f4b3448acc783247123e02ed64ff8ba2a
3 years, 11 months ago (2017-01-19 22:04:43 UTC) #16
lilyhoughton
Made some changes to HttpCacheType enum to be a bit more in line with good ...
3 years, 10 months ago (2017-02-01 16:11:28 UTC) #17
mef
3 years, 10 months ago (2017-02-01 16:54:58 UTC) #18
Message was sent while issue was closed.
On 2017/02/01 16:11:28, lilyhoughton wrote:
> Made some changes to HttpCacheType enum to be a bit more in line with good
Obj-C
> style.  PTAL

This looks good to me, but as this CL has landed already you need to create a
new one, based on current ToTT.

Powered by Google App Engine
This is Rietveld 408576698