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

Issue 137663008: Implement viewporting for the out of process PDF plugin. (Closed)

Created:
6 years, 10 months ago by raymes
Modified:
6 years, 10 months ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, arv+watch_chromium.org, extensions-reviews_chromium.org, chrome-apps-syd-reviews_chromium.org
Visibility:
Public.

Description

Implement viewporting for the out of process PDF plugin. BUG=303491 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251993

Patch Set 1 #

Patch Set 2 : #

Total comments: 16

Patch Set 3 : #

Patch Set 4 : #

Total comments: 42

Patch Set 5 : #

Patch Set 6 : #

Total comments: 10

Patch Set 7 : #

Total comments: 1

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+495 lines, -91 lines) Patch
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/resources/pdf/index.html View 1 2 3 4 5 6 4 chunks +35 lines, -22 lines 0 comments Download
M chrome/browser/resources/pdf/index.js View 1 2 3 4 5 6 3 chunks +32 lines, -33 lines 0 comments Download
M chrome/browser/resources/pdf/index.in.html View 1 2 3 4 5 1 chunk +22 lines, -8 lines 0 comments Download
M chrome/browser/resources/pdf/pdf.js View 1 2 3 4 5 6 1 chunk +97 lines, -27 lines 0 comments Download
A chrome/browser/resources/pdf/viewport.js View 1 2 3 4 5 6 7 1 chunk +307 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
raymes
6 years, 10 months ago (2014-01-31 06:36:18 UTC) #1
koz (OOO until 15th September)
https://codereview.chromium.org/137663008/diff/20001/chrome/browser/resources/pdf/index.in.html File chrome/browser/resources/pdf/index.in.html (right): https://codereview.chromium.org/137663008/diff/20001/chrome/browser/resources/pdf/index.in.html#newcode31 chrome/browser/resources/pdf/index.in.html:31: <viewer-button id="btn-ftp" src="button_fit_page.png" latchable=true></viewer-button> btn-ftp -> fit-to-page-button https://codereview.chromium.org/137663008/diff/20001/chrome/browser/resources/pdf/index.in.html#newcode32 chrome/browser/resources/pdf/index.in.html:32: ...
6 years, 10 months ago (2014-02-03 03:40:42 UTC) #2
raymes
https://codereview.chromium.org/137663008/diff/20001/chrome/browser/resources/pdf/index.in.html File chrome/browser/resources/pdf/index.in.html (right): https://codereview.chromium.org/137663008/diff/20001/chrome/browser/resources/pdf/index.in.html#newcode31 chrome/browser/resources/pdf/index.in.html:31: <viewer-button id="btn-ftp" src="button_fit_page.png" latchable=true></viewer-button> On 2014/02/03 03:40:43, koz wrote: ...
6 years, 10 months ago (2014-02-05 06:05:17 UTC) #3
koz (OOO until 15th September)
lgtm!
6 years, 10 months ago (2014-02-05 07:49:01 UTC) #4
raymes
The CQ bit was checked by raymes@chromium.org
6 years, 10 months ago (2014-02-06 03:45:41 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/137663008/130001
6 years, 10 months ago (2014-02-06 03:46:58 UTC) #6
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-06 04:29:17 UTC) #7
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=48585
6 years, 10 months ago (2014-02-06 04:29:18 UTC) #8
raymes
+arv for OWNERS
6 years, 10 months ago (2014-02-06 04:30:48 UTC) #9
raymes
On 2014/02/06 04:30:48, raymes wrote: > +arv for OWNERS ping
6 years, 10 months ago (2014-02-13 23:24:04 UTC) #10
arv (Not doing code reviews)
https://codereview.chromium.org/137663008/diff/130001/chrome/browser/resources/pdf/index.html File chrome/browser/resources/pdf/index.html (right): https://codereview.chromium.org/137663008/diff/130001/chrome/browser/resources/pdf/index.html#newcode264 chrome/browser/resources/pdf/index.html:264: <viewer-button id="fit-to-page-button" src="button_fit_page.png" latchable="true"> <viewer-button latchable="true"> => <viewer-button latchable> ...
6 years, 10 months ago (2014-02-13 23:47:41 UTC) #11
raymes
Thanks for all the comments! Sorry for my javascript illiteracy. https://codereview.chromium.org/137663008/diff/130001/chrome/browser/resources/pdf/index.html File chrome/browser/resources/pdf/index.html (right): https://codereview.chromium.org/137663008/diff/130001/chrome/browser/resources/pdf/index.html#newcode264 ...
6 years, 10 months ago (2014-02-17 00:54:03 UTC) #12
arv (Not doing code reviews)
https://codereview.chromium.org/137663008/diff/420002/chrome/browser/resources/pdf/pdf.js File chrome/browser/resources/pdf/pdf.js (right): https://codereview.chromium.org/137663008/diff/420002/chrome/browser/resources/pdf/pdf.js#newcode5 chrome/browser/resources/pdf/pdf.js:5: (function() { 'use strict'; https://codereview.chromium.org/137663008/diff/420002/chrome/browser/resources/pdf/viewport.js File chrome/browser/resources/pdf/viewport.js (right): https://codereview.chromium.org/137663008/diff/420002/chrome/browser/resources/pdf/viewport.js#newcode10 ...
6 years, 10 months ago (2014-02-18 17:37:28 UTC) #13
raymes
https://codereview.chromium.org/137663008/diff/420002/chrome/browser/resources/pdf/pdf.js File chrome/browser/resources/pdf/pdf.js (right): https://codereview.chromium.org/137663008/diff/420002/chrome/browser/resources/pdf/pdf.js#newcode5 chrome/browser/resources/pdf/pdf.js:5: (function() { On 2014/02/18 17:37:29, arv wrote: > 'use ...
6 years, 10 months ago (2014-02-18 23:11:45 UTC) #14
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/137663008/diff/470001/chrome/browser/resources/pdf/viewport.js File chrome/browser/resources/pdf/viewport.js (right): https://codereview.chromium.org/137663008/diff/470001/chrome/browser/resources/pdf/viewport.js#newcode69 chrome/browser/resources/pdf/viewport.js:69: }; no semicolon after FunctionDeclaration
6 years, 10 months ago (2014-02-18 23:14:17 UTC) #15
raymes
The CQ bit was checked by raymes@chromium.org
6 years, 10 months ago (2014-02-19 03:12:14 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/137663008/540002
6 years, 10 months ago (2014-02-19 03:13:55 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-19 04:56:28 UTC) #18
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) remoting_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=266170
6 years, 10 months ago (2014-02-19 04:56:29 UTC) #19
raymes
The CQ bit was checked by raymes@chromium.org
6 years, 10 months ago (2014-02-19 05:24:05 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/137663008/540002
6 years, 10 months ago (2014-02-19 05:24:18 UTC) #21
commit-bot: I haz the power
6 years, 10 months ago (2014-02-19 08:13:10 UTC) #22
Message was sent while issue was closed.
Change committed as 251993

Powered by Google App Engine
This is Rietveld 408576698