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

Issue 12527012: Add PPAPI C++ wrappers for PDF. (Closed)

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

Description

Add PPAPI C++ wrappers for PDF. Add C++ wrappers for PDF. The wrappers aren't entirely idiomatic (e.g. there is a case where we just return a PP_Resource instead of wrapping it in an object). This is because of the weird way that the interface is used in the plugin which just makes it more convenient to return the raw resource ID. BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188909

Patch Set 1 #

Patch Set 2 : #

Total comments: 21

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -0 lines) Patch
A ppapi/cpp/private/pdf.h View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A ppapi/cpp/private/pdf.cc View 1 2 3 4 1 chunk +160 lines, -0 lines 0 comments Download
M ppapi/ppapi_sources.gypi View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
raymes
7 years, 9 months ago (2013-03-18 17:36:46 UTC) #1
yzshen1
https://codereview.chromium.org/12527012/diff/2001/ppapi/cpp/private/pdf.cc File ppapi/cpp/private/pdf.cc (right): https://codereview.chromium.org/12527012/diff/2001/ppapi/cpp/private/pdf.cc#newcode52 ppapi/cpp/private/pdf.cc:52: const struct PP_FontDescription_Dev* description, nit: 'struct' is not needed ...
7 years, 9 months ago (2013-03-18 17:55:46 UTC) #2
raymes
https://codereview.chromium.org/12527012/diff/2001/ppapi/cpp/private/pdf.cc File ppapi/cpp/private/pdf.cc (right): https://codereview.chromium.org/12527012/diff/2001/ppapi/cpp/private/pdf.cc#newcode52 ppapi/cpp/private/pdf.cc:52: const struct PP_FontDescription_Dev* description, On 2013/03/18 17:55:47, yzshen1 wrote: ...
7 years, 9 months ago (2013-03-18 18:15:39 UTC) #3
yzshen1
lgtm https://codereview.chromium.org/12527012/diff/2001/ppapi/cpp/private/pdf.h File ppapi/cpp/private/pdf.h (right): https://codereview.chromium.org/12527012/diff/2001/ppapi/cpp/private/pdf.h#newcode29 ppapi/cpp/private/pdf.h:29: const struct PP_FontDescription_Dev* description, I don't think it ...
7 years, 9 months ago (2013-03-18 19:25:14 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/12527012/5004
7 years, 9 months ago (2013-03-18 21:08:00 UTC) #5
commit-bot: I haz the power
Failed to trigger a try job on win_x64_rel HTTP Error 400: Bad Request
7 years, 9 months ago (2013-03-18 21:28:06 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/12527012/3004
7 years, 9 months ago (2013-03-18 21:28:31 UTC) #7
commit-bot: I haz the power
7 years, 9 months ago (2013-03-19 01:44:17 UTC) #8
Message was sent while issue was closed.
Change committed as 188909

Powered by Google App Engine
This is Rietveld 408576698