[Webkit-unassigned] [Bug 153527] New: Move ContentSecurityPolicy.{cpp, h} to its own directory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 26 17:44:26 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153527

            Bug ID: 153527
           Summary: Move ContentSecurityPolicy.{cpp, h} to its own
                    directory
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org

We should move ContentSecurityPolicy.{cpp, h} to its own directory, say Source/WebCore/page/csp, so as to group Content Security Policy machinery in the source tree. Among other things, this will allow us to extract the policy parsing support classes (e.g. CSPDirectiveList) into their own files to improve the hackability of this code. Organizing all such CSP machinery into its own directory helps make relate all of the individual files by consolidating them under a single directory.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160127/4b597a39/attachment.html>


More information about the webkit-unassigned mailing list