Title: [154307] trunk/Source/WTF
Revision
154307
Author
[email protected]
Date
2013-08-19 17:02:42 -0700 (Mon, 19 Aug 2013)

Log Message

<https://webkit.org/b/120036> [iOS] Upstream Source/WTF Xcode project for iOS

Reviewed by David Kilzer.

Include iOS only WebCoreThread.* files in an ios group, and clean up
the included files a bit.

* WTF.xcodeproj/project.pbxproj:
* wtf/ios/WebCoreThread.cpp:
* wtf/ios/WebCoreThread.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (154306 => 154307)


--- trunk/Source/WTF/ChangeLog	2013-08-19 23:41:18 UTC (rev 154306)
+++ trunk/Source/WTF/ChangeLog	2013-08-20 00:02:42 UTC (rev 154307)
@@ -1,5 +1,18 @@
 2013-08-19  Joseph Pecoraro  <[email protected]>
 
+        <https://webkit.org/b/120036> [iOS] Upstream Source/WTF Xcode project for iOS
+
+        Reviewed by David Kilzer.
+
+        Include iOS only WebCoreThread.* files in an ios group, and clean up
+        the included files a bit.
+
+        * WTF.xcodeproj/project.pbxproj:
+        * wtf/ios/WebCoreThread.cpp:
+        * wtf/ios/WebCoreThread.h:
+
+2013-08-19  Joseph Pecoraro  <[email protected]>
+
         <https://webkit.org/b/119905> [iOS] Upstream Source/WTF
 
         Reviewed by Benjamin Poulain.

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (154306 => 154307)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2013-08-19 23:41:18 UTC (rev 154306)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2013-08-20 00:02:42 UTC (rev 154307)
@@ -51,6 +51,8 @@
 		1A1D8B9C173186CE00141DA4 /* FunctionDispatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A1D8B9B173186CE00141DA4 /* FunctionDispatcher.h */; };
 		1A1D8B9E1731879800141DA4 /* FunctionDispatcher.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1A1D8B9D1731879800141DA4 /* FunctionDispatcher.cpp */; };
 		1A6BB769162F300500DD16DB /* StreamBuffer.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A6BB768162F300500DD16DB /* StreamBuffer.h */; };
+		1FA47C8A152502DA00568D1B /* WebCoreThread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 1FA47C88152502DA00568D1B /* WebCoreThread.cpp */; };
+		1FA47C8B152502DA00568D1B /* WebCoreThread.h in Headers */ = {isa = PBXBuildFile; fileRef = 1FA47C89152502DA00568D1B /* WebCoreThread.h */; };
 		26147B0A15DDCCDC00DDB907 /* IntegerToStringConversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 26147B0815DDCCDC00DDB907 /* IntegerToStringConversion.h */; };
 		2C05385415BC819000F21B96 /* GregorianDateTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 2C05385315BC819000F21B96 /* GregorianDateTime.h */; };
 		2CCD892A15C0390200285083 /* GregorianDateTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2CCD892915C0390200285083 /* GregorianDateTime.cpp */; };
@@ -313,6 +315,8 @@
 		1A1D8B9D1731879800141DA4 /* FunctionDispatcher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FunctionDispatcher.cpp; sourceTree = "<group>"; };
 		1A3F6BE6174ADA2100B2EEA7 /* NeverDestroyed.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = NeverDestroyed.h; sourceTree = "<group>"; };
 		1A6BB768162F300500DD16DB /* StreamBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = StreamBuffer.h; sourceTree = "<group>"; };
+		1FA47C88152502DA00568D1B /* WebCoreThread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebCoreThread.cpp; sourceTree = "<group>"; };
+		1FA47C89152502DA00568D1B /* WebCoreThread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebCoreThread.h; sourceTree = "<group>"; };
 		26147B0815DDCCDC00DDB907 /* IntegerToStringConversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IntegerToStringConversion.h; sourceTree = "<group>"; };
 		2C05385315BC819000F21B96 /* GregorianDateTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GregorianDateTime.h; sourceTree = "<group>"; };
 		2CCD892915C0390200285083 /* GregorianDateTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = GregorianDateTime.cpp; sourceTree = "<group>"; };
@@ -553,6 +557,15 @@
 /* End PBXFrameworksBuildPhase section */
 
 /* Begin PBXGroup section */
