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

Issue 286933011: Remove most references to VarPrivate/InstancePrivate from OOP PDF (Closed)

Created:
6 years, 7 months ago by raymes
Modified:
6 years, 7 months ago
Reviewers:
Lei Zhang
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org
Visibility:
Public.

Description

Remove most references to VarPrivate/InstancePrivate from OOP PDF This removes most references to VarPrivate and InstancePrivate from OOP PDF. These APIs are deprecated and we'd like to remove them. In most cases where they are currently used, we can simply switch to using a PostMessage to communicate with the extension. In the case of modal dialogs, these need to run synchronously from the perspective of the PDF engine and so PostMessage isn't sufficient. Right now these calls still use InstancePrivate but we should switch to using a specific private API eventually. BUG=303491 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271998

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -26 lines) Patch
M pdf/out_of_process_instance.h View 1 2 3 chunks +2 lines, -3 lines 0 comments Download
M pdf/out_of_process_instance.cc View 1 7 chunks +53 lines, -23 lines 1 comment Download

Messages

Total messages: 7 (0 generated)
raymes
6 years, 7 months ago (2014-05-21 01:22:51 UTC) #1
Lei Zhang
lgtm https://codereview.chromium.org/286933011/diff/40001/pdf/out_of_process_instance.cc File pdf/out_of_process_instance.cc (right): https://codereview.chromium.org/286933011/diff/40001/pdf/out_of_process_instance.cc#newcode213 pdf/out_of_process_instance.cc:213: const PPB_Instance_Private* interface = Is it possible to ...
6 years, 7 months ago (2014-05-21 01:28:55 UTC) #2
raymes
On 2014/05/21 01:28:55, Lei Zhang wrote: > lgtm > > https://codereview.chromium.org/286933011/diff/40001/pdf/out_of_process_instance.cc > File pdf/out_of_process_instance.cc (right): ...
6 years, 7 months ago (2014-05-21 01:44:22 UTC) #3
raymes
The CQ bit was checked by raymes@chromium.org
6 years, 7 months ago (2014-05-21 01:44:27 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/286933011/40001
6 years, 7 months ago (2014-05-21 01:46:46 UTC) #5
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-21 07:49:58 UTC) #6
commit-bot: I haz the power
6 years, 7 months ago (2014-05-21 22:49:59 UTC) #7
Message was sent while issue was closed.
Change committed as 271998

Powered by Google App Engine
This is Rietveld 408576698