-
- Downloads
Implemented central storage mechanism for media plugin cookies.
Added LLPluginCookieStore, which manages the central list of cookies. New Mac and Windows versions of llqtwebkit, built from the tip of the cookie-api branch on http://bitbucket.org/lindenlab/llqtwebkit/ (currently revision f35a5eab8c2f). Added "set_cookies" and "cookie_set" messages to the media_browser message class in the plugin API, and made the webkit plugin use them appropriately. Added methods to LLViewerMedia to read/write the cookie file and add/remove individual cookies. Added hooks to read/write the cookie file (plugin_cookies.txt) in the same places as the location history (idle_startup() in llstartup.cpp and LLAppViewer::cleanup(), respectively). Reviewed by Richard at http://codereview.lindenlab.com/1006003
Showing
- indra/llplugin/CMakeLists.txt 2 additions, 0 deletionsindra/llplugin/CMakeLists.txt
- indra/llplugin/llpluginclassmedia.cpp 14 additions, 0 deletionsindra/llplugin/llpluginclassmedia.cpp
- indra/llplugin/llpluginclassmedia.h 1 addition, 0 deletionsindra/llplugin/llpluginclassmedia.h
- indra/llplugin/llpluginclassmediaowner.h 2 additions, 0 deletionsindra/llplugin/llpluginclassmediaowner.h
- indra/llplugin/llplugincookiestore.cpp 600 additions, 0 deletionsindra/llplugin/llplugincookiestore.cpp
- indra/llplugin/llplugincookiestore.h 122 additions, 0 deletionsindra/llplugin/llplugincookiestore.h
- indra/media_plugins/webkit/media_plugin_webkit.cpp 17 additions, 0 deletionsindra/media_plugins/webkit/media_plugin_webkit.cpp
- indra/newview/llappviewer.cpp 2 additions, 0 deletionsindra/newview/llappviewer.cpp
- indra/newview/llstartup.cpp 3 additions, 0 deletionsindra/newview/llstartup.cpp
- indra/newview/llviewermedia.cpp 149 additions, 1 deletionindra/newview/llviewermedia.cpp
- indra/newview/llviewermedia.h 11 additions, 0 deletionsindra/newview/llviewermedia.h
- install.xml 4 additions, 4 deletionsinstall.xml
Loading
Please register or sign in to comment