Bug 170963 - [iOS][WK2] Prevent ephemeral files from being backed up
Summary: [iOS][WK2] Prevent ephemeral files from being backed up
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-04-18 13:45 PDT by Brent Fulgham
Modified: 2022-03-01 02:38 PST (History)
1 user (show)

See Also:


Attachments
Patch (9.60 KB, patch)
2017-04-18 14:03 PDT, Brent Fulgham
beidson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2017-04-18 13:45:05 PDT
Tell the OS that non-critical/ephemeral loading data should not be backed up or stored for future use.
Comment 1 Brent Fulgham 2017-04-18 14:00:51 PDT
<rdar://problem/30470332>
Comment 2 Brent Fulgham 2017-04-18 14:03:38 PDT
Created attachment 307415 [details]
Patch
Comment 3 Brady Eidson 2017-04-18 16:04:15 PDT
Comment on attachment 307415 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=307415&action=review

> Source/WebKit2/UIProcess/Cocoa/WebResourceLoadStatisticsStoreCocoa.mm:2
> + * Copyright (C) 2011 Apple Inc. All rights reserved.

Nope.
Comment 4 Brent Fulgham 2017-04-18 16:38:16 PDT
Committed r215488: <http://trac.webkit.org/changeset/215488>