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

Issue 1303213004: New illustrations for the Data Reduction Proxy promo (Closed)

Created:
5 years, 3 months ago by megjablon
Modified:
5 years, 3 months ago
Reviewers:
newt (away)
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

New illustrations for the Data Reduction Proxy promo Also, fix the button alignment. BUG=470433, 527266 Committed: https://crrev.com/963891f0ae6078b07aa256c5024a618905c5d287 Cr-Commit-Position: refs/heads/master@{#347798}

Patch Set 1 #

Total comments: 1

Patch Set 2 : image size and buttons fix #

Total comments: 18

Patch Set 3 : match_parent fix #

Patch Set 4 : tablet fixes #

Patch Set 5 : remove button border #

Patch Set 6 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -31 lines) Patch
M build/android/lint/suppressions.xml View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/java/res/drawable-mdpi/data_reduction_illustration.png View Binary file 0 comments Download
M chrome/android/java/res/drawable-xxhdpi/data_reduction_illustration.png View Binary file 0 comments Download
M chrome/android/java/res/layout/data_reduction_promo_screen.xml View 1 2 3 4 5 2 chunks +48 lines, -29 lines 0 comments Download
M chrome/android/java/res/values-sw600dp/dimens.xml View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 26 (3 generated)
megjablon
New illustrations yay! For some reason the buttons gained a shadow and outline since the ...
5 years, 3 months ago (2015-09-02 00:10:39 UTC) #2
newt (away)
On 2015/09/02 00:10:39, megjablon wrote: > New illustrations yay! Hooray ;) > For some reason ...
5 years, 3 months ago (2015-09-02 00:29:52 UTC) #3
newt (away)
https://codereview.chromium.org/1303213004/diff/1/chrome/android/java/res/layout/data_reduction_promo_screen.xml File chrome/android/java/res/layout/data_reduction_promo_screen.xml (right): https://codereview.chromium.org/1303213004/diff/1/chrome/android/java/res/layout/data_reduction_promo_screen.xml#newcode50 chrome/android/java/res/layout/data_reduction_promo_screen.xml:50: android:paddingEnd="75dp" Why is this padding needed? And why the ...
5 years, 3 months ago (2015-09-02 03:31:00 UTC) #4
megjablon
On 2015/09/02 00:29:52, newt wrote: > On 2015/09/02 00:10:39, megjablon wrote: > > New illustrations ...
5 years, 3 months ago (2015-09-02 17:48:06 UTC) #5
megjablon
On 2015/09/02 03:31:00, newt wrote: > https://codereview.chromium.org/1303213004/diff/1/chrome/android/java/res/layout/data_reduction_promo_screen.xml > File chrome/android/java/res/layout/data_reduction_promo_screen.xml (right): > > https://codereview.chromium.org/1303213004/diff/1/chrome/android/java/res/layout/data_reduction_promo_screen.xml#newcode50 > ...
5 years, 3 months ago (2015-09-02 17:50:39 UTC) #6
newt (away)
On 2015/09/02 17:48:06, megjablon wrote: > On 2015/09/02 00:29:52, newt wrote: > > On 2015/09/02 ...
5 years, 3 months ago (2015-09-02 22:30:29 UTC) #7
newt (away)
On 2015/09/02 17:50:39, megjablon wrote: > On 2015/09/02 03:31:00, newt wrote: > > > https://codereview.chromium.org/1303213004/diff/1/chrome/android/java/res/layout/data_reduction_promo_screen.xml ...
5 years, 3 months ago (2015-09-02 22:31:48 UTC) #8
megjablon
On 2015/09/02 22:30:29, newt wrote: > On 2015/09/02 17:48:06, megjablon wrote: > > On 2015/09/02 ...
5 years, 3 months ago (2015-09-03 00:20:26 UTC) #9
megjablon
On 2015/09/02 22:31:48, newt wrote: > On 2015/09/02 17:50:39, megjablon wrote: > > On 2015/09/02 ...
5 years, 3 months ago (2015-09-03 00:32:07 UTC) #10
newt (away)
> I'm still learning how density-independent pixels work. With no margin set on > the ...
5 years, 3 months ago (2015-09-03 01:24:09 UTC) #11
megjablon
On 2015/09/03 01:24:09, newt wrote: > > I'm still learning how density-independent pixels work. With ...
5 years, 3 months ago (2015-09-03 17:56:48 UTC) #12
newt (away)
Great :) Just have some comments on the button alignment fix. https://codereview.chromium.org/1303213004/diff/20001/chrome/android/java/res/layout/data_reduction_promo_screen.xml File chrome/android/java/res/layout/data_reduction_promo_screen.xml (right): ...
5 years, 3 months ago (2015-09-03 18:07:44 UTC) #13
megjablon
I have a question about the assets. How does using only the xxhdpi and mdpi ...
5 years, 3 months ago (2015-09-03 18:47:53 UTC) #14
megjablon
On 2015/09/03 18:47:53, megjablon wrote: > I have a question about the assets. How does ...
5 years, 3 months ago (2015-09-03 19:18:11 UTC) #15
newt (away)
On 2015/09/03 18:47:53, megjablon wrote: > I have a question about the assets. How does ...
5 years, 3 months ago (2015-09-03 23:07:08 UTC) #16
newt (away)
(Added comments on the wrong patch set, but they're still applicable) https://codereview.chromium.org/1303213004/diff/20001/chrome/android/java/res/layout/data_reduction_promo_screen.xml File chrome/android/java/res/layout/data_reduction_promo_screen.xml (right): ...
5 years, 3 months ago (2015-09-03 23:11:24 UTC) #17
newt (away)
Whew! Who knew that getting equal height buttons would be so complicated! https://codereview.chromium.org/1303213004/diff/20001/chrome/android/java/res/layout/data_reduction_promo_screen.xml File chrome/android/java/res/layout/data_reduction_promo_screen.xml ...
5 years, 3 months ago (2015-09-03 23:43:46 UTC) #18
newt (away)
https://codereview.chromium.org/1303213004/diff/20001/chrome/android/java/res/layout/data_reduction_promo_screen.xml File chrome/android/java/res/layout/data_reduction_promo_screen.xml (right): https://codereview.chromium.org/1303213004/diff/20001/chrome/android/java/res/layout/data_reduction_promo_screen.xml#newcode69 chrome/android/java/res/layout/data_reduction_promo_screen.xml:69: <LinearLayout On 2015/09/03 23:43:46, newt wrote: > On 2015/09/03 ...
5 years, 3 months ago (2015-09-03 23:57:47 UTC) #20
megjablon
https://codereview.chromium.org/1303213004/diff/20001/chrome/android/java/res/layout/data_reduction_promo_screen.xml File chrome/android/java/res/layout/data_reduction_promo_screen.xml (right): https://codereview.chromium.org/1303213004/diff/20001/chrome/android/java/res/layout/data_reduction_promo_screen.xml#newcode69 chrome/android/java/res/layout/data_reduction_promo_screen.xml:69: <LinearLayout On 2015/09/03 23:57:47, newt wrote: > On 2015/09/03 ...
5 years, 3 months ago (2015-09-04 00:06:45 UTC) #21
newt (away)
lgtm
5 years, 3 months ago (2015-09-04 00:36:54 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1303213004/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1303213004/120001
5 years, 3 months ago (2015-09-08 17:27:16 UTC) #24
commit-bot: I haz the power
Committed patchset #6 (id:120001)
5 years, 3 months ago (2015-09-08 21:44:30 UTC) #25
commit-bot: I haz the power
5 years, 3 months ago (2015-09-08 21:45:14 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/963891f0ae6078b07aa256c5024a618905c5d287
Cr-Commit-Position: refs/heads/master@{#347798}

Powered by Google App Engine
This is Rietveld 408576698