Changes between Version 40 and Version 41 of BuildingOnWindows


Ignore:
Timestamp:
Apr 29, 2010 6:56:27 PM (14 years ago)
Author:
rls.webkit@schnapp.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v40 v41  
    116116Note however that you might still see metric-related failures (if anyone knows why, please update this section with more complete instructions).
    117117
     118= Running WebKit.dll-derived Apps on Windows =
    118119
     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.resource" directory in the same directory as CoreFoundation.dll.  CFNetwork.resource must contain 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
     121
     122 C:\Program Files\Common Files\Apple\Apple Application Support\CFNetwork.resources