Bug 140566 - Make sure early cancellation of immediate action actually does that in WK1
Summary: Make sure early cancellation of immediate action actually does that in WK1
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-16 14:43 PST by Beth Dakin
Modified: 2015-01-16 14:51 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.80 KB, patch)
2015-01-16 14:45 PST, Beth Dakin
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Beth Dakin 2015-01-16 14:43:39 PST
Make sure early cancellation of immediate action actually does that in WK1. We need to work around an AppKit bug.

rdar://problem/19490114
Comment 1 Beth Dakin 2015-01-16 14:45:55 PST
Created attachment 244804 [details]
Patch
Comment 2 Beth Dakin 2015-01-16 14:51:51 PST
http://trac.webkit.org/changeset/178605

Thanks!