aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llplugin/llpluginclassmedia.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix llqtwebkit version incompatibility.Aleric Inglewood2010-11-021-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch has the minimum changes needed to be compatible with LLQTWEBKIT_API_VERSION 2. From llqtwebkit.h: Version 2: indra/media_plugins/webkit/media_plugin_webkit.cpp: * Changed the usage of the event parameters in onClickLinkHref and onClickLinkNoFollow events slightly. The clicked URI for both should now be retrieved with getEventUri() instead of getStringValue(). The "target" string in onClickLinkHref is now retrieved with getStringValue() instead of getStringValue2(). * The contents of getStringValue2() in the onClickLinkHref event is now a unique ID for the window proxy the click targets. all changed files: * Removed the "link target type" concept, since it doesn't really belong here. Note that not all changes have been taken into account, since we need a LOT of code changes for MoaP before that gets relevant; most notably: "target" and "uuid" aren't used anywhere. The new LLEmbeddedBrowserWindowObserver::onWindowGeometryChangeRequested and LLEmbeddedBrowserWindowObserver::onRequestFilePicker are still not implemented. Version 1 introduced LLEmbeddedBrowserWindowObserver::onWindowCloseRequested which is also still not implemented.
* update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵Armin Weatherwax2010-09-231-0/+9
| | | | | | loading. Issue: llqtwebkit needs update for Linux 64bit
* update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax2010-09-231-3/+12
|
* port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax2010-09-231-4/+22
|
* llmediaplugins first stepArmin Weatherwax2010-09-231-0/+352