RESOLVED FIXED 136356
Occasional thread-safety-related crashes on the ServicesController queue
https://bugs.webkit.org/show_bug.cgi?id=136356
Summary Occasional thread-safety-related crashes on the ServicesController queue
Tim Horton
Reported 2014-08-28 16:44:31 PDT
We shouldn't use API that makes an NSMenu anywhere but the main thread. Instead, use alternate SPI. rdar://problem/18045685
Attachments
patch (4.95 KB, patch)
2014-08-28 16:47 PDT, Tim Horton
mitz: review+
patch (5.52 KB, patch)
2014-08-28 16:53 PDT, Tim Horton
mitz: review+
Tim Horton
Comment 1 2014-08-28 16:47:48 PDT
mitz
Comment 2 2014-08-28 16:52:39 PDT
Comment on attachment 237330 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=237330&action=review > Source/WebKit2/UIProcess/mac/ServicesController.mm:109 > + NSSharingServiceMask serviceMask = NSSharingServiceMaskViewer | NSSharingServiceMaskEditor; I don’t see why this variable is needed. > Source/WebKit2/UIProcess/mac/ServicesController.mm:110 > + return [[NSSharingService sharingServicesForItems:items mask:serviceMask] count]; You can use .count notation here!
Tim Horton
Comment 3 2014-08-28 16:53:27 PDT
mitz
Comment 4 2014-08-28 16:55:09 PDT
Comment on attachment 237331 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=237331&action=review > Source/WebKit2/UIProcess/mac/ServicesController.mm:115 > + NSSharingServiceMask serviceMask = NSSharingServiceMaskViewer | NSSharingServiceMaskEditor; :-|
WebKit Commit Bot
Comment 5 2014-08-28 16:56:18 PDT
Attachment 237331 [details] did not pass style-queue: ERROR: Source/WebKit2/UIProcess/mac/ServicesController.mm:52: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 1 in 2 files If any of these errors are false positives, please file a bug against check-webkit-style.
Tim Horton
Comment 6 2014-08-28 16:58:40 PDT
Note You need to log in before you can comment on or make changes to this bug.