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

Issue 14759019: Add window buttons (close and maximize) to the Files.app's new UI. (Closed)

Created:
7 years, 7 months ago by mtomasz
Modified:
7 years, 7 months ago
Reviewers:
yoshiki
CC:
chromium-reviews, rginda+watch_chromium.org, arv+watch_chromium.org
Visibility:
Public.

Description

Add window buttons (close and maximize) to the Files.app's new UI. In the new UI decoration buttons have been removed, and were replaced by html ones. However, in gallery they were still missing. This patch fixes this issue by adding these two buttons. TEST=Run Files.app, open a picture, try to maximize and close. Check if the back button also works. Check the legacy ui. Check the legacy Files.app. BUG=236311 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=199387

Patch Set 1 #

Total comments: 10

Patch Set 2 : Addressed comments. #

Total comments: 16

Patch Set 3 : Addressed comments. #

Patch Set 4 : Rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -56 lines) Patch
M chrome/browser/resources/file_manager/css/common.css View 1 2 4 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/resources/file_manager/css/file_manager.css View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/resources/file_manager/css/gallery.css View 1 2 3 14 chunks +51 lines, -24 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_manager.js View 1 2 3 2 chunks +14 lines, -10 lines 0 comments Download
M chrome/browser/resources/file_manager/js/file_tasks.js View 3 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/resources/file_manager/js/photo/gallery.js View 1 9 chunks +63 lines, -17 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
mtomasz
@yoshiki: PTAL. Thanks.
7 years, 7 months ago (2013-05-07 02:04:25 UTC) #1
yoshiki
https://codereview.chromium.org/14759019/diff/1/chrome/browser/resources/file_manager/js/photo/gallery.js File chrome/browser/resources/file_manager/js/photo/gallery.js (right): https://codereview.chromium.org/14759019/diff/1/chrome/browser/resources/file_manager/js/photo/gallery.js#newcode38 chrome/browser/resources/file_manager/js/photo/gallery.js:38: * {function} onBack s/function/function(string)/ https://codereview.chromium.org/14759019/diff/1/chrome/browser/resources/file_manager/js/photo/gallery.js#newcode39 chrome/browser/resources/file_manager/js/photo/gallery.js:39: * {function} onClose ...
7 years, 7 months ago (2013-05-07 02:21:50 UTC) #2
mtomasz
https://codereview.chromium.org/14759019/diff/1/chrome/browser/resources/file_manager/js/photo/gallery.js File chrome/browser/resources/file_manager/js/photo/gallery.js (right): https://codereview.chromium.org/14759019/diff/1/chrome/browser/resources/file_manager/js/photo/gallery.js#newcode38 chrome/browser/resources/file_manager/js/photo/gallery.js:38: * {function} onBack On 2013/05/07 02:21:50, yoshiki wrote: > ...
7 years, 7 months ago (2013-05-07 03:52:02 UTC) #3
yoshiki
LGTM after some comments are addressed. https://codereview.chromium.org/14759019/diff/4001/chrome/browser/resources/file_manager/css/common.css File chrome/browser/resources/file_manager/css/common.css (right): https://codereview.chromium.org/14759019/diff/4001/chrome/browser/resources/file_manager/css/common.css#newcode463 chrome/browser/resources/file_manager/css/common.css:463: -webkit-linear-gradient(#f4f4f4, #efefef 40%, ...
7 years, 7 months ago (2013-05-07 04:01:30 UTC) #4
mtomasz
https://codereview.chromium.org/14759019/diff/4001/chrome/browser/resources/file_manager/css/gallery.css File chrome/browser/resources/file_manager/css/gallery.css (right): https://codereview.chromium.org/14759019/diff/4001/chrome/browser/resources/file_manager/css/gallery.css#newcode307 chrome/browser/resources/file_manager/css/gallery.css:307: body[new-ui] .gallery[tools][editing] *[dimmed] * { On 2013/05/07 04:01:30, yoshiki ...
7 years, 7 months ago (2013-05-07 04:03:42 UTC) #5
yoshiki
https://codereview.chromium.org/14759019/diff/4001/chrome/browser/resources/file_manager/css/gallery.css File chrome/browser/resources/file_manager/css/gallery.css (right): https://codereview.chromium.org/14759019/diff/4001/chrome/browser/resources/file_manager/css/gallery.css#newcode307 chrome/browser/resources/file_manager/css/gallery.css:307: body[new-ui] .gallery[tools][editing] *[dimmed] * { On 2013/05/07 04:03:42, mtomasz ...
7 years, 7 months ago (2013-05-07 04:05:55 UTC) #6
mtomasz
https://codereview.chromium.org/14759019/diff/4001/chrome/browser/resources/file_manager/css/common.css File chrome/browser/resources/file_manager/css/common.css (right): https://codereview.chromium.org/14759019/diff/4001/chrome/browser/resources/file_manager/css/common.css#newcode463 chrome/browser/resources/file_manager/css/common.css:463: -webkit-linear-gradient(#f4f4f4, #efefef 40%, #dcdcdc); On 2013/05/07 04:01:30, yoshiki wrote: ...
7 years, 7 months ago (2013-05-07 09:03:30 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/14759019/10001
7 years, 7 months ago (2013-05-07 09:03:49 UTC) #8
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/file_manager/css/gallery.css: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-07 16:11:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/14759019/10001
7 years, 7 months ago (2013-05-08 14:18:42 UTC) #10
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/file_manager/css/gallery.css: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 7 months ago (2013-05-08 14:18:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/14759019/25001
7 years, 7 months ago (2013-05-09 03:25:28 UTC) #12
commit-bot: I haz the power
Retried try job too often on win7_aura for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win7_aura&number=38378
7 years, 7 months ago (2013-05-09 08:43:19 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mtomasz@chromium.org/14759019/25001
7 years, 7 months ago (2013-05-10 03:20:37 UTC) #14
commit-bot: I haz the power
7 years, 7 months ago (2013-05-10 05:32:38 UTC) #15
Message was sent while issue was closed.
Change committed as 199387

Powered by Google App Engine
This is Rietveld 408576698