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

Issue 864753002: Add a slide-in pane to the OOP PDF viewer. (Closed)

Created:
5 years, 11 months ago by Alexandre Carlton
Modified:
5 years, 10 months ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@pdf-toolbar
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a slide-in pane to the OOP PDF viewer. This CL adds the groundwork for a slide-in pane to be used by the OOP PDF Viewer. It adheres to the principles of Material Design, and will be used as a base for the bookmarks pane (which will display a list of bookmarks) as well as an info pane to show metadata of the PDF. BUG=110020 Committed: https://crrev.com/01e81ff908f129955e769d96b8626ae127a90a0e Cr-Commit-Position: refs/heads/master@{#313631}

Patch Set 1 #

Patch Set 2 : Effort to reduce diff #

Patch Set 3 : Another effort to reduce diff #

Patch Set 4 : Remove trailing whitespace #

Patch Set 5 : Convert hex to rgb #

Patch Set 6 : Convert other hex to rgb #

Patch Set 7 : Prevent pdf-pane from scrolling up to top on toggle #

Patch Set 8 : Correctly specify header in paper-dialog CSS #

Patch Set 9 : Put scrollbar of pane on the left #

Total comments: 4

Patch Set 10 : Document why we set direction to rtl #

Patch Set 11 : Rename "pdialog" to "dialog" #

Total comments: 2

Patch Set 12 : Adjust indentation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -0 lines) Patch
M chrome/browser/resources/component_extension_resources.grd View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
A chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css View 1 2 3 4 5 6 7 8 9 1 chunk +33 lines, -0 lines 0 comments Download
A chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.js View 1 2 3 4 5 6 7 8 9 10 1 chunk +15 lines, -0 lines 0 comments Download
M ui/webui/resources/polymer_resources.grdp View 1 2 3 3 chunks +51 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
Alexandre Carlton
First version of slide-in pane.
5 years, 11 months ago (2015-01-21 07:29:26 UTC) #2
Alexandre Carlton
Prevented paper-dialog from scrolling back to the top when toggling.
5 years, 11 months ago (2015-01-22 04:59:49 UTC) #4
Sam McNally
lgtm
5 years, 11 months ago (2015-01-22 06:56:02 UTC) #5
Alexandre Carlton
estade@chromium.org: Please review changes in chrome/browser/resources/component_extension_resources.grd ui/webui/resources/polymer_resources.grdp Thank you again.
5 years, 11 months ago (2015-01-22 22:14:32 UTC) #7
Evan Stade
lgtm
5 years, 11 months ago (2015-01-22 22:26:00 UTC) #8
raymes
Can we make the CL description more descriptive? It should refer to the PDF viewer ...
5 years, 11 months ago (2015-01-23 00:03:26 UTC) #9
raymes
lgtm https://codereview.chromium.org/864753002/diff/160001/chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css File chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css (right): https://codereview.chromium.org/864753002/diff/160001/chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css#newcode8 chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css:8: direction: rtl; Maybe add a comment about this ...
5 years, 11 months ago (2015-01-23 00:16:46 UTC) #10
Alexandre Carlton
https://codereview.chromium.org/864753002/diff/160001/chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css File chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css (right): https://codereview.chromium.org/864753002/diff/160001/chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css#newcode8 chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.css:8: direction: rtl; On 2015/01/23 00:16:46, raymes wrote: > Maybe ...
5 years, 11 months ago (2015-01-23 00:25:11 UTC) #11
benwells
https://codereview.chromium.org/864753002/diff/200001/chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html File chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html (right): https://codereview.chromium.org/864753002/diff/200001/chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html#newcode8 chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html:8: <paper-dialog id="dialog" heading="{{heading}}" transition="core-transition-right" class="scrolling pane" layered="false"> Isn't layered=false ...
5 years, 10 months ago (2015-01-27 02:14:16 UTC) #12
Alexandre Carlton
https://codereview.chromium.org/864753002/diff/200001/chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html File chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html (right): https://codereview.chromium.org/864753002/diff/200001/chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html#newcode8 chrome/browser/resources/pdf/elements/pdf-pane/pdf-pane.html:8: <paper-dialog id="dialog" heading="{{heading}}" transition="core-transition-right" class="scrolling pane" layered="false"> On 2015/01/27 ...
5 years, 10 months ago (2015-01-27 03:11:47 UTC) #13
benwells
lgtm
5 years, 10 months ago (2015-01-27 04:26:16 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/864753002/220001
5 years, 10 months ago (2015-01-28 22:16:09 UTC) #16
commit-bot: I haz the power
Committed patchset #12 (id:220001)
5 years, 10 months ago (2015-01-29 00:08:45 UTC) #17
commit-bot: I haz the power
5 years, 10 months ago (2015-01-29 00:09:39 UTC) #18
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/01e81ff908f129955e769d96b8626ae127a90a0e
Cr-Commit-Position: refs/heads/master@{#313631}

Powered by Google App Engine
This is Rietveld 408576698