WebKit Bugzilla
Attachment 339587 Details for
Bug 185320
: Don't use GSFont* in minimal simulator mode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-185320-20180504131219.patch (text/plain), 1.36 KB, created by
Tim Horton
on 2018-05-04 13:12:20 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Tim Horton
Created:
2018-05-04 13:12:20 PDT
Size:
1.36 KB
patch
obsolete
>Subversion Revision: 231348 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 574d401bf31cbd40f22ed25fa3d5d62ae1743ffb..e48266461f39201b31cb163a92211981fd61c8d5 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,14 @@ >+2018-05-04 Tim Horton <timothy_horton@apple.com> >+ >+ Don't use GSFont* in minimal simulator mode >+ https://bugs.webkit.org/show_bug.cgi?id=185320 >+ <rdar://problem/39734478> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * page/cocoa/MemoryReleaseCocoa.mm: >+ (WebCore::platformReleaseMemory): >+ > 2018-05-03 Yusuke Suzuki <utatane.tea@gmail.com> > > Use subprocess.call instead of os.system to handle path with spaces >diff --git a/Source/WebCore/page/cocoa/MemoryReleaseCocoa.mm b/Source/WebCore/page/cocoa/MemoryReleaseCocoa.mm >index 206eafa5d64ac77da804076f263d3a652b5e0c08..e1615d68ac282e067cb855457142f3079e915c3a 100644 >--- a/Source/WebCore/page/cocoa/MemoryReleaseCocoa.mm >+++ b/Source/WebCore/page/cocoa/MemoryReleaseCocoa.mm >@@ -42,7 +42,7 @@ namespace WebCore { > > void platformReleaseMemory(Critical) > { >-#if PLATFORM(IOS) && !PLATFORM(IOS_SIMULATOR) >+#if PLATFORM(IOS) && !PLATFORM(IOS_SIMULATOR) && !ENABLE(MINIMAL_SIMULATOR) > // FIXME: Remove this call to GSFontInitialize() once <rdar://problem/32886715> is fixed. > GSFontInitialize(); > GSFontPurgeFontCache();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 185320
: 339587