Bug 135518 - Various frameworks may want to use the container temp directory, so our current restrictions are too tight
Summary: Various frameworks may want to use the container temp directory, so our curre...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-01 12:11 PDT by Oliver Hunt
Modified: 2014-08-01 12:20 PDT (History)
5 users (show)

See Also:


Attachments
Patch (9.87 KB, patch)
2014-08-01 12:15 PDT, Oliver Hunt
andersca: review+
Details | Formatted Diff | Diff

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