Bug 57109

Summary: REGRESSION(r79227): CFURLCache not initialized correctly in WebKit2
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit2Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, aroben
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
[PATCH] Fix ap: review+

Description Brian Weinstein 2011-03-25 11:41:18 PDT
The CFURLCache isn't being correctly initialized in WebKit2 on Windows.

if (parameters.cfURLCachePath[parameters.cfURLCachePath.length() - 1] == '/')

checks for a trailing slash, but the Windows path separator is '\', not '/'.

<rdar://problem/9184590>
Comment 1 Brian Weinstein 2011-03-25 11:44:15 PDT
Created attachment 86966 [details]
[PATCH] Fix
Comment 2 Brian Weinstein 2011-03-25 11:48:09 PDT
Landed in r81975.