Title: [212179] trunk/Source/WebKit/ios
Revision
212179
Author
aakash_j...@apple.com
Date
2017-02-10 20:54:32 -0800 (Fri, 10 Feb 2017)

Log Message

WebKitLegacy doesn't re-export various symbols from WebCore required by clients
https://bugs.webkit.org/show_bug.cgi?id=168158
<rdar://problem/24527933>

Reviewed by Dan Bernstein.

* WebKit.iOS.exp: Exporting various symbols which are required by clients. This
would enable clients to stop linking against WebCore and instead link against WebKit.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ios/ChangeLog (212178 => 212179)


--- trunk/Source/WebKit/ios/ChangeLog	2017-02-11 04:40:38 UTC (rev 212178)
+++ trunk/Source/WebKit/ios/ChangeLog	2017-02-11 04:54:32 UTC (rev 212179)
@@ -1,3 +1,14 @@
+2017-02-10  Aakash Jain  <aakash_j...@apple.com>
+
+        WebKitLegacy doesn't re-export various symbols from WebCore required by clients
+        https://bugs.webkit.org/show_bug.cgi?id=168158
+        <rdar://problem/24527933>
+
+        Reviewed by Dan Bernstein.
+
+        * WebKit.iOS.exp: Exporting various symbols which are required by clients. This 
+        would enable clients to stop linking against WebCore and instead link against WebKit.
+
 2017-02-02  Yongjun Zhang  <yongjun_zh...@apple.com>
 
         In iOS, we should take background assertion when accessing localstorage databases.

Modified: trunk/Source/WebKit/ios/WebKit.iOS.exp (212178 => 212179)


--- trunk/Source/WebKit/ios/WebKit.iOS.exp	2017-02-11 04:40:38 UTC (rev 212178)
+++ trunk/Source/WebKit/ios/WebKit.iOS.exp	2017-02-11 04:54:32 UTC (rev 212179)
@@ -1,9 +1,15 @@
+.objc_class_name_WAKWindow
+.objc_class_name_WebEvent
 .objc_class_name_WebGeolocationProviderIOS
 .objc_class_name_WebMIMETypeRegistry
 .objc_class_name_WebPDFView
 .objc_class_name_WebPDFViewPlaceholder
 .objc_class_name_WebPluginController
+.objc_class_name_WebScriptObject
 .objc_class_name_WebSelectionRect
+.objc_class_name_WebUndefined
+.objc_class_name_WAKView
+_WAKViewFrameSizeDidChangeNotification
 _WebDatabaseOriginsDidChangeNotification
 _WebKitCreatePathWithShrinkWrappedRects
 _WebKitGetLastLineBreakInBuffer
@@ -20,6 +26,22 @@
 _WebOpenPanelConfigurationMediaCaptureTypeKey
 _WebQuickLookFileNameKey
 _WebQuickLookUTIKey
+_WebThreadCallDelegateAsync
+_WebThreadCallDelegate
+_WebThreadIsCurrent
+_WebThreadIsEnabled
+_WebThreadIsLocked
+_WebThreadLock
+_WebThreadLockFromAnyThread
+_WebThreadLockPopModal
+_WebThreadLockPushModal
+_WebThreadMakeNSInvocation
+_WebThreadNotCurrent
+_WebThreadRun
+_WebThreadRunOnMainThread
+_WebThreadUnlock
+_WebThreadUnlockFromAnyThread
+_WebThreadUnlockGuardForMail
 _WebViewportHeightKey
 _WebViewportInitialScaleKey
 _WebViewportMaximumScaleKey
@@ -27,6 +49,8 @@
 _WebViewportUserScalableKey
 _WebViewportShrinkToFitKey
 _WebViewportWidthKey
+_WKGetCurrentGraphicsContext
+_WKSetCurrentGraphicsContext
 
 # So that we can use the MemoryMeasure class in MobileSafari
 __ZN6WebKit13MemoryMeasure10taskMemoryEv
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to