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

Issue 13004012: Implement the host side of the PPB_PDF proxy. (Closed)

Created:
7 years, 9 months ago by raymes
Modified:
7 years, 8 months ago
Reviewers:
jschuh, brettw, yzshen1
CC:
chromium-reviews
Visibility:
Public.

Description

Implement the host side of the PPB_PDF proxy. TBR=brettw@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192669

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : . #

Patch Set 6 : #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Total comments: 11

Patch Set 11 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+600 lines, -39 lines) Patch
M chrome/chrome_renderer.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/renderer/pepper/chrome_renderer_pepper_host_factory.cc View 1 2 3 4 5 2 chunks +11 lines, -0 lines 0 comments Download
A chrome/renderer/pepper/pepper_pdf_host.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +82 lines, -0 lines 0 comments Download
A chrome/renderer/pepper/pepper_pdf_host.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +420 lines, -0 lines 0 comments Download
M chrome/test/ppapi/ppapi_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/pdf_resource.cc View 1 2 3 4 5 6 7 8 9 2 chunks +8 lines, -8 lines 0 comments Download
M ppapi/proxy/pdf_resource_unittest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M ppapi/proxy/ppapi_messages.h View 1 2 3 4 5 6 7 8 9 10 5 chunks +11 lines, -20 lines 0 comments Download
M ppapi/proxy/ppb_image_data_proxy.h View 1 2 3 4 5 6 7 8 2 chunks +5 lines, -3 lines 0 comments Download
M ppapi/proxy/serialized_structs.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A + ppapi/tests/test_pdf.h View 1 2 3 4 1 chunk +8 lines, -7 lines 0 comments Download
A ppapi/tests/test_pdf.cc View 1 2 3 4 5 6 7 8 1 chunk +46 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
raymes
7 years, 8 months ago (2013-04-01 16:32:17 UTC) #1
yzshen1
Only a few nits. https://codereview.chromium.org/13004012/diff/39001/chrome/renderer/pepper/pepper_pdf_host.cc File chrome/renderer/pepper/pepper_pdf_host.cc (right): https://codereview.chromium.org/13004012/diff/39001/chrome/renderer/pepper/pepper_pdf_host.cc#newcode158 chrome/renderer/pepper/pepper_pdf_host.cc:158: static_cast<PP_ResourceString>(string_id); If we pass |string_id| ...
7 years, 8 months ago (2013-04-03 18:32:39 UTC) #2
raymes
+jschuh for message handlers. https://codereview.chromium.org/13004012/diff/39001/chrome/renderer/pepper/pepper_pdf_host.cc File chrome/renderer/pepper/pepper_pdf_host.cc (right): https://codereview.chromium.org/13004012/diff/39001/chrome/renderer/pepper/pepper_pdf_host.cc#newcode158 chrome/renderer/pepper/pepper_pdf_host.cc:158: static_cast<PP_ResourceString>(string_id); I just changed it ...
7 years, 8 months ago (2013-04-03 23:18:20 UTC) #3
yzshen1
LGTM with one comment. Thanks! https://codereview.chromium.org/13004012/diff/39001/chrome/renderer/pepper/pepper_pdf_host.cc File chrome/renderer/pepper/pepper_pdf_host.cc (right): https://codereview.chromium.org/13004012/diff/39001/chrome/renderer/pepper/pepper_pdf_host.cc#newcode158 chrome/renderer/pepper/pepper_pdf_host.cc:158: static_cast<PP_ResourceString>(string_id); There was a ...
7 years, 8 months ago (2013-04-04 01:30:07 UTC) #4
jschuh
On 2013/04/04 01:30:07, yzshen1 wrote: > LGTM with one comment. > > Thanks! > > ...
7 years, 8 months ago (2013-04-04 17:05:43 UTC) #5
raymes
Thanks Justin. Let me know if you have any comments on the message handlers.
7 years, 8 months ago (2013-04-04 17:07:04 UTC) #6
jschuh
lgtm on message handling. thanks for remembering.
7 years, 8 months ago (2013-04-04 18:25:13 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/13004012/55001
7 years, 8 months ago (2013-04-05 15:49:46 UTC) #8
commit-bot: I haz the power
Presubmit check for 13004012-55001 failed and returned exit status 1. INFO:root:Found 13 file(s). Running presubmit ...
7 years, 8 months ago (2013-04-05 15:49:57 UTC) #9
raymes
+brettw for chrome_renderer.gypi
7 years, 8 months ago (2013-04-05 15:53:45 UTC) #10
raymes
TBR=brettw for chrome_renderer.gypi
7 years, 8 months ago (2013-04-05 17:41:17 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/13004012/55001
7 years, 8 months ago (2013-04-05 17:41:44 UTC) #12
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=131548
7 years, 8 months ago (2013-04-05 19:48:08 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/13004012/55001
7 years, 8 months ago (2013-04-05 20:15:41 UTC) #14
brettw
.gypi lgtm
7 years, 8 months ago (2013-04-05 21:12:51 UTC) #15
commit-bot: I haz the power
7 years, 8 months ago (2013-04-06 00:33:15 UTC) #16
Message was sent while issue was closed.
Change committed as 192669

Powered by Google App Engine
This is Rietveld 408576698