Changeset 223263 in webkit


Ignore:
Timestamp:
Oct 12, 2017 5:19:48 PM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Add API to clean CacheStorage data
https://bugs.webkit.org/show_bug.cgi?id=178034

Unreviewed.

Patch by Youenn Fablet <youenn@apple.com> on 2017-10-12

  • Shared/WebsiteData/WebsiteDataType.h: fixing the DOMCache value.
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r223262 r223263  
     12017-10-12  Youenn Fablet  <youenn@apple.com>
     2
     3        Add API to clean CacheStorage data
     4        https://bugs.webkit.org/show_bug.cgi?id=178034
     5
     6        Unreviewed.
     7
     8        * Shared/WebsiteData/WebsiteDataType.h: fixing the DOMCache value.
     9
    1102017-10-12  Stephan Szabo  <stephan.szabo@sony.com>
    211
  • trunk/Source/WebKit/Shared/WebsiteData/WebsiteDataType.h

    r223213 r223263  
    4949    ServiceWorkerRegistrations = 1 << 14,
    5050#endif
    51     DOMCache = 1 << 14,
     51    DOMCache = 1 << 15,
    5252};
    5353
Note: See TracChangeset for help on using the changeset viewer.