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

Issue 208243012: Mac: Do not call PopupMenuClient::popupDidHide in ExternalPopupMenu:show. (Closed)

Created:
6 years, 9 months ago by tkent
Modified:
6 years, 9 months ago
Reviewers:
keishi
CC:
blink-reviews
Visibility:
Public.

Description

Mac: Do not call PopupMenuClient::popupDidHide in ExternalPopupMenu:show. Replace hide() in ExternalPopupMenu:show() with m_webExternalPopupMenu->close(). It means we remove PopupMenuClient::popupDidHide() call. We should not call it because the client changes its state to "no popup" state by the popupDidHide call, and it won't call PopupMenu::hide() even if it's necessary. BUG=30550, 145658 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169901

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -4 lines) Patch
M LayoutTests/fast/forms/select/popup-closes-on-blur-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/platform/mac/fast/forms/select/select-disabled-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M Source/web/ExternalPopupMenu.cpp View 1 chunk +5 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
tkent
Keishi, would you review this please?
6 years, 9 months ago (2014-03-24 05:02:52 UTC) #1
keishi
lgtm
6 years, 9 months ago (2014-03-25 01:31:35 UTC) #2
tkent
The CQ bit was checked by tkent@chromium.org
6 years, 9 months ago (2014-03-25 01:42:03 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tkent@chromium.org/208243012/1
6 years, 9 months ago (2014-03-25 01:42:05 UTC) #4
commit-bot: I haz the power
6 years, 9 months ago (2014-03-25 01:51:16 UTC) #5
Message was sent while issue was closed.
Change committed as 169901

Powered by Google App Engine
This is Rietveld 408576698