Bug 144958 - Rename some StorageManager functions to indicate that they work on local storage entries
Summary: Rename some StorageManager functions to indicate that they work on local stor...
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-13 12:15 PDT by Anders Carlsson
Modified: 2015-05-13 12:25 PDT (History)
2 users (show)

See Also:


Attachments
Patch (9.05 KB, patch)
2015-05-13 12:16 PDT, Anders Carlsson
bdakin: 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-13 12:15:30 PDT
Rename some StorageManager functions to indicate that they work on local storage entries
Comment 1 Anders Carlsson 2015-05-13 12:16:09 PDT
Created attachment 253043 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-13 12:18:55 PDT
Attachment 253043 [details] did not pass style-queue:


ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.h:60:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.h:61:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.h:66:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.cpp:517:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.cpp:530:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/Storage/StorageManager.cpp:593:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 6 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Anders Carlsson 2015-05-13 12:25:36 PDT
Committed r184295: <http://trac.webkit.org/changeset/184295>