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

Issue 10790063: PPAPI/NaCl: Make ImageData for NaCl just use shared memory (Closed)

Created:
8 years, 5 months ago by dmichael (off chromium)
Modified:
8 years, 5 months ago
Reviewers:
brettw, reed1
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org, Ben Goodger (Google)
Visibility:
Public.

Description

PPAPI/NaCl: Make ImageData for NaCl just use shared memory BUG=116317 TEST= TBR=ben@chromium.org ben for ui/gfx OWNERS Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148427

Patch Set 1 : fix link error #

Patch Set 2 : Patch that lets ImageData work (at least, pi_generator works) #

Patch Set 3 : Back out nacl_ipc_adapter changes. #

Total comments: 2

Patch Set 4 : Fix component build, minor style fixes #

Total comments: 15

Patch Set 5 : review comments #

Patch Set 6 : Put export in the right place #

Patch Set 7 : make PPB_ImageData_API base non-exported #

Unified diffs Side-by-side diffs Delta from patch set Stats (+516 lines, -101 lines) Patch
M chrome/renderer/pepper/ppb_pdf_impl.cc View 1 chunk +3 lines, -1 line 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 chunk +8 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_buffer_proxy.h View 1 chunk +0 lines, -1 line 0 comments Download
M ppapi/proxy/ppb_buffer_proxy.cc View 2 chunks +1 line, -2 lines 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.h View 5 chunks +25 lines, -2 lines 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.cc View 1 2 3 4 10 chunks +105 lines, -9 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/resource_creation_proxy.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_image_data_api.h View 2 chunks +19 lines, -2 lines 0 comments Download
M ppapi/thunk/resource_creation_api.h View 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gfx/blit.cc View 2 chunks +17 lines, -22 lines 0 comments Download
M webkit/plugins/ppapi/ppapi_plugin_instance.cc View 1 2 chunks +5 lines, -1 line 0 comments Download
M webkit/plugins/ppapi/ppb_graphics_2d_impl.cc View 4 chunks +5 lines, -4 lines 0 comments Download
M webkit/plugins/ppapi/ppb_image_data_impl.h View 1 2 3 4 5 6 7 chunks +101 lines, -22 lines 0 comments Download
M webkit/plugins/ppapi/ppb_image_data_impl.cc View 1 2 3 4 4 chunks +195 lines, -34 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/resource_creation_impl.cc View 1 chunk +9 lines, -1 line 0 comments Download

Messages

Total messages: 22 (0 generated)
dmichael (off chromium)
This works locally for Graphics2D, if I hack in some changes to nacl_ipc_adapter.cc (early/ugly form ...
8 years, 5 months ago (2012-07-20 18:24:04 UTC) #1
brettw
+Mike Reed for the bottom of ppb_image_data_impl.cc (ImageDataNaClDelegate). We're implementing a SkBitmap backed by a ...
8 years, 5 months ago (2012-07-20 21:57:04 UTC) #2
brettw
http://codereview.chromium.org/10790063/diff/14001/ppapi/proxy/ppb_image_data_proxy.cc File ppapi/proxy/ppb_image_data_proxy.cc (right): http://codereview.chromium.org/10790063/diff/14001/ppapi/proxy/ppb_image_data_proxy.cc#newcode251 ppapi/proxy/ppb_image_data_proxy.cc:251: #if defined(OS_NACL) This seems weird, does this code do ...
8 years, 5 months ago (2012-07-20 22:02:28 UTC) #3
dmichael (off chromium)
http://codereview.chromium.org/10790063/diff/14001/ppapi/proxy/ppb_image_data_proxy.cc File ppapi/proxy/ppb_image_data_proxy.cc (right): http://codereview.chromium.org/10790063/diff/14001/ppapi/proxy/ppb_image_data_proxy.cc#newcode251 ppapi/proxy/ppb_image_data_proxy.cc:251: #if defined(OS_NACL) On 2012/07/20 22:02:28, brettw wrote: > This ...
8 years, 5 months ago (2012-07-20 22:32:39 UTC) #4
reed1
Not sure what all the constraints/motivations are for this change, but I don't see any ...
8 years, 5 months ago (2012-07-21 16:58:02 UTC) #5
brettw
The main this this is used for is passing into WebFont and the WebKit theme ...
8 years, 5 months ago (2012-07-21 18:06:54 UTC) #6
dmichael (off chromium)
On 2012/07/21 16:58:02, reed1 wrote: > Not sure what all the constraints/motivations are for this ...
8 years, 5 months ago (2012-07-23 16:31:47 UTC) #7
brettw
lgtm
8 years, 5 months ago (2012-07-23 17:48:31 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/10790063/12004
8 years, 5 months ago (2012-07-23 19:33:11 UTC) #9
commit-bot: I haz the power
Presubmit check for 10790063-12004 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 5 months ago (2012-07-23 19:33:18 UTC) #10
brettw
I think you can TBR the ui/gfx thing when you find a reviewer.
8 years, 5 months ago (2012-07-23 19:34:28 UTC) #11
dmichael (off chromium)
+ben (TBR) for ui/gfx OWNERS
8 years, 5 months ago (2012-07-23 19:38:31 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/10790063/12004
8 years, 5 months ago (2012-07-23 19:38:39 UTC) #13
commit-bot: I haz the power
Try job failure for 10790063-12004 (retry) on win for step "runhooks". It's a second try, ...
8 years, 5 months ago (2012-07-23 19:51:49 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/10790063/7006
8 years, 5 months ago (2012-07-23 20:56:30 UTC) #15
commit-bot: I haz the power
Try job failure for 10790063-7006 (retry) on win for step "compile" (clobber build). It's a ...
8 years, 5 months ago (2012-07-23 22:08:50 UTC) #16
bbudge
On 2012/07/23 22:08:50, I haz the power (commit-bot) wrote: > Try job failure for 10790063-7006 ...
8 years, 5 months ago (2012-07-23 22:15:17 UTC) #17
brettw
There's no reason to export it since it's just a virtual class. It should be ...
8 years, 5 months ago (2012-07-23 22:36:52 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/10790063/17001
8 years, 5 months ago (2012-07-25 18:54:58 UTC) #19
commit-bot: I haz the power
Try job failure for 10790063-17001 (retry) on mac_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-25 20:14:17 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dmichael@chromium.org/10790063/17001
8 years, 5 months ago (2012-07-25 20:28:40 UTC) #21
commit-bot: I haz the power
8 years, 5 months ago (2012-07-25 21:54:50 UTC) #22
Change committed as 148427

Powered by Google App Engine
This is Rietveld 408576698