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

Issue 9535020: Fix DCHECK in BrowserActionsContainer::OnWidgetClosing (Closed)

Created:
8 years, 9 months ago by stevenjb
Modified:
8 years, 9 months ago
Reviewers:
msw, sky
CC:
chromium-reviews
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix DCHECK in BrowserActionsContainer::OnWidgetClosing BUG=116270 TEST=See issue Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=125006

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix spelling nit #

Total comments: 2

Patch Set 3 : Remove observer in BrowserActionsContainer::HidePopup() #

Total comments: 2

Patch Set 4 : Fix comments #

Total comments: 2

Patch Set 5 : Restore DCHECK #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M chrome/browser/ui/views/browser_actions_container.cc View 1 2 3 4 5 1 chunk +7 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
stevenjb
8 years, 9 months ago (2012-02-29 19:01:26 UTC) #1
msw
LGTM with spelling nit. http://codereview.chromium.org/9535020/diff/1/chrome/browser/ui/views/browser_actions_container.cc File chrome/browser/ui/views/browser_actions_container.cc (right): http://codereview.chromium.org/9535020/diff/1/chrome/browser/ui/views/browser_actions_container.cc#newcode844 chrome/browser/ui/views/browser_actions_container.cc:844: // Set the popup button ...
8 years, 9 months ago (2012-02-29 19:21:35 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/9535020/4001
8 years, 9 months ago (2012-03-01 18:59:25 UTC) #3
commit-bot: I haz the power
Presubmit check for 9535020-4001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-01 18:59:27 UTC) #4
stevenjb
+sky for OWNERS
8 years, 9 months ago (2012-03-01 21:00:00 UTC) #5
sky
http://codereview.chromium.org/9535020/diff/4001/chrome/browser/ui/views/browser_actions_container.cc File chrome/browser/ui/views/browser_actions_container.cc (right): http://codereview.chromium.org/9535020/diff/4001/chrome/browser/ui/views/browser_actions_container.cc#newcode842 chrome/browser/ui/views/browser_actions_container.cc:842: popup_->GetWidget()->Close(); I think we should remove the observer at ...
8 years, 9 months ago (2012-03-01 21:06:01 UTC) #6
stevenjb
http://codereview.chromium.org/9535020/diff/4001/chrome/browser/ui/views/browser_actions_container.cc File chrome/browser/ui/views/browser_actions_container.cc (right): http://codereview.chromium.org/9535020/diff/4001/chrome/browser/ui/views/browser_actions_container.cc#newcode842 chrome/browser/ui/views/browser_actions_container.cc:842: popup_->GetWidget()->Close(); On 2012/03/01 21:06:01, sky wrote: > I think ...
8 years, 9 months ago (2012-03-02 19:43:47 UTC) #7
msw
http://codereview.chromium.org/9535020/diff/9001/chrome/browser/ui/views/browser_actions_container.cc File chrome/browser/ui/views/browser_actions_container.cc (right): http://codereview.chromium.org/9535020/diff/9001/chrome/browser/ui/views/browser_actions_container.cc#newcode841 chrome/browser/ui/views/browser_actions_container.cc:841: // Remove this as an observer and clear popup_ ...
8 years, 9 months ago (2012-03-02 20:39:35 UTC) #8
stevenjb
http://codereview.chromium.org/9535020/diff/9001/chrome/browser/ui/views/browser_actions_container.cc File chrome/browser/ui/views/browser_actions_container.cc (right): http://codereview.chromium.org/9535020/diff/9001/chrome/browser/ui/views/browser_actions_container.cc#newcode841 chrome/browser/ui/views/browser_actions_container.cc:841: // Remove this as an observer and clear popup_ ...
8 years, 9 months ago (2012-03-02 20:44:18 UTC) #9
sky
http://codereview.chromium.org/9535020/diff/12001/chrome/browser/ui/views/browser_actions_container.cc File chrome/browser/ui/views/browser_actions_container.cc (right): http://codereview.chromium.org/9535020/diff/12001/chrome/browser/ui/views/browser_actions_container.cc#newcode818 chrome/browser/ui/views/browser_actions_container.cc:818: // If a new popup has been opened before ...
8 years, 9 months ago (2012-03-02 20:53:50 UTC) #10
stevenjb
http://codereview.chromium.org/9535020/diff/12001/chrome/browser/ui/views/browser_actions_container.cc File chrome/browser/ui/views/browser_actions_container.cc (right): http://codereview.chromium.org/9535020/diff/12001/chrome/browser/ui/views/browser_actions_container.cc#newcode818 chrome/browser/ui/views/browser_actions_container.cc:818: // If a new popup has been opened before ...
8 years, 9 months ago (2012-03-02 21:29:12 UTC) #11
sky
On Fri, Mar 2, 2012 at 1:29 PM, <stevenjb@chromium.org> wrote: > > http://codereview.chromium.org/9535020/diff/12001/chrome/browser/ui/views/browser_actions_container.cc > File ...
8 years, 9 months ago (2012-03-02 22:59:11 UTC) #12
stevenjb
I guess I just didn't want to assume that OnWidgetClosing(A) would always get called before ...
8 years, 9 months ago (2012-03-02 23:51:57 UTC) #13
sky
Because of your change to remove the observer before we initiate the close this can ...
8 years, 9 months ago (2012-03-03 00:10:21 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/9535020/10003
8 years, 9 months ago (2012-03-05 17:44:42 UTC) #15
commit-bot: I haz the power
Try job failure for 9535020-10003 (retry) on win_rel for step "compile" (clobber build). It's a ...
8 years, 9 months ago (2012-03-05 18:57:17 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stevenjb@chromium.org/9535020/20003
8 years, 9 months ago (2012-03-05 19:58:55 UTC) #17
commit-bot: I haz the power
8 years, 9 months ago (2012-03-05 21:53:47 UTC) #18
Change committed as 125006

Powered by Google App Engine
This is Rietveld 408576698