| Summary: | Simplify WebOriginDataManager(Proxy) and rename to UIProcessOriginDataManager and ChildProcessOriginDataManager | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Brady Eidson <beidson> | ||||
| Component: | WebKit2 | Assignee: | Brady Eidson <beidson> | ||||
| Status: | RESOLVED WONTFIX | ||||||
| Severity: | Normal | CC: | commit-queue, mkwst | ||||
| Priority: | P2 | ||||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Brady Eidson
2014-07-17 15:43:08 PDT
Created attachment 235097 [details]
Patch v1 - Rename, remove some cruft, add callbacks for all 3 API methods.
Attachment 235097 [details] did not pass style-queue:
ERROR: Source/WebKit2/UIProcess/API/C/WKOriginDataManager.cpp:30: Alphabetical sorting problem. [build/include_order] [4]
ERROR: Source/WebKit2/UIProcess/API/C/WKContext.cpp:50: Alphabetical sorting problem. [build/include_order] [4]
ERROR: Source/WebKit2/UIProcess/UIProcessOriginDataManager.cpp:30: Alphabetical sorting problem. [build/include_order] [4]
ERROR: Source/WebKit2/UIProcess/UIProcessOriginDataManager.cpp:83: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/UIProcessOriginDataManager.cpp:108: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/UIProcessOriginDataManager.cpp:132: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebKit2/Shared/ChildProcessOriginDataManager.cpp:30: Alphabetical sorting problem. [build/include_order] [4]
ERROR: Source/WebKit2/UIProcess/UIProcessOriginDataManager.h:56: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/UIProcessOriginDataManager.h:57: Extra space before ( in function call [whitespace/parens] [4]
ERROR: Source/WebKit2/UIProcess/UIProcessOriginDataManager.h:58: Extra space before ( in function call [whitespace/parens] [4]
Total errors found: 10 in 13 files
If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 235097 [details]
Patch v1 - Rename, remove some cruft, add callbacks for all 3 API methods.
Not going to do this right now.
|