Bug 135581

Summary: SSO expects to be able to walk parent application's bundle
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
none
Patch ap: review+

Oliver Hunt
Reported 2014-08-04 16:59:40 PDT
SSO expects to be able to walk parent application's bundle
Attachments
Patch (8.99 KB, patch)
2014-08-04 17:02 PDT, Oliver Hunt
no flags
Patch (10.30 KB, patch)
2014-08-04 17:06 PDT, Oliver Hunt
ap: review+
Oliver Hunt
Comment 1 2014-08-04 17:02:11 PDT
Oliver Hunt
Comment 2 2014-08-04 17:06:49 PDT
Alexey Proskuryakov
Comment 3 2014-08-04 17:13:27 PDT
Comment on attachment 235992 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=235992&action=review Weird, but OK. > Source/WebKit2/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb:32 > -;; FIXME: Remove the webkti specific extension classes <rdar://problem/17755931> > +;; FIXME: Remove the webkit specific extension classes <rdar://problem/17755931> Do we actually have any of those? > Source/WebKit2/UIProcess/mac/WebContextMac.mm:326 > +String WebContext::platformDefaultParentBundleDirectory() const I'm still very annoyed by this seemingly cross platform code being added only for iOS. These functions should be completely inside PLATFORM(IOS) checks, having them defined with a broken fallback behavior is misleading and unhelpful.
Oliver Hunt
Comment 4 2014-08-05 09:42:10 PDT
Note You need to log in before you can comment on or make changes to this bug.