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

Issue 5254005: Do not reset the content settings delegate's cookies when a network error occurred. (Closed)

Created:
10 years, 1 month ago by jochen (gone - plz use gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, brettw-cc_chromium.org, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Do not reset the content settings delegate's cookies when a network error occurred. BUG=63649 TEST=RenderViewHostTest.RedirectLoopCookies Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67836

Patch Set 1 #

Total comments: 1

Patch Set 2 : updates #

Total comments: 1

Patch Set 3 : browser_test #

Total comments: 1

Patch Set 4 : updates #

Total comments: 1

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -2 lines) Patch
M chrome/browser/renderer_host/render_view_host.cc View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/renderer_host/test/render_view_host_browsertest.cc View 1 2 3 4 2 chunks +22 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 2 3 4 2 chunks +6 lines, -1 line 0 comments Download
A chrome/test/data/redirect-loop.html View 1 1 chunk +1 line, -0 lines 0 comments Download
A chrome/test/data/redirect-loop.html.mock-http-headers View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
jochen (gone - plz use gerrit)
please review
10 years, 1 month ago (2010-11-24 14:46:38 UTC) #1
darin (slow to review)
http://codereview.chromium.org/5254005/diff/1/chrome/browser/tab_contents/tab_contents.cc File chrome/browser/tab_contents/tab_contents.cc (right): http://codereview.chromium.org/5254005/diff/1/chrome/browser/tab_contents/tab_contents.cc#newcode2143 chrome/browser/tab_contents/tab_contents.cc:2143: if (url.is_valid()) it seems like we should have a ...
10 years, 1 month ago (2010-11-24 17:14:07 UTC) #2
jochen (gone - plz use gerrit)
I made the signal more explicit, and added an ui test.
10 years ago (2010-11-25 12:27:35 UTC) #3
Paweł Hajdan Jr.
Drive-by with an automation comment. No need to wait for another review by me. By ...
10 years ago (2010-11-25 17:59:41 UTC) #4
jochen (gone - plz use gerrit)
On 2010/11/25 17:59:41, Paweł Hajdan Jr. wrote: > Drive-by with an automation comment. No need ...
10 years ago (2010-11-25 18:47:22 UTC) #5
Paweł Hajdan Jr.
On Thu, Nov 25, 2010 at 19:47, <jochen@chromium.org> wrote: > On 2010/11/25 17:59:41, Paweł Hajdan ...
10 years ago (2010-11-25 19:00:52 UTC) #6
jochen (gone - plz use gerrit)
On 2010/11/25 19:00:52, Paweł Hajdan Jr. wrote: > On Thu, Nov 25, 2010 at 19:47, ...
10 years ago (2010-11-25 19:05:58 UTC) #7
jochen (gone - plz use gerrit)
now with a browser test instead of an uitest
10 years ago (2010-11-26 10:37:29 UTC) #8
Paweł Hajdan Jr.
Code I commented in the drive-by LGTM. Thanks! http://codereview.chromium.org/5254005/diff/16001/chrome/browser/renderer_host/test/render_view_host_browsertest.cc File chrome/browser/renderer_host/test/render_view_host_browsertest.cc (right): http://codereview.chromium.org/5254005/diff/16001/chrome/browser/renderer_host/test/render_view_host_browsertest.cc#newcode107 chrome/browser/renderer_host/test/render_view_host_browsertest.cc:107: ui_test_utils::NavigateToURLBlockUntilNavigationsComplete( ...
10 years ago (2010-11-26 11:15:07 UTC) #9
darin (slow to review)
10 years ago (2010-11-30 18:28:56 UTC) #10
LGTM

http://codereview.chromium.org/5254005/diff/22001/chrome/browser/tab_contents...
File chrome/browser/tab_contents/tab_contents.cc (right):

http://codereview.chromium.org/5254005/diff/22001/chrome/browser/tab_contents...
chrome/browser/tab_contents/tab_contents.cc:2132: bool is_unreachable_web_data,
nit: "is_error_page" seems like a better choice for this parameter name.  it
better matches what you wrote in the comment below.

Powered by Google App Engine
This is Rietveld 408576698