DescriptionRespect Spaces when dragging tabs on OS X
For 10.6 and above, we can simply filter windows out with isOnActiveSpace. For
10.5, there is another API in CoreGraphics that gives us the same information.
It is slow and causes noticeable CPU usage during a drag, so cache it per-drag.
R=pinkerton
BUG=32796
TEST=open windows on separate spaces, drag a tab over where a window is on the other space
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52960
Patch Set 1 #Patch Set 2 : Don't cache the dragWindow so that switching spaces mid-drag works #
Total comments: 20
Patch Set 3 : Address Mark's comments #
Total comments: 4
Patch Set 4 : Fix up comments #
Total comments: 2
Messages
Total messages: 10 (0 generated)
|