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

Issue 865033002: Implement a slide-in pane for bookmarks. (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-pane
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement a slide-in pane for bookmarks. BUG=110020 Committed: https://crrev.com/8a94d32d211003d3bc6741c393e9547138d3ade4 Cr-Commit-Position: refs/heads/master@{#314105}

Patch Set 1 #

Patch Set 2 : Minor clean up #

Patch Set 3 : CSS corrections #

Patch Set 4 : Minimise diff #

Patch Set 5 : Adjust indentation #

Total comments: 11

Patch Set 6 : Document bookmarks.js #

Total comments: 14

Patch Set 7 : Create new pdf-bookmark element with Polymer #

Patch Set 8 : Remove unnecessary import #

Total comments: 6

Patch Set 9 : Rename pdf-bookmark to viewer-bookmark #

Patch Set 10 : Document viewer-bookmarks-pane using JsDoc #

Patch Set 11 : Rebase from master #

Total comments: 2

Patch Set 12 : Rebase before commit #

Patch Set 13 : Add checks when setting attributes on bookmarksPane #

Messages

Total messages: 25 (5 generated)
Alexandre Carlton
5 years, 11 months ago (2015-01-27 07:08:55 UTC) #2
Alexandre Carlton
thestig@chromium.org: Please review changes in chrome/browser/resources/component_extension_resources.grd Thank you.
5 years, 11 months ago (2015-01-27 07:09:53 UTC) #4
Lei Zhang
On 2015/01/27 07:09:53, Alexandre Carlton wrote: > mailto:thestig@chromium.org: Please review changes in > > chrome/browser/resources/component_extension_resources.grd ...
5 years, 11 months ago (2015-01-27 07:29:57 UTC) #5
raymes
https://codereview.chromium.org/865033002/diff/80001/chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js File chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js (right): https://codereview.chromium.org/865033002/diff/80001/chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js#newcode6 chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js:6: bookmarks: null, Let's add documentation for all of the ...
5 years, 11 months ago (2015-01-27 09:10:55 UTC) #6
Alexandre Carlton
https://codereview.chromium.org/865033002/diff/80001/chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js File chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js (right): https://codereview.chromium.org/865033002/diff/80001/chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js#newcode6 chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js:6: bookmarks: null, On 2015/01/27 09:10:54, raymes wrote: > Let's ...
5 years, 10 months ago (2015-01-28 00:22:47 UTC) #7
raymes
https://codereview.chromium.org/865033002/diff/80001/chrome/browser/resources/pdf/index-material.css File chrome/browser/resources/pdf/index-material.css (right): https://codereview.chromium.org/865033002/diff/80001/chrome/browser/resources/pdf/index-material.css#newcode60 chrome/browser/resources/pdf/index-material.css:60: z-index: 3; What can we do about this? Will ...
5 years, 10 months ago (2015-01-28 01:10:20 UTC) #8
Sam McNally
https://codereview.chromium.org/865033002/diff/100001/chrome/browser/resources/component_extension_resources.grd File chrome/browser/resources/component_extension_resources.grd (right): https://codereview.chromium.org/865033002/diff/100001/chrome/browser/resources/component_extension_resources.grd#newcode174 chrome/browser/resources/component_extension_resources.grd:174: <include name="IDR_PDF_BOOKMARKS_PANE_CSS" file="pdf/elements/bookmarks-pane/bookmarks-pane.css" type="BINDATA" /> viewer-bookmarks-pane. https://codereview.chromium.org/865033002/diff/100001/chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js File chrome/browser/resources/pdf/elements/bookmarks-pane/bookmarks-pane.js ...
5 years, 10 months ago (2015-01-28 03:04:30 UTC) #9
Alexandre Carlton
Created a new Polymer element called 'pdf-bookmark' which is far more malleable in laying out ...
5 years, 10 months ago (2015-01-28 07:16:52 UTC) #10
raymes
Looks good! https://codereview.chromium.org/865033002/diff/140001/chrome/browser/resources/pdf/elements/pdf-bookmark/pdf-bookmark.js File chrome/browser/resources/pdf/elements/pdf-bookmark/pdf-bookmark.js (right): https://codereview.chromium.org/865033002/diff/140001/chrome/browser/resources/pdf/elements/pdf-bookmark/pdf-bookmark.js#newcode5 chrome/browser/resources/pdf/elements/pdf-bookmark/pdf-bookmark.js:5: Polymer('pdf-bookmark', { Sam suggested calling this viewer-bookmark ...
5 years, 10 months ago (2015-01-29 04:55:07 UTC) #11
Alexandre Carlton
https://codereview.chromium.org/865033002/diff/140001/chrome/browser/resources/pdf/elements/pdf-bookmark/pdf-bookmark.js File chrome/browser/resources/pdf/elements/pdf-bookmark/pdf-bookmark.js (right): https://codereview.chromium.org/865033002/diff/140001/chrome/browser/resources/pdf/elements/pdf-bookmark/pdf-bookmark.js#newcode5 chrome/browser/resources/pdf/elements/pdf-bookmark/pdf-bookmark.js:5: Polymer('pdf-bookmark', { On 2015/01/29 04:55:07, raymes wrote: > Sam ...
5 years, 10 months ago (2015-01-29 05:39:06 UTC) #12
raymes
lgtm
5 years, 10 months ago (2015-01-30 03:46:43 UTC) #13
Lei Zhang
On 2015/01/27 07:29:57, Lei Zhang wrote: > On 2015/01/27 07:09:53, Alexandre Carlton wrote: > > ...
5 years, 10 months ago (2015-01-30 03:55:20 UTC) #14
Sam McNally
LGTM https://codereview.chromium.org/865033002/diff/190001/chrome/browser/resources/pdf/pdf.js File chrome/browser/resources/pdf/pdf.js (right): https://codereview.chromium.org/865033002/diff/190001/chrome/browser/resources/pdf/pdf.js#newcode393 chrome/browser/resources/pdf/pdf.js:393: this.toolbar_.initialFadeIn(); Isn't the old toolbar still used for ...
5 years, 10 months ago (2015-01-30 06:30:04 UTC) #15
Alexandre Carlton
Committing as benwells@ is currently in London and may not provide feedback for a week. ...
5 years, 10 months ago (2015-02-02 01:41:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/865033002/210001
5 years, 10 months ago (2015-02-02 01:45:24 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/20375)
5 years, 10 months ago (2015-02-02 02:50:35 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/865033002/230001
5 years, 10 months ago (2015-02-02 03:20:02 UTC) #22
commit-bot: I haz the power
Committed patchset #13 (id:230001)
5 years, 10 months ago (2015-02-02 06:23:03 UTC) #23
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/8a94d32d211003d3bc6741c393e9547138d3ade4 Cr-Commit-Position: refs/heads/master@{#314105}
5 years, 10 months ago (2015-02-02 06:23:59 UTC) #24
benwells
5 years, 10 months ago (2015-02-02 10:26:43 UTC) #25
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698