Title: [157465] trunk/Source
Revision
157465
Author
[email protected]
Date
2013-10-15 13:41:23 -0700 (Tue, 15 Oct 2013)

Log Message

Web Inspector: Remove Windows old front-end related code
https://bugs.webkit.org/show_bug.cgi?id=122845

Patch by Joseph Pecoraro <[email protected]> on 2013-10-15
Reviewed by Brent Fulgham.

Source/WebCore:

* WebCore.vcxproj/copyWebCoreResourceFiles.cmd:

Source/WebKit/win:

* WebCoreSupport/WebInspectorClient.cpp:
(WebInspectorClient::openInspectorFrontend):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (157464 => 157465)


--- trunk/Source/WebCore/ChangeLog	2013-10-15 20:28:49 UTC (rev 157464)
+++ trunk/Source/WebCore/ChangeLog	2013-10-15 20:41:23 UTC (rev 157465)
@@ -1,3 +1,12 @@
+2013-10-15  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Remove Windows old front-end related code
+        https://bugs.webkit.org/show_bug.cgi?id=122845
+
+        Reviewed by Brent Fulgham.
+
+        * WebCore.vcxproj/copyWebCoreResourceFiles.cmd:
+
 2013-10-15  Morten Stenshorne  <[email protected]>
 
         Add support for the column-fill property

Modified: trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd (157464 => 157465)


--- trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd	2013-10-15 20:28:49 UTC (rev 157464)
+++ trunk/Source/WebCore/WebCore.vcxproj/copyWebCoreResourceFiles.cmd	2013-10-15 20:41:23 UTC (rev 157465)
@@ -1,6 +1,2 @@
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\inspector"
-xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\inspector\front-end\*" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\inspector"
-xcopy /y /d /s /exclude:xcopy.excludes "%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\WebCore\DerivedSources\InspectorBackendCommands.js" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\inspector"
 mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj"
-xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\localizedStrings.js" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj"
 xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\Localizable.strings" "%CONFIGURATIONBUILDDIR%\bin%PlatformArchitecture%\WebKit.resources\en.lproj"

Modified: trunk/Source/WebKit/win/ChangeLog (157464 => 157465)


--- trunk/Source/WebKit/win/ChangeLog	2013-10-15 20:28:49 UTC (rev 157464)
+++ trunk/Source/WebKit/win/ChangeLog	2013-10-15 20:41:23 UTC (rev 157465)
@@ -1,3 +1,13 @@
+2013-10-15  Joseph Pecoraro  <[email protected]>
+
+        Web Inspector: Remove Windows old front-end related code
+        https://bugs.webkit.org/show_bug.cgi?id=122845
+
+        Reviewed by Brent Fulgham.
+
+        * WebCoreSupport/WebInspectorClient.cpp:
+        (WebInspectorClient::openInspectorFrontend):
+
 2013-10-14  Roger Fong  <[email protected]>
 
         Windows select element doesn't draw RTL properly.

Modified: trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp (157464 => 157465)


--- trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp	2013-10-15 20:28:49 UTC (rev 157464)
+++ trunk/Source/WebKit/win/WebCoreSupport/WebInspectorClient.cpp	2013-10-15 20:41:23 UTC (rev 157465)
@@ -160,8 +160,6 @@
 
     RetainPtr<CFURLRef> htmlURLRef = adoptCF(CFBundleCopyResourceURL(webKitBundle(), CFSTR("Main"), CFSTR("html"), CFSTR("WebInspectorUI")));
     if (!htmlURLRef)
-        htmlURLRef = adoptCF(CFBundleCopyResourceURL(webKitBundle(), CFSTR("inspector"), CFSTR("html"), CFSTR("inspector")));
-    if (!htmlURLRef)
         return 0;
 
     CFStringRef urlStringRef = ::CFURLGetString(htmlURLRef.get());
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to