Bug 146753 - Fix asynchronous function calls for scroll snap animation tests
Summary: Fix asynchronous function calls for scroll snap animation tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-08 16:50 PDT by Wenson Hsieh
Modified: 2015-07-09 09:41 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.15 KB, patch)
2015-07-08 17:07 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2015-07-08 16:50:38 PDT
Fix many of the calls to functions in platform/mac-wk2/tiled-drawing/scrolling/scroll-snap/ that should be asynchronous.
Comment 1 Wenson Hsieh 2015-07-08 17:07:58 PDT
Created attachment 256428 [details]
Patch
Comment 2 Brent Fulgham 2015-07-08 17:09:51 PDT
Comment on attachment 256428 [details]
Patch

Thank you for fixing this stupid bug I created! r=me.
Comment 3 WebKit Commit Bot 2015-07-08 17:18:18 PDT
Comment on attachment 256428 [details]
Patch

Clearing flags on attachment: 256428

Committed r186545: <http://trac.webkit.org/changeset/186545>
Comment 4 WebKit Commit Bot 2015-07-08 17:18:21 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Brent Fulgham 2015-07-09 09:41:10 PDT
Nice! This seems to have fixed the flakiness we saw on these tests.