Changeset 151941 in webkit
- Timestamp:
- Jun 24, 2013, 5:41:56 PM (12 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r151940 r151941 1 2013-06-24 Simon Cooper <scooper@apple.com> 2 3 com.oracle.javadeployment.plist is not correctly specified in the JavaApplet plugin profile 4 https://bugs.webkit.org/show_bug.cgi?id=117961 5 <rdar://problem/14223823> 6 7 Reviewed by Alexey Proskuryakov. 8 9 Remove the trailing extraneous .plist from the preference file rule 10 11 * Resources/PlugInSandboxProfiles/com.oracle.java.JavaAppletPlugin.sb: 12 1 13 2013-06-24 Simon Cooper <scooper@apple.com> 2 14 -
trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.oracle.java.JavaAppletPlugin.sb
r150175 r151941 17 17 "com.apple.java.JavaPreferences" 18 18 "com.apple.java.util.prefs") 19 (shared-preferences-read-write "com.oracle.javadeployment .plist")19 (shared-preferences-read-write "com.oracle.javadeployment") 20 20 21 21 (allow file-read* file-write*
Note:
See TracChangeset
for help on using the changeset viewer.