Bug 135518

Summary: Various frameworks may want to use the container temp directory, so our current restrictions are too tight
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Oliver Hunt <oliver>
Status: RESOLVED FIXED    
Severity: Normal CC: bunhere, cdumez, commit-queue, gyuyoung.kim, sergio
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Oliver Hunt 2014-08-01 12:11:01 PDT
Various frameworks may want to use the container temp directory, so our current restrictions are too tight
Comment 1 Oliver Hunt 2014-08-01 12:15:34 PDT
Created attachment 235898 [details]
Patch
Comment 2 Anders Carlsson 2014-08-01 12:16:37 PDT
Comment on attachment 235898 [details]
Patch

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

> Source/WebKit2/ChangeLog:14
> +        entire NSTemporary() directory (e.g. $container/tmp in the gneeral case),

Typo, "gneeral".
Comment 3 Oliver Hunt 2014-08-01 12:20:05 PDT
Committed r171943: <http://trac.webkit.org/changeset/171943>