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

Issue 110723007: Add the viewer toolbar to the PDF extension (Closed)

Created:
7 years 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

Patch Set 1 #

Total comments: 20

Patch Set 2 : #

Total comments: 11

Patch Set 3 : #

Patch Set 4 : . #

Total comments: 7

Patch Set 5 : #

Patch Set 6 : #

Total comments: 6

Patch Set 7 : #

Patch Set 8 : #

Patch Set 9 : #

Total comments: 2

Patch Set 10 : #

Patch Set 11 : #

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+762 lines, -5 lines) Patch
M android_webview/tools/third_party_files_whitelist.txt View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 5 6 7 8 9 10 1 chunk +15 lines, -1 line 0 comments Download
M chrome/browser/resources/pdf/background.js View 1 1 chunk +1 line, -1 line 0 comments Download
A chrome/browser/resources/pdf/index.html View 1 2 3 4 5 6 7 8 9 10 1 chunk +277 lines, -0 lines 0 comments Download
A + chrome/browser/resources/pdf/index.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +422 lines, -1 line 0 comments Download
A chrome/browser/resources/pdf/index.in.html View 1 2 3 4 5 6 7 8 9 1 chunk +42 lines, -0 lines 0 comments Download
A + chrome/browser/resources/pdf/polymer_loader.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -2 lines 0 comments Download

Messages

