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

Issue 14631008: Files.app: Make the design of search box match the spec. (Closed)

Created:
7 years, 7 months ago by hirono
Modified:
7 years, 7 months ago
Reviewers:
yoshiki
CC:
chromium-reviews, rginda+watch_chromium.org, arv+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Files.app: Make the design of search box match the spec. The size of new version's search box is changed depending on whether the search box has text or not. Thus this CL added a new CSS class 'has-text' to the #search-box input, which is updated by JavaScript. BUG=237149 TEST=Open files.app, input text to the search box R=yoshiki@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199702

Patch Set 1 : #

Patch Set 2 : Updates the icon of search clear button and fixed the size of autocomplete list. #

Patch Set 3 : Fixed the design of autocomplete list. #

Total comments: 6

Patch Set 4 : Rebased #

Patch Set 5 : Fixed the label position of auto-complete list. #

Patch Set 6 : Fixed legacy UI and RTL views. #

Patch Set 7 : . #

Messages

Total messages: 8 (0 generated)
hirono
Yoshiki-san, could you check the CL? Thank you!
7 years, 7 months ago (2013-05-07 07:37:31 UTC) #1
yoshiki
https://codereview.chromium.org/14631008/diff/13001/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): https://codereview.chromium.org/14631008/diff/13001/chrome/browser/resources/file_manager/js/file_manager.js#newcode902 chrome/browser/resources/file_manager/js/file_manager.js:902: autocompleteList.attachToInput = function(input) { Ideally, it's better to create ...
7 years, 7 months ago (2013-05-10 06:06:15 UTC) #2
hirono
Fixed. Thank you! https://codereview.chromium.org/14631008/diff/13001/chrome/browser/resources/file_manager/js/file_manager.js File chrome/browser/resources/file_manager/js/file_manager.js (right): https://codereview.chromium.org/14631008/diff/13001/chrome/browser/resources/file_manager/js/file_manager.js#newcode902 chrome/browser/resources/file_manager/js/file_manager.js:902: autocompleteList.attachToInput = function(input) { On 2013/05/10 ...
7 years, 7 months ago (2013-05-13 08:14:13 UTC) #3
yoshiki
Could you check if the legacy ui is still working? If ok, lgtm.
7 years, 7 months ago (2013-05-13 08:47:21 UTC) #4
hirono
On 2013/05/13 08:47:21, yoshiki wrote: > Could you check if the legacy ui is still ...
7 years, 7 months ago (2013-05-13 10:24:59 UTC) #5
yoshiki
still lgtm
7 years, 7 months ago (2013-05-13 10:27:14 UTC) #6
hirono
On 2013/05/13 10:27:14, yoshiki wrote: > still lgtm Thanks!
7 years, 7 months ago (2013-05-13 10:27:44 UTC) #7
yoshiki
7 years, 7 months ago (2013-05-13 10:48:58 UTC) #8
Message was sent while issue was closed.
Committed patchset #7 manually as r199702 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698