-
- Downloads
Fix for EXT-5667 (support window.open() in shared media so google docs will work).
Moved the processing of clicks on _external and _blank targeted links from LLMediaCtrl to LLViewerMediaImpl. Removed LLMediaCtrl::setOpenInExternalBrowser() since that functionality is available through the use of the _external target attribute in web content. Removed LLMediaCtrl:: setOpenInInternalBrowser() since it was unimplemented and not used. Made the webkit media plugin set llqtwebkit's window open behavior to WOB_SIMULATE_BLANK_HREF_CLICK. This is #ifdefed out on Linux until we get a new Linux build of llqtwebkit.
Showing
- indra/media_plugins/webkit/media_plugin_webkit.cpp 7 additions, 1 deletionindra/media_plugins/webkit/media_plugin_webkit.cpp
- indra/newview/llfloaterhud.cpp 0 additions, 3 deletionsindra/newview/llfloaterhud.cpp
- indra/newview/llmediactrl.cpp 0 additions, 106 deletionsindra/newview/llmediactrl.cpp
- indra/newview/llmediactrl.h 0 additions, 9 deletionsindra/newview/llmediactrl.h
- indra/newview/llpanellogin.cpp 1 addition, 15 deletionsindra/newview/llpanellogin.cpp
- indra/newview/llviewermedia.cpp 61 additions, 0 deletionsindra/newview/llviewermedia.cpp
- indra/newview/llviewermedia.h 2 additions, 0 deletionsindra/newview/llviewermedia.h
Loading
Please register or sign in to comment