Bug 131625 - Do more things under memory pressure on non-iOS platforms.
Summary: Do more things under memory pressure on non-iOS platforms.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-14 11:21 PDT by Andreas Kling
Modified: 2014-04-14 23:58 PDT (History)
4 users (show)

See Also:


Attachments
Patch (15.06 KB, patch)
2014-04-14 12:27 PDT, Andreas Kling
koivisto: 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-14 11:21:26 PDT
Many neat things that we do under memory pressure are guarded by PLATFORM(IOS). Let's remove some guards!
Comment 1 Andreas Kling 2014-04-14 12:27:40 PDT
Created attachment 229299 [details]
Patch
Comment 2 Andreas Kling 2014-04-14 16:04:26 PDT
Committed r167277: <http://trac.webkit.org/changeset/167277>
Comment 3 Alexey Proskuryakov 2014-04-14 23:45:29 PDT
There was a build fix in <http://trac.webkit.org/changeset/167279>.

Windows build is still broken:

     1>..\page\FrameView.cpp(3452): error C2065: '__PRETTY_FUNCTION__' : undeclared identifier
Comment 4 Pratik Solanki 2014-04-14 23:58:04 PDT
Trying to fix Windows in r167302 <https://trac.webkit.org/r167302>