Lines Matching full:dll
1205 Eliminate /DELAYLOAD:msimg32.dll ignored warning when building WebKit project
1208 * win/WebKit2Common.vsprops: Remove msimg32.dll from the list of DelayLoadDLLs.
2933 client process uses CreateProcess to launch WebKit2WebProcess, the DLL search path may
2935 to explicitly include the WebKit directory in the DLL search path.
2938 (wWinMain): Use SetDllDirectory and LoadLibrary to load WebKit.dll from WebKit2WebProcess.exe
20435 window. Also pass WebKit.dll's HINSTANCE as part of the WNDCLASSW
20436 struct so that the window class will be specific to WebKit.dll rather
27947 Look for WebKit.dll (not WebKit_debug.dll) when launching the web
27955 * UIProcess/Launcher/win/ProcessLauncherWin.cpp: WebKit_debug.dll is
30262 WebKit2 should look for WebKit2WebProcess.exe next to WebKit.dll
30266 Find WebKit2WebProcess.exe by getting the full path to WebKit.dll, and then
32521 - in contrast to mac bundles and windows dll-s.
38736 WebKit on Windows should build optionally with an unversioned ICU DLL
40340 Windows is packaged into a DLL with WebKit2.
40367 <rdar://problem/8113038> WebKit1 and WebKit2 should build as a single DLL
40371 WebKit.dll now links in WebCore.lib, WebKitLib.lib and WebKit2 code.
40384 * win/WebKit2.vcproj: Changed project name to WebKit so we will link output to WebKit.dll.
40387 Renamed BUILDING_WEBKIT2 to BUILDING_WEBKIT since there is now just a single WebKit.dll.