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

Issue 6220006: Fix Pepper URL Loader callbacks. (Closed)

Created:
9 years, 11 months ago by viettrungluu
Modified:
9 years, 6 months ago
Reviewers:
brettw
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Fix Pepper URL Loader callbacks. Add some tests (for aborting calls). BUG=none TEST=ppapi_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=71334

Patch Set 1 #

Total comments: 1

Patch Set 2 : eliminated TODO per review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+141 lines, -45 lines) Patch
M ppapi/tests/test_file_io.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M ppapi/tests/test_url_loader.h View 2 chunks +2 lines, -1 line 0 comments Download
M ppapi/tests/test_url_loader.cc View 6 chunks +67 lines, -6 lines 0 comments Download
M webkit/plugins/ppapi/ppb_url_loader_impl.h View 1 5 chunks +19 lines, -6 lines 0 comments Download
M webkit/plugins/ppapi/ppb_url_loader_impl.cc View 9 chunks +48 lines, -32 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
viettrungluu
9 years, 11 months ago (2011-01-12 22:41:59 UTC) #1
brettw
9 years, 11 months ago (2011-01-13 03:08:30 UTC) #2
LGTM

http://codereview.chromium.org/6220006/diff/1/webkit/plugins/ppapi/ppb_url_lo...
File webkit/plugins/ppapi/ppb_url_loader_impl.h (right):

http://codereview.chromium.org/6220006/diff/1/webkit/plugins/ppapi/ppb_url_lo...
webkit/plugins/ppapi/ppb_url_loader_impl.h:150: // TODO(viettrungluu): does the
status callback need to be tracked? (and have
Extra tracking here shouldn't be necessary. This just allows the URLLoader to
call into the proxy without a direct dependency, and the proxy function should
handle everything.

Powered by Google App Engine
This is Rietveld 408576698