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

Issue 1107343002: Unescape ampersands in network names on network selection screen (Closed)

Created:
5 years, 7 months ago by Dmitry Polukhin
Modified:
5 years, 7 months ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, dzhioev+watch_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org, dcheng, nkostylev+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Unescape ampersands in network names on network selection screen MenuModel escapes all ampersands in menu item labels but on network selection screen this name used not as real menu item so we need to unescape it back. BUG=480457 TEST=manual Committed: https://crrev.com/c220144d2ef8c434ec0adf7a1bdce44ba71f2ed9 Cr-Commit-Position: refs/heads/master@{#327280}

Patch Set 1 #

Total comments: 3

Patch Set 2 : comment resolved #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M chrome/browser/ui/webui/chromeos/login/network_dropdown.cc View 1 2 chunks +6 lines, -1 line 0 comments Download

Messages

Total messages: 9 (3 generated)
Dmitry Polukhin
PTAL
5 years, 7 months ago (2015-04-28 10:39:33 UTC) #2
Nikita (slow)
lgtm https://codereview.chromium.org/1107343002/diff/1/chrome/browser/ui/webui/chromeos/login/network_dropdown.cc File chrome/browser/ui/webui/chromeos/login/network_dropdown.cc (right): https://codereview.chromium.org/1107343002/diff/1/chrome/browser/ui/webui/chromeos/login/network_dropdown.cc#newcode100 chrome/browser/ui/webui/chromeos/login/network_dropdown.cc:100: item->SetString("label", UnescapeAmpersands(model->GetLabelAt(i))); Are these escaped while being part ...
5 years, 7 months ago (2015-04-28 11:58:51 UTC) #3
Dmitry Polukhin
https://codereview.chromium.org/1107343002/diff/1/chrome/browser/ui/webui/chromeos/login/network_dropdown.cc File chrome/browser/ui/webui/chromeos/login/network_dropdown.cc (right): https://codereview.chromium.org/1107343002/diff/1/chrome/browser/ui/webui/chromeos/login/network_dropdown.cc#newcode100 chrome/browser/ui/webui/chromeos/login/network_dropdown.cc:100: item->SetString("label", UnescapeAmpersands(model->GetLabelAt(i))); On 2015/04/28 11:58:51, Nikita Kostylev wrote: > ...
5 years, 7 months ago (2015-04-28 13:23:10 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1107343002/20001
5 years, 7 months ago (2015-04-28 13:23:34 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-04-28 13:49:06 UTC) #8
commit-bot: I haz the power
5 years, 7 months ago (2015-04-28 13:50:13 UTC) #9
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/c220144d2ef8c434ec0adf7a1bdce44ba71f2ed9
Cr-Commit-Position: refs/heads/master@{#327280}

Powered by Google App Engine
This is Rietveld 408576698