Bug 86282 - Cleanup ContentSecurityPolicy naming conventions.
Summary: Cleanup ContentSecurityPolicy naming conventions.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Minor
Assignee: Mike West
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-11 23:18 PDT by Mike West
Modified: 2012-05-12 01:30 PDT (History)
3 users (show)

See Also:


Attachments
Patch (7.91 KB, patch)
2012-05-12 00:21 PDT, Mike West
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.