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

Issue 387017: Http Cache: Split HttpCache::Transaction to its own set... (Closed)

Created:
11 years, 1 month ago by rvargas (doing something else)
Modified:
9 years, 6 months ago
Reviewers:
eroman
CC:
chromium-reviews_googlegroups.com, darin (slow to review)
Visibility:
Public.

Description

Http Cache: Split HttpCache::Transaction to its own set of files. No real code change... I'm just moving code around. BUG=26729 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31693

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -4230 lines) Patch
M net/http/http_cache.cc View 4 chunks +1 line, -1582 lines 0 comments Download
A + net/http/http_cache_transaction.h View 3 chunks +25 lines, -1873 lines 2 comments Download
A + net/http/http_cache_transaction.cc View 5 chunks +31 lines, -775 lines 0 comments Download
M net/net.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
rvargas (doing something else)
11 years, 1 month ago (2009-11-11 01:56:55 UTC) #1
rvargas (doing something else)
Reviewers: eroman, Description: Http Cache: Split HttpCache::Transaction to its own set of files. No real ...
11 years, 1 month ago (2009-11-11 01:57:13 UTC) #2
rvargas (doing something else)
http://codereview.chromium.org/387017/diff/1/5 File net/http/http_cache_transaction.h (right): http://codereview.chromium.org/387017/diff/1/5#newcode1 Line 1: // Copyright (c) 2006-2008 The Chromium Authors. All ...
11 years, 1 month ago (2009-11-11 02:02:47 UTC) #3
eroman
LGTM http://codereview.chromium.org/387017/diff/1/5 File net/http/http_cache_transaction.h (right): http://codereview.chromium.org/387017/diff/1/5#newcode87 Line 87: static const size_t kNumValidationHeaders = 2; nit: ...
11 years, 1 month ago (2009-11-11 03:56:35 UTC) #4
eroman
LGTM http://codereview.chromium.org/387017/diff/1/5 File net/http/http_cache_transaction.h (right): http://codereview.chromium.org/387017/diff/1/5#newcode87 Line 87: static const size_t kNumValidationHeaders = 2; nit: ...
11 years, 1 month ago (2009-11-11 03:56:54 UTC) #5
rvargas (doing something else)
Thanks http://codereview.chromium.org/387017/diff/1/5 File net/http/http_cache_transaction.h (right): http://codereview.chromium.org/387017/diff/1/5#newcode87 Line 87: static const size_t kNumValidationHeaders = 2; On ...
11 years, 1 month ago (2009-11-11 04:01:19 UTC) #6
eroman
> That makes sense, but I need the constant to define the struct. Oh right. ...
11 years, 1 month ago (2009-11-11 04:06:02 UTC) #7
eroman
> That makes sense, but I need the constant to define the struct. Oh right. ...
11 years, 1 month ago (2009-11-11 04:06:20 UTC) #8
darin (slow to review)
11 years, 1 month ago (2009-11-16 22:22:31 UTC) #9
yay!  really glad to see this.  sorry for not doing so originally :)

-darin


On Tue, Nov 10, 2009 at 5:56 PM, <rvargas@chromium.org> wrote:

> Reviewers: eroman,
>
> Description:
> Http Cache: Split HttpCache::Transaction to its own set
> of files.
>
> No real code change... I'm just moving code around.
>
> BUG=26729
> TEST=none
>
>
> Please review this at http://codereview.chromium.org/387017
>
>
> SVN Base: svn://chrome-svn/chrome/trunk/src/
>
> Affected files:
>  M     net/http/http_cache.cc
>  A  +  net/http/http_cache_transaction.h
>  A  +  net/http/http_cache_transaction.cc
>  M     net/net.gyp
>
>
>

Powered by Google App Engine
This is Rietveld 408576698