Title: [123623] trunk/Source/WebCore
- Revision
- 123623
- Author
- [email protected]
- Date
- 2012-07-25 08:51:26 -0700 (Wed, 25 Jul 2012)
Log Message
Add HTMLStackItem.h to project files
https://bugs.webkit.org/show_bug.cgi?id=92221
Patch by Kwang Yul Seo <[email protected]> on 2012-07-25
Reviewed by Adam Barth.
Added HTMLStackItem.h introduced in r123399 to project files.
Project file changes only, no change in behavior thus no new tests.
* GNUmakefile.list.am:
* WebCore.gypi:
* WebCore.vcproj/WebCore.vcproj:
* WebCore.xcodeproj/project.pbxproj:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (123622 => 123623)
--- trunk/Source/WebCore/ChangeLog 2012-07-25 15:40:04 UTC (rev 123622)
+++ trunk/Source/WebCore/ChangeLog 2012-07-25 15:51:26 UTC (rev 123623)
@@ -1,3 +1,19 @@
+2012-07-25 Kwang Yul Seo <[email protected]>
+
+ Add HTMLStackItem.h to project files
+ https://bugs.webkit.org/show_bug.cgi?id=92221
+
+ Reviewed by Adam Barth.
+
+ Added HTMLStackItem.h introduced in r123399 to project files.
+
+ Project file changes only, no change in behavior thus no new tests.
+
+ * GNUmakefile.list.am:
+ * WebCore.gypi:
+ * WebCore.vcproj/WebCore.vcproj:
+ * WebCore.xcodeproj/project.pbxproj:
+
2012-07-25 Sheriff Bot <[email protected]>
Unreviewed, rolling out r123606.
Modified: trunk/Source/WebCore/GNUmakefile.list.am (123622 => 123623)
--- trunk/Source/WebCore/GNUmakefile.list.am 2012-07-25 15:40:04 UTC (rev 123622)
+++ trunk/Source/WebCore/GNUmakefile.list.am 2012-07-25 15:51:26 UTC (rev 123623)
@@ -2583,6 +2583,7 @@
Source/WebCore/html/parser/HTMLScriptRunnerHost.h \
Source/WebCore/html/parser/HTMLSourceTracker.cpp \
Source/WebCore/html/parser/HTMLSourceTracker.h \
+ Source/WebCore/html/parser/HTMLStackItem.h \
Source/WebCore/html/parser/HTMLToken.h \
Source/WebCore/html/parser/HTMLTokenizer.cpp \
Source/WebCore/html/parser/HTMLTokenizer.h \
Modified: trunk/Source/WebCore/WebCore.gypi (123622 => 123623)
--- trunk/Source/WebCore/WebCore.gypi 2012-07-25 15:40:04 UTC (rev 123622)
+++ trunk/Source/WebCore/WebCore.gypi 2012-07-25 15:51:26 UTC (rev 123623)
@@ -5705,6 +5705,7 @@
'html/parser/HTMLScriptRunnerHost.h',
'html/parser/HTMLSourceTracker.cpp',
'html/parser/HTMLSourceTracker.h',
+ 'html/parser/HTMLStackItem.h',
'html/parser/HTMLToken.h',
'html/parser/HTMLTokenizer.cpp',
'html/parser/HTMLTokenizer.h',
Modified: trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj (123622 => 123623)
--- trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj 2012-07-25 15:40:04 UTC (rev 123622)
+++ trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj 2012-07-25 15:51:26 UTC (rev 123623)
@@ -63394,6 +63394,10 @@
>
</File>
<File
+ RelativePath="..\html\parser\HTMLStackItem.h"
+ >
+ </File>
+ <File
RelativePath="..\html\parser\HTMLToken.h"
>
</File>
Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (123622 => 123623)
--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2012-07-25 15:40:04 UTC (rev 123622)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj 2012-07-25 15:51:26 UTC (rev 123623)
@@ -10796,6 +10796,7 @@
97BC84B112371180000C6161 /* TextDocument.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextDocument.cpp; sourceTree = "<group>"; };
97BC84B212371180000C6161 /* TextDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextDocument.h; sourceTree = "<group>"; };
97C0784F1165D5BE003A32EF /* SuffixTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SuffixTree.h; sourceTree = "<group>"; };
+ 97C1F552122855CB00EDE615 /* HTMLStackItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTMLStackItem.h; path = parser/HTMLStackItem.h; sourceTree = "<group>"; };
97C1F552122855CB00EDE616 /* HTMLToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTMLToken.h; path = parser/HTMLToken.h; sourceTree = "<group>"; };
97C471D912F925BC0086354B /* ContentSecurityPolicy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ContentSecurityPolicy.cpp; sourceTree = "<group>"; };
97C471DA12F925BD0086354B /* ContentSecurityPolicy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentSecurityPolicy.h; sourceTree = "<group>"; };
@@ -17963,6 +17964,7 @@
977B385D122883E900B81FF8 /* HTMLScriptRunnerHost.h */,
977E2DCB12F0E28300C13379 /* HTMLSourceTracker.cpp */,
977E2DCC12F0E28300C13379 /* HTMLSourceTracker.h */,
+ 97C1F552122855CB00EDE615 /* HTMLStackItem.h */,
97C1F552122855CB00EDE616 /* HTMLToken.h */,
977B385E122883E900B81FF8 /* HTMLTokenizer.cpp */,
977B385F122883E900B81FF8 /* HTMLTokenizer.h */,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes