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

Issue 2796783005: MD Settings: Google Play Store: Add subpage and polish (Take 2) (Closed)

Created:
3 years, 8 months ago by stevenjb
Modified:
3 years, 8 months ago
Reviewers:
Dan Beam
CC:
chromium-reviews, michaelpg+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-settings_chromium.org, srahim+watch_chromium.org, stevenjb+watch-md-settings_chromium.org, dbeam+watch-closure_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: Google Play Store: Add subpage and polish (Take 2) See issue for screenshots and details. Originally landed in https://codereview.chromium.org/2785013003/ Reverted due to browser_test debug build assertiion. BUG=698463 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2796783005 Cr-Commit-Position: refs/heads/master@{#462143} Committed: https://chromium.googlesource.com/chromium/src/+/385710b054844844e583ce48175d2580d16bffd7

Patch Set 1 #

Patch Set 2 : Fix test and simplify #

Total comments: 6

Patch Set 3 : nit #

Messages

Total messages: 18 (11 generated)
stevenjb
3 years, 8 months ago (2017-04-04 23:18:31 UTC) #4
Dan Beam
still lgtm https://codereview.chromium.org/2796783005/diff/40001/chrome/browser/resources/settings/android_apps_page/android_apps_page.html File chrome/browser/resources/settings/android_apps_page/android_apps_page.html (right): https://codereview.chromium.org/2796783005/diff/40001/chrome/browser/resources/settings/android_apps_page/android_apps_page.html#newcode26 chrome/browser/resources/settings/android_apps_page/android_apps_page.html:26: inner-h-t-m-l="[[i18n('androidAppsSubtext')]]"> can we make this $i18nRaw{androidAppsSubtext} instead? ...
3 years, 8 months ago (2017-04-04 23:23:34 UTC) #7
stevenjb
https://codereview.chromium.org/2796783005/diff/40001/chrome/browser/resources/settings/android_apps_page/android_apps_page.html File chrome/browser/resources/settings/android_apps_page/android_apps_page.html (right): https://codereview.chromium.org/2796783005/diff/40001/chrome/browser/resources/settings/android_apps_page/android_apps_page.html#newcode26 chrome/browser/resources/settings/android_apps_page/android_apps_page.html:26: inner-h-t-m-l="[[i18n('androidAppsSubtext')]]"> On 2017/04/04 23:23:33, Dan Beam wrote: > can ...
3 years, 8 months ago (2017-04-05 16:43:23 UTC) #10
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/2796783005/60001
3 years, 8 months ago (2017-04-05 16:44:02 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:60001) as https://chromium.googlesource.com/chromium/src/+/385710b054844844e583ce48175d2580d16bffd7
3 years, 8 months ago (2017-04-05 18:05:32 UTC) #16
Dan Beam
https://codereview.chromium.org/2796783005/diff/40001/chrome/browser/resources/settings/android_apps_page/android_apps_page.html File chrome/browser/resources/settings/android_apps_page/android_apps_page.html (right): https://codereview.chromium.org/2796783005/diff/40001/chrome/browser/resources/settings/android_apps_page/android_apps_page.html#newcode26 chrome/browser/resources/settings/android_apps_page/android_apps_page.html:26: inner-h-t-m-l="[[i18n('androidAppsSubtext')]]"> On 2017/04/05 16:43:23, stevenjb wrote: > On 2017/04/04 ...
3 years, 8 months ago (2017-04-05 19:27:19 UTC) #17
stevenjb
3 years, 8 months ago (2017-04-05 19:29:24 UTC) #18
Message was sent while issue was closed.
https://codereview.chromium.org/2796783005/diff/40001/chrome/browser/resource...
File chrome/browser/resources/settings/android_apps_page/android_apps_page.html
(right):

https://codereview.chromium.org/2796783005/diff/40001/chrome/browser/resource...
chrome/browser/resources/settings/android_apps_page/android_apps_page.html:26:
inner-h-t-m-l="[[i18n('androidAppsSubtext')]]">
On 2017/04/05 19:27:19, Dan Beam wrote:
> On 2017/04/05 16:43:23, stevenjb wrote:
> > On 2017/04/04 23:23:33, Dan Beam wrote:
> > > can we make this
> > > 
> > > $i18nRaw{androidAppsSubtext}
> > > 
> > > instead?
> > 
> > $i18n[Raw] doesn't work with inner-h-t-m-l. If we fixed it there are at
least
> > (but maybe only) two places we could use it including here.
> 
> <div class="secondary" id="secondaryText">
>   $i18nRaw{androidAppsSubtext}
> </div>

Oh, I didn't realize we could embed html that way, although in hindsight that
makes total sense. I'll keep that in mind when we invariably iterate on the
messaging. Thanks!

Powered by Google App Engine
This is Rietveld 408576698