Title: [140644] trunk/Source/WebCore
- Revision
- 140644
- Author
- roger_f...@apple.com
- Date
- 2013-01-23 20:49:21 -0800 (Wed, 23 Jan 2013)
Log Message
Remove ForwardingHeaders/wtf from WebCore.
https://bugs.webkit.org/show_bug.cgi?id=107723
The folders are empty, nothings actually being copied over anymore from the ForwardingHeaders/wtf folder.
Reviewed by Benjamin Poulain.
* ForwardingHeaders/wtf: Removed.
* ForwardingHeaders/wtf/dtoa: Removed.
* ForwardingHeaders/wtf/text: Removed.
* ForwardingHeaders/wtf/unicode: Removed.
* ForwardingHeaders/wtf/unicode/icu: Removed.
* ForwardingHeaders/wtf/unicode/wince: Removed.
* ForwardingHeaders/wtf/url: Removed.
* WebCore.vcproj/copyForwardingHeaders.cmd:
Modified Paths
Removed Paths
- trunk/Source/WebCore/ForwardingHeaders/wtf/
Diff
Modified: trunk/Source/WebCore/ChangeLog (140643 => 140644)
--- trunk/Source/WebCore/ChangeLog 2013-01-24 04:45:17 UTC (rev 140643)
+++ trunk/Source/WebCore/ChangeLog 2013-01-24 04:49:21 UTC (rev 140644)
@@ -1,3 +1,21 @@
+2013-01-23 Roger Fong <roger_f...@apple.com>
+
+ Remove ForwardingHeaders/wtf from WebCore.
+ https://bugs.webkit.org/show_bug.cgi?id=107723
+
+ The folders are empty, nothings actually being copied over anymore from the ForwardingHeaders/wtf folder.
+
+ Reviewed by Benjamin Poulain.
+
+ * ForwardingHeaders/wtf: Removed.
+ * ForwardingHeaders/wtf/dtoa: Removed.
+ * ForwardingHeaders/wtf/text: Removed.
+ * ForwardingHeaders/wtf/unicode: Removed.
+ * ForwardingHeaders/wtf/unicode/icu: Removed.
+ * ForwardingHeaders/wtf/unicode/wince: Removed.
+ * ForwardingHeaders/wtf/url: Removed.
+ * WebCore.vcproj/copyForwardingHeaders.cmd:
+
2013-01-23 Hayato Ito <hay...@chromium.org>
Group parameters (firstRuleIndex and lastRuleIndex) into a parameter object, RuleRange.
Modified: trunk/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd (140643 => 140644)
--- trunk/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd 2013-01-24 04:45:17 UTC (rev 140643)
+++ trunk/Source/WebCore/WebCore.vcproj/copyForwardingHeaders.cmd 2013-01-24 04:49:21 UTC (rev 140644)
@@ -9,11 +9,6 @@
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap"
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf"
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\dtoa"
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\text"
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\unicode"
-mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\unicode\icu"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr"
mkdir 2>NUL "%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport"
@@ -92,11 +87,6 @@
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\masm\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\masm"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\profiler\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\profiler"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\heap\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\heap"
-xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf"
-xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\dtoa\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\dtoa"
-xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\text\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\text"
-xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\unicode\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\unicode"
-xcopy /y /d "%ProjectDir%..\ForwardingHeaders\wtf\unicode\icu\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\wtf\unicode\icu"
xcopy /y /d "%ProjectDir%..\ForwardingHeaders\yarr\*.h" "%CONFIGURATIONBUILDDIR%\include\WebCore\ForwardingHeaders\yarr"
xcopy /y /d "%ProjectDir%..\testing\js\WebCoreTestSupport.h" "%CONFIGURATIONBUILDDIR%\include\WebCoreTestSupport"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes