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

Issue 13811022: New network error page: Fix resubmit warning page (Closed)

Created:
7 years, 8 months ago by mmenke
Modified:
7 years, 8 months ago
Reviewers:
eroman, Nico
CC:
chromium-reviews, cbentzel+watch_chromium.org
Visibility:
Public.

Description

New network error page: Fix resubmit warning when navigating forward / back to a page generated by a POST that can not be retrieved from the CACHE. This was broken (knowingly) in revision 191712 (https://codereview.chromium.org/12277011/). BUG=174194, 226909 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194514

Patch Set 1 #

Patch Set 2 : Add is_post argument to GetErrorDetails #

Patch Set 3 : sync #

Patch Set 4 : sync #

Total comments: 6

Patch Set 5 : Response to Nico's comments #

Patch Set 6 : sync prior to commit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -60 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +7 lines, -1 line 0 comments Download
M chrome/common/localized_error.h View 1 2 3 4 5 1 chunk +5 lines, -11 lines 0 comments Download
M chrome/common/localized_error.cc View 1 2 3 4 5 7 chunks +49 lines, -33 lines 0 comments Download
M chrome/renderer/chrome_content_renderer_client.cc View 1 2 3 4 5 4 chunks +9 lines, -12 lines 0 comments Download
M chrome/renderer/net/net_error_helper.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/renderer/net/net_error_helper.cc View 1 2 3 4 5 3 chunks +8 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
mmenke
7 years, 8 months ago (2013-04-09 19:18:14 UTC) #1
Deprecated (see juliatuttle)
Looks good from a NetErrorHelper standpoint (although I will end up changing when is_failed_post is ...
7 years, 8 months ago (2013-04-09 19:23:14 UTC) #2
mmenke
eroman: This should be the last one of these for now (I hope...), other than ...
7 years, 8 months ago (2013-04-09 19:30:56 UTC) #3
mmenke
On 2013/04/09 19:30:56, mmenke wrote: > eroman: This should be the last one of these ...
7 years, 8 months ago (2013-04-12 14:32:31 UTC) #4
eroman
lgtm https://codereview.chromium.org/13811022/diff/24001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/13811022/diff/24001/chrome/renderer/chrome_content_renderer_client.cc#newcode838 chrome/renderer/chrome_content_renderer_client.cc:838: bool is_post = EqualsASCII(failed_request.httpMethod(), "POST"); Is this guaranteed ...
7 years, 8 months ago (2013-04-16 00:22:49 UTC) #5
mmenke
https://codereview.chromium.org/13811022/diff/24001/chrome/renderer/chrome_content_renderer_client.cc File chrome/renderer/chrome_content_renderer_client.cc (right): https://codereview.chromium.org/13811022/diff/24001/chrome/renderer/chrome_content_renderer_client.cc#newcode838 chrome/renderer/chrome_content_renderer_client.cc:838: bool is_post = EqualsASCII(failed_request.httpMethod(), "POST"); On 2013/04/16 00:22:49, eroman ...
7 years, 8 months ago (2013-04-16 14:46:18 UTC) #6
mmenke
[+Nico]: Please review chrome/renderer and chrome/common. Thanks for all the reviews!
7 years, 8 months ago (2013-04-16 14:55:09 UTC) #7
Nico
lgtm https://codereview.chromium.org/13811022/diff/24001/chrome/common/localized_error.cc File chrome/common/localized_error.cc (right): https://codereview.chromium.org/13811022/diff/24001/chrome/common/localized_error.cc#newcode551 chrome/common/localized_error.cc:551: // TODO(mmenke): Fix this. nit: Not clear to ...
7 years, 8 months ago (2013-04-16 21:49:14 UTC) #8
mmenke
Thanks for the feedback! https://codereview.chromium.org/13811022/diff/24001/chrome/common/localized_error.cc File chrome/common/localized_error.cc (right): https://codereview.chromium.org/13811022/diff/24001/chrome/common/localized_error.cc#newcode551 chrome/common/localized_error.cc:551: // TODO(mmenke): Fix this. On ...
7 years, 8 months ago (2013-04-16 21:57:04 UTC) #9
mmenke
7 years, 8 months ago (2013-04-17 01:59:55 UTC) #10
Message was sent while issue was closed.
Committed patchset #6 manually as r194514 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698