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

Issue 5716003: View source after POST command isn't what you expected. (Closed)

Created:
10 years ago by pfeldman
Modified:
9 years, 7 months ago
CC:
chromium-reviews, brettw-cc_chromium.org
Visibility:
Public.

Description

View source after POST command isn't what you expected. BUG=523 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=69246

Patch Set 1 #

Patch Set 2 : Lint #

Total comments: 1

Patch Set 3 : Added navigation controller test. #

Total comments: 2

Patch Set 4 : Reviewers comments addressed. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -65 lines) Patch
M chrome/browser/tab_contents/navigation_controller.cc View 1 2 3 2 chunks +9 lines, -8 lines 0 comments Download
M chrome/browser/tab_contents/navigation_controller_unittest.cc View 1 2 3 1 chunk +86 lines, -0 lines 2 comments Download
M chrome/browser/tab_contents/render_view_context_menu.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_delegate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents_delegate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/browser.h View 1 2 3 3 chunks +11 lines, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 3 5 chunks +78 lines, -54 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
pfeldman
Hi guys. This is a wip patch that I did not run tests against yet ...
10 years ago (2010-12-13 19:50:19 UTC) #1
sky
The navcontroller change LGTM. Be sure and add test coverage.
10 years ago (2010-12-13 20:14:38 UTC) #2
darin (slow to review)
Looks good, but... http://codereview.chromium.org/5716003/diff/2001/chrome/browser/ui/browser.cc File chrome/browser/ui/browser.cc (right): http://codereview.chromium.org/5716003/diff/2001/chrome/browser/ui/browser.cc#newcode1545 chrome/browser/ui/browser.cc:1545: active_entry->set_url(url); I was not expecting this ...
10 years ago (2010-12-13 21:45:37 UTC) #3
pfeldman1
> chrome/browser/ui/browser.cc:1545: active_entry->set_url(url); > I was not expecting this set_url call. Is that necessary? Nuked. ...
10 years ago (2010-12-14 16:27:50 UTC) #4
pfeldman1
10 years ago (2010-12-14 16:28:08 UTC) #5
yurys
LGTM http://codereview.chromium.org/5716003/diff/8001/chrome/browser/ui/browser.h File chrome/browser/ui/browser.h (right): http://codereview.chromium.org/5716003/diff/8001/chrome/browser/ui/browser.h#newcode479 chrome/browser/ui/browser.h:479: void ViewSource(TabContentsWrapper* tab); Can you make this method ...
10 years ago (2010-12-14 16:37:06 UTC) #6
apavlov
Only one comment for the issue. http://codereview.chromium.org/5716003/diff/8001/chrome/browser/tab_contents/navigation_controller.cc File chrome/browser/tab_contents/navigation_controller.cc (right): http://codereview.chromium.org/5716003/diff/8001/chrome/browser/tab_contents/navigation_controller.cc#newcode995 chrome/browser/tab_contents/navigation_controller.cc:995: entries_.erase(entries_.begin(), entries_.begin() + ...
10 years ago (2010-12-14 16:44:44 UTC) #7
Robert Sesek
On 2010/12/13 19:50:19, pfeldman wrote: > @rsesek: I did not come across any of the ...
10 years ago (2010-12-14 17:23:56 UTC) #8
Paweł Hajdan Jr.
Drive-by with a test comment. Feel free to do in a separate CL. No need ...
10 years ago (2010-12-15 08:26:22 UTC) #9
pfeldman1
http://codereview.chromium.org/5716003/diff/16001/chrome/browser/tab_contents/navigation_controller_unittest.cc File chrome/browser/tab_contents/navigation_controller_unittest.cc (right): http://codereview.chromium.org/5716003/diff/16001/chrome/browser/tab_contents/navigation_controller_unittest.cc#newcode1954 chrome/browser/tab_contents/navigation_controller_unittest.cc:1954: /* TODO(brettw) These test pass on my local machine ...
10 years ago (2010-12-15 11:29:58 UTC) #10
Paweł Hajdan Jr.
10 years ago (2010-12-15 11:52:58 UTC) #11
On Wed, Dec 15, 2010 at 12:29, <pfeldman@google.com> wrote:

> I don't see how it relates to the change I am applying + have no reason
> not to trust Brett's judgement.


Sorry, it was a "while you're here" type of drive-by comment. :) It was
generally optional.

Powered by Google App Engine
This is Rietveld 408576698