Changeset 77411 in webkit


Ignore:
Timestamp:
Feb 2, 2011 1:30:36 PM (13 years ago)
Author:
abarth@webkit.org
Message:

2011-02-02 Adam Barth <abarth@webkit.org>

Reviewed by Eric Seidel.

Add an empty file for Content Security Policy
https://bugs.webkit.org/show_bug.cgi?id=53573

Posting this as a separate patch because editing the build files is so
painful.

  • Android.mk:
  • CMakeLists.txt:
  • GNUmakefile.am:
  • WebCore.gypi:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebCore
Files:
2 added
8 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/Android.mk

    r77239 r77411  
    408408        page/Chrome.cpp \
    409409        page/Console.cpp \
     410        page/ContentSecurityPolicy.cpp \
    410411        page/ContextMenuController.cpp \
    411412        page/DOMSelection.cpp \
  • trunk/Source/WebCore/CMakeLists.txt

    r77239 r77411  
    12491249    page/Chrome.cpp
    12501250    page/Console.cpp
     1251    page/ContentSecurityPolicy.cpp
    12511252    page/ContextMenuController.cpp
    12521253    page/DOMSelection.cpp
  • trunk/Source/WebCore/ChangeLog

    r77408 r77411  
     12011-02-02  Adam Barth  <abarth@webkit.org>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Add an empty file for Content Security Policy
     6        https://bugs.webkit.org/show_bug.cgi?id=53573
     7
     8        Posting this as a separate patch because editing the build files is so
     9        painful.
     10
     11        * Android.mk:
     12        * CMakeLists.txt:
     13        * GNUmakefile.am:
     14        * WebCore.gypi:
     15        * WebCore.pro:
     16        * WebCore.vcproj/WebCore.vcproj:
     17        * WebCore.xcodeproj/project.pbxproj:
     18
    1192011-02-02  Dan Winship  <danw@gnome.org>
    220
  • trunk/Source/WebCore/GNUmakefile.am

    r77399 r77411  
    21792179        Source/WebCore/page/Console.cpp \
    21802180        Source/WebCore/page/Console.h \
     2181        Source/WebCore/page/ContentSecurityPolicy.cpp \
     2182        Source/WebCore/page/ContentSecurityPolicy.h \
    21812183        Source/WebCore/page/ContextMenuClient.h \
    21822184        Source/WebCore/page/ContextMenuController.cpp \
  • trunk/Source/WebCore/WebCore.gypi

    r77239 r77411  
    22742274            'page/Console.cpp',
    22752275            'page/Console.h',
     2276            'page/ContentSecurityPolicy.cpp',
     2277            'page/ContentSecurityPolicy.h',
    22762278            'page/ContextMenuClient.h',
    22772279            'page/ContextMenuController.cpp',
  • trunk/Source/WebCore/WebCore.pro

    r77239 r77411  
    11291129    page/Chrome.cpp \
    11301130    page/Console.cpp \
     1131    page/ContentSecurityPolicy.cpp \
    11311132    page/ContextMenuController.cpp \
    11321133    page/DOMSelection.cpp \
  • trunk/Source/WebCore/WebCore.vcproj/WebCore.vcproj

    r77251 r77411  
    2439524395                        </File>
    2439624396                        <File
     24397                                RelativePath="..\page\ContentSecurityPolicy.cpp"
     24398                                >
     24399                        </File>
     24400                        <File
     24401                                RelativePath="..\page\ContentSecurityPolicy.h"
     24402                                >
     24403                        </File>
     24404                        <File
    2439724405                                RelativePath="..\page\ContextMenuClient.h"
    2439824406                                >
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r77322 r77411  
    31163116                97BC84B412371180000C6161 /* TextDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC84B212371180000C6161 /* TextDocument.h */; };
    31173117                97C078501165D5BE003A32EF /* SuffixTree.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C0784F1165D5BE003A32EF /* SuffixTree.h */; };
     3118                97C471DB12F925BD0086354B /* ContentSecurityPolicy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97C471D912F925BC0086354B /* ContentSecurityPolicy.cpp */; };
     3119                97C471DC12F925BD0086354B /* ContentSecurityPolicy.h in Headers */ = {isa = PBXBuildFile; fileRef = 97C471DA12F925BD0086354B /* ContentSecurityPolicy.h */; };
    31183120                97DCE20110807C750057D394 /* HistoryController.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97DCE1FF10807C750057D394 /* HistoryController.cpp */; };
    31193121                97DCE20210807C750057D394 /* HistoryController.h in Headers */ = {isa = PBXBuildFile; fileRef = 97DCE20010807C750057D394 /* HistoryController.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    95149516                97C0784F1165D5BE003A32EF /* SuffixTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SuffixTree.h; sourceTree = "<group>"; };
    95159517                97C1F552122855CB00EDE616 /* HTMLToken.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTMLToken.h; path = parser/HTMLToken.h; sourceTree = "<group>"; };
     9518                97C471D912F925BC0086354B /* ContentSecurityPolicy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ContentSecurityPolicy.cpp; sourceTree = "<group>"; };
     9519                97C471DA12F925BD0086354B /* ContentSecurityPolicy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ContentSecurityPolicy.h; sourceTree = "<group>"; };
    95169520                97DCE1FF10807C750057D394 /* HistoryController.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HistoryController.cpp; sourceTree = "<group>"; };
    95179521                97DCE20010807C750057D394 /* HistoryController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HistoryController.h; sourceTree = "<group>"; };
     
    1399213996                                BC0B36A20CD3C67C00AC7EB5 /* Console.h */,
    1399313997                                BC0B36A30CD3C67C00AC7EB5 /* Console.idl */,
     13998                                97C471D912F925BC0086354B /* ContentSecurityPolicy.cpp */,
     13999                                97C471DA12F925BD0086354B /* ContentSecurityPolicy.h */,
    1399414000                                065AD4F20B0C2EDA005A2B1D /* ContextMenuClient.h */,
    1399514001                                065AD4F30B0C2EDA005A2B1D /* ContextMenuController.cpp */,
     
    2247922485                                BCE4413612F7490B009B84B8 /* FontWidthVariant.h in Headers */,
    2248022486                                14947FFE12F80CD200A0F631 /* DocumentOrderedMap.h in Headers */,
     22487                                97C471DC12F925BD0086354B /* ContentSecurityPolicy.h in Headers */,
    2248122488                        );
    2248222489                        runOnlyForDeploymentPostprocessing = 0;
     
    2517925186                                BCE4413312F748E2009B84B8 /* RenderCombineText.cpp in Sources */,
    2518025187                                14947FFD12F80CD200A0F631 /* DocumentOrderedMap.cpp in Sources */,
     25188                                97C471DB12F925BD0086354B /* ContentSecurityPolicy.cpp in Sources */,
    2518125189                        );
    2518225190                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.