Total messages: 34 (0 generated)
ganetsky1
https://codereview.chromium.org/110723007/diff/1/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html File chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html (right): https://codereview.chromium.org/110723007/diff/1/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html#newcode14 chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html:14: if (this.src) { You might want a srcChanged watcher ...
7 years ago (2013-12-17 20:57:31 UTC) #1
raymes
Thanks for the really helpful comments! https://codereview.chromium.org/110723007/diff/1/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html File chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html (right): https://codereview.chromium.org/110723007/diff/1/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html#newcode14 chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html:14: if (this.src) { ...
7 years ago (2013-12-18 04:46:56 UTC) #2
ganetsky1
https://codereview.chromium.org/110723007/diff/20001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html File chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html (right): https://codereview.chromium.org/110723007/diff/20001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html#newcode13 chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html:13: srcChanged: function() { fyi you can use oldValue, newValue ...
7 years ago (2013-12-18 20:05:04 UTC) #3
raymes
https://codereview.chromium.org/110723007/diff/20001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html File chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html (right): https://codereview.chromium.org/110723007/diff/20001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html#newcode21 chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html:21: } On 2013/12/18 20:05:05, ganetsky1 wrote: > You probably ...
7 years ago (2013-12-18 23:28:54 UTC) #4
ganetsky1
https://codereview.chromium.org/110723007/diff/20001/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html File chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html (right): https://codereview.chromium.org/110723007/diff/20001/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html#newcode34 chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html:34: setTimeout(this.fadingInChanged.bind(this), 400); On 2013/12/18 23:28:54, raymes wrote: > Yep ...
7 years ago (2013-12-19 21:52:50 UTC) #5
raymes
https://codereview.chromium.org/110723007/diff/20001/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html File chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html (right): https://codereview.chromium.org/110723007/diff/20001/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html#newcode34 chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html:34: setTimeout(this.fadingInChanged.bind(this), 400); Hmm, not sure how the timing is ...
7 years ago (2013-12-20 01:47:30 UTC) #6
ganetsky
The timer starts counting 400ms from the attribute change event, not from the start of ...
7 years ago (2013-12-20 18:28:27 UTC) #7
raymes
ptal - I changed the timing to use setTimeout and clearTimeout instead of relying on ...
7 years ago (2013-12-23 04:17:31 UTC) #8
ganetsky1
https://codereview.chromium.org/110723007/diff/70001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html File chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html (right): https://codereview.chromium.org/110723007/diff/70001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html#newcode18 chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html:18: } You may want to consider moving this out ...
6 years, 11 months ago (2014-01-03 18:14:38 UTC) #9
raymes
https://codereview.chromium.org/110723007/diff/70001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html File chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html (right): https://codereview.chromium.org/110723007/diff/70001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html#newcode18 chrome/browser/resources/pdf/elements/viewer-button/viewer-button.html:18: } On 2014/01/03 18:14:39, ganetsky1 wrote: > You may ...
6 years, 11 months ago (2014-01-06 00:22:45 UTC) #10
arv (Not doing code reviews)
Drive by... I was curious how you were using Polymer in Chrome. https://codereview.chromium.org/110723007/diff/230001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.css File chrome/browser/resources/pdf/elements/viewer-button/viewer-button.css ...
6 years, 11 months ago (2014-01-06 15:42:42 UTC) #11
raymes
https://codereview.chromium.org/110723007/diff/230001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.css File chrome/browser/resources/pdf/elements/viewer-button/viewer-button.css (right): https://codereview.chromium.org/110723007/diff/230001/chrome/browser/resources/pdf/elements/viewer-button/viewer-button.css#newcode15 chrome/browser/resources/pdf/elements/viewer-button/viewer-button.css:15: background-image: -webkit-linear-gradient(rgb(60, 80, 119), rgb(15, 24, 41)); On 2014/01/06 ...
6 years, 11 months ago (2014-01-07 23:19:24 UTC) #12
raymes
Thanks for the comments arv!
6 years, 11 months ago (2014-01-07 23:20:20 UTC) #13
raymes
On 2014/01/07 23:20:20, raymes wrote: > Thanks for the comments arv! ganetsky: ping :)
6 years, 11 months ago (2014-01-08 05:51:29 UTC) #14
raymes
On 2014/01/07 23:20:20, raymes wrote: > Thanks for the comments arv! ganetsky: ping :)
6 years, 11 months ago (2014-01-08 05:51:29 UTC) #15
ganetsky1
https://codereview.chromium.org/110723007/diff/70001/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html File chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html (right): https://codereview.chromium.org/110723007/diff/70001/chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html#newcode36 chrome/browser/resources/pdf/elements/viewer-toolbar/viewer-toolbar.html:36: } On 2014/01/06 00:22:45, raymes wrote: > 1) Done, ...
6 years, 11 months ago (2014-01-08 06:13:42 UTC) #16
ganetsky1
lgtm As per our discussion, I now understand how the transitions work
6 years, 11 months ago (2014-01-08 06:22:30 UTC) #17
raymes
arv: could you give OWNERS approval for chrome/browser/resources/* ? Thanks!
6 years, 11 months ago (2014-01-14 05:46:02 UTC) #18
arv (Not doing code reviews)
LGTM with nits https://codereview.chromium.org/110723007/diff/530001/chrome/browser/resources/pdf/index.in.html File chrome/browser/resources/pdf/index.in.html (right): https://codereview.chromium.org/110723007/diff/530001/chrome/browser/resources/pdf/index.in.html#newcode6 chrome/browser/resources/pdf/index.in.html:6: <!DOCTYPE HTML> The doctype should be ...
6 years, 11 months ago (2014-01-14 15:21:37 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/110723007/570001
6 years, 11 months ago (2014-01-23 06:18:51 UTC) #20
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=46029
6 years, 11 months ago (2014-01-23 06:39:36 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/110723007/570001
6 years, 11 months ago (2014-01-28 00:25:27 UTC) #22
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/pdf/index.js: While running patch -p1 --forward --force --no-backup-if-mismatch; A chrome/browser/resources/pdf/index.js ...
6 years, 11 months ago (2014-01-28 00:25:31 UTC) #23
raymes
Committed patchset #11 manually as r247578.
6 years, 10 months ago (2014-01-29 01:46:34 UTC) #24
haitaol1
A revert of this CL has been created in https://codereview.chromium.org/141553006/ by haitaol@chromium.org. The reason for ...
6 years, 10 months ago (2014-01-29 02:06:50 UTC) #25
raymes
+benm for OWNERS for android_webview/tools/third_party_files_whitelist.txt
6 years, 10 months ago (2014-01-29 02:26:15 UTC) #26
raymes
+boliu@chromium.org for OWNERS ping for android_webview/tools/third_party_files_whitelist.txt
6 years, 10 months ago (2014-01-31 01:05:52 UTC) #27
boliu
On 2014/01/31 01:05:52, raymes wrote: > mailto:+boliu@chromium.org for OWNERS > > ping for android_webview/tools/third_party_files_whitelist.txt lgtm ...
6 years, 10 months ago (2014-01-31 07:05:04 UTC) #28
raymes
The CQ bit was checked by raymes@chromium.org
6 years, 10 months ago (2014-02-05 06:35:52 UTC) #29
raymes
On 2014/01/31 07:05:04, boliu wrote: > On 2014/01/31 01:05:52, raymes wrote: > > mailto:+boliu@chromium.org for ...
6 years, 10 months ago (2014-02-05 06:36:38 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/110723007/710001
6 years, 10 months ago (2014-02-05 06:42:12 UTC) #31
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-05 07:35:56 UTC) #32
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=48208
6 years, 10 months ago (2014-02-05 07:35:57 UTC) #33
raymes
6 years, 10 months ago (2014-02-06 03:40:24 UTC) #34
Message was sent while issue was closed.
Committed patchset #12 manually as r249257.

Powered by Google App Engine
This is Rietveld 408576698