Confirmed users
1,983
edits
(adding plugin entry point) |
(add some plugin data) |
||
| Line 63: | Line 63: | ||
= Plugin File Access = | = Plugin File Access = | ||
* {{bug|1270018}} NS_APP_CONTENT_PROCESS_TEMP_DIR | |||
** Re-routes NS_OS_TEMP_DIR in the content process to a sandbox safe temp directory. | |||
** Cleans up the directory on every restart. | |||
** [http://searchfox.org/mozilla-central/rev/496904277ce0143bc1a952f2eb2c7e6a81aa3d4d/dom/plugins/base/nsPluginHost.cpp#784 nsPluginHost::GetPluginTempDir] uses NS_APP_CONTENT_PROCESS_TEMP_DIR through NS_OS_TEMP_DIR. | |||
* {{bug|1284458}} nsPluginHost::GetPluginTempDir should return a sandbox writeable temp (Linux) | |||
* {{bug|1190032}} Sandbox failure in nsPluginHost::GetPluginTempDir (OSX) | |||
** Opened a file access exclusion and new sub dir for GetPluginTempDir on OSX | |||