Changeset 204461 in webkit


Ignore:
Timestamp:
Aug 15, 2016 9:10:09 AM (8 years ago)
Author:
Brent Fulgham
Message:

Add Sandbox profile for Enterprise support version of Flash Player
https://bugs.webkit.org/show_bug.cgi?id=160753
<rdar://problem/17614483>

Reviewed by Andy Estes.

  • Resources/PlugInSandboxProfiles/com.macromedia.Flash Player ESR.plugin.sb: Added.
  • WebKit2.xcodeproj/project.pbxproj: Add reference to new sandbox profile.
Location:
trunk/Source/WebKit2
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r204458 r204461  
     12016-08-10  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Add Sandbox profile for Enterprise support version of Flash Player
     4        https://bugs.webkit.org/show_bug.cgi?id=160753
     5        <rdar://problem/17614483>
     6
     7        Reviewed by Andy Estes.
     8
     9        * Resources/PlugInSandboxProfiles/com.macromedia.Flash Player ESR.plugin.sb: Added.
     10        * WebKit2.xcodeproj/project.pbxproj: Add reference to new sandbox profile.
     11
    1122016-08-14  Dan Bernstein  <mitz@apple.com>
    213
  • trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj

    r204458 r204461  
    10771077                75A8D2E2187DEC1E00C39C9E /* APISession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75A8D2DD187DE87400C39C9E /* APISession.cpp */; };
    10781078                762B748D120BC75C00819339 /* WKPreferencesRefPrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = 762B7484120BBA2D00819339 /* WKPreferencesRefPrivate.h */; settings = {ATTRIBUTES = (Private, ); }; };
     1079                7A5E394A1D5BD8BE00B4B7CE /* com.macromedia.Flash Player ESR.plugin.sb in Resources */ = {isa = PBXBuildFile; fileRef = 7A5E39491D5BD8A700B4B7CE /* com.macromedia.Flash Player ESR.plugin.sb */; };
    10791080                7A791EFA1C7CFCF100C4C52B /* WebResourceLoadStatisticsStoreMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A791EF91C7CFB3700C4C52B /* WebResourceLoadStatisticsStoreMessageReceiver.cpp */; };
    10801081                7A791EFB1C7CFD0100C4C52B /* WebResourceLoadStatisticsStoreMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A791EF81C7CFB1000C4C52B /* WebResourceLoadStatisticsStoreMessages.h */; };
     
    31483149                762B7481120BBA0100819339 /* FontSmoothingLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FontSmoothingLevel.h; sourceTree = "<group>"; };
    31493150                762B7484120BBA2D00819339 /* WKPreferencesRefPrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WKPreferencesRefPrivate.h; sourceTree = "<group>"; };
     3151                7A5E39491D5BD8A700B4B7CE /* com.macromedia.Flash Player ESR.plugin.sb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "com.macromedia.Flash Player ESR.plugin.sb"; sourceTree = "<group>"; };
    31503152                7A791EF81C7CFB1000C4C52B /* WebResourceLoadStatisticsStoreMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebResourceLoadStatisticsStoreMessages.h; sourceTree = "<group>"; };
    31513153                7A791EF91C7CFB3700C4C52B /* WebResourceLoadStatisticsStoreMessageReceiver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebResourceLoadStatisticsStoreMessageReceiver.cpp; sourceTree = "<group>"; };
     
    57795781                                7CB16FE41724B9B5007A0A95 /* com.apple.WebKit.plugin-common.sb */,
    57805782                                7CB16FE51724B9B5007A0A95 /* com.macromedia.Flash Player.plugin.sb */,
     5783                                7A5E39491D5BD8A700B4B7CE /* com.macromedia.Flash Player ESR.plugin.sb */,
    57815784                                7CB16FE61724B9B5007A0A95 /* com.microsoft.SilverlightPlugin.sb */,
    57825785                                7CB16FE71724B9B5007A0A95 /* com.oracle.java.JavaAppletPlugin.sb */,
     
    85698572                                8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */,
    85708573                                93A2A3461D246125002B59D3 /* mediaIcon.pdf in Resources */,
     8574                                7A5E394A1D5BD8BE00B4B7CE /* com.macromedia.Flash Player ESR.plugin.sb in Resources */,
    85718575                        );
    85728576                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.