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

Issue 2654193002: [Android History] List item shadows and width constrained styling (Closed)

Created:
3 years, 10 months ago by Theresa
Modified:
3 years, 10 months ago
Reviewers:
gone, dgn
CC:
chromium-reviews, noyau+watch_chromium.org, browser-components-watch_chromium.org, ntp-dev+reviews_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Android History] List item shadows and width constrained styling BUG=654071 Review-Url: https://codereview.chromium.org/2654193002 Cr-Commit-Position: refs/heads/master@{#447239} Committed: https://chromium.googlesource.com/chromium/src/+/8422bf10bc4af33a0db2fde5117792ecde362863

Patch Set 1 #

Patch Set 2 : Fix some styling for supervised users #

Total comments: 32

Patch Set 3 : Changes from dfalcantara@ review #

Patch Set 4 : Rebase #

Total comments: 8

Patch Set 5 : Changes from dgn@ and dfalcantara@ reviews #

Unified diffs Side-by-side diffs Delta from patch set Stats (+478 lines, -395 lines) Patch
A chrome/android/java/res/drawable-hdpi/list_item_bottom.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/list_item_middle.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/list_item_single.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-hdpi/list_item_top.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/list_item_bottom.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/list_item_middle.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/list_item_single.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-mdpi/list_item_top.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/list_item_bottom.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/list_item_middle.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/list_item_single.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xhdpi/list_item_top.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/list_item_bottom.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/list_item_middle.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/list_item_single.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxhdpi/list_item_top.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/list_item_bottom.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/list_item_middle.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/list_item_single.9.png View Binary file 0 comments Download
A chrome/android/java/res/drawable-xxxhdpi/list_item_top.9.png View Binary file 0 comments Download
M chrome/android/java/res/layout/bookmark_row_content.xml View 1 2 2 chunks +3 lines, -2 lines 0 comments Download
A chrome/android/java/res/layout/history_date_view.xml View 1 chunk +13 lines, -0 lines 0 comments Download
M chrome/android/java/res/layout/history_header.xml View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/res/layout/history_item_view.xml View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/android/java/res/layout/search_toolbar.xml View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/res/values-v17/styles.xml View 1 2 2 chunks +1 line, -3 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 2 chunks +9 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/history/HistoryAdapter.java View 1 2 3 4 11 chunks +60 lines, -8 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/history/HistoryItemView.java View 1 2 8 chunks +42 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/history/HistoryManager.java View 1 2 3 8 chunks +67 lines, -7 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/ntp/DisplayStyleObserver.java View 1 chunk +0 lines, -16 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPageView.java View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/ntp/UiConfig.java View 1 chunk +0 lines, -134 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/ActionItem.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/CardViewHolder.java View 1 2 3 4 chunks +11 lines, -6 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/DisplayStyleObserverAdapter.java View 1 chunk +0 lines, -77 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/MarginResizer.java View 1 chunk +0 lines, -71 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/NewTabPageAdapter.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/SignInPromo.java View 1 2 3 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/cards/StatusCardViewHolder.java View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SectionHeaderViewHolder.java View 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SnippetArticleViewHolder.java View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/suggestions/SuggestionsBottomSheetContent.java View 2 chunks +1 line, -1 line 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/widget/DateDividedAdapter.java View 1 2 7 chunks +53 lines, -5 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/widget/displaystyle/DisplayStyleObserver.java View 1 chunk +2 lines, -2 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/widget/displaystyle/DisplayStyleObserverAdapter.java View 1 chunk +1 line, -4 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/widget/displaystyle/MarginResizer.java View 1 2 3 4 3 chunks +22 lines, -19 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/widget/displaystyle/OWNERS View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/widget/displaystyle/UiConfig.java View 5 chunks +7 lines, -9 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListLayout.java View 1 2 5 chunks +68 lines, -2 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListToolbar.java View 1 2 8 chunks +90 lines, -1 line 0 comments Download
M chrome/android/java_sources.gni View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/ntp/snippets/ArticleSnippetsTest.java View 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 33 (22 generated)
Theresa
ptal when convenient - screenshots are in the bug
3 years, 10 months ago (2017-01-25 22:22:30 UTC) #4
Theresa
Some feedback from UX (so that I don't forget to implement) https://codereview.chromium.org/2654193002/diff/20001/chrome/android/java/res/layout/history_item_view.xml File chrome/android/java/res/layout/history_item_view.xml (right): ...
3 years, 10 months ago (2017-01-27 00:57:35 UTC) #11
gone
Don't think I saw anything egregious, but I'll take another pass when the comments are ...
3 years, 10 months ago (2017-01-27 18:48:53 UTC) #12
Theresa
https://codereview.chromium.org/2654193002/diff/20001/chrome/android/java/res/layout/history_date_view.xml File chrome/android/java/res/layout/history_date_view.xml (right): https://codereview.chromium.org/2654193002/diff/20001/chrome/android/java/res/layout/history_date_view.xml#newcode11 chrome/android/java/res/layout/history_date_view.xml:11: android:layout_marginBottom="15dp" On 2017/01/27 18:48:52, dfalcantara (load balance plz) wrote: ...
3 years, 10 months ago (2017-01-27 23:34:46 UTC) #15
Theresa
+dgn for ntp changes and widget/displaystyle/* Is peconn@ a good co-owner for widget/displaystyle/*? This package ...
3 years, 10 months ago (2017-01-30 16:48:26 UTC) #19
dgn
displaystyle and ntp lgtm for owners you could link the ntp owners, like we do ...
3 years, 10 months ago (2017-01-30 18:21:25 UTC) #20
gone
https://codereview.chromium.org/2654193002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListLayout.java File chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListLayout.java (right): https://codereview.chromium.org/2654193002/diff/20001/chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListLayout.java#newcode209 chrome/android/java/src/org/chromium/chrome/browser/widget/selection/SelectableListLayout.java:209: public UiConfig getUiConfig() { On 2017/01/27 23:34:46, Theresa wrote: ...
3 years, 10 months ago (2017-01-30 23:38:23 UTC) #21
Theresa
https://codereview.chromium.org/2654193002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryAdapter.java File chrome/android/java/src/org/chromium/chrome/browser/history/HistoryAdapter.java (right): https://codereview.chromium.org/2654193002/diff/60001/chrome/android/java/src/org/chromium/chrome/browser/history/HistoryAdapter.java#newcode352 chrome/android/java/src/org/chromium/chrome/browser/history/HistoryAdapter.java:352: private int getDefaultTextMargin(View view) { On 2017/01/30 23:38:22, dfalcantara ...
3 years, 10 months ago (2017-01-31 00:06:42 UTC) #24
gone
lgtm
3 years, 10 months ago (2017-01-31 00:07:33 UTC) #25
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/2654193002/80001
3 years, 10 months ago (2017-01-31 15:56:51 UTC) #30
commit-bot: I haz the power
3 years, 10 months ago (2017-01-31 16:05:30 UTC) #33
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/8422bf10bc4af33a0db2fde51177...

Powered by Google App Engine
This is Rietveld 408576698