[Webkit-unassigned] [Bug 65707] Chromium Mac: Enable rubber banding when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 8 12:25:50 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65707





--- Comment #25 from Sailesh Agrawal <sail at chromium.org>  2011-08-08 12:25:50 PST ---
(From update of attachment 103275)
View in context: https://bugs.webkit.org/attachment.cgi?id=103275&action=review

>> Source/WebKit/chromium/src/mac/WebInputEventFactory.mm:37
>> +#if !defined(MAC_OS_X_VERSION_10_7) || (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7)
> 
> Shouldn't this be BUILDING_ON_LEOPARD, BUILDING_ON_SNOW_LEOPARD, et al. as defined in Platform.h?

I think we did that back when 10.7 wasn't out yet. Now that 10.7 is out it's probably better to check for that explicitly.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list