|
|
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 #
Depends on Patchset: Messages
Total messages: 33 (23 generated)
Description was changed from ========== [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 ========== to ========== [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 ==========
Patchset #2 (id:20001) has been deleted
calamity@chromium.org changed reviewers: + tsergeant@chromium.org
lgtm https://codereview.chromium.org/2804543002/diff/1/chrome/browser/resources/md... File chrome/browser/resources/md_bookmarks/constants.js (right): https://codereview.chromium.org/2804543002/diff/1/chrome/browser/resources/md... chrome/browser/resources/md_bookmarks/constants.js:22: var LOCAL_STORAGE_TREE_WIDTH_KEY = 'treeWidth'; Nit: Should we make these two keys consistent? I'd be happy to rename the one above to match this new one.
The CQ bit was checked by calamity@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by calamity@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from tsergeant@chromium.org Link to the patchset: https://codereview.chromium.org/2804543002/#ps40001 (title: " ")
https://codereview.chromium.org/2804543002/diff/1/chrome/browser/resources/md... File chrome/browser/resources/md_bookmarks/constants.js (right): https://codereview.chromium.org/2804543002/diff/1/chrome/browser/resources/md... chrome/browser/resources/md_bookmarks/constants.js:22: var LOCAL_STORAGE_TREE_WIDTH_KEY = 'treeWidth'; On 2017/04/05 08:07:55, tsergeant wrote: > Nit: Should we make these two keys consistent? I'd be happy to rename the one > above to match this new one. Done.
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
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_presub...)
calamity@chromium.org changed reviewers: + dbeam@chromium.org
+dbeam for splitter.js OWNERS.
lgtm https://codereview.chromium.org/2804543002/diff/40001/chrome/browser/resource... File chrome/browser/resources/md_bookmarks/app.js (right): https://codereview.chromium.org/2804543002/diff/40001/chrome/browser/resource... chrome/browser/resources/md_bookmarks/app.js:99: }.bind(this)); nit: could also be splitter.addEventListener('dragmove', this.updateSidebarWidth_.bind(this)); if you don't care about omitting the param
The CQ bit was checked by calamity@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by calamity@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was checked by calamity@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
https://codereview.chromium.org/2804543002/diff/40001/chrome/browser/resource... File chrome/browser/resources/md_bookmarks/app.js (right): https://codereview.chromium.org/2804543002/diff/40001/chrome/browser/resource... chrome/browser/resources/md_bookmarks/app.js:99: }.bind(this)); On 2017/04/11 01:27:02, Dan Beam wrote: > nit: could also be > > splitter.addEventListener('dragmove', this.updateSidebarWidth_.bind(this)); > > if you don't care about omitting the param Done.
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by calamity@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from tsergeant@chromium.org, dbeam@chromium.org Link to the patchset: https://codereview.chromium.org/2804543002/#ps60001 (title: "dbeam review")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
CQ is committing da patch. Bot data: {"patchset_id": 60001, "attempt_start_ts": 1491887558631290, "parent_rev": "1dcdbf04f8b291c23aa0c6b05aaca1b0fb31b9be", "commit_rev": "5019f85de11bc85d3d8ab32cf4aca11fb6f1381d"}
Message was sent while issue was closed.
Description was changed from ========== [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 ========== to ========== [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/+/5019f85de11bc85d3d8ab32cf4ac... ==========
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as https://chromium.googlesource.com/chromium/src/+/5019f85de11bc85d3d8ab32cf4ac... |