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 2698133003: MD Settings: About: Show connectionTypes message (Closed)

Created:
3 years, 10 months ago by stevenjb
Modified:
3 years, 10 months ago
Reviewers:
dpapad
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: About: Show connectionTypes message BUG=689715 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2698133003 Cr-Commit-Position: refs/heads/master@{#451826} Committed: https://chromium.googlesource.com/chromium/src/+/875d1fb2901159381fb28c278148432c8da568b5

Patch Set 1 #

Total comments: 5

Patch Set 2 : Fix id, add test #

Patch Set 3 : . #

Patch Set 4 : Build HTML in the JS instead of using multiple vars #

Total comments: 8

Patch Set 5 : Rebase + Feedback + fix padding #

Total comments: 2

Patch Set 6 : Elim unneeded CSS #

Patch Set 7 : Rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+50 lines, -28 lines) Patch
M chrome/browser/resources/settings/about_page/about_page.html View 1 2 3 4 5 6 5 chunks +12 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/about_page/about_page.js View 1 2 3 4 3 chunks +16 lines, -6 lines 1 comment Download
M chrome/browser/resources/settings/about_page/about_page_browser_proxy.js View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/settings/about_page_tests.js View 1 2 3 4 3 chunks +21 lines, -9 lines 0 comments Download

Messages

Total messages: 29 (10 generated)
stevenjb
3 years, 10 months ago (2017-02-16 20:52:00 UTC) #3
dpapad
https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html File chrome/browser/resources/settings/about_page/about_page.html (right): https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html#newcode113 chrome/browser/resources/settings/about_page/about_page.html:113: <div id="updateStatusMessage" hidden="[[!showConnectionType_]]" Having two elements with the same ...
3 years, 10 months ago (2017-02-16 21:22:27 UTC) #4
stevenjb
https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html File chrome/browser/resources/settings/about_page/about_page.html (right): https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html#newcode113 chrome/browser/resources/settings/about_page/about_page.html:113: <div id="updateStatusMessage" hidden="[[!showConnectionType_]]" On 2017/02/16 21:22:27, dpapad wrote: > ...
3 years, 10 months ago (2017-02-17 01:06:01 UTC) #6
dpapad
https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html File chrome/browser/resources/settings/about_page/about_page.html (right): https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html#newcode113 chrome/browser/resources/settings/about_page/about_page.html:113: <div id="updateStatusMessage" hidden="[[!showConnectionType_]]" On 2017/02/17 at 01:06:01, stevenjb wrote: ...
3 years, 10 months ago (2017-02-17 01:14:38 UTC) #7
stevenjb
https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html File chrome/browser/resources/settings/about_page/about_page.html (right): https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html#newcode113 chrome/browser/resources/settings/about_page/about_page.html:113: <div id="updateStatusMessage" hidden="[[!showConnectionType_]]" On 2017/02/17 01:14:38, dpapad wrote: > ...
3 years, 10 months ago (2017-02-17 01:28:52 UTC) #8
stevenjb
3 years, 10 months ago (2017-02-17 01:58:10 UTC) #9
dpapad
LGTM https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html File chrome/browser/resources/settings/about_page/about_page.html (right): https://codereview.chromium.org/2698133003/diff/1/chrome/browser/resources/settings/about_page/about_page.html#newcode113 chrome/browser/resources/settings/about_page/about_page.html:113: <div id="updateStatusMessage" hidden="[[!showConnectionType_]]" On 2017/02/17 at 01:28:51, stevenjb ...
3 years, 10 months ago (2017-02-17 02:44:28 UTC) #10
dpapad
https://codereview.chromium.org/2698133003/diff/80001/chrome/browser/resources/settings/about_page/about_page.js File chrome/browser/resources/settings/about_page/about_page.js (right): https://codereview.chromium.org/2698133003/diff/80001/chrome/browser/resources/settings/about_page/about_page.js#newcode289 chrome/browser/resources/settings/about_page/about_page.js:289: parseHtmlSubset('<b>' + connectMessage + '</b>') It is also worth ...
3 years, 10 months ago (2017-02-17 02:48:14 UTC) #11
stevenjb
https://codereview.chromium.org/2698133003/diff/80001/chrome/browser/resources/settings/about_page/about_page.js File chrome/browser/resources/settings/about_page/about_page.js (right): https://codereview.chromium.org/2698133003/diff/80001/chrome/browser/resources/settings/about_page/about_page.js#newcode289 chrome/browser/resources/settings/about_page/about_page.js:289: parseHtmlSubset('<b>' + connectMessage + '</b>') On 2017/02/17 02:48:14, dpapad ...
3 years, 10 months ago (2017-02-17 20:02:41 UTC) #12
stevenjb
PTAL since I changed the padding.
3 years, 10 months ago (2017-02-17 20:03:07 UTC) #13
dpapad
On 2017/02/17 at 20:03:07, stevenjb wrote: > PTAL since I changed the padding. Can you ...
3 years, 10 months ago (2017-02-17 20:27:03 UTC) #14
stevenjb
On 2017/02/17 20:27:03, dpapad wrote: > On 2017/02/17 at 20:03:07, stevenjb wrote: > > PTAL ...
3 years, 10 months ago (2017-02-17 20:33:40 UTC) #15
dpapad
LGTM with comment. https://codereview.chromium.org/2698133003/diff/100001/chrome/browser/resources/settings/about_page/about_page.html File chrome/browser/resources/settings/about_page/about_page.html (right): https://codereview.chromium.org/2698133003/diff/100001/chrome/browser/resources/settings/about_page/about_page.html#newcode36 chrome/browser/resources/settings/about_page/about_page.html:36: .block { This rule does not ...
3 years, 10 months ago (2017-02-17 21:51:18 UTC) #16
stevenjb
https://codereview.chromium.org/2698133003/diff/100001/chrome/browser/resources/settings/about_page/about_page.html File chrome/browser/resources/settings/about_page/about_page.html (right): https://codereview.chromium.org/2698133003/diff/100001/chrome/browser/resources/settings/about_page/about_page.html#newcode36 chrome/browser/resources/settings/about_page/about_page.html:36: .block { On 2017/02/17 21:51:17, dpapad wrote: > This ...
3 years, 10 months ago (2017-02-18 19:46:17 UTC) #17
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/2698133003/120001
3 years, 10 months ago (2017-02-18 19:46:32 UTC) #20
commit-bot: I haz the power
Failed to apply patch for chrome/browser/resources/settings/about_page/about_page.html: While running git apply --index -p1; error: patch failed: ...
3 years, 10 months ago (2017-02-18 21:08:44 UTC) #22
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/2698133003/140001
3 years, 10 months ago (2017-02-21 17:53:05 UTC) #25
commit-bot: I haz the power
Committed patchset #7 (id:140001) as https://chromium.googlesource.com/chromium/src/+/875d1fb2901159381fb28c278148432c8da568b5
3 years, 10 months ago (2017-02-21 20:10:09 UTC) #28
Dan Beam
3 years, 10 months ago (2017-02-24 00:50:57 UTC) #29
Message was sent while issue was closed.
https://codereview.chromium.org/2698133003/diff/140001/chrome/browser/resourc...
File chrome/browser/resources/settings/about_page/about_page.js (right):

https://codereview.chromium.org/2698133003/diff/140001/chrome/browser/resourc...
chrome/browser/resources/settings/about_page/about_page.js:286: if (!!message)
this is the same as if (message)

Powered by Google App Engine
This is Rietveld 408576698