Bug 104005

Summary: [BlackBerry] Move real base path of WebFileSystem into platform codes
Product: WebKit Reporter: Lyon Chen <liachen>
Component: WebKit BlackBerryAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: joenotcharles, leoyang, rwlbuis, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

Description Lyon Chen 2012-12-04 08:19:15 PST
There is a risk to totally trust the base path passed from WebKit code, so now we make the base path from WebKit code top level directory, and impose the real base path at platform level, so we can be sure the WebFileSystem is always sandboxed.
Comment 1 Lyon Chen 2012-12-04 08:20:20 PST
+ Yong, Leo, Joe, Rob.
Comment 2 Lyon Chen 2012-12-04 08:38:52 PST
This is invalid PR as blackberry File API codes has not been upstream yet.