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

Issue 3014021: [Mac] Use |-performSelector:withDelay:| to execute commands from the Wrench menu. (Closed)

Created:
10 years, 5 months ago by Robert Sesek
Modified:
9 years, 7 months ago
Reviewers:
Nico, viettrungluu
CC:
chromium-reviews, John Grabowski, pam+watch_chromium.org, ben+cc_chromium.org
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

[Mac] Use |-performSelector:withDelay:| to execute commands from the Wrench menu. This avoids doing work from within the menu's nested run loop, which can lead to wonky behavior. BUG=49716 TEST=Enter full screen from Wrench menu a few times. The overlay always appears. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=53185

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -1 line) Patch
M chrome/browser/cocoa/wrench_menu_controller.mm View 2 chunks +12 lines, -1 line 1 comment Download

Messages

Total messages: 4 (0 generated)
Robert Sesek
10 years, 5 months ago (2010-07-21 15:01:36 UTC) #1
Robert Sesek
10 years, 5 months ago (2010-07-21 15:14:14 UTC) #2
Nico
lg http://codereview.chromium.org/3014021/diff/1/2 File chrome/browser/cocoa/wrench_menu_controller.mm (right): http://codereview.chromium.org/3014021/diff/1/2#newcode102 chrome/browser/cocoa/wrench_menu_controller.mm:102: // to wonky behavior. To avoid this, schedule ...
10 years, 5 months ago (2010-07-21 15:15:55 UTC) #3
viettrungluu
10 years, 5 months ago (2010-07-21 16:01:28 UTC) #4
After-the-fact LG.

Powered by Google App Engine
This is Rietveld 408576698