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

Issue 2804543002: [MD Bookmarks] Fix sidebar issues. (Closed)

Created:
3 years, 8 months ago by calamity
Modified:
3 years, 8 months ago
Reviewers:
tsergeant, Dan Beam
CC:
chromium-reviews, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, oshima+watch_chromium.org, chrome-apps-syd-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Bookmarks] Fix sidebar issues. This CL fixes the search box not accounting for the sidebar on a fresh profile, makes the search box update every frame of a drag, and adds a test for storing the sidebar width in local storage. BUG=708404 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2804543002 Cr-Commit-Position: refs/heads/master@{#463543} Committed: https://chromium.googlesource.com/chromium/src/+/5019f85de11bc85d3d8ab32cf4aca11fb6f1381d

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 2

Patch Set 3 : dbeam review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -10 lines) Patch
M chrome/browser/resources/md_bookmarks/app.js View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
M chrome/browser/resources/md_bookmarks/constants.js View 1 1 chunk +4 lines, -1 line 0 comments Download
M chrome/test/data/webui/md_bookmarks/app_test.js View 2 chunks +17 lines, -3 lines 0 comments Download
M ui/webui/resources/js/cr/ui/splitter.js View 1 chunk +1 line, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 33 (23 generated)
calamity
3 years, 8 months ago (2017-04-05 07:14:12 UTC) #4
tsergeant
lgtm https://codereview.chromium.org/2804543002/diff/1/chrome/browser/resources/md_bookmarks/constants.js File chrome/browser/resources/md_bookmarks/constants.js (right): https://codereview.chromium.org/2804543002/diff/1/chrome/browser/resources/md_bookmarks/constants.js#newcode22 chrome/browser/resources/md_bookmarks/constants.js:22: var LOCAL_STORAGE_TREE_WIDTH_KEY = 'treeWidth'; Nit: Should we make ...
3 years, 8 months ago (2017-04-05 08:07:55 UTC) #5
calamity
https://codereview.chromium.org/2804543002/diff/1/chrome/browser/resources/md_bookmarks/constants.js File chrome/browser/resources/md_bookmarks/constants.js (right): https://codereview.chromium.org/2804543002/diff/1/chrome/browser/resources/md_bookmarks/constants.js#newcode22 chrome/browser/resources/md_bookmarks/constants.js:22: var LOCAL_STORAGE_TREE_WIDTH_KEY = 'treeWidth'; On 2017/04/05 08:07:55, tsergeant wrote: ...
3 years, 8 months ago (2017-04-10 04:27:11 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2804543002/40001
3 years, 8 months ago (2017-04-10 04:27:11 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/406490)
3 years, 8 months ago (2017-04-10 04:33:54 UTC) #15
calamity
+dbeam for splitter.js OWNERS.
3 years, 8 months ago (2017-04-10 05:53:33 UTC) #17
Dan Beam
lgtm https://codereview.chromium.org/2804543002/diff/40001/chrome/browser/resources/md_bookmarks/app.js File chrome/browser/resources/md_bookmarks/app.js (right): https://codereview.chromium.org/2804543002/diff/40001/chrome/browser/resources/md_bookmarks/app.js#newcode99 chrome/browser/resources/md_bookmarks/app.js:99: }.bind(this)); nit: could also be splitter.addEventListener('dragmove', this.updateSidebarWidth_.bind(this)); if ...
3 years, 8 months ago (2017-04-11 01:27:02 UTC) #18
calamity
https://codereview.chromium.org/2804543002/diff/40001/chrome/browser/resources/md_bookmarks/app.js File chrome/browser/resources/md_bookmarks/app.js (right): https://codereview.chromium.org/2804543002/diff/40001/chrome/browser/resources/md_bookmarks/app.js#newcode99 chrome/browser/resources/md_bookmarks/app.js:99: }.bind(this)); On 2017/04/11 01:27:02, Dan Beam wrote: > nit: ...
3 years, 8 months ago (2017-04-11 03:31:39 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2804543002/60001
3 years, 8 months ago (2017-04-11 05:13:00 UTC) #30
commit-bot: I haz the power
3 years, 8 months ago (2017-04-11 05:21:23 UTC) #33
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/5019f85de11bc85d3d8ab32cf4ac...

Powered by Google App Engine
This is Rietveld 408576698