+		1FA47C87152502DA00568D1B /* ios */ = {
+			isa = PBXGroup;
+			children = (
+				1FA47C88152502DA00568D1B /* WebCoreThread.cpp */,
+				1FA47C89152502DA00568D1B /* WebCoreThread.h */,
+			);
+			path = ios;
+			sourceTree = "<group>";
+		};
 		5D247B5714689B8600E78B76 = {
 			isa = PBXGroup;
 			children = (
@@ -595,6 +608,7 @@
 			isa = PBXGroup;
 			children = (
 				A8A47281151A825A004123FF /* dtoa */,
+				1FA47C87152502DA00568D1B /* ios */,
 				A8A472C4151A825A004123FF /* mac */,
 				A8A4731B151A825B004123FF /* text */,
 				A8A47339151A825B004123FF /* threads */,
@@ -1084,6 +1098,7 @@
 				A8A4747F151A825B004123FF /* VectorTraits.h in Headers */,
 				A8A47480151A825B004123FF /* VMTags.h in Headers */,
 				974CFC8E16A4F327006D5404 /* WeakPtr.h in Headers */,
+				1FA47C8B152502DA00568D1B /* WebCoreThread.h in Headers */,
 				A8A47446151A825B004123FF /* WTFString.h in Headers */,
 				A8A47487151A825B004123FF /* WTFThreadData.h in Headers */,
 			);
@@ -1222,6 +1237,7 @@
 				A8A4744E151A825B004123FF /* ThreadingPthreads.cpp in Sources */,
 				A8A47458151A825B004123FF /* TypeTraits.cpp in Sources */,
 				A8A47469151A825B004123FF /* UTF8.cpp in Sources */,
+				1FA47C8A152502DA00568D1B /* WebCoreThread.cpp in Sources */,
 				A8A47445151A825B004123FF /* WTFString.cpp in Sources */,
 				A8A47486151A825B004123FF /* WTFThreadData.cpp in Sources */,
 			);

Modified: trunk/Source/WTF/wtf/ios/WebCoreThread.cpp (154306 => 154307)


--- trunk/Source/WTF/wtf/ios/WebCoreThread.cpp	2013-08-19 23:41:18 UTC (rev 154306)
+++ trunk/Source/WTF/wtf/ios/WebCoreThread.cpp	2013-08-20 00:02:42 UTC (rev 154307)
@@ -6,10 +6,10 @@
  * are met:
  *
  * 1.  Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer. 
+ *     notice, this list of conditions and the following disclaimer.
  * 2.  Redistributions in binary form must reproduce the above copyright
  *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution. 
+ *     documentation and/or other materials provided with the distribution.
  *
  * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@@ -23,8 +23,9 @@
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-
 #include "config.h"
 #include "WebCoreThread.h"
 
+#if USE(WEB_THREAD)
 WTF_EXPORT_PRIVATE bool (*WebCoreWebThreadIsLockedOrDisabled)(void);
+#endif

Modified: trunk/Source/WTF/wtf/ios/WebCoreThread.h (154306 => 154307)


--- trunk/Source/WTF/wtf/ios/WebCoreThread.h	2013-08-19 23:41:18 UTC (rev 154306)
+++ trunk/Source/WTF/wtf/ios/WebCoreThread.h	2013-08-20 00:02:42 UTC (rev 154307)
@@ -6,10 +6,10 @@
  * are met:
  *
  * 1.  Redistributions of source code must retain the above copyright
- *     notice, this list of conditions and the following disclaimer. 
+ *     notice, this list of conditions and the following disclaimer.
  * 2.  Redistributions in binary form must reproduce the above copyright
  *     notice, this list of conditions and the following disclaimer in the
- *     documentation and/or other materials provided with the distribution. 
+ *     documentation and/or other materials provided with the distribution.
  *
  * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
@@ -24,9 +24,9 @@
  */
 
 // Since this is a shared header, with the same file name as a file in
-// WebCore we prefix this with _javascript_Core to make it unique.
-#ifndef _javascript_Core_WebCoreThread_h
-#define _javascript_Core_WebCoreThread_h
+// WebCore we prefix this with WTF to make it unique.
+#ifndef WTF_WebCoreThread_h
+#define WTF_WebCoreThread_h
 
 #ifdef __cplusplus
 extern "C" {
@@ -38,4 +38,4 @@
 }
 #endif
 
-#endif
+#endif // WTF_WebCoreThread_h
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to