Changes between Version 43 and Version 44 of BuildingOnWindows


Ignore:
Timestamp:
Apr 30, 2010 2:27:35 PM (14 years ago)
Author:
rls.webkit@schnapp.org
Comment:

Clarification about CFNetwork.resources contents needed

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v43 v44  
    118118= Running WebKit.dll-derived Apps on Windows =
    119119
    120 In order for your application to properly derive MIME types for local files (i.e. when you supply a "file:" URL), be sure that there is a "\CFNetwork.resources" directory in the same directory as CoreFoundation.dll.  CFNetwork.resources must contain a file, '''types.plist''', an XML parameter list that describes the mapping of file extensions to MIME types.  You can find the aforementioned directory and file in the same place as you found CoreFoundation.dll in the first place.  Typically, a Safari installation will install it at
     120In order for your application to properly derive MIME types for local files (i.e. when you supply a "file:" URL), be sure that there is a "\CFNetwork.resources" directory in the same directory as CoreFoundation.dll.  CFNetwork.resources must contain a file, '''types.plist''', an XML parameter list that describes the mapping of file extensions to MIME types. You'll also need '''Info.plist''' from this directory, but you won't need the *.lproj subdirectories.  You can find the aforementioned directory and files in the same place as you found CoreFoundation.dll in the first place.  Typically, a Safari installation will install it at
    121121
    122122 C:\Program Files\Common Files\Apple\Apple Application Support\CFNetwork.resources