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

Issue 24503004: Show IDN in error screens (DNS failure etc.) (Closed)

Created:
7 years, 2 months ago by yuusuke
Modified:
7 years, 2 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org, nkostylev+watch_chromium.org, jam, joi+watch-content_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, stevenjb+watch_chromium.org, android-webview-reviews_chromium.org, davemoore+watch_chromium.org
Base URL:
https://src.chromium.org/chrome/trunk/src/
Visibility:
Public.

Description

Show IDN in error screens (DNS failure etc.) BUG=2351 TEST=Visit unavailable IDN site and check no punycode is displayed in error screen. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=227014

Patch Set 1 #

Patch Set 2 : #

Total comments: 8

Patch Set 3 : #

Total comments: 16

Patch Set 4 : #

Patch Set 5 : #

Total comments: 2

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -22 lines) Patch
M android_webview/renderer/aw_content_renderer_client.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/renderer/aw_content_renderer_client.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/chromeos/offline/offline_load_page.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -1 line 0 comments Download
M chrome/browser/errorpage_browsertest.cc View 1 2 3 4 5 6 7 4 chunks +75 lines, -3 lines 0 comments Download
M chrome/common/localized_error.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/localized_error.cc View 1 2 3 4 5 6 7 4 chunks +7 lines, -4 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/renderer/net/net_error_helper.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 1 2 3 4 5 6 7 3 chunks +3 lines, -1 line 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/public/renderer/render_view.h View 1 2 3 4 5 6 7 2 chunks +5 lines, -0 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 5 chunks +10 lines, -1 line 0 comments Download
M content/test/net/url_request_failed_job.h View 1 2 3 4 5 6 7 2 chunks +8 lines, -0 lines 0 comments Download
M content/test/net/url_request_failed_job.cc View 1 2 3 4 5 6 7 2 chunks +27 lines, -10 lines 0 comments Download

Messages

Total messages: 24 (0 generated)
yuusuke
Hello, everyone! I made this relatively small patch that will probably fix all error screens ...
7 years, 2 months ago (2013-09-25 18:35:15 UTC) #1
tony
+mmenke who I think currently owns error pages.
7 years, 2 months ago (2013-09-25 18:39:41 UTC) #2
mmenke
On 2013/09/25 18:39:41, tony wrote: > +mmenke who I think currently owns error pages. I'll ...
7 years, 2 months ago (2013-09-25 21:30:17 UTC) #3
joi
//content/public LGTM. On Wed, Sep 25, 2013 at 6:35 PM, <yuusuke@yandex-team.ru> wrote: > Reviewers: darin, ...
7 years, 2 months ago (2013-09-25 22:02:04 UTC) #4
Jói
//content/public LGTM (now from @chromium.org address) On Wed, Sep 25, 2013 at 10:00 PM, Jói ...
7 years, 2 months ago (2013-09-25 22:04:35 UTC) #5
mmenke
I think we should add a test for this - test will be ugly, but ...
7 years, 2 months ago (2013-09-26 16:23:01 UTC) #6
mmenke
Oh, and to avoid triggering the link doctor in the test, just return a different ...
7 years, 2 months ago (2013-09-26 16:27:16 UTC) #7
mmenke
https://codereview.chromium.org/24503004/diff/12001/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/24503004/diff/12001/content/renderer/render_view_impl.cc#newcode4578 content/renderer/render_view_impl.cc:4578: net::UnescapeRule::NORMAL, NULL, NULL, NULL)); On 2013/09/26 16:23:01, mmenke wrote: ...
7 years, 2 months ago (2013-09-26 18:28:22 UTC) #8
yuusuke
Hello, mmenke! I've addressed all comments, including request for new browsertest. Hope I understood you ...
7 years, 2 months ago (2013-09-27 14:16:51 UTC) #9
mmenke
Thanks for the test - looks great! Just a couple nits. https://codereview.chromium.org/24503004/diff/32001/chrome/browser/errorpage_browsertest.cc File chrome/browser/errorpage_browsertest.cc (right): ...
7 years, 2 months ago (2013-09-27 14:44:04 UTC) #10
yuusuke
Hello, mmenke! All nits addressed. Are there any other reviewers who should participate in this ...
7 years, 2 months ago (2013-09-28 10:42:49 UTC) #11
mmenke
LGTM. You have owner signoffs for content/public (Joi) and content/net (me). So you still need ...
7 years, 2 months ago (2013-09-28 16:15:56 UTC) #12
boliu
android_webview/ lgtm stamp
7 years, 2 months ago (2013-09-28 16:30:05 UTC) #13
yuusuke
darin, jamesr, Lei Zhang, please review remaining folders/files. mmenke, please click "try more bots" for ...
7 years, 2 months ago (2013-09-28 18:56:56 UTC) #14
Lei Zhang
chrome/ lgtm
7 years, 2 months ago (2013-09-30 03:46:55 UTC) #15
yuusuke
Ping... Still need review for content/renderer/ folder. Anyone?
7 years, 2 months ago (2013-10-01 08:28:21 UTC) #16
yuusuke
jamesr, jochen, darin, brettw, please review remaining content/public/ folder. Best regards, Artem Kuznetcov
7 years, 2 months ago (2013-10-03 07:50:57 UTC) #17
jochen (gone - plz use gerrit)
lgtm content/renderer lgtm
7 years, 2 months ago (2013-10-04 08:18:22 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yuusuke@yandex-team.ru/24503004/85001
7 years, 2 months ago (2013-10-04 09:08:08 UTC) #19
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-04 09:59:59 UTC) #20
yuusuke
Hello, everyone! I had to rebase the patch and make trivial change (|render_view_browsertest.cc| file) to ...
7 years, 2 months ago (2013-10-04 13:06:32 UTC) #21
jochen (gone - plz use gerrit)
yes, that's fine
7 years, 2 months ago (2013-10-04 13:08:00 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yuusuke@yandex-team.ru/24503004/128001
7 years, 2 months ago (2013-10-04 13:38:55 UTC) #23
commit-bot: I haz the power
7 years, 2 months ago (2013-10-04 16:01:41 UTC) #24
Message was sent while issue was closed.
Change committed as 227014

Powered by Google App Engine
This is Rietveld 408576698