Changeset 151941 in webkit


Ignore:
Timestamp:
Jun 24, 2013, 5:41:56 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

com.oracle.javadeployment.plist is not correctly specified in the JavaApplet plugin profile
https://bugs.webkit.org/show_bug.cgi?id=117961
<rdar://problem/14223823>

Patch by Simon Cooper <scooper@apple.com> on 2013-06-24
Reviewed by Alexey Proskuryakov.

Remove the trailing extraneous .plist from the preference file rule

  • Resources/PlugInSandboxProfiles/com.oracle.java.JavaAppletPlugin.sb:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r151940 r151941  
     12013-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
    1132013-06-24  Simon Cooper  <scooper@apple.com>
    214
  • trunk/Source/WebKit2/Resources/PlugInSandboxProfiles/com.oracle.java.JavaAppletPlugin.sb

    r150175 r151941  
    1717    "com.apple.java.JavaPreferences"
    1818    "com.apple.java.util.prefs")
    19 (shared-preferences-read-write "com.oracle.javadeployment.plist")
     19(shared-preferences-read-write "com.oracle.javadeployment")
    2020
    2121(allow file-read* file-write*
Note: See TracChangeset for help on using the changeset viewer.