Bug 130976

Summary: [iOS WK2] Hook up scroll events for accelerated overflow:scroll
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, bdakin, cmarcelo, commit-queue, esprehn+autocc, glenn, jamesr, kondapallykalyan, luiz, sam, simon.fraser, thorton, tonikitoo, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
For EWS none

Simon Fraser (smfr)
Reported 2014-03-31 12:08:20 PDT
[iOS WK2] Hook up scroll events for accelerated overflow:scroll
Attachments
Patch (32.12 KB, patch)
2014-03-31 12:30 PDT, Simon Fraser (smfr)
no flags
For EWS (32.12 KB, patch)
2014-03-31 12:44 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2014-03-31 12:30:29 PDT
Radar WebKit Bug Importer
Comment 2 2014-03-31 12:36:31 PDT
Tim Horton
Comment 3 2014-03-31 12:41:22 PDT
Comment on attachment 228186 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=228186&action=review > Source/WebCore/ChangeLog:9 > + tell the WebProcess that the scroll happened to udpate RenderLayer update > Source/WebKit2/UIProcess/Scrolling/ios/ScrollingTreeOverflowScrollingNodeIOS.mm:72 > +- (void)scrollViewWillBeginDragging:(UIScrollView *)scrollView > +{ > +} > + > +- (void)scrollViewDidEndDragging:(UIScrollView *)scrollView willDecelerate:(BOOL)decelerate > +{ > +} > + > +- (void)scrollViewDidEndScrollingAnimation:(UIScrollView *)scrollView > +{ > +} Is there a reason for these? Aren't they optional?
Simon Fraser (smfr)
Comment 4 2014-03-31 12:44:09 PDT
Simon Fraser (smfr)
Comment 5 2014-03-31 14:24:26 PDT
Alexey Proskuryakov
Comment 6 2014-03-31 15:32:55 PDT
Comment on attachment 228188 [details] For EWS Clearing review flag in a fixed bug.
Note You need to log in before you can comment on or make changes to this bug.