Title: [112138] trunk/Source/WebCore
Revision
112138
Author
[email protected]
Date
2012-03-26 12:28:44 -0700 (Mon, 26 Mar 2012)

Log Message

Web Inspector: Expose InspectorTypeBuilder.h to other components
https://bugs.webkit.org/show_bug.cgi?id=82226

Patch by Peter Rybin <[email protected]> on 2012-03-26
Reviewed by Vsevolod Vlasov.

This is a provisional commit that simplifies passing ealy warning system
for the main patch https://bugs.webkit.org/show_bug.cgi?id=81558

* WebCore.xcodeproj/project.pbxproj: config file is changed in Xcode UI.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (112137 => 112138)


--- trunk/Source/WebCore/ChangeLog	2012-03-26 19:19:59 UTC (rev 112137)
+++ trunk/Source/WebCore/ChangeLog	2012-03-26 19:28:44 UTC (rev 112138)
@@ -1,3 +1,15 @@
+2012-03-26  Peter Rybin  <[email protected]>
+
+        Web Inspector: Expose InspectorTypeBuilder.h to other components
+        https://bugs.webkit.org/show_bug.cgi?id=82226
+
+        Reviewed by Vsevolod Vlasov.
+
+        This is a provisional commit that simplifies passing ealy warning system
+        for the main patch https://bugs.webkit.org/show_bug.cgi?id=81558
+
+        * WebCore.xcodeproj/project.pbxproj: config file is changed in Xcode UI.
+
 2012-03-26  Antaryami Pandia  <[email protected]>
 
         An <area> element remains focusable even though its associated <img> is not rendered.

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (112137 => 112138)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2012-03-26 19:19:59 UTC (rev 112137)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2012-03-26 19:28:44 UTC (rev 112138)
@@ -1571,6 +1571,8 @@
 		550A0BC9085F6039007353D6 /* QualifiedName.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 550A0BC7085F6039007353D6 /* QualifiedName.cpp */; };
 		550A0BCA085F6039007353D6 /* QualifiedName.h in Headers */ = {isa = PBXBuildFile; fileRef = 550A0BC8085F6039007353D6 /* QualifiedName.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		573D134714CE39FF0057ABCA /* InspectorTypeBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 573D134514CE39FF0057ABCA /* InspectorTypeBuilder.cpp */; };
+		578DA20E1520EB8C006141C1 /* InspectorFrontend.h in Headers */ = {isa = PBXBuildFile; fileRef = 4F4F5FFC11CBD30100A186BF /* InspectorFrontend.h */; settings = {ATTRIBUTES = (Private, ); }; };
+		578DA20F1520EBA3006141C1 /* InspectorTypeBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 573D134614CE39FF0057ABCA /* InspectorTypeBuilder.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		57B791A314C6A62900F202D1 /* HTMLContentSelector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57B7919F14C6A62900F202D1 /* HTMLContentSelector.cpp */; };
 		57B791A414C6A62900F202D1 /* HTMLContentSelector.h in Headers */ = {isa = PBXBuildFile; fileRef = 57B791A014C6A62900F202D1 /* HTMLContentSelector.h */; };
 		57B791A514C6A62900F202D1 /* ContentSelectorQuery.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 57B791A114C6A62900F202D1 /* ContentSelectorQuery.cpp */; };
@@ -22948,6 +22950,7 @@
 				F344C7141125B82C00F26EEE /* InspectorFrontendClient.h in Headers */,
 				F344C75311294D9D00F26EEE /* InspectorFrontendClientLocal.h in Headers */,
 				7A0E770F10C00A8800A0276E /* InspectorFrontendHost.h in Headers */,
+				578DA20E1520EB8C006141C1 /* InspectorFrontend.h in Headers */,
 				7A54858014E02D51006AE05A /* InspectorHistory.h in Headers */,
 				7ACD88D414C08BD60084EDD2 /* InspectorIndexedDBAgent.h in Headers */,
 				20D629271253690B00081543 /* InspectorInstrumentation.h in Headers */,
@@ -22961,6 +22964,7 @@
 				82AB1774125C826700C5069D /* InspectorStyleSheet.h in Headers */,
 				82889B4D13C62392009A6156 /* InspectorStyleTextEditor.h in Headers */,
 				754133A8102E00E800075D00 /* InspectorTimelineAgent.h in Headers */,
+				578DA20F1520EBA3006141C1 /* InspectorTypeBuilder.h in Headers */,
 				4F3289B611A42AAB005ABE7E /* InspectorValues.h in Headers */,
 				F3810C1C1365A49600ED6E33 /* InspectorWorkerAgent.h in Headers */,
 				F375CC071150D300008DDB81 /* InspectorWorkerResource.h in Headers */,
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to