Bug 132074

Summary: [iOS] Memory pressure notification should fire on main thread.
Product: WebKit Reporter: Andreas Kling <kling>
Component: PlatformAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, mrowe
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: iOS 7.0   
Attachments:
Description Flags
Patch mrowe: review+

Description Andreas Kling 2014-04-23 13:44:16 PDT
bdash pointed out that it's pretty silly to fire pressure notifications on one thread, only to redispatch on main queue immediately.
Comment 1 Andreas Kling 2014-04-23 13:49:12 PDT
Created attachment 230002 [details]
Patch
Comment 2 Andreas Kling 2014-04-23 13:49:12 PDT
Created attachment 230001
Comment 3 Andreas Kling 2014-04-23 14:23:32 PDT
Committed r167722: <http://trac.webkit.org/changeset/167722>