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

Issue 6368011: Clean up WebNavigationObserver by taking out password specific callbacks, and... (Closed)

Created:
9 years, 11 months ago by jam
Modified:
9 years, 7 months ago
CC:
chromium-reviews, James Hawkins, Paweł Hajdan Jr., darin-cc_chromium.org, brettw-cc_chromium.org, Ilya Sherman, dhollowa
Visibility:
Public.

Description

Clean up WebNavigationObserver by taking out password specific callbacks, and make PasswordManager just dispatch the IPC message directly to achieve this. I've also combined WebNavigationObserver with IPC message filtering (I hadn't seen the former when I added it). This allows a little more cleanup in AutoFillManager. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72155

Patch Set 1 : '' #

Total comments: 4

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -125 lines) Patch
M chrome/browser/autocomplete_history_manager.h View 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.h View 1 2 3 4 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/autofill/autofill_manager.cc View 1 2 3 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/password_manager/password_manager.h View 1 chunk +4 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_manager.cc View 3 chunks +14 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_manager_unittest.cc View 1 6 chunks +14 lines, -14 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.h View 2 chunks +0 lines, -16 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host.cc View 3 chunks +0 lines, -25 lines 0 comments Download
M chrome/browser/renderer_host/render_view_host_delegate.h View 1 chunk +0 lines, -8 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.h View 1 2 3 4 chunks +1 line, -11 lines 0 comments Download
M chrome/browser/tab_contents/tab_contents.cc View 1 4 chunks +7 lines, -20 lines 0 comments Download
M chrome/browser/tab_contents/web_navigation_observer.h View 1 2 chunks +5 lines, -16 lines 0 comments Download
M chrome/browser/translate/translate_manager.cc View 1 2 3 3 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/ui/login/login_prompt.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 11 (0 generated)
jam
9 years, 11 months ago (2011-01-20 22:27:42 UTC) #1
Ben Goodger (Google)
I haven't even opened this yet and I can tell it's going to be awesome. ...
9 years, 11 months ago (2011-01-20 22:34:44 UTC) #2
Ben Goodger (Google)
http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc File chrome/browser/translate/translate_manager.cc (right): http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc#newcode518 chrome/browser/translate/translate_manager.cc:518: tab->TranslateStarted(); Does this need to go through the tab? ...
9 years, 11 months ago (2011-01-20 22:38:24 UTC) #3
jam
http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc File chrome/browser/translate/translate_manager.cc (right): http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc#newcode518 chrome/browser/translate/translate_manager.cc:518: tab->TranslateStarted(); On 2011/01/20 22:38:24, Ben Goodger wrote: > Does ...
9 years, 11 months ago (2011-01-20 23:26:59 UTC) #4
Ben Goodger (Google)
http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc File chrome/browser/translate/translate_manager.cc (right): http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc#newcode518 chrome/browser/translate/translate_manager.cc:518: tab->TranslateStarted(); OK - can you add that as a ...
9 years, 11 months ago (2011-01-20 23:44:09 UTC) #5
jam
http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc File chrome/browser/translate/translate_manager.cc (right): http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc#newcode518 chrome/browser/translate/translate_manager.cc:518: tab->TranslateStarted(); On 2011/01/20 23:44:09, Ben Goodger wrote: > OK ...
9 years, 11 months ago (2011-01-20 23:48:18 UTC) #6
jam
On Thu, Jan 20, 2011 at 3:48 PM, <jam@chromium.org> wrote: > > > http://codereview.chromium.org/6368011/diff/15001/chrome/browser/translate/translate_manager.cc > ...
9 years, 11 months ago (2011-01-20 23:54:25 UTC) #7
jam
ok looks like there was a test failure with making the form fill data get ...
9 years, 11 months ago (2011-01-21 01:53:15 UTC) #8
Ben Goodger (Google)
OK. Avi is getting started working on reducing the dependencies of TC (moving more stuff ...
9 years, 11 months ago (2011-01-21 02:42:32 UTC) #9
jam
to be clear, so lgtm? On Thu, Jan 20, 2011 at 6:42 PM, Ben Goodger ...
9 years, 11 months ago (2011-01-21 16:57:45 UTC) #10
Ben Goodger (Google)
9 years, 11 months ago (2011-01-21 18:21:17 UTC) #11
LGTM btw

Powered by Google App Engine
This is Rietveld 408576698