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

Issue 1307173009: rebased ppapi vpnProvider (Closed)

Created:
5 years, 3 months ago by binjin
Modified:
5 years, 3 months ago
Reviewers:
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, yusukes+watch_chromium.org, extensions-reviews_chromium.org, binji+watch_chromium.org, tzik, jam, piman+watch_chromium.org, asvitkine+watch_chromium.org, teravest+watch_chromium.org, darin-cc_chromium.org, Sam Clegg, oshima+watch_chromium.org, bradnelson+warch_chromium.org, mkwst+moarreviews-renderer_chromium.org, chromium-apps-reviews_chromium.org, davemoore+watch_chromium.org, ihf+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkcr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

rebased ppapi vpnProvider

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : fix compile #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3759 lines, -43 lines) Patch
M AUTHORS View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/browser/chromeos/vpn_provider/DEPS View 1 chunk +3 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/vpn_provider/pepper_vpn_provider_service_helper.h View 1 2 1 chunk +138 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/vpn_provider/pepper_vpn_provider_service_helper.cc View 1 2 1 chunk +348 lines, -0 lines 0 comments Download
M chrome/chrome_browser_chromeos.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/common/ppapi_utils.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/BUILD.gn View 1 1 chunk +6 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/DEPS View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/pepper/content_browser_pepper_host_factory.cc View 2 chunks +9 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.h View 1 chunk +134 lines, -0 lines 0 comments Download
A content/browser/renderer_host/pepper/pepper_vpn_provider_message_filter_chromeos.cc View 1 chunk +383 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 chunks +7 lines, -0 lines 0 comments Download
M content/renderer/pepper/pepper_in_process_resource_creation.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/pepper/pepper_in_process_resource_creation.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/pepper/plugin_module.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M extensions/browser/api/vpn_provider/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.h View 3 chunks +8 lines, -0 lines 0 comments Download
M extensions/browser/api/vpn_provider/vpn_service.cc View 7 chunks +91 lines, -35 lines 0 comments Download
M native_client_sdk/src/build_tools/sdk_files.list View 1 chunk +1 line, -0 lines 0 comments Download
A + native_client_sdk/src/examples/api/vpn_provider/example.dsc View 2 chunks +4 lines, -4 lines 0 comments Download
A + native_client_sdk/src/examples/api/vpn_provider/example.js View 1 chunk +13 lines, -0 lines 0 comments Download
A + native_client_sdk/src/examples/api/vpn_provider/index.html View 3 chunks +10 lines, -4 lines 0 comments Download
A native_client_sdk/src/examples/api/vpn_provider/vpn_provider.cc View 1 chunk +246 lines, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi/library.dsc View 1 chunk +1 line, -0 lines 0 comments Download
M native_client_sdk/src/libraries/ppapi_cpp/library.dsc View 2 chunks +2 lines, -0 lines 0 comments Download
A ppapi/api/ppb_vpn_provider.idl View 1 chunk +432 lines, -0 lines 0 comments Download
A ppapi/c/ppb_vpn_provider.h View 1 chunk +441 lines, -0 lines 0 comments Download
A ppapi/cpp/vpn_provider.h View 1 chunk +250 lines, -0 lines 0 comments Download
A ppapi/cpp/vpn_provider.cc View 1 chunk +171 lines, -0 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 6 chunks +82 lines, -0 lines 0 comments Download
M ppapi/ppapi_proxy.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_shared.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 4 chunks +62 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M ppapi/proxy/serialized_structs.h View 1 chunk +17 lines, -0 lines 0 comments Download
M ppapi/proxy/serialized_structs.cc View 1 chunk +5 lines, -0 lines 0 comments Download
A ppapi/proxy/vpn_provider_resource.h View 1 chunk +133 lines, -0 lines 0 comments Download
A ppapi/proxy/vpn_provider_resource.cc View 1 chunk +510 lines, -0 lines 0 comments Download
M ppapi/shared_impl/resource.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_c_includes.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/all_cpp_includes.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/thunk/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_public_dev_channel.h View 1 chunk +1 line, -0 lines 0 comments Download
A ppapi/thunk/ppb_vpn_provider_api.h View 1 chunk +53 lines, -0 lines 0 comments Download
A ppapi/thunk/ppb_vpn_provider_thunk.cc View 1 chunk +156 lines, -0 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 chunk +1 line, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 1 chunk +1 line, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698