aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llplugin (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-26Make nmake builds more like VS builds.David Walter Seikel1-1/+1
Still some tweaking to go, therefore, still some rough bits in this.
2011-05-17show plugin debug messages also on windowsArmin Weatherwax4-1/+76
2011-05-17send plugin messages with in notation format instead of xmlArmin Weatherwax1-5/+8
sideffect: media volume updates work on linuces where they failed.
2011-03-08Fixed windows compile errorMcCabe Maxsted1-1/+1
2011-03-01use logcontrol.xml also for SLPluginArmin Weatherwax1-3/+36
2011-03-01remove unused webkit include in llpluginArmin Weatherwax2-3/+0
2011-03-01Add short documentation to which project/s (viewer/SLPlugin/libmediaplugin) ↵Armin Weatherwax10-2/+18
llplugin* classes belong to Yes, I confess: I grepped for unique strings in the binaries, to be absolutely sure.
2011-03-01fix news bar doesn't open internal browserArmin Weatherwax1-1/+2
2011-02-10Patch by Armin to split apart the 'Plugin' logcontrol.xml entry to avoid ↵McCabe Maxsted5-104/+104
spam when debugging plugins
2010-11-23Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵McCabe Maxsted2-0/+4
winsock2.h is always included before windows.h throughout the source to prevent collisions
2010-11-17IMP-590: Added a thread-safe and robust wrapper for APR pools.Aleric Inglewood8-46/+36
See http://redmine.imprudenceviewer.org/issues/590
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood1-4/+0
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts.
2010-11-02Fix llqtwebkit version incompatibility.Aleric Inglewood2-39/+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.
2010-11-02Added conversion function for plugin EState to string infoMcCabe Maxsted2-1/+52
2010-10-21Add support for PluginAttachDebuggerToPlugins for linuxAleric Inglewood1-0/+11
Opens a terminal with a gdb session for newly started SLPlugin processes if PluginAttachDebuggerToPlugins is set to TRUE.
2010-10-17Add LLQTWEBKIT_INCLUDE_DIR to indra/llplugin/CMakeLists.txtAleric Inglewood1-1/+2
Make it find llqtwebkit.h with --standalone.
2010-10-15Rename LLRect::isNull to LLRect::isEmpty (a random thing I picked up from ↵Aleric Inglewood1-2/+2
snowglobe 2.x).
2010-10-15Comment out code to make it compile at all (with the latest llqtwebkit).Aleric Inglewood1-0/+4
2010-09-23update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵Armin Weatherwax17-83/+1757
loading. Issue: llqtwebkit needs update for Linux 64bit
2010-09-23Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax1-0/+4
2010-09-23update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax18-56/+115
2010-09-23port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax20-67/+178
2010-09-23Added fix for word size from Snowglobe (only for Windows--didn't update ↵McCabe Maxsted1-0/+7
Linux or Mac as I can't test them)
2010-09-23CMake now runs correctly on WindowsMcCabe Maxsted1-0/+8
2010-09-23llmediaplugins first stepArmin Weatherwax20-0/+5452