Title: [213427] trunk/Source/WebKit2
- Revision
- 213427
- Author
- aakash_j...@apple.com
- Date
- 2017-03-04 11:53:01 -0800 (Sat, 04 Mar 2017)
Log Message
Add symbols required by TAPI in a header file
https://bugs.webkit.org/show_bug.cgi?id=169113
<rdar://problem/30772033>
Reviewed by Alexey Proskuryakov.
The symbols from binary and headers should match precisely, otherwise TAPI would
complain. There are few symbols which are not actually needed in header file, but
we still need to add them in a header file to make TAPI happy.
* Platform/ExtraPrivateSymbolsForTAPI.h: Added.
* WebKit2.xcodeproj/project.pbxproj: Added Platform/ExtraPrivateSymbolsForTAPI.h
Modified Paths
Added Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (213426 => 213427)
--- trunk/Source/WebKit2/ChangeLog 2017-03-04 19:32:04 UTC (rev 213426)
+++ trunk/Source/WebKit2/ChangeLog 2017-03-04 19:53:01 UTC (rev 213427)
@@ -1,3 +1,18 @@
+2017-03-04 Aakash Jain <aakash_j...@apple.com>
+
+ Add symbols required by TAPI in a header file
+ https://bugs.webkit.org/show_bug.cgi?id=169113
+ <rdar://problem/30772033>
+
+ Reviewed by Alexey Proskuryakov.
+
+ The symbols from binary and headers should match precisely, otherwise TAPI would
+ complain. There are few symbols which are not actually needed in header file, but
+ we still need to add them in a header file to make TAPI happy.
+
+ * Platform/ExtraPrivateSymbolsForTAPI.h: Added.
+ * WebKit2.xcodeproj/project.pbxproj: Added Platform/ExtraPrivateSymbolsForTAPI.h
+
2017-03-04 Joseph Pecoraro <pecor...@apple.com>
Remove duplicate initialization guard in WebKit2 logging initialization
Added: trunk/Source/WebKit2/Platform/ExtraPrivateSymbolsForTAPI.h (0 => 213427)
--- trunk/Source/WebKit2/Platform/ExtraPrivateSymbolsForTAPI.h (rev 0)
+++ trunk/Source/WebKit2/Platform/ExtraPrivateSymbolsForTAPI.h 2017-03-04 19:53:01 UTC (rev 213427)
@@ -0,0 +1,40 @@
+/*
+ * Copyright (C) 2017 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ * 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.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#pragma once
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+// FIXME: Remove these after <rdar://problem/30772033> is fixed.
+void DatabaseServiceInitializer();
+void NetworkServiceInitializer();
+void PluginServiceInitializer();
+void WebContentServiceInitializer();
+
+#ifdef __cplusplus
+}
+#endif
Modified: trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj (213426 => 213427)
--- trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2017-03-04 19:32:04 UTC (rev 213426)
+++ trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj 2017-03-04 19:53:01 UTC (rev 213427)
@@ -4230,6 +4230,7 @@
E49D40D81AD3FB210066B7B9 /* NetworkCacheBlobStorage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NetworkCacheBlobStorage.cpp; sourceTree = "<group>"; };
E4E8648E1B1673FB00C82F40 /* VersionChecks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VersionChecks.h; sourceTree = "<group>"; };
E4E8648F1B1673FB00C82F40 /* VersionChecks.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = VersionChecks.mm; sourceTree = "<group>"; };
+ ECA680D31E6904B500731D20 /* ExtraPrivateSymbolsForTAPI.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExtraPrivateSymbolsForTAPI.h; sourceTree = "<group>"; };
ECA680D71E690DF800731D20 /* WebProcessCocoa.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WebProcessCocoa.h; sourceTree = "<group>"; };
F036978715F4BF0500C3A80E /* WebColorPicker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebColorPicker.cpp; sourceTree = "<group>"; };
F43370961E4D6A4400052B0E /* _WKTestingDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = _WKTestingDelegate.h; sourceTree = "<group>"; };
@@ -7100,6 +7101,7 @@
1A7E814E1152D2240003695B /* mac */,
CE1A0BCA1A48E6C60054EF74 /* spi */,
51B15A7D138439B200321AD8 /* unix */,
+ ECA680D31E6904B500731D20 /* ExtraPrivateSymbolsForTAPI.h */,
51A7F2F4125BF8D4008AEB1D /* Logging.cpp */,
51A7F2F2125BF820008AEB1D /* Logging.h */,
0FDCD7F61D47E92A009F08BC /* LogInitialization.h */,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes