Bug 165527 - [iOS] Remove bitrotted FrameLoader attempt to limit page caching under memory pressure.
Summary: [iOS] Remove bitrotted FrameLoader attempt to limit page caching under memory...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-07 07:24 PST by Andreas Kling
Modified: 2016-12-07 08:28 PST (History)
5 users (show)

See Also:


Attachments
Patch (3.32 KB, patch)
2016-12-07 07:25 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2016-12-07 07:24:08 PST
We don't allow page caching while under system memory pressure, so we don't need the code in FrameLoader that tries to preemptively evict cached pages before committing a new load.
Comment 1 Andreas Kling 2016-12-07 07:25:25 PST
Created attachment 296391 [details]
Patch
Comment 2 WebKit Commit Bot 2016-12-07 08:28:02 PST
Comment on attachment 296391 [details]
Patch

Clearing flags on attachment: 296391

Committed r209456: <http://trac.webkit.org/changeset/209456>
Comment 3 WebKit Commit Bot 2016-12-07 08:28:06 PST
All reviewed patches have been landed.  Closing bug.