Bug 129777 - [Mac] Allow com.apple.GSSCred in WebKit sandbox profiles
Summary: [Mac] Allow com.apple.GSSCred in WebKit sandbox profiles
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-05 21:49 PST by Alexey Proskuryakov
Modified: 2014-03-06 22:26 PST (History)
0 users

See Also:


Attachments
proposed patch (3.32 KB, patch)
2014-03-05 21:51 PST, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.