Bug 86282

Summary: Cleanup ContentSecurityPolicy naming conventions.
Product: WebKit Reporter: Mike West <mkwst>
Component: WebCore Misc.Assignee: Mike West <mkwst>
Status: RESOLVED FIXED    
Severity: Minor CC: abarth, sam, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Mike West 2012-05-11 23:18:53 PDT
Two tiny changes:

1. `reportURIs` and `reportURLs` are both used within the CSP implementation. We should standardize on `reportURIs` to match the spec.
2. `ContentSecurityPolicy::allowConnectFromSource` should probably be renamed to `allowConnectToSource` for clarity.
Comment 1 Mike West 2012-05-12 00:21:41 PDT
Created attachment 141555 [details]
Patch
Comment 2 Adam Barth 2012-05-12 00:56:35 PDT
Comment on attachment 141555 [details]
Patch

Thanks!
Comment 3 WebKit Review Bot 2012-05-12 01:30:47 PDT
Comment on attachment 141555 [details]
Patch

Clearing flags on attachment: 141555

Committed r116842: <http://trac.webkit.org/changeset/116842>
Comment 4 WebKit Review Bot 2012-05-12 01:30:51 PDT
All reviewed patches have been landed.  Closing bug.