Changeset 154015 in webkit


Ignore:
Timestamp:
Aug 13, 2013 11:54:54 AM (11 years ago)
Author:
Simon Fraser
Message:

Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
https://bugs.webkit.org/show_bug.cgi?id=119490

New versions of WKSI that fix a bug that caused spew about null CGContexts,
and update WebKitSystemInterface.h.

  • WebKitSystemInterface.h:
  • libWebKitSystemInterfaceLion.a:
  • libWebKitSystemInterfaceMountainLion.a:
Location:
trunk/WebKitLibraries
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitLibraries/ChangeLog

    r153859 r154015  
     12013-08-13  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Various media tests spew "CGContextScaleCTM: invalid context 0x0" errors
     4        https://bugs.webkit.org/show_bug.cgi?id=119490
     5
     6        New versions of WKSI that fix a bug that caused spew about null CGContexts,
     7        and update WebKitSystemInterface.h.
     8
     9        * WebKitSystemInterface.h:
     10        * libWebKitSystemInterfaceLion.a:
     11        * libWebKitSystemInterfaceMountainLion.a:
     12
    1132013-08-08  Alex Christensen  <achristensen@apple.com>
    214
  • trunk/WebKitLibraries/WebKitSystemInterface.h

    r150970 r154015  
    456456
    457457dispatch_source_t WKCreateVMPressureDispatchOnMainQueue(void);
    458 
     458#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
     459dispatch_source_t WKCreateMemoryStatusPressureCriticalDispatchOnMainQueue(void);
     460#endif
     461   
    459462#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1080
    460463bool WKExecutableWasLinkedOnOrBeforeLion(void);
     
    503506#endif
    504507
    505 bool WKIsJavaPlugInActive(void);
    506 void WKActivateJavaPlugIn(void);
    507 
    508508void WKCFNetworkSetOverrideSystemProxySettings(CFDictionaryRef);
    509509
Note: See TracChangeset for help on using the changeset viewer.