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

Issue 464028: Http cache: Second pass to move the HttpCache::Transaction... (Closed)

Created:
11 years 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: Second pass to move the HttpCache::Transaction to a state machine. BUG=26729 TEST=current unit tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33904

Patch Set 1 #

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+211 lines, -106 lines) Patch
M net/http/http_cache_transaction.h View 1 2 5 chunks +16 lines, -8 lines 0 comments Download
M net/http/http_cache_transaction.cc View 1 2 22 chunks +195 lines, -98 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
rvargas (doing something else)
11 years ago (2009-12-04 01:02:21 UTC) #1
eroman
lgtm http://codereview.chromium.org/464028/diff/3001/3002 File net/http/http_cache_transaction.cc (right): http://codereview.chromium.org/464028/diff/3001/3002#newcode460 net/http/http_cache_transaction.cc:460: int rv = cache_->AddTransactionToEntry(new_entry_, this); I am correct ...
11 years ago (2009-12-04 09:32:05 UTC) #2
rvargas (doing something else)
http://codereview.chromium.org/464028/diff/3001/3002 File net/http/http_cache_transaction.cc (right): http://codereview.chromium.org/464028/diff/3001/3002#newcode460 net/http/http_cache_transaction.cc:460: int rv = cache_->AddTransactionToEntry(new_entry_, this); On 2009/12/04 09:32:05, eroman ...
11 years ago (2009-12-04 20:16:09 UTC) #3
eroman
http://codereview.chromium.org/464028/diff/3001/3002 File net/http/http_cache_transaction.cc (right): http://codereview.chromium.org/464028/diff/3001/3002#newcode576 net/http/http_cache_transaction.cc:576: case STATE_START_ADD_TO_ENTRY: On 2009/12/04 20:16:09, rvargas wrote: > On ...
11 years ago (2009-12-04 21:52:00 UTC) #4
rvargas (doing something else)
11 years ago (2009-12-05 01:35:13 UTC) #5
Thanks.

STATE_INIT_ENTRY it is.

Powered by Google App Engine
This is Rietveld 408576698