WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 130976
[iOS WK2] Hook up scroll events for accelerated overflow:scroll
https://bugs.webkit.org/show_bug.cgi?id=130976
Summary
[iOS WK2] Hook up scroll events for accelerated overflow:scroll
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
Details
Formatted Diff
Diff
For EWS
(32.12 KB, patch)
2014-03-31 12:44 PDT
,
Simon Fraser (smfr)
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Simon Fraser (smfr)
Comment 1
2014-03-31 12:30:29 PDT
Created
attachment 228186
[details]
Patch
Radar WebKit Bug Importer
Comment 2
2014-03-31 12:36:31 PDT
<
rdar://problem/16476012
>
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
Created
attachment 228188
[details]
For EWS
Simon Fraser (smfr)
Comment 5
2014-03-31 14:24:26 PDT
https://trac.webkit.org/r166531
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.
Top of Page
Format For Printing
XML
Clone This Bug