Changeset 204461 in webkit
- Timestamp:
- Aug 15, 2016, 9:10:09 AM (9 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r204458 r204461 1 2016-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 1 12 2016-08-14 Dan Bernstein <mitz@apple.com> 2 13 -
trunk/Source/WebKit2/WebKit2.xcodeproj/project.pbxproj
r204458 r204461 1077 1077 75A8D2E2187DEC1E00C39C9E /* APISession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 75A8D2DD187DE87400C39C9E /* APISession.cpp */; }; 1078 1078 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 */; }; 1079 1080 7A791EFA1C7CFCF100C4C52B /* WebResourceLoadStatisticsStoreMessageReceiver.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7A791EF91C7CFB3700C4C52B /* WebResourceLoadStatisticsStoreMessageReceiver.cpp */; }; 1080 1081 7A791EFB1C7CFD0100C4C52B /* WebResourceLoadStatisticsStoreMessages.h in Headers */ = {isa = PBXBuildFile; fileRef = 7A791EF81C7CFB1000C4C52B /* WebResourceLoadStatisticsStoreMessages.h */; }; … … 3148 3149 762B7481120BBA0100819339 /* FontSmoothingLevel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FontSmoothingLevel.h; sourceTree = "<group>"; }; 3149 3150 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>"; }; 3150 3152 7A791EF81C7CFB1000C4C52B /* WebResourceLoadStatisticsStoreMessages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebResourceLoadStatisticsStoreMessages.h; sourceTree = "<group>"; }; 3151 3153 7A791EF91C7CFB3700C4C52B /* WebResourceLoadStatisticsStoreMessageReceiver.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WebResourceLoadStatisticsStoreMessageReceiver.cpp; sourceTree = "<group>"; }; … … 5779 5781 7CB16FE41724B9B5007A0A95 /* com.apple.WebKit.plugin-common.sb */, 5780 5782 7CB16FE51724B9B5007A0A95 /* com.macromedia.Flash Player.plugin.sb */, 5783 7A5E39491D5BD8A700B4B7CE /* com.macromedia.Flash Player ESR.plugin.sb */, 5781 5784 7CB16FE61724B9B5007A0A95 /* com.microsoft.SilverlightPlugin.sb */, 5782 5785 7CB16FE71724B9B5007A0A95 /* com.oracle.java.JavaAppletPlugin.sb */, … … 8569 8572 8DC2EF530486A6940098B216 /* InfoPlist.strings in Resources */, 8570 8573 93A2A3461D246125002B59D3 /* mediaIcon.pdf in Resources */, 8574 7A5E394A1D5BD8BE00B4B7CE /* com.macromedia.Flash Player ESR.plugin.sb in Resources */, 8571 8575 ); 8572 8576 runOnlyForDeploymentPostprocessing = 0;
Note:
See TracChangeset
for help on using the changeset viewer.