RESOLVED FIXED 141449
Clients need the ability to hook into immediate action lifecycle
https://bugs.webkit.org/show_bug.cgi?id=141449
Summary Clients need the ability to hook into immediate action lifecycle
Conrad Shultz
Reported 2015-02-10 16:58:11 PST
Clients need the ability to hook into immediate action lifecycle
Attachments
Patch (5.10 KB, patch)
2015-02-10 17:15 PST, Conrad Shultz
no flags
Patch (4.11 KB, patch)
2015-02-10 17:41 PST, Conrad Shultz
thorton: review+
Radar WebKit Bug Importer
Comment 1 2015-02-10 16:59:23 PST
Conrad Shultz
Comment 2 2015-02-10 17:15:08 PST
Tim Horton
Comment 3 2015-02-10 17:18:29 PST
Comment on attachment 246352 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=246352&action=review > Source/WebKit2/UIProcess/mac/WKImmediateActionController.mm:183 > + [_wkView _beginImmediateAction]; This is about beginning the animation, not the action. > Source/WebKit2/UIProcess/mac/WKImmediateActionController.mm:206 > + [_wkView _updateImmediateAction]; Ditto. > Source/WebKit2/UIProcess/mac/WKImmediateActionController.mm:216 > + [_wkView _cancelImmediateAction]; Ditto. > Source/WebKit2/UIProcess/mac/WKImmediateActionController.mm:228 > + [_wkView _completeImmediateAction]; This is where the action begins.
Conrad Shultz
Comment 4 2015-02-10 17:28:15 PST
Good point, I'll post a revised version.
Conrad Shultz
Comment 5 2015-02-10 17:41:57 PST
Conrad Shultz
Comment 6 2015-02-10 18:08:50 PST
Note You need to log in before you can comment on or make changes to this bug.