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

Issue 422933002: Shift the error page "More" button over to text. (Closed)

Created:
6 years, 4 months ago by Randy Smith (Not in Mondays)
Modified:
6 years, 4 months ago
CC:
arv+watch_chromium.org, chromium-reviews, nkostylev+watch_chromium.org, oshima+watch_chromium.org, sky, stevenjb+watch_chromium.org
Project:
chromium
Visibility:
Public.

Description

Shift the error page "More" button over to text and float to side. Note that this also involved copying neterror.css/js over to chrome/browser/resources/ssl so as to break the dependency between blocking.html in that directory and the css/js files in chrome/renderer/resources. That copy means that, while I'm going through presubmit errors before uploading, I"m not fixing them all-- there are pre-existing errors in neterror.css that I don't have the expertise to fix. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287538

Patch Set 1 #

Patch Set 2 : Sync'd to r286338 #

Patch Set 3 : Intermediate patch. #

Patch Set 4 : Incorporated UI feedback. #

Total comments: 19

Patch Set 5 : Incorporated comments. #

Total comments: 14

Patch Set 6 : Next round of comments incorporated. #

Total comments: 16

Patch Set 7 : Most recent set of comments. #

Total comments: 17

Patch Set 8 : Incorporated comments. #

Total comments: 2

Patch Set 9 : Incorporated comments. #

Total comments: 27

Patch Set 10 : Incorporeated comments from Matt. #

Total comments: 4

Patch Set 11 : Incorporated dbeam's comments. #

Patch Set 12 : Fix various problems. #

Patch Set 13 : Sync'd to r287354. #

Total comments: 8

Patch Set 14 : Incorporated Matt & Adrienne's comments. #

Patch Set 15 : Sync'c to r287451 to get past removal of chrome/browser/resources/ssl/blocking.html and thus the pr… #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -70 lines) Patch
M build/ios/grit_whitelist.txt View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/app/generated_resources.grd View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/errorpage_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/common/localized_error.cc View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/renderer/net/net_error_page_controller.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/renderer/net/net_error_page_controller.cc View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/resources/neterror.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 chunks +61 lines, -26 lines 0 comments Download
M chrome/renderer/resources/neterror.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +19 lines, -14 lines 0 comments Download
M chrome/renderer/resources/neterror.js View 1 2 3 4 5 6 7 8 9 10 3 chunks +39 lines, -23 lines 0 comments Download

Messages

