RESOLVED FIXED 131653
[iOS WebKit2] Listen for system memory pressure notifications.
https://bugs.webkit.org/show_bug.cgi?id=131653
Summary [iOS WebKit2] Listen for system memory pressure notifications.
Andreas Kling
Reported 2014-04-14 18:01:38 PDT
Attachments
Patch (5.17 KB, patch)
2014-04-15 10:43 PDT, Andreas Kling
no flags
Patch (5.14 KB, patch)
2014-04-15 10:53 PDT, Andreas Kling
no flags
Patch (4.38 KB, patch)
2014-04-15 13:10 PDT, Andreas Kling
no flags
Patch (3.81 KB, patch)
2014-04-15 13:10 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2014-04-15 10:43:22 PDT
Pratik Solanki
Comment 2 2014-04-15 10:48:36 PDT
Comment on attachment 229377 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=229377&action=review > Source/WebCore/platform/cocoa/MemoryPressureHandlerCocoa.mm:77 > +#elif MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 Make this PLATFORM(MAC) && MAC_OS_X_VERSION_MIN_REQUIRED >= 1090 otherwise iOS 7.1 compiles will likely fail. > Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm:1076 > +// return GestureType::PhraseBoundary; Stray changes. > Source/WebKit2/UIProcess/ios/WKContentViewInteraction.mm:1115 > + // return UIWKGesturePhraseBoundary; More stray changes.
Andreas Kling
Comment 3 2014-04-15 10:53:44 PDT
Andreas Kling
Comment 4 2014-04-15 13:10:03 PDT
Andreas Kling
Comment 5 2014-04-15 13:10:52 PDT
WebKit Commit Bot
Comment 6 2014-04-15 17:02:00 PDT
Comment on attachment 229396 [details] Patch Clearing flags on attachment: 229396 Committed r167338: <http://trac.webkit.org/changeset/167338>
WebKit Commit Bot
Comment 7 2014-04-15 17:02:03 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.