Bug 144032 - WKWebsiteDataStore doesn't track and remove IndexedDB databases
Summary: WKWebsiteDataStore doesn't track and remove IndexedDB databases
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
: 144031 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-04-21 19:33 PDT by Anders Carlsson
Modified: 2021-08-11 14:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (24.86 KB, patch)
2015-04-21 19:36 PDT, Anders Carlsson
no flags Details | Formatted Diff | Diff
Patch (24.89 KB, patch)
2015-04-21 19:37 PDT, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-04-21 19:33:38 PDT
WKWebsiteDataStore doesn't track and remove IndexedDB databases
Comment 1 Anders Carlsson 2015-04-21 19:36:22 PDT
Created attachment 251294 [details]
Patch
Comment 2 Anders Carlsson 2015-04-21 19:37:04 PDT
Created attachment 251295 [details]
Patch
Comment 3 WebKit Commit Bot 2015-04-21 19:39:01 PDT
Attachment 251295 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.cpp:88:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.cpp:98:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.cpp:106:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h:51:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h:52:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h:53:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h:88:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h:89:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Databases/DatabaseProcessProxy.h:90:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:205:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:222:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:250:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:251:  Wrong number of spaces before statement. (expected: 12)  [whitespace/indent] [4]
ERROR: Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:262:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:282:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:294:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/DatabaseProcess/DatabaseProcess.cpp:303:  Missing space around : in range-based for statement  [whitespace/colon] [4]
Total errors found: 17 in 13 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Tim Horton 2015-04-21 19:39:48 PDT
Comment on attachment 251294 [details]
Patch

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

> Source/WebKit2/UIProcess/API/Cocoa/WKWebsiteDataRecord.mm:66
> +        [array addObject:@"Indexed DB"];

is it really ever "Indexed DB"? I see "Indexed Database" and "IndexedDB", but never "Indexed DB".
Comment 5 Anders Carlsson 2015-04-21 19:48:02 PDT
Committed r183093: <http://trac.webkit.org/changeset/183093>
Comment 6 Sihui Liu 2021-08-11 14:30:22 PDT
*** Bug 144031 has been marked as a duplicate of this bug. ***