Bug 129777

Summary: [Mac] Allow com.apple.GSSCred in WebKit sandbox profiles
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebKit2Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

Description Alexey Proskuryakov 2014-03-05 21:49:24 PST
<rdar://problem/16050832>
Comment 1 Alexey Proskuryakov 2014-03-05 21:51:16 PST
Created attachment 225952 [details]
proposed patch
Comment 2 Anders Carlsson 2014-03-06 08:39:16 PST
Comment on attachment 225952 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=225952&action=review

> Source/WebKit2/ChangeLog:25
> +2014-02-25  Alexey Proskuryakov  <ap@apple.com>
> +
> +        [iOS] Remove some erroneously captured blocks
> +        https://bugs.webkit.org/show_bug.cgi?id=129362
> +
> +        Reviewed by NOBODY (OOPS!).
> +
> +        Remove unused captured Objective-C block variables (capturing these doesn't work anyway).
> +
> +        * UIProcess/ios/WKContentViewInteraction.mm:
> +        (-[WKContentView requestAutocorrectionRectsForString:withCompletionHandler:]):
> +        (-[WKContentView requestAutocorrectionContextWithCompletionHandler:]):
> +

Please don't land this part.
Comment 3 Alexey Proskuryakov 2014-03-06 22:26:51 PST
Committed <http://trac.webkit.org/r165250>.