Changeset 175961 in webkit


Ignore:
Timestamp:
Nov 11, 2014, 11:13:06 AM (11 years ago)
Author:
mmaxfield@apple.com
Message:

Cleanup from r175379
https://bugs.webkit.org/show_bug.cgi?id=138616

Reviewed by Simon Fraser.

Source/WebCore:

No new tests because there is no behavior change.

  • WebCore.exp.in:
  • platform/ios/WebCoreSystemInterfaceIOS.mm:
  • platform/mac/WebCoreSystemInterface.h:
  • platform/mac/WebCoreSystemInterface.mm:

Source/WebKit/mac:

  • WebCoreSupport/WebSystemInterface.mm:

(InitWebCoreSystemInterface):

  • WebKit.order:

Source/WebKit2:

  • WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:

(InitWebCoreSystemInterface):

  • mac/WebKit2.order:
Location:
trunk/Source
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r175960 r175961  
     12014-11-11  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Cleanup from r175379
     4        https://bugs.webkit.org/show_bug.cgi?id=138616
     5
     6        Reviewed by Simon Fraser.
     7
     8        No new tests because there is no behavior change.
     9
     10        * WebCore.exp.in:
     11        * platform/ios/WebCoreSystemInterfaceIOS.mm:
     12        * platform/mac/WebCoreSystemInterface.h:
     13        * platform/mac/WebCoreSystemInterface.mm:
     14
    1152014-11-11  Myles C. Maxfield  <mmaxfield@apple.com>
    216
  • trunk/Source/WebCore/WebCore.exp.in

    r175960 r175961  
    21512151_wkCGPathAddRoundedRect
    21522152_wkCGPatternCreateWithImageAndTransform
    2153 _wkCTRunGetInitialAdvance
    21542153_wkCopyCFURLResponseSuggestedFilename
    21552154_wkCopyCONNECTProxyResponse
  • trunk/Source/WebCore/platform/ios/WebCoreSystemInterfaceIOS.mm

    r175960 r175961  
    7575WEBCORE_EXPORT CTLineRef (*wkCreateCTLineWithUniCharProvider)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
    7676
    77 WEBCORE_EXPORT CGSize (*wkCTRunGetInitialAdvance)(CTRunRef);
    78 
    7977WEBCORE_EXPORT CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
    8078
  • trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.h

    r175960 r175961  
    239239extern CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
    240240
    241 extern CGSize (*wkCTRunGetInitialAdvance)(CTRunRef);
    242 
    243241#if PLATFORM(COCOA) && USE(CA) && !PLATFORM(IOS_SIMULATOR)
    244242extern CGContextRef (*wkIOSurfaceContextCreate)(IOSurfaceRef surface, unsigned width, unsigned height, CGColorSpaceRef colorSpace);
  • trunk/Source/WebCore/platform/mac/WebCoreSystemInterface.mm

    r175960 r175961  
    111111CTLineRef (*wkCreateCTLineWithUniCharProvider)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*);
    112112
    113 CGSize (*wkCTRunGetInitialAdvance)(CTRunRef);
    114 
    115113CTTypesetterRef (*wkCreateCTTypesetterWithUniCharProviderAndOptions)(const UniChar* (*provide)(CFIndex stringIndex, CFIndex* charCount, CFDictionaryRef* attributes, void*), void (*dispose)(const UniChar* chars, void*), void*, CFDictionaryRef options);
    116114
  • trunk/Source/WebKit/mac/ChangeLog

    r175960 r175961  
     12014-11-11  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Cleanup from r175379
     4        https://bugs.webkit.org/show_bug.cgi?id=138616
     5
     6        Reviewed by Simon Fraser.
     7
     8        * WebCoreSupport/WebSystemInterface.mm:
     9        (InitWebCoreSystemInterface):
     10        * WebKit.order:
     11
    1122014-11-11  Myles C. Maxfield  <mmaxfield@apple.com>
    213
  • trunk/Source/WebKit/mac/WebCoreSupport/WebSystemInterface.mm

    r175960 r175961  
    140140#endif
    141141    INIT(CreateCTTypesetterWithUniCharProviderAndOptions);
    142     INIT(CTRunGetInitialAdvance);
    143142#if !PLATFORM(IOS)
    144143    INIT(RecommendedScrollerStyle);
  • trunk/Source/WebKit/mac/WebKit.order

    r175960 r175961  
    735735-[WebFrame(WebInternal) _characterRangeAtPoint:]
    736736_WKCreateCTTypesetterWithUniCharProviderAndOptions
    737 _WKCTRunGetInitialAdvance
    738737-[WebView(WebViewEditing) selectedDOMRange]
    739738-[WebHTMLRepresentation attributedStringFrom:startOffset:to:endOffset:]
  • trunk/Source/WebKit2/ChangeLog

    r175960 r175961  
     12014-11-11  Myles C. Maxfield  <mmaxfield@apple.com>
     2
     3        Cleanup from r175379
     4        https://bugs.webkit.org/show_bug.cgi?id=138616
     5
     6        Reviewed by Simon Fraser.
     7
     8        * WebProcess/WebCoreSupport/mac/WebSystemInterface.mm:
     9        (InitWebCoreSystemInterface):
     10        * mac/WebKit2.order:
     11
    1122014-11-11  Myles C. Maxfield  <mmaxfield@apple.com>
    213
  • trunk/Source/WebKit2/WebProcess/WebCoreSupport/mac/WebSystemInterface.mm

    r175960 r175961  
    130130#endif // !PLATFORM(IOS_SIMULATOR)
    131131        INIT(CreateCTTypesetterWithUniCharProviderAndOptions);
    132         INIT(CTRunGetInitialAdvance);
    133132#if !PLATFORM(IOS)
    134133        INIT(RecommendedScrollerStyle);
  • trunk/Source/WebKit2/mac/WebKit2.order

    r175960 r175961  
    946946__ZN6WebKit18WebBackForwardList11forwardItemEv
    947947_WKCreateCTLineWithUniCharProvider
    948 _WKCTRunGetInitialAdvance
    949948_WKCreateCTTypesetterWithUniCharProviderAndOptions
    950949_WKSetCGFontRenderingMode
Note: See TracChangeset for help on using the changeset viewer.