Lines Matching full:dll
116 the new JavaScriptCore.dll supplies this now.
435 * WebKit.vcproj/WebKit.vcproj: Link against rpcrt4.dll for UUID hashing.
448 Rename JavaScriptCore_debug.dll to JavaScriptCore.dll in the Debug
451 This matches the naming scheme for WebKit.dll, and will be necessary
452 once Safari links against JavaScriptCore.dll. This change also causes
454 always looking for JavaScriptCore.dll, never
455 JavaScriptCore_debug.dll).
463 JavaScriptCore.{dll,lib}.
610 Separate JavaScriptCore.dll from WebKit.dll.
619 * WebKit.vcproj/WebKit.vcproj: Link against JavaScriptCore.dll
1806 Separate CFNetwork-specific code in WebKit.dll into separate
2947 Exporting data from a DLL on Windows requires specifying __declspec(dllimport) in the header used by
2948 callers, but __declspec(dllexport) when defined in the DLL implementation. By instead exporting
4657 Link with iphlpapi.lib, and make iphlpapi.dll a delay loaded library.
5281 AccessibleObjectFromWindow in the MSAA DLL.
5317 the MSAA DLL and locates its LresultFromObject function. If calling
5477 Export callOnMainThread from WebKit.dll
5533 Export some more WTF functions from WebKit.dll
6066 Use PGO to build WebKit.dll.
6217 Do not link (or attempt to initialize) the SafariTheme.dll
6221 * WebKit/win/WebKitClassFactory.cpp: Conditionalize use of SafariTheme.dll
8764 Don't crash if our JavaPlugin DLL can't be found
10414 Rename WebKit_debug.dll to WebKit.dll for the Debug configuration
10423 of our DLL and module definition file.
14061 We use the DCOM Universal Marshaller from oleaut32.dll, which performs marshalling
14497 Removed the pre-link build step, and removed registration of WebKit.dll
14616 doesn't register WebKit_debug.dll when finished.
16093 The bug was caused by Netscape's npTrident.dll plugin, which registers
16151 Removed CGPThreads DLL copy
17519 Copy new CGPThreads DLL (build fix for new SDK).
19112 Don't copy WebKit{_debug}.dll back to AppleInternal/bin (SDK)
19178 Change link order so secur32.dll is initialized prior to its
19256 * WebKit.vcproj/WebKit.vcproj: Don't register WebKit.dll if
20013 Put the OpenSource revision in the WebKit.dll version info.
20721 Stamp auto-generated version number into DLL and into user agent.
21351 Build fix: Don't copy WebKit(_debug).dll into $WebKitSDKDir
21403 Don't register WebKit.dll during official builds.
21537 Copy debug libraries to target dir. Copy .pdb files along with .dll files.
21538 * WebKit.vcproj/WebKitGUID.vcproj: Link to Debug DLL C runtime.