Total messages: 49 (0 generated)
Randy Smith (Not in Mondays)
Matt: PTAL? Adrienne: Your comments are welcome if you'd like to make them, but the ...
6 years, 4 months ago (2014-08-01 14:30:54 UTC) #1
mmenke
On 2014/08/01 14:30:54, rdsmith wrote: > Matt: PTAL? > > Adrienne: Your comments are welcome ...
6 years, 4 months ago (2014-08-01 14:31:34 UTC) #2
Randy Smith (Not in Mondays)
On 2014/08/01 14:31:34, mmenke wrote: > On 2014/08/01 14:30:54, rdsmith wrote: > > Matt: PTAL? ...
6 years, 4 months ago (2014-08-01 14:34:10 UTC) #3
mmenke
On 2014/08/01 14:31:34, mmenke wrote: > On 2014/08/01 14:30:54, rdsmith wrote: > > Matt: PTAL? ...
6 years, 4 months ago (2014-08-01 14:34:37 UTC) #4
Randy Smith (Not in Mondays)
On 2014/08/01 14:34:37, mmenke wrote: > On 2014/08/01 14:31:34, mmenke wrote: > > On 2014/08/01 ...
6 years, 4 months ago (2014-08-01 14:40:11 UTC) #5
mmenke
On 2014/08/01 14:40:11, rdsmith wrote: > On 2014/08/01 14:34:37, mmenke wrote: > > On 2014/08/01 ...
6 years, 4 months ago (2014-08-01 14:43:54 UTC) #6
Randy Smith (Not in Mondays)
On 2014/08/01 14:43:54, mmenke wrote: > On 2014/08/01 14:40:11, rdsmith wrote: > > On 2014/08/01 ...
6 years, 4 months ago (2014-08-01 14:50:56 UTC) #7
mmenke
https://codereview.chromium.org/422933002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://codereview.chromium.org/422933002/diff/60001/chrome/app/generated_resources.grd#oldcode8537 chrome/app/generated_resources.grd:8537: <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that expands the ...
6 years, 4 months ago (2014-08-01 15:50:43 UTC) #8
mmenke
https://codereview.chromium.org/422933002/diff/60001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/60001/chrome/renderer/resources/neterror.css#newcode377 chrome/renderer/resources/neterror.css:377: .salient-right.salient-button { On 2014/08/01 15:50:42, mmenke wrote: > Neither ...
6 years, 4 months ago (2014-08-01 15:52:51 UTC) #9
Randy Smith (Not in Mondays)
Matt: PTAL? https://codereview.chromium.org/422933002/diff/60001/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (left): https://codereview.chromium.org/422933002/diff/60001/chrome/app/generated_resources.grd#oldcode8537 chrome/app/generated_resources.grd:8537: <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that ...
6 years, 4 months ago (2014-08-01 18:14:15 UTC) #10
mmenke
https://codereview.chromium.org/422933002/diff/60001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/60001/chrome/renderer/resources/neterror.css#newcode197 chrome/renderer/resources/neterror.css:197: font: -webkit-small-control; On 2014/08/01 18:14:15, rdsmith wrote: > On ...
6 years, 4 months ago (2014-08-01 18:29:33 UTC) #11
Randy Smith (Not in Mondays)
Matt: PTAL? (Thank you, by the way, for the prompt turnaround on this--I don't assume ...
6 years, 4 months ago (2014-08-01 20:28:24 UTC) #12
mmenke
LGTM. Have you tested it with both layouts? If not, should do so, just to ...
6 years, 4 months ago (2014-08-01 20:56:51 UTC) #13
Randy Smith (Not in Mondays)
Thanks very much! I did rewrite the float style stuff one more time based on ...
6 years, 4 months ago (2014-08-01 21:48:20 UTC) #14
Randy Smith (Not in Mondays)
Scott: Willing to stamp (or review) now that I've got Matt's ok? The stuff in ...
6 years, 4 months ago (2014-08-01 21:54:05 UTC) #15
Randy Smith (Not in Mondays)
Jochen: Willing to take a look at this? I'm going to retarget to you from ...
6 years, 4 months ago (2014-08-03 02:39:25 UTC) #16
Bernhard Bauer
https://codereview.chromium.org/422933002/diff/120001/chrome/browser/resources/ssl/neterror.css File chrome/browser/resources/ssl/neterror.css (right): https://codereview.chromium.org/422933002/diff/120001/chrome/browser/resources/ssl/neterror.css#newcode7 chrome/browser/resources/ssl/neterror.css:7: * Note: This is also used by a file ...
6 years, 4 months ago (2014-08-04 11:49:18 UTC) #17
Randy Smith (Not in Mondays)
https://codereview.chromium.org/422933002/diff/120001/chrome/browser/resources/ssl/neterror.css File chrome/browser/resources/ssl/neterror.css (right): https://codereview.chromium.org/422933002/diff/120001/chrome/browser/resources/ssl/neterror.css#newcode7 chrome/browser/resources/ssl/neterror.css:7: * Note: This is also used by a file ...
6 years, 4 months ago (2014-08-04 12:21:27 UTC) #18
Bernhard Bauer
https://codereview.chromium.org/422933002/diff/120001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/120001/chrome/renderer/resources/neterror.css#newcode382 chrome/renderer/resources/neterror.css:382: .suggested-left > #control-buttons { On 2014/08/04 12:21:27, rdsmith wrote: ...
6 years, 4 months ago (2014-08-04 13:00:12 UTC) #19
Randy Smith (Not in Mondays)
https://codereview.chromium.org/422933002/diff/120001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/120001/chrome/renderer/resources/neterror.css#newcode382 chrome/renderer/resources/neterror.css:382: .suggested-left > #control-buttons { On 2014/08/04 13:00:12, Bernhard Bauer ...
6 years, 4 months ago (2014-08-04 13:14:24 UTC) #20
Bernhard Bauer
LGTM if you want to fix the navigation issue in a followup CL, otherwise see ...
6 years, 4 months ago (2014-08-04 13:30:46 UTC) #21
jochen (gone - plz use gerrit)
rubberstamp lgtm
6 years, 4 months ago (2014-08-04 13:32:45 UTC) #22
mmenke
No need for another signoff from me - It's clear Bernhard knows what he's doing ...
6 years, 4 months ago (2014-08-04 15:57:39 UTC) #23
Randy Smith (Not in Mondays)
Sounds good. There turn out to be try job failures (I was too focussed on ...
6 years, 4 months ago (2014-08-04 16:14:41 UTC) #24
mmenke
https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css#newcode374 chrome/renderer/resources/neterror.css:374: button, it should be centered. */ On 2014/08/04 16:14:41, ...
6 years, 4 months ago (2014-08-04 16:18:03 UTC) #25
Randy Smith (Not in Mondays)
On 2014/08/04 16:18:03, mmenke wrote: > https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css > File chrome/renderer/resources/neterror.css (right): > > https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css#newcode374 > ...
6 years, 4 months ago (2014-08-04 16:19:36 UTC) #26
Bernhard Bauer
https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css#newcode374 chrome/renderer/resources/neterror.css:374: button, it should be centered. */ On 2014/08/04 15:57:39, ...
6 years, 4 months ago (2014-08-04 16:32:17 UTC) #27
Dan Beam
re: your css comment question (and drive-by nits) https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css#newcode52 chrome/renderer/resources/neterror.css:52: margin: ...
6 years, 4 months ago (2014-08-04 17:19:03 UTC) #28
Randy Smith (Not in Mondays)
https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.css#newcode52 chrome/renderer/resources/neterror.css:52: margin: 10px 0 30px 0; On 2014/08/04 17:19:02, Dan ...
6 years, 4 months ago (2014-08-04 18:05:27 UTC) #29
Bernhard Bauer
https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.js File chrome/renderer/resources/neterror.js (right): https://codereview.chromium.org/422933002/diff/160001/chrome/renderer/resources/neterror.js#newcode120 chrome/renderer/resources/neterror.js:120: if (primaryControlOnLeft) { On 2014/08/04 18:05:27, rdsmith wrote: > ...
6 years, 4 months ago (2014-08-04 20:39:54 UTC) #30
Randy Smith (Not in Mondays)
Would Matt or Adrienne (or anyone else, really, I just want a knowledgeable pair of ...
6 years, 4 months ago (2014-08-04 22:28:46 UTC) #31
mmenke
This LGTM, but I really don't know CSS well. https://codereview.chromium.org/422933002/diff/240001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/240001/chrome/renderer/resources/neterror.css#newcode379 chrome/renderer/resources/neterror.css:379: ...
6 years, 4 months ago (2014-08-05 00:20:14 UTC) #32
felt
a few more minor comments https://codereview.chromium.org/422933002/diff/240001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/240001/chrome/renderer/resources/neterror.css#newcode185 chrome/renderer/resources/neterror.css:185: .active-text { It looks ...
6 years, 4 months ago (2014-08-05 00:51:13 UTC) #33
Randy Smith (Not in Mondays)
Comments incorporated. https://codereview.chromium.org/422933002/diff/240001/chrome/renderer/resources/neterror.css File chrome/renderer/resources/neterror.css (right): https://codereview.chromium.org/422933002/diff/240001/chrome/renderer/resources/neterror.css#newcode185 chrome/renderer/resources/neterror.css:185: .active-text { On 2014/08/05 00:51:13, felt wrote: ...
6 years, 4 months ago (2014-08-05 01:00:39 UTC) #34
felt
On 2014/08/05 01:00:39, rdsmith wrote: > Comments incorporated. > > https://codereview.chromium.org/422933002/diff/240001/chrome/renderer/resources/neterror.css > File chrome/renderer/resources/neterror.css (right): ...
6 years, 4 months ago (2014-08-05 01:01:42 UTC) #35
Randy Smith (Not in Mondays)
The CQ bit was checked by rdsmith@chromium.org
6 years, 4 months ago (2014-08-05 01:13:50 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdsmith@chromium.org/422933002/260001
6 years, 4 months ago (2014-08-05 01:15:19 UTC) #37
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_gpu on tryserver.chromium.gpu ...
6 years, 4 months ago (2014-08-05 03:15:11 UTC) #38
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-05 03:19:08 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/1994)
6 years, 4 months ago (2014-08-05 03:19:09 UTC) #40
Randy Smith (Not in Mondays)
The CQ bit was checked by rdsmith@chromium.org
6 years, 4 months ago (2014-08-05 04:34:01 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdsmith@chromium.org/422933002/280001
6 years, 4 months ago (2014-08-05 04:35:06 UTC) #42
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-05 06:27:05 UTC) #43
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-05 06:33:26 UTC) #44
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_swarming/builds/1150)
6 years, 4 months ago (2014-08-05 06:33:27 UTC) #45
Randy Smith (Not in Mondays)
The CQ bit was checked by rdsmith@chromium.org
6 years, 4 months ago (2014-08-05 10:35:09 UTC) #46
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdsmith@chromium.org/422933002/280001
6 years, 4 months ago (2014-08-05 10:36:26 UTC) #47
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_chromeos_rel_swarming on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-05 13:53:38 UTC) #48
commit-bot: I haz the power
6 years, 4 months ago (2014-08-05 14:35:29 UTC) #49
Message was sent while issue was closed.
Change committed as 287538

Powered by Google App Engine
This is Rietveld 408576698