Changeset 196737 in webkit


Ignore:
Timestamp:
Feb 17, 2016 6:04:40 PM (8 years ago)
Author:
Ryan Haddad
Message:

Unreviewed, rolling out r196712.
https://bugs.webkit.org/show_bug.cgi?id=154371

This change caused 5 API test failures on ios-simulator
(Requested by ryanhaddad on #webkit).

Reverted changeset:

"[iOS] Purge GraphicsServices font cache on memory warning."
https://bugs.webkit.org/show_bug.cgi?id=154343
http://trac.webkit.org/changeset/196712

Patch by Commit Queue <commit-queue@webkit.org> on 2016-02-17

Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r196725 r196737  
     12016-02-17  Commit Queue  <commit-queue@webkit.org>
     2
     3        Unreviewed, rolling out r196712.
     4        https://bugs.webkit.org/show_bug.cgi?id=154371
     5
     6        This change caused 5 API test failures on ios-simulator
     7        (Requested by ryanhaddad on #webkit).
     8
     9        Reverted changeset:
     10
     11        "[iOS] Purge GraphicsServices font cache on memory warning."
     12        https://bugs.webkit.org/show_bug.cgi?id=154343
     13        http://trac.webkit.org/changeset/196712
     14
    1152016-02-17  Brady Eidson  <beidson@apple.com>
    216
  • trunk/Source/WebCore/platform/cocoa/MemoryPressureHandlerCocoa.mm

    r196712 r196737  
    4141
    4242#if PLATFORM(IOS)
    43 #import "GraphicsServicesSPI.h"
    4443#import "SystemMemory.h"
    4544#import "WebCoreThread.h"
     
    6766        ReliefLogger log("Drain IOSurfacePool");
    6867        IOSurfacePool::sharedPool().discardAllSurfaces();
    69     }
    70 #endif
    71 
    72 #if PLATFORM(IOS)
    73     {
    74         ReliefLogger log("Purging GraphicsServices font cache");
    75         GSFontPurgeFontCache();
    7668    }
    7769#endif
  • trunk/Source/WebCore/platform/spi/ios/GraphicsServicesSPI.h

    r196712 r196737  
    4242uint64_t GSCurrentEventTimestamp(void);
    4343CFStringRef GSSystemRootDirectory(void);
    44 void GSFontPurgeFontCache(void);
    4544
    4645WTF_EXTERN_C_END
Note: See TracChangeset for help on using the changeset viewer.