Bug 85237 - Add a way to asynchronously call a function once the scroll position of a page has been updated
Summary: Add a way to asynchronously call a function once the scroll position of a pag...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-30 14:57 PDT by Anders Carlsson
Modified: 2012-04-30 15:21 PDT (History)
3 users (show)

See Also:


Attachments
Patch (7.52 KB, patch)
2012-04-30 15:16 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2012-04-30 14:57:52 PDT
Add a way to asynchronously call a function once the scroll position of a page has been updated
Comment 1 Anders Carlsson 2012-04-30 15:16:22 PDT
Created attachment 139529 [details]
Patch
Comment 2 WebKit Review Bot 2012-04-30 15:19:03 PDT
Attachment 139529 [details] did not pass style-queue:

Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/ChangeLog', u'Source/WebCor..." exit_code: 1
Source/WebKit2/WebProcess/WebPage/DrawingArea.h:100:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WebKit2/WebProcess/WebPage/DrawingArea.cpp:64:  Extra space before ( in function call  [whitespace/parens] [4]
Source/WebKit2/WebProcess/WebPage/mac/TiledCoreAnimationDrawingArea.h:69:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2012-04-30 15:21:05 PDT
Committed r115678: <http://trac.webkit.org/changeset/115678>