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

Issue 925233004: A grab-bag of small improvements (Closed)

Created:
5 years, 10 months ago by Steve McKay
Modified:
5 years, 10 months ago
Reviewers:
hirono
CC:
chromium-reviews, tfarina, rginda+watch_chromium.org, mtomasz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

1) Add 'to Google Drive' link to the all-backed-up message. 2) Don't show details header panel once user has completed import. 3) Introduce a local storage wrapper and make all existing importer uses of chrome.storage.local use this...much shorter and safer. 4) Auto-hide details panel when user clicks out. 5) Fix jank on the panel transition (and switch to vertical swoosh). BUG=420680 TEST=browser_test: FileManagerJsTest.* Committed: https://crrev.com/8999968bbe5a44fe9e0ce92912e4201abc77ec5e Cr-Commit-Position: refs/heads/master@{#316993}

Patch Set 1 #

Patch Set 2 : Actually do the banner hiding #

Patch Set 3 : #

Patch Set 4 : "Auto-hide details panel when user clicks out + fix panel transition jank." #

Total comments: 1

Patch Set 5 : #

Patch Set 6 : Self review #

Patch Set 7 : Don't change strings to something funny before hidding...our slow hide made them visible for an ins… #

Patch Set 8 : Merge master #

Total comments: 10

Patch Set 9 : Respond to review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -100 lines) Patch
M chrome/app/chromeos_strings.grdp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/task_queue.js View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M ui/file_manager/file_manager/common/js/importer_common.js View 1 2 3 4 5 6 7 8 5 chunks +98 lines, -69 lines 0 comments Download
M ui/file_manager/file_manager/common/js/importer_common_unittest.js View 6 chunks +22 lines, -11 lines 0 comments Download
M ui/file_manager/file_manager/foreground/css/file_manager.css View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/import_controller.js View 1 2 3 4 5 6 7 8 12 chunks +64 lines, -14 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/import_controller_unittest.js View 1 2 3 3 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (5 generated)
Steve McKay
Actually do the banner hiding
5 years, 10 months ago (2015-02-18 20:04:49 UTC) #1
Steve McKay
5 years, 10 months ago (2015-02-18 20:05:10 UTC) #3
Steve McKay
https://codereview.chromium.org/925233004/diff/60001/ui/file_manager/file_manager/background/js/task_queue.js File ui/file_manager/file_manager/background/js/task_queue.js (left): https://codereview.chromium.org/925233004/diff/60001/ui/file_manager/file_manager/background/js/task_queue.js#oldcode214 ui/file_manager/file_manager/background/js/task_queue.js:214: case importer.TaskQueue.UpdateType.ERROR: Note, that this UpdateType fires once for ...
5 years, 10 months ago (2015-02-19 00:40:53 UTC) #4
Steve McKay
Self review
5 years, 10 months ago (2015-02-19 00:57:14 UTC) #5
Steve McKay
Don't change strings to something funny before hidding...our slow hide made them visible for an ...
5 years, 10 months ago (2015-02-19 01:01:20 UTC) #6
Steve McKay
Merge master
5 years, 10 months ago (2015-02-19 01:27:35 UTC) #7
hirono
lgtm with comments. Thanks! https://codereview.chromium.org/925233004/diff/140001/ui/file_manager/file_manager/common/js/importer_common.js File ui/file_manager/file_manager/common/js/importer_common.js (right): https://codereview.chromium.org/925233004/diff/140001/ui/file_manager/file_manager/common/js/importer_common.js#newcode154 ui/file_manager/file_manager/common/js/importer_common.js:154: * @return {!Promise} Resolves once ...
5 years, 10 months ago (2015-02-19 04:55:09 UTC) #8
Steve McKay
Thanks! https://codereview.chromium.org/925233004/diff/140001/ui/file_manager/file_manager/common/js/importer_common.js File ui/file_manager/file_manager/common/js/importer_common.js (right): https://codereview.chromium.org/925233004/diff/140001/ui/file_manager/file_manager/common/js/importer_common.js#newcode154 ui/file_manager/file_manager/common/js/importer_common.js:154: * @return {!Promise} Resolves once the message has ...
5 years, 10 months ago (2015-02-19 05:14:43 UTC) #9
Steve McKay
Respond to review comments.
5 years, 10 months ago (2015-02-19 05:15:23 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/925233004/160001
5 years, 10 months ago (2015-02-19 05:15:42 UTC) #15
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years, 10 months ago (2015-02-19 05:47:25 UTC) #16
commit-bot: I haz the power
5 years, 10 months ago (2015-02-19 05:48:01 UTC) #17
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/8999968bbe5a44fe9e0ce92912e4201abc77ec5e
Cr-Commit-Position: refs/heads/master@{#316993}

Powered by Google App Engine
This is Rietveld 408576698