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

Issue 7292002: Remove plugin connection to PPAPI scriptable objects (var deprecated). Also (Closed)

Created:
9 years, 5 months ago by sehr (please use chromium)
Modified:
9 years, 5 months ago
CC:
native-client-reviews_googlegroups.com
Visibility:
Public.

Description

Remove plugin connection to PPAPI scriptable objects (var deprecated). Also removes the last few tests that relied only on these APIs. BUG=none TEST=chrome_browser_tests, trybots Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=6010

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Total comments: 24

Patch Set 6 : '' #

Patch Set 7 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+179 lines, -4793 lines) Patch
M SConstruct View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
M src/trusted/plugin/ppapi/plugin_ppapi.cc View 1 2 3 4 5 6 1 chunk +0 lines, -9 lines 0 comments Download
M src/trusted/plugin/ppapi/scriptable_handle_ppapi.h View 1 2 3 4 5 6 2 chunks +0 lines, -25 lines 0 comments Download
M src/trusted/plugin/ppapi/scriptable_handle_ppapi.cc View 1 2 3 4 5 6 6 chunks +24 lines, -55 lines 0 comments Download
M tests/browser_dynamic_library/dynamic_library_test.html View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
D tests/fake_browser_ppapi/fake_core.h View 1 2 3 4 5 6 1 chunk +0 lines, -27 lines 0 comments Download
D tests/fake_browser_ppapi/fake_core.cc View 1 2 3 4 5 6 1 chunk +0 lines, -93 lines 0 comments Download
D tests/fake_browser_ppapi/fake_file_io.h View 1 2 3 4 5 6 1 chunk +0 lines, -48 lines 0 comments Download
D tests/fake_browser_ppapi/fake_file_io.cc View 1 2 3 4 5 6 1 chunk +0 lines, -163 lines 0 comments Download
D tests/fake_browser_ppapi/fake_file_io_trusted.h View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
D tests/fake_browser_ppapi/fake_file_io_trusted.cc View 1 2 3 4 5 6 1 chunk +0 lines, -80 lines 0 comments Download
D tests/fake_browser_ppapi/fake_file_ref.h View 1 2 3 4 5 6 1 chunk +0 lines, -38 lines 0 comments Download
D tests/fake_browser_ppapi/fake_file_ref.cc View 1 2 3 4 5 6 1 chunk +0 lines, -126 lines 0 comments Download
D tests/fake_browser_ppapi/fake_host.h View 1 2 3 4 5 6 1 chunk +0 lines, -85 lines 0 comments Download
D tests/fake_browser_ppapi/fake_host.cc View 1 2 3 4 5 6 1 chunk +0 lines, -121 lines 0 comments Download
D tests/fake_browser_ppapi/fake_instance.h View 1 2 3 4 5 6 1 chunk +0 lines, -56 lines 0 comments Download
D tests/fake_browser_ppapi/fake_instance.cc View 1 2 3 4 5 6 1 chunk +0 lines, -119 lines 0 comments Download
D tests/fake_browser_ppapi/fake_nacl_private.h View 1 2 3 4 5 6 1 chunk +0 lines, -26 lines 0 comments Download
D tests/fake_browser_ppapi/fake_nacl_private.cc View 1 2 3 4 5 6 1 chunk +0 lines, -47 lines 0 comments Download
D tests/fake_browser_ppapi/fake_object.h View 1 2 3 4 5 6 1 chunk +0 lines, -89 lines 0 comments Download
D tests/fake_browser_ppapi/fake_object.cc View 1 2 3 4 5 6 1 chunk +0 lines, -235 lines 0 comments Download
D tests/fake_browser_ppapi/fake_resource.h View 1 2 3 4 5 6 1 chunk +0 lines, -59 lines 0 comments Download
D tests/fake_browser_ppapi/fake_resource.cc View 1 2 3 4 5 6 1 chunk +0 lines, -19 lines 0 comments Download
D tests/fake_browser_ppapi/fake_url_loader.h View 1 2 3 4 5 6 1 chunk +0 lines, -48 lines 0 comments Download
D tests/fake_browser_ppapi/fake_url_loader.cc View 1 2 3 4 5 6 1 chunk +0 lines, -201 lines 0 comments Download
D tests/fake_browser_ppapi/fake_url_request_info.h View 1 2 3 4 5 6 1 chunk +0 lines, -52 lines 0 comments Download
D tests/fake_browser_ppapi/fake_url_request_info.cc View 1 2 3 4 5 6 1 chunk +0 lines, -150 lines 0 comments Download
D tests/fake_browser_ppapi/fake_url_response_info.h View 1 2 3 4 5 6 1 chunk +0 lines, -55 lines 0 comments Download
D tests/fake_browser_ppapi/fake_url_response_info.cc View 1 2 3 4 5 6 1 chunk +0 lines, -80 lines 0 comments Download
D tests/fake_browser_ppapi/fake_url_util.h View 1 2 3 4 5 6 1 chunk +0 lines, -31 lines 0 comments Download
D tests/fake_browser_ppapi/fake_url_util.cc View 1 2 3 4 5 6 1 chunk +0 lines, -146 lines 0 comments Download
D tests/fake_browser_ppapi/fake_window.h View 1 2 3 4 5 6 1 chunk +0 lines, -36 lines 0 comments Download
D tests/fake_browser_ppapi/fake_window.cc View 1 2 3 4 5 6 1 chunk +0 lines, -232 lines 0 comments Download
D tests/fake_browser_ppapi/main.cc View 1 2 3 4 5 6 1 chunk +0 lines, -261 lines 0 comments Download
D tests/fake_browser_ppapi/nacl.scons View 1 2 3 4 5 6 1 chunk +0 lines, -101 lines 0 comments Download
D tests/fake_browser_ppapi/test_scriptable.h View 1 2 3 4 5 6 1 chunk +0 lines, -21 lines 0 comments Download
D tests/fake_browser_ppapi/test_scriptable.cc View 1 2 3 4 5 6 1 chunk +0 lines, -412 lines 0 comments Download
D tests/fake_browser_ppapi/utility.h View 1 2 3 4 5 6 1 chunk +0 lines, -16 lines 0 comments Download
D tests/fake_browser_ppapi/utility.cc View 1 2 3 4 5 6 1 chunk +0 lines, -20 lines 0 comments Download
M tests/ppapi_browser/ppb_core/ppapi_ppb_core.cc View 1 2 3 4 5 6 8 chunks +21 lines, -21 lines 0 comments Download
M tests/ppapi_browser/ppb_file_system/ppapi_ppb_file_system.cc View 1 2 3 4 5 6 13 chunks +22 lines, -22 lines 0 comments Download
M tests/ppapi_browser/ppb_graphics2d/ppapi_ppb_graphics2d.cc View 1 2 3 4 5 6 10 chunks +69 lines, -69 lines 0 comments Download
M tests/ppapi_browser/ppb_scrollbar/ppapi_ppb_scrollbar.cc View 1 2 3 4 5 6 6 chunks +17 lines, -17 lines 0 comments Download
D tests/ppapi_proxy/basic_object.cc View 1 2 3 4 5 6 1 chunk +0 lines, -718 lines 0 comments Download
D tests/ppapi_proxy/basic_object.html View 1 2 3 4 5 6 1 chunk +0 lines, -150 lines 0 comments Download
D tests/ppapi_proxy/basic_object.nmf View 1 2 3 4 5 6 1 chunk +0 lines, -7 lines 0 comments Download
D tests/ppapi_proxy/nacl.scons View 1 2 3 4 5 6 1 chunk +0 lines, -52 lines 0 comments Download
D tests/ppapi_proxy/user_main.cc View 1 2 3 4 5 6 1 chunk +0 lines, -11 lines 0 comments Download
D tests/ppapi_proxy/user_main.nmf View 1 2 3 4 5 6 1 chunk +0 lines, -7 lines 0 comments Download
M tests/ppapi_test_example/ppapi_test_example.cc View 1 2 3 4 5 6 1 chunk +9 lines, -36 lines 0 comments Download
M tests/ppapi_test_example/ppapi_test_example.js View 1 2 3 4 5 6 1 chunk +8 lines, -33 lines 0 comments Download
M tests/ppapi_test_lib/get_browser_interface.h View 1 2 3 4 5 6 2 chunks +0 lines, -3 lines 0 comments Download
M tests/ppapi_test_lib/module_instance.cc View 1 2 3 4 5 6 3 chunks +0 lines, -8 lines 0 comments Download
M tests/ppapi_test_lib/nacl.scons View 1 2 3 4 5 6 2 chunks +0 lines, -2 lines 0 comments Download
D tests/ppapi_test_lib/scriptable_object.cc View 1 2 3 4 5 6 1 chunk +0 lines, -112 lines 0 comments Download
M tests/ppapi_test_lib/test_interface.h View 1 2 3 4 5 6 6 chunks +6 lines, -40 lines 0 comments Download
M tests/ppapi_test_lib/test_interface.cc View 1 2 3 4 5 6 5 chunks +0 lines, -49 lines 0 comments Download
M tests/pyauto_nacl/multiple_nexes.py View 1 2 3 4 5 6 1 chunk +1 line, -2 lines 0 comments Download
M tests/pyauto_nacl/nacl.scons View 1 2 3 4 5 6 3 chunks +0 lines, -8 lines 0 comments Download
M tests/pyauto_nacl/reload.py View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M tests/pyauto_nacl/surfaway.py View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download
M tests/pyauto_nacl/surfaway_async.py View 1 2 3 4 5 6 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
sehr (please use chromium)
When, in the course of human events, it becomes necessary for one executable to dissolve ...
9 years, 5 months ago (2011-06-30 19:53:41 UTC) #1
dmichael (off chromium)
LGTM!!
9 years, 5 months ago (2011-06-30 21:08:22 UTC) #2
dmichael (off chromium)
Wait, wait, LGTM retracted :-( We need to update the ppapi tests first and roll ...
9 years, 5 months ago (2011-06-30 22:26:19 UTC) #3
sehr (please use chromium)
On 2011/06/30 22:26:19, dmichael1 wrote: > Wait, wait, LGTM retracted :-( > > We need ...
9 years, 5 months ago (2011-07-11 20:29:48 UTC) #4
dmichael (off chromium)
I think you're going to also need to turn off PPAPITest.Messaging. Ironically, it relies on ...
9 years, 5 months ago (2011-07-11 20:49:47 UTC) #5
dmichael (off chromium)
LGTM, hooray!
9 years, 5 months ago (2011-07-11 21:11:33 UTC) #6
polina
Hurah! http://codereview.chromium.org/7292002/diff/13066/tests/ppapi_test_example/ppapi_test_example.cc File tests/ppapi_test_example/ppapi_test_example.cc (right): http://codereview.chromium.org/7292002/diff/13066/tests/ppapi_test_example/ppapi_test_example.cc#newcode22 tests/ppapi_test_example/ppapi_test_example.cc:22: void TestSimpleAsync() { Please drop Async postfixes now. ...
9 years, 5 months ago (2011-07-12 08:58:01 UTC) #7
sehr (please use chromium)
New version uploaded. Hopefully final trybot run in progress. http://codereview.chromium.org/7292002/diff/13066/tests/ppapi_test_example/ppapi_test_example.cc File tests/ppapi_test_example/ppapi_test_example.cc (right): http://codereview.chromium.org/7292002/diff/13066/tests/ppapi_test_example/ppapi_test_example.cc#newcode22 tests/ppapi_test_example/ppapi_test_example.cc:22: ...
9 years, 5 months ago (2011-07-12 16:44:23 UTC) #8
polina
thanks for dropping all async's!!! LGTM
9 years, 5 months ago (2011-07-12 17:56:58 UTC) #9
sehr (please use chromium)
9 years, 5 months ago (2011-07-12 19:08:37 UTC) #10
On 2011/07/12 17:56:58, polina wrote:
> thanks for dropping all async's!!!
> 
> LGTM

Committed as r6010.

Powered by Google App Engine
This is Rietveld 408576698