RESOLVED FIXED94834
[BlackBerry] Unify slow and fast in-region scrolling code paths
https://bugs.webkit.org/show_bug.cgi?id=94834
Summary [BlackBerry] Unify slow and fast in-region scrolling code paths
Antonio Gomes
Reported 2012-08-23 12:40:33 PDT
PR #197662
Attachments
patch (10.81 KB, patch)
2012-08-23 13:02 PDT, Antonio Gomes
rwlbuis: review-
patch - addressed rob's comments (10.97 KB, patch)
2012-08-23 13:25 PDT, Antonio Gomes
rwlbuis: review+
Antonio Gomes
Comment 1 2012-08-23 13:02:52 PDT
Rob Buis
Comment 2 2012-08-23 13:21:25 PDT
Comment on attachment 160221 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=160221&action=review Looks good, can be improved a bit. > Source/WebKit/blackberry/WebKitSupport/InRegionScrollableArea.cpp:108 > + ASSERT(!m_cachedCompositedScrollableLayer || !m_cachedNonCompositedScrollableNode); Please make the assert more clear, this is not strict enough for what you want. > Source/WebKit/blackberry/WebKitSupport/InRegionScrollableArea.cpp:141 > +} Better put this up instead of the forward declaration.
Antonio Gomes
Comment 3 2012-08-23 13:25:39 PDT
Created attachment 160230 [details] patch - addressed rob's comments
Rob Buis
Comment 4 2012-08-23 13:28:27 PDT
Comment on attachment 160230 [details] patch - addressed rob's comments LGTM.
Antonio Gomes
Comment 5 2012-08-23 13:44:34 PDT
Note You need to log in before you can comment on or make changes to this bug.