It turns out web_disableAllActions is surprisingly expensive. <rdar://problem/16459284>
Created attachment 230815 [details] patch
Attachment 230815 [details] did not pass style-queue: ERROR: Source/WebCore/platform/graphics/cocoa/WebCoreCALayerExtras.mm:35: Missing space before { [whitespace/braces] [5] ERROR: Source/WebCore/platform/graphics/cocoa/WebCoreCALayerExtras.mm:36: Missing space before { [whitespace/braces] [5] Total errors found: 2 in 14 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 230815 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=230815&action=review > Source/WebCore/platform/graphics/cocoa/WebCALayerController.h:29 > +@interface WebCALayerController : NSObject I don't like the name; this class isn't a controller for layers. Maybe WebDefaultCALayerDelegate or something?
http://trac.webkit.org/changeset/168301