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

Issue 4747001: Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory... (Closed)

Created:
10 years, 1 month ago by brettw
Modified:
9 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews, jam, darin-cc_chromium.org, stuartmorgan+watch_chromium.org
Visibility:
Public.

Description

Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory and rename accordingly. Rename URLResponseInfo.GetBody to GetBodyAsFileRef. TEST=it compiles BUG=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65705

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -1053 lines) Patch
D ppapi/c/dev/ppb_url_loader_dev.h View 1 2 1 chunk +0 lines, -109 lines 0 comments Download
D ppapi/c/dev/ppb_url_loader_trusted_dev.h View 1 2 1 chunk +0 lines, -45 lines 0 comments Download
D ppapi/c/dev/ppb_url_request_info_dev.h View 1 2 1 chunk +0 lines, -87 lines 0 comments Download
D ppapi/c/dev/ppb_url_response_info_dev.h View 1 2 1 chunk +0 lines, -43 lines 0 comments Download
A + ppapi/c/ppb_url_loader.h View 4 chunks +5 lines, -5 lines 0 comments Download
A + ppapi/c/ppb_url_request_info.h View 4 chunks +7 lines, -9 lines 0 comments Download
A + ppapi/c/ppb_url_response_info.h View 4 chunks +8 lines, -8 lines 0 comments Download
A + ppapi/c/trusted/ppb_url_loader_trusted.h View 3 chunks +5 lines, -5 lines 0 comments Download
D ppapi/cpp/dev/url_loader_dev.h View 1 2 1 chunk +0 lines, -108 lines 0 comments Download
D ppapi/cpp/dev/url_loader_dev.cc View 1 2 1 chunk +0 lines, -115 lines 0 comments Download
D ppapi/cpp/dev/url_request_info_dev.h View 1 2 1 chunk +0 lines, -57 lines 0 comments Download
D ppapi/cpp/dev/url_request_info_dev.cc View 1 2 1 chunk +0 lines, -86 lines 0 comments Download
D ppapi/cpp/dev/url_response_info_dev.h View 1 2 1 chunk +0 lines, -58 lines 0 comments Download
D ppapi/cpp/dev/url_response_info_dev.cc View 1 2 1 chunk +0 lines, -54 lines 0 comments Download
M ppapi/cpp/instance.h View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M ppapi/cpp/instance.cc View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M ppapi/cpp/module.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
A + ppapi/cpp/url_loader.h View 4 chunks +12 lines, -15 lines 0 comments Download
A + ppapi/cpp/url_loader.cc View 4 chunks +22 lines, -33 lines 0 comments Download
A + ppapi/cpp/url_request_info.h View 3 chunks +9 lines, -12 lines 0 comments Download
A + ppapi/cpp/url_request_info.cc View 5 chunks +11 lines, -23 lines 0 comments Download
A + ppapi/cpp/url_response_info.h View 3 chunks +10 lines, -13 lines 0 comments Download
A + ppapi/cpp/url_response_info.cc View 2 chunks +8 lines, -20 lines 0 comments Download
M ppapi/example/example.cc View 1 2 5 chunks +7 lines, -7 lines 0 comments Download
M ppapi/ppapi.gyp View 1 2 5 chunks +13 lines, -10 lines 0 comments Download
M ppapi/proxy/dispatcher.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M ppapi/proxy/ppapi_messages_internal.h View 1 chunk +1 line, -1 line 0 comments Download
M ppapi/proxy/ppb_url_loader_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/proxy/ppb_url_loader_proxy.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ppapi/proxy/ppb_url_request_info_proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ppapi/proxy/ppb_url_request_info_proxy.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M ppapi/proxy/ppb_url_response_info_proxy.h View 3 chunks +5 lines, -4 lines 0 comments Download
M ppapi/proxy/ppb_url_response_info_proxy.cc View 6 chunks +13 lines, -12 lines 0 comments Download
M ppapi/tests/test_c_includes.c View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M ppapi/tests/test_file_ref.cc View 1 2 5 chunks +19 lines, -19 lines 0 comments Download
M ppapi/tests/test_url_loader.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M ppapi/tests/test_url_loader.cc View 1 2 12 chunks +24 lines, -24 lines 0 comments Download
M webkit/glue/plugins/pepper_plugin_module.cc View 1 2 3 chunks +9 lines, -9 lines 0 comments Download
M webkit/glue/plugins/pepper_url_loader.h View 1 2 2 chunks +5 lines, -5 lines 0 comments Download
M webkit/glue/plugins/pepper_url_loader.cc View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M webkit/glue/plugins/pepper_url_request_info.h View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M webkit/glue/plugins/pepper_url_request_info.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M webkit/glue/plugins/pepper_url_response_info.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M webkit/glue/plugins/pepper_url_response_info.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
brettw
10 years, 1 month ago (2010-11-10 05:29:50 UTC) #1
jam
10 years, 1 month ago (2010-11-10 17:58:05 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698