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

Issue 8991001: base::Bind: Convert most of webkit/appcache. (Closed)

Created:
9 years ago by James Hawkins
Modified:
9 years ago
Reviewers:
csilv, ajwong, awong
CC:
chromium-reviews, michaeln, kinuko+watch, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

base::Bind: Convert most of webkit/appcache. BUG=none TEST=none R=csilv Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=115353

Patch Set 1 #

Patch Set 2 : Clang fix. #

Total comments: 9

Patch Set 3 : Review fixes. #

Patch Set 4 : Review fix 2. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+270 lines, -265 lines) Patch
M net/spdy/spdy_session.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M webkit/appcache/appcache_disk_cache.h View 1 3 chunks +21 lines, -11 lines 0 comments Download
M webkit/appcache/appcache_disk_cache.cc View 1 10 chunks +31 lines, -29 lines 0 comments Download
M webkit/appcache/appcache_request_handler_unittest.cc View 1 2 3 2 chunks +9 lines, -18 lines 0 comments Download
M webkit/appcache/appcache_response.h View 1 2 8 chunks +10 lines, -10 lines 0 comments Download
M webkit/appcache/appcache_response.cc View 11 chunks +56 lines, -35 lines 0 comments Download
M webkit/appcache/appcache_response_unittest.cc View 9 chunks +22 lines, -20 lines 0 comments Download
M webkit/appcache/appcache_service.cc View 5 chunks +13 lines, -12 lines 0 comments Download
M webkit/appcache/appcache_service_unittest.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/appcache/appcache_storage.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/appcache/appcache_storage.cc View 3 chunks +6 lines, -4 lines 0 comments Download
M webkit/appcache/appcache_storage_impl.h View 1 chunk +0 lines, -4 lines 0 comments Download
M webkit/appcache/appcache_storage_impl.cc View 3 chunks +9 lines, -7 lines 0 comments Download
M webkit/appcache/appcache_update_job.h View 2 chunks +0 lines, -5 lines 0 comments Download
M webkit/appcache/appcache_update_job.cc View 8 chunks +30 lines, -21 lines 0 comments Download
M webkit/appcache/appcache_update_job_unittest.cc View 8 chunks +28 lines, -33 lines 0 comments Download
M webkit/appcache/appcache_url_request_job.h View 1 chunk +0 lines, -1 line 0 comments Download
M webkit/appcache/appcache_url_request_job.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M webkit/appcache/appcache_url_request_job_unittest.cc View 6 chunks +12 lines, -14 lines 0 comments Download
M webkit/appcache/mock_appcache_storage.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/appcache/view_appcache_internals_job.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M webkit/fileapi/file_system_dir_url_request_job_unittest.cc View 1 2 1 chunk +1 line, -11 lines 0 comments Download
M webkit/fileapi/file_system_url_request_job_unittest.cc View 1 2 1 chunk +1 line, -11 lines 0 comments Download
M webkit/fileapi/webfilewriter_base_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M webkit/support/test_webmessageportchannel.cc View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
James Hawkins
9 years ago (2011-12-18 20:32:29 UTC) #1
James Hawkins
+ajwong
9 years ago (2011-12-20 05:34:46 UTC) #2
awong
couple of actual comments. http://codereview.chromium.org/8991001/diff/4002/webkit/appcache/appcache_request_handler_unittest.cc File webkit/appcache/appcache_request_handler_unittest.cc (right): http://codereview.chromium.org/8991001/diff/4002/webkit/appcache/appcache_request_handler_unittest.cc#newcode174 webkit/appcache/appcache_request_handler_unittest.cc:174: FROM_HERE, base::Bind(&MethodWrapper<Method>::Run, I think this ...
9 years ago (2011-12-20 23:51:46 UTC) #3
James Hawkins
http://codereview.chromium.org/8991001/diff/4002/webkit/appcache/appcache_request_handler_unittest.cc File webkit/appcache/appcache_request_handler_unittest.cc (right): http://codereview.chromium.org/8991001/diff/4002/webkit/appcache/appcache_request_handler_unittest.cc#newcode174 webkit/appcache/appcache_request_handler_unittest.cc:174: FROM_HERE, base::Bind(&MethodWrapper<Method>::Run, On 2011/12/20 23:51:47, awong wrote: > I ...
9 years ago (2011-12-21 00:43:08 UTC) #4
awong
http://codereview.chromium.org/8991001/diff/4002/webkit/appcache/appcache_request_handler_unittest.cc File webkit/appcache/appcache_request_handler_unittest.cc (right): http://codereview.chromium.org/8991001/diff/4002/webkit/appcache/appcache_request_handler_unittest.cc#newcode174 webkit/appcache/appcache_request_handler_unittest.cc:174: FROM_HERE, base::Bind(&MethodWrapper<Method>::Run, On 2011/12/21 00:43:08, James Hawkins wrote: > ...
9 years ago (2011-12-21 00:50:32 UTC) #5
awong
9 years ago (2011-12-21 01:07:30 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698