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

Issue 2834453007: Download Home : Remove drawer UI (Closed)

Created:
3 years, 8 months ago by shaktisahu
Modified:
3 years, 7 months ago
Reviewers:
Theresa, nyquist
CC:
chromium-reviews, David Trainor- moved to gerrit, srahim+watch_chromium.org, dcheng, agrieve+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Download Home : Remove drawer UI Removed navigation drawer from the download home. The drawer was replaced by a spinner. Space display moved in-page as a header in the download history adapter. BUG=712912 Review-Url: https://codereview.chromium.org/2834453007 Cr-Commit-Position: refs/heads/master@{#467752} Committed: https://chromium.googlesource.com/chromium/src/+/bdf153cfc2bce1eb1b22e0d00e0e3580d54b152d

Patch Set 1 #

Patch Set 2 : changes for tablets #

Total comments: 19

Patch Set 3 : comments #

Total comments: 4

Patch Set 4 : comments #

Total comments: 4

Patch Set 5 : null check #

Patch Set 6 : rebase #

Patch Set 7 : tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -339 lines) Patch
D chrome/android/java/res/layout-sw720dp/download_main.xml View 1 1 chunk +0 lines, -37 lines 0 comments Download
M chrome/android/java/res/layout/download_main.xml View 2 1 chunk +4 lines, -34 lines 0 comments Download
A chrome/android/java/res/layout/download_manager_spinner.xml View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/download_manager_spinner_drop_down.xml View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
D chrome/android/java/res/layout/download_manager_ui_drawer_filter.xml View 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/android/java/res/layout/download_manager_ui_space_widget.xml View 1 2 3 1 chunk +44 lines, -49 lines 0 comments Download
M chrome/android/java/res/values/colors.xml View 1 2 3 4 5 1 chunk +7 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/DownloadPage.java View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapter.java View 1 2 3 4 5 chunks +19 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerToolbar.java View 1 2 3 4 5 6 6 chunks +29 lines, -13 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/ui/DownloadManagerUi.java View 1 2 3 4 5 11 chunks +3 lines, -81 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/ui/FilterAdapter.java View 1 2 3 3 chunks +26 lines, -43 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/download/ui/SpaceDisplay.java View 3 chunks +14 lines, -4 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadActivityTest.java View 1 2 3 4 5 6 19 chunks +53 lines, -54 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/download/ui/DownloadHistoryAdapterTest.java View 1 2 3 4 5 6 1 chunk +10 lines, -4 lines 0 comments Download

Messages

Total messages: 35 (25 generated)
shaktisahu
PTAL.
3 years, 8 months ago (2017-04-21 22:20:40 UTC) #4
Theresa
Thank you for taking this on! https://codereview.chromium.org/2834453007/diff/40001/chrome/android/java/res/layout/download_main.xml File chrome/android/java/res/layout/download_main.xml (right): https://codereview.chromium.org/2834453007/diff/40001/chrome/android/java/res/layout/download_main.xml#newcode11 chrome/android/java/res/layout/download_main.xml:11: android:background="@color/appbar_background"/> The background ...
3 years, 8 months ago (2017-04-24 20:48:18 UTC) #5
shaktisahu
Thanks. PTAL again. https://codereview.chromium.org/2834453007/diff/40001/chrome/android/java/res/layout/download_main.xml File chrome/android/java/res/layout/download_main.xml (right): https://codereview.chromium.org/2834453007/diff/40001/chrome/android/java/res/layout/download_main.xml#newcode11 chrome/android/java/res/layout/download_main.xml:11: android:background="@color/appbar_background"/> On 2017/04/24 20:48:17, Theresa wrote: ...
3 years, 8 months ago (2017-04-24 22:07:09 UTC) #6
Theresa
https://codereview.chromium.org/2834453007/diff/40001/chrome/android/java/res/layout/download_manager_ui_space_widget.xml File chrome/android/java/res/layout/download_manager_ui_space_widget.xml (right): https://codereview.chromium.org/2834453007/diff/40001/chrome/android/java/res/layout/download_manager_ui_space_widget.xml#newcode33 chrome/android/java/res/layout/download_manager_ui_space_widget.xml:33: android:layout_marginEnd="-2dp" On 2017/04/24 22:07:09, shaktisahu wrote: > On 2017/04/24 ...
3 years, 8 months ago (2017-04-24 22:45:16 UTC) #7
shaktisahu
https://codereview.chromium.org/2834453007/diff/40001/chrome/android/java/res/layout/download_manager_ui_space_widget.xml File chrome/android/java/res/layout/download_manager_ui_space_widget.xml (right): https://codereview.chromium.org/2834453007/diff/40001/chrome/android/java/res/layout/download_manager_ui_space_widget.xml#newcode33 chrome/android/java/res/layout/download_manager_ui_space_widget.xml:33: android:layout_marginEnd="-2dp" On 2017/04/24 22:45:15, Theresa wrote: > On 2017/04/24 ...
3 years, 8 months ago (2017-04-25 21:14:26 UTC) #8
Theresa
lgtm https://codereview.chromium.org/2834453007/diff/80001/chrome/android/java/res/layout/download_manager_ui_space_widget.xml File chrome/android/java/res/layout/download_manager_ui_space_widget.xml (left): https://codereview.chromium.org/2834453007/diff/80001/chrome/android/java/res/layout/download_manager_ui_space_widget.xml#oldcode45 chrome/android/java/res/layout/download_manager_ui_space_widget.xml:45: android:textColor="@color/google_grey_600" I was thinking we could keep the ...
3 years, 8 months ago (2017-04-25 21:48:50 UTC) #9
shaktisahu
+nyquist for owners approval on android_chrome_strings.grd and DownloadPage.java https://codereview.chromium.org/2834453007/diff/80001/chrome/android/java/res/layout/download_manager_ui_space_widget.xml File chrome/android/java/res/layout/download_manager_ui_space_widget.xml (left): https://codereview.chromium.org/2834453007/diff/80001/chrome/android/java/res/layout/download_manager_ui_space_widget.xml#oldcode45 chrome/android/java/res/layout/download_manager_ui_space_widget.xml:45: android:textColor="@color/google_grey_600" ...
3 years, 8 months ago (2017-04-25 22:24:15 UTC) #17
nyquist
those two files lgtm
3 years, 8 months ago (2017-04-25 23:19:38 UTC) #20
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/2834453007/160001
3 years, 7 months ago (2017-04-27 18:07:34 UTC) #32
commit-bot: I haz the power
3 years, 7 months ago (2017-04-27 19:35:15 UTC) #35
Message was sent while issue was closed.
Committed patchset #7 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/bdf153cfc2bce1eb1b22e0d00e0e...

Powered by Google App Engine
This is Rietveld 408576698