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

Issue 2214393003: Change network error titles to just the hostname (Closed)

Created:
4 years, 4 months ago by edwardjung
Modified:
4 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change network error titles to just the hostname BUG=630190 Committed: https://crrev.com/e76b58098fd472f255d3d9eda75a95ccbfce9abc Cr-Commit-Position: refs/heads/master@{#411315}

Patch Set 1 #

Patch Set 2 : git upload error #

Patch Set 3 : Change network error titles to just the hostname #

Patch Set 4 : Fix merge errors #

Patch Set 5 : Fix browser tests #

Patch Set 6 : Remove unused title string #

Total comments: 2

Patch Set 7 : Show full path when url is not http / https #

Patch Set 8 : Browser test fix #

Total comments: 2

Patch Set 9 : Add missing braces #

Total comments: 4

Patch Set 10 : Fix nits #

Patch Set 11 : Fix merge conflict #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -92 lines) Patch
M chrome/browser/content_settings/content_settings_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +18 lines, -8 lines 0 comments Download
M components/error_page/common/localized_error.cc View 1 2 3 4 5 6 17 chunks +18 lines, -68 lines 0 comments Download
M components/error_page_strings.grdp View 1 2 3 4 5 1 chunk +0 lines, -15 lines 0 comments Download

Messages

Total messages: 34 (24 generated)
edwardjung
Hi all PTAL, @bauerb and @tnagel I've updated tests that check against the network error ...
4 years, 4 months ago (2016-08-05 14:52:39 UTC) #13
mmenke
https://codereview.chromium.org/2214393003/diff/100001/components/error_page/common/localized_error.cc File components/error_page/common/localized_error.cc (right): https://codereview.chromium.org/2214393003/diff/100001/components/error_page/common/localized_error.cc#newcode864 components/error_page/common/localized_error.cc:864: error_strings->SetString("title", host_name); Should use the full spec() if !failed_url().SchemeIsHttpOrHttps(). ...
4 years, 4 months ago (2016-08-05 15:03:43 UTC) #14
Bernhard Bauer
lgtm
4 years, 4 months ago (2016-08-05 15:46:57 UTC) #15
edwardjung
https://codereview.chromium.org/2214393003/diff/100001/components/error_page/common/localized_error.cc File components/error_page/common/localized_error.cc (right): https://codereview.chromium.org/2214393003/diff/100001/components/error_page/common/localized_error.cc#newcode864 components/error_page/common/localized_error.cc:864: error_strings->SetString("title", host_name); On 2016/08/05 15:03:43, mmenke wrote: > Should ...
4 years, 4 months ago (2016-08-08 14:05:52 UTC) #16
mmenke
LGTM https://codereview.chromium.org/2214393003/diff/140001/chrome/browser/policy/policy_browsertest.cc File chrome/browser/policy/policy_browsertest.cc (right): https://codereview.chromium.org/2214393003/diff/140001/chrome/browser/policy/policy_browsertest.cc#newcode380 chrome/browser/policy/policy_browsertest.cc:380: title = base::UTF8ToUTF16(url.spec()); Use braces on if / ...
4 years, 4 months ago (2016-08-08 14:23:49 UTC) #17
edwardjung
On 2016/08/08 14:23:49, mmenke wrote: > LGTM > > https://codereview.chromium.org/2214393003/diff/140001/chrome/browser/policy/policy_browsertest.cc > File chrome/browser/policy/policy_browsertest.cc (right): > ...
4 years, 4 months ago (2016-08-08 20:24:47 UTC) #18
Thiemo Nagel
policy_browsertest.cc lgtm % comments https://codereview.chromium.org/2214393003/diff/160001/chrome/browser/policy/policy_browsertest.cc File chrome/browser/policy/policy_browsertest.cc (right): https://codereview.chromium.org/2214393003/diff/160001/chrome/browser/policy/policy_browsertest.cc#newcode375 chrome/browser/policy/policy_browsertest.cc:375: base::string16 title; To make this ...
4 years, 4 months ago (2016-08-09 18:24:58 UTC) #19
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/2214393003/200001
4 years, 4 months ago (2016-08-11 13:28:50 UTC) #30
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 4 months ago (2016-08-11 13:39:05 UTC) #32
commit-bot: I haz the power
4 years, 4 months ago (2016-08-11 13:40:44 UTC) #34
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/e76b58098fd472f255d3d9eda75a95ccbfce9abc
Cr-Commit-Position: refs/heads/master@{#411315}

Powered by Google App Engine
This is Rietveld 408576698