Bug 145145 - WKWebsiteDataStore should fully support session storage
Summary: WKWebsiteDataStore should fully support session storage
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:
Depends on:
Blocks:
 
Reported: 2015-05-18 15:16 PDT by Anders Carlsson
Modified: 2015-05-18 15:39 PDT (History)
1 user (show)

See Also:


Attachments
Patch (14.58 KB, patch)
2015-05-18 15:19 PDT, Anders Carlsson
sam: 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-05-18 15:16:55 PDT
WKWebsiteDataStore should fully support session storage
Comment 1 Anders Carlsson 2015-05-18 15:19:42 PDT
Created attachment 253346 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-18 15:22:42 PDT
Attachment 253346 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.h:62:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.h:63:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.h:64:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.cpp:555:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.cpp:573:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.cpp:585:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 6 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2015-05-18 15:39:05 PDT
Committed r184516: <http://trac.webkit.org/changeset/184516>