[webkit-reviews] review granted: [Bug 40921] WebKit1 and WebKit2 should build as a single DLL : [Attachment 61288] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 17:15:58 PDT 2010


Alice Liu <alice.liu at apple.com> has granted Steve Falkenburg
<sfalken at apple.com>'s request for review:
Bug 40921: WebKit1 and WebKit2 should build as a single DLL
https://bugs.webkit.org/show_bug.cgi?id=40921

Attachment 61288: Patch
https://bugs.webkit.org/attachment.cgi?id=61288&action=review

------- Additional Comments from Alice Liu <alice.liu at apple.com>
> Index: WebKit2/ChangeLog
> ===================================================================
> @@ -1,3 +1,56 @@
> +	   * win/WebKit2.def: Added. Copied from WebKit project.
> +	   * win/WebKit2.rc: Added resources previously in WebKit.
> +	   * win/WebKit2.vcproj: Changed project name to WebKit so we will link
output to WebKit.dll.
> +	   Removed implementations overlapping with WebKitLib
(WebCoreLocalizedStrings, DllMain, WebLocalizableStrings, WebProcessMain).
> +	   * win/WebKit2Common.vsprops: Use a framework name of WebKit instead
of WebKit2 to reflect project name.
> +	   Renamed BUILDING_WEBKIT2 to BUILDING_WEBKIT since there is now just
a single WebKit.dll.
> +	   * win/WebKit2WebProcess.vcproj: Link against WebKit instead of
WebKit2 due to renaming.	

I find it inconsistent that we're building the WebKit2 dll as WebKit.dll, but
we're still calling several of these files "WebKit2(.*)".  Could you rename
these files without the 2.  follow-up patch is fine with me. 



> Index: WebKit/win/WebKit.vcproj/WebKit.vcproj
> ===================================================================

> -			<File
> -				RelativePath=".\nullplugin.png"
> -				>
> -			</File>

the other pan*.pngs added in WebKit2.vcproj don't seem to be removed from
WebKit.vcproj.	

> -			<File
> -				RelativePath=".\searchCancel.png"
> -				>
> -			</File>


More information about the webkit-reviews mailing list