Changeset 109652 in webkit


Ignore:
Timestamp:
Mar 2, 2012 9:31:13 PM (12 years ago)
Author:
ap@apple.com
Message:

Have a copy of plug-in sandboxing API header in WebCore
https://bugs.webkit.org/show_bug.cgi?id=80185
<rdar://problem/8242128>

Reviewed by Anders Carlsson.

  • plugins/npapi-sandbox.h: Added.
  • WebCore.xcodeproj/project.pbxproj: Added as unused file.
Location:
trunk/Source/WebCore
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r109642 r109652  
     12012-03-02  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Have a copy of plug-in sandboxing API header in WebCore
     4        https://bugs.webkit.org/show_bug.cgi?id=80185
     5        <rdar://problem/8242128>
     6
     7        Reviewed by Anders Carlsson.
     8
     9        * plugins/npapi-sandbox.h: Added.
     10
     11        * WebCore.xcodeproj/project.pbxproj: Added as unused file.
     12
    1132012-03-02  Emil A Eklund  <eae@chromium.org>
    214
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r109630 r109652  
    1284312843                E1284BD31044A01E00EAEB52 /* DOMPageTransitionEvent.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = DOMPageTransitionEvent.mm; sourceTree = "<group>"; };
    1284412844                E1284BD41044A01E00EAEB52 /* DOMPageTransitionEvent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOMPageTransitionEvent.h; sourceTree = "<group>"; };
     12845                E129CBD21501702200A7C5FB /* npapi-sandbox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "npapi-sandbox.h"; sourceTree = "<group>"; };
    1284512846                E12EDB7A0B308A78002704B6 /* EventTarget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = EventTarget.h; sourceTree = "<group>"; };
    1284612847                E12EDBE90B308E0B002704B6 /* EventTarget.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = EventTarget.cpp; sourceTree = "<group>"; };
     
    1494714948                                A9C6E4EE0D745E38006442E9 /* DOMPluginArray.h */,
    1494814949                                A9C6E6610D74671E006442E9 /* DOMPluginArray.idl */,
     14950                                E129CBD21501702200A7C5FB /* npapi-sandbox.h */,
    1494914951                                1A927FCF1416A15B003A83C8 /* npapi.h */,
    1495014952                                1A219B3A0DCA87AB0040E3A0 /* npfunctions.h */,
Note: See TracChangeset for help on using the changeset viewer.