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

Issue 11411102: Deprecate and remove unused PPB_Flash functions. (Closed)

Created:
8 years, 1 month ago by raymes
Modified:
8 years ago
Reviewers:
Tom Sepez, brettw, yzshen1
CC:
chromium-reviews, yusukes+watch_chromium.org, raymes+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, piman+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

Deprecate and remove unused PPB_Flash functions. There are a number of functions in PPB_Flash which have been unused for some time. These are: RunMessageLoop/QuitMessageLoop - Deprecated in M18 GetSettingInt - Deprecated in M21 GetDeviceID - Deprecated in M21 InvokePrinting - Deprecated in M21 This change removes the implementations of those functions so that they do not have to be implemented in the new proxy. It also marks them as deprecated in PPB_Flash for version 13.0. The change also removes PPB_Flash interfaces which are <12.4 because they are pre-M21. BUG= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169516

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 11

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+282 lines, -1001 lines) Patch
M chrome/test/ppapi/ppapi_browsertest.cc View 1 chunk +0 lines, -6 lines 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/renderer_host/pepper/pepper_message_filter.cc View 1 2 3 4 5 4 chunks +0 lines, -48 lines 0 comments Download
M content/common/pepper_messages.h View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_delegate_impl.cc View 1 2 3 4 5 1 chunk +0 lines, -6 lines 0 comments Download
M ppapi/api/private/ppb_flash.idl View 5 chunks +13 lines, -22 lines 0 comments Download
M ppapi/c/private/ppb_flash.h View 9 chunks +15 lines, -115 lines 0 comments Download
M ppapi/cpp/private/flash.cc View 1 2 3 15 chunks +68 lines, -45 lines 0 comments Download
M ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c View 1 2 3 4 5 8 chunks +133 lines, -430 lines 0 comments Download
M ppapi/proxy/ppapi_messages.h View 2 chunks +0 lines, -7 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.h View 3 chunks +0 lines, -9 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.cc View 6 chunks +0 lines, -67 lines 0 comments Download
M ppapi/tests/test_flash.h View 2 chunks +0 lines, -7 lines 0 comments Download
M ppapi/tests/test_flash.cc View 1 2 3 4 4 chunks +23 lines, -96 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_private_flash.h View 2 chunks +3 lines, -12 lines 0 comments Download
M ppapi/thunk/ppb_flash_api.h View 1 chunk +0 lines, -5 lines 0 comments Download
M ppapi/thunk/ppb_flash_thunk.cc View 1 2 3 4 9 chunks +27 lines, -87 lines 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.h View 1 2 3 4 5 1 chunk +0 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/mock_plugin_delegate.cc View 1 2 3 4 5 1 chunk +0 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/plugin_delegate.h View 1 2 3 4 5 1 chunk +0 lines, -3 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.h View 1 chunk +0 lines, -5 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.cc View 1 2 3 4 3 chunks +0 lines, -21 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
raymes
8 years, 1 month ago (2012-11-20 19:37:30 UTC) #1
yzshen1
only a few nits. Thanks. :) https://codereview.chromium.org/11411102/diff/8001/ppapi/tests/test_flash.cc File ppapi/tests/test_flash.cc (right): https://codereview.chromium.org/11411102/diff/8001/ppapi/tests/test_flash.cc#newcode99 ppapi/tests/test_flash.cc:99: Var result = ...
8 years, 1 month ago (2012-11-20 21:01:25 UTC) #2
raymes
https://codereview.chromium.org/11411102/diff/8001/ppapi/tests/test_flash.cc File ppapi/tests/test_flash.cc (right): https://codereview.chromium.org/11411102/diff/8001/ppapi/tests/test_flash.cc#newcode99 ppapi/tests/test_flash.cc:99: Var result = Flash::GetSetting(pp::InstanceHandle(PP_Instance(0)), On 2012/11/20 21:01:26, yzshen1 wrote: ...
8 years, 1 month ago (2012-11-20 23:40:32 UTC) #3
raymes
+brettw since yzshen is out
8 years ago (2012-11-26 18:27:51 UTC) #4
brettw
LGTM, we should be sure to roll this into Flash so we can start the ...
8 years ago (2012-11-26 19:18:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/11411102/6010
8 years ago (2012-11-26 19:22:22 UTC) #6
commit-bot: I haz the power
Presubmit check for 11411102-6010 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-11-26 19:22:35 UTC) #7
raymes
+tsepez for IPC messages. Only removal of IPCs so this should be easy
8 years ago (2012-11-26 19:29:36 UTC) #8
Tom Sepez
LGTM for messages.
8 years ago (2012-11-26 19:34:32 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/11411102/6010
8 years ago (2012-11-26 20:27:21 UTC) #10
commit-bot: I haz the power
8 years ago (2012-11-26 22:42:07 UTC) #11
Message was sent while issue was closed.
Change committed as 169516

Powered by Google App Engine
This is Rietveld 408576698