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

Issue 39313: Fix a crash in PasswordManagerExceptionsView (Closed)

Created:
11 years, 9 months ago by Alpha Left Google
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

BUG=8345 Added a PasswordManagerTableModelObserver to listen for row count change events. PasswordManagerView and PasswordManagerExceptionsView are listening to the event. Move the |instance_| variable from static global to the respective class to avoid future misuse of the variable.

Patch Set 1 #

Patch Set 2 : nits #

Total comments: 2

Patch Set 3 : ben's comments #

Patch Set 4 : more comments #

Patch Set 5 : more comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -14 lines) Patch
M chrome/browser/views/password_manager_exceptions_view.h View 3 chunks +7 lines, -1 line 0 comments Download
M chrome/browser/views/password_manager_exceptions_view.cc View 1 2 3 4 chunks +10 lines, -1 line 0 comments Download
M chrome/browser/views/password_manager_view.h View 1 2 3 4 7 chunks +31 lines, -3 lines 0 comments Download
M chrome/browser/views/password_manager_view.cc View 1 2 8 chunks +15 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Alpha Left Google
11 years, 9 months ago (2009-03-07 20:57:37 UTC) #1
Ben Goodger (Google)
OK with the nits fixed. http://codereview.chromium.org/39313/diff/7/1011 File chrome/browser/views/password_manager_view.cc (right): http://codereview.chromium.org/39313/diff/7/1011#newcode187 Line 187: row_count_observer_ = observer; ...
11 years, 9 months ago (2009-03-08 00:36:05 UTC) #2
Alpha Left Google
On 2009/03/08 00:36:05, Ben Goodger wrote: > OK with the nits fixed. > > http://codereview.chromium.org/39313/diff/7/1011 ...
11 years, 9 months ago (2009-03-09 18:27:04 UTC) #3
Ben Goodger (Google)
11 years, 9 months ago (2009-03-09 19:15:56 UTC) #4
OK

Powered by Google App Engine
This is Rietveld 408576698