Bug 181764

Summary: Deprecate Application Cache
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: ews-watchlist, ggaren, hongkongvers, joepeck, ramtin.beheshti, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
ggaren: review+
https://s3-us-west-2.amazonaws.com/minified-archives.webkit.org/mac-catalina-x86_64-release/266225.zip none

Alex Christensen
Reported 2018-01-17 14:06:34 PST
Deprecate Application Cache
Attachments
Patch (1.32 KB, patch)
2018-01-17 14:17 PST, Alex Christensen
ggaren: review+
https://s3-us-west-2.amazonaws.com/minified-archives.webkit.org/mac-catalina-x86_64-release/266225.zip (102 bytes, patch)
2020-08-27 01:02 PDT, GU PENGKUN
no flags
Alex Christensen
Comment 1 2018-01-17 14:17:05 PST
Geoffrey Garen
Comment 2 2018-01-17 14:19:24 PST
Comment on attachment 331540 [details] Patch r=me
Alex Christensen
Comment 3 2018-01-17 14:34:51 PST
Radar WebKit Bug Importer
Comment 4 2018-01-17 14:36:48 PST
Joseph Pecoraro
Comment 5 2018-01-17 16:22:26 PST
I think we should include a warning to the console on pages that make use of ApplicationCache. We did this in the past for things like webkitSubtle: > if (!m_webkitSubtle) { > m_webkitSubtle = WebKitSubtleCrypto::create(*downcast<Document>(scriptExecutionContext())); > scriptExecutionContext()->addConsoleMessage(MessageSource::Other, MessageLevel::Warning, ASCIILiteral("WebKitSubtleCrypto is deprecated. Please use SubtleCrypto instead.")); > }
Alex Christensen
Comment 6 2018-01-17 16:22:58 PST
Let's do it
Note You need to log in before you can comment on or make changes to this bug.