Bug 132074 - [iOS] Memory pressure notification should fire on main thread.
Summary: [iOS] Memory pressure notification should fire on main thread.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified iOS 7.0
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-23 13:44 PDT by Andreas Kling
Modified: 2014-04-23 14:23 PDT (History)
2 users (show)

See Also:


Attachments
Patch (2.20 KB, patch)
2014-04-23 13:49 PDT, Andreas Kling
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>