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

Issue 1639953002: Network error interstitial update - add suggestions list (Closed)

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

Description

Network error interstitial update - add suggestions list + Add suggestions list to summary area + Merge Link Doctor suggestions into the main suggestions list. BUG=518975, 589405 Committed: https://crrev.com/f3d772c9d29ea403856a804b0bc136150d844a0f Cr-Commit-Position: refs/heads/master@{#377784}

Patch Set 1 #

Patch Set 2 : Move link doctor suggestions from below details section #

Patch Set 3 : Clean up styling #

Total comments: 14

Patch Set 4 : Address review comments #

Patch Set 5 : Fix browser tests #

Patch Set 6 : Merge, neterrors moved to components #

Patch Set 7 : #

Total comments: 56

Patch Set 8 : Address review comments + Fix generic icon #

Total comments: 7

Patch Set 9 : Return standalone suggestions early. #

Total comments: 34

Patch Set 10 : #

Total comments: 3

Patch Set 11 : Add extra DCHECKS for standalone suggestions #

Patch Set 12 : Fix patch errors - remove c/r/resources/neterror.css #

Total comments: 1

Patch Set 13 : Fix the move of neterror.css #

Patch Set 14 : Fix iOS/Android bug #

Patch Set 15 : Fix nit #

Patch Set 16 : Fix browser and unit tests #

Total comments: 2

Patch Set 17 : Remove view policies suggestion #

Total comments: 6

Patch Set 18 : Remove redundant DCHECKs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+452 lines, -286 lines) Patch
M chrome/browser/errorpage_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +8 lines, -31 lines 0 comments Download
M chrome/browser/net/dns_probe_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -4 lines 0 comments Download
M components/error_page/common/localized_error.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 chunks +333 lines, -211 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +9 lines, -2 lines 0 comments Download
M components/error_page/renderer/net_error_helper_core_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M components/error_page_strings.grdp View 1 2 3 4 5 6 7 5 chunks +73 lines, -18 lines 0 comments Download
M components/neterror/resources/neterror.css View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +13 lines, -0 lines 0 comments Download
M components/neterror/resources/neterror.html View 1 2 3 4 5 6 7 5 chunks +11 lines, -18 lines 0 comments Download
M components/resources/default_100_percent/neterror/error_network_generic.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
M components/resources/default_200_percent/neterror/error_network_generic.png View 1 2 3 4 5 6 7 Binary file 0 comments Download
M components/security_interstitials/core/browser/resources/interstitial_v2.css View 1 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 36 (12 generated)
edwardjung
Mmenke, please take a look at this suggestions list implementation. In addition to the suggestions ...
4 years, 10 months ago (2016-02-11 13:33:07 UTC) #3
mmenke
On 2016/02/11 13:33:07, edwardjung wrote: > Mmenke, please take a look at this suggestions list ...
4 years, 10 months ago (2016-02-11 21:06:32 UTC) #4
mmenke
https://codereview.chromium.org/1639953002/diff/40001/chrome/renderer/resources/neterror.html File chrome/renderer/resources/neterror.html (right): https://codereview.chromium.org/1639953002/diff/40001/chrome/renderer/resources/neterror.html#newcode25 chrome/renderer/resources/neterror.html:25: <li jsselect="suggestionsList" jsvalues=".innerHTML:summary" jsdisplay="summary"></li> I don't think this jsdisplay ...
4 years, 10 months ago (2016-02-12 17:25:54 UTC) #5
edwardjung
Yes it's got pretty confusing. Really it's a single set of suggestions. In some cases ...
4 years, 10 months ago (2016-02-15 15:53:50 UTC) #6
mmenke
Sorry for slowness, I'm running a bit behind on reviews. I'll try to get to ...
4 years, 10 months ago (2016-02-17 16:26:44 UTC) #7
mmenke
First pass. Want to do another careful pass tomorrow, and if there's anything to resolve ...
4 years, 10 months ago (2016-02-18 19:51:19 UTC) #8
edwardjung
Mmenke, please take another look. https://codereview.chromium.org/1639953002/diff/120001/chrome/browser/errorpage_browsertest.cc File chrome/browser/errorpage_browsertest.cc (right): https://codereview.chromium.org/1639953002/diff/120001/chrome/browser/errorpage_browsertest.cc#newcode131 chrome/browser/errorpage_browsertest.cc:131: ToggleHelpBox(browser); On 2016/02/18 19:51:18, ...
4 years, 10 months ago (2016-02-19 18:18:23 UTC) #9
mmenke
Quick responses. Been reviewing most of the day, so not sure I'll get to a ...
4 years, 10 months ago (2016-02-19 20:04:33 UTC) #10
edwardjung
Made the change for standalone suggestions. Moved it to the top of the function so ...
4 years, 10 months ago (2016-02-22 12:39:32 UTC) #11
mmenke
Last set of comments. Resolve this, and I'll skim over the changes and stamp. https://codereview.chromium.org/1639953002/diff/160001/components/error_page/common/localized_error.cc ...
4 years, 10 months ago (2016-02-22 19:09:42 UTC) #12
edwardjung
Thanks for the quick turnaround. Gone through and addressed your comments. https://codereview.chromium.org/1639953002/diff/160001/components/error_page/common/localized_error.cc File components/error_page/common/localized_error.cc (right): ...
4 years, 10 months ago (2016-02-23 14:09:00 UTC) #13
mmenke
LGTM! https://codereview.chromium.org/1639953002/diff/180001/components/error_page/common/localized_error.cc File components/error_page/common/localized_error.cc (right): https://codereview.chromium.org/1639953002/diff/180001/components/error_page/common/localized_error.cc#newcode580 components/error_page/common/localized_error.cc:580: DCHECK(suggestions_summary_list->empty()); optional: For all these 3 standalone cases, ...
4 years, 10 months ago (2016-02-23 15:43:25 UTC) #14
edwardjung
Thanks! @jochen, could you rubber stamp? https://codereview.chromium.org/1639953002/diff/180001/components/error_page/common/localized_error.cc File components/error_page/common/localized_error.cc (right): https://codereview.chromium.org/1639953002/diff/180001/components/error_page/common/localized_error.cc#newcode580 components/error_page/common/localized_error.cc:580: DCHECK(suggestions_summary_list->empty()); On 2016/02/23 ...
4 years, 10 months ago (2016-02-23 17:29:37 UTC) #16
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/1639953002/diff/220001/components/error_page/renderer/net_error_helper_core.cc File components/error_page/renderer/net_error_helper_core.cc (right): https://codereview.chromium.org/1639953002/diff/220001/components/error_page/renderer/net_error_helper_core.cc#newcode339 components/error_page/renderer/net_error_helper_core.cc:339: continue; nit, add { }
4 years, 10 months ago (2016-02-25 12:27:24 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1639953002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1639953002/280001
4 years, 10 months ago (2016-02-25 13:29:28 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/179478)
4 years, 10 months ago (2016-02-25 13:52:46 UTC) #22
edwardjung
mmenke, FYI, I made a few small changes to the policy tests that were failing. ...
4 years, 10 months ago (2016-02-25 19:00:03 UTC) #23
mmenke
https://codereview.chromium.org/1639953002/diff/320001/components/error_page/common/localized_error.cc File components/error_page/common/localized_error.cc (right): https://codereview.chromium.org/1639953002/diff/320001/components/error_page/common/localized_error.cc#newcode582 components/error_page/common/localized_error.cc:582: DCHECK(suggestions & ~SUGGEST_RELOAD_STANDALONE); These two aren't needed (They should ...
4 years, 10 months ago (2016-02-25 22:01:03 UTC) #24
edwardjung
https://codereview.chromium.org/1639953002/diff/320001/components/error_page/common/localized_error.cc File components/error_page/common/localized_error.cc (right): https://codereview.chromium.org/1639953002/diff/320001/components/error_page/common/localized_error.cc#newcode582 components/error_page/common/localized_error.cc:582: DCHECK(suggestions & ~SUGGEST_RELOAD_STANDALONE); On 2016/02/25 22:01:03, mmenke wrote: > ...
4 years, 10 months ago (2016-02-26 01:02:18 UTC) #25
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1639953002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1639953002/340001
4 years, 10 months ago (2016-02-26 01:11:00 UTC) #27
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 10 months ago (2016-02-26 02:24:33 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1639953002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1639953002/340001
4 years, 10 months ago (2016-02-26 02:28:15 UTC) #32
commit-bot: I haz the power
Committed patchset #18 (id:340001)
4 years, 10 months ago (2016-02-26 02:38:44 UTC) #34
commit-bot: I haz the power
4 years, 10 months ago (2016-02-26 02:39:42 UTC) #36
Message was sent while issue was closed.
Patchset 18 (id:??) landed as
https://crrev.com/f3d772c9d29ea403856a804b0bc136150d844a0f
Cr-Commit-Position: refs/heads/master@{#377784}

Powered by Google App Engine
This is Rietveld 408576698