aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/media_plugins/webkit (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-11-13use qt/webkit 4.7.4 on linuxArmin Weatherwax1-0/+3
2010-11-23Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵McCabe Maxsted1-0/+2
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 Inglewood1-9/+5
See http://redmine.imprudenceviewer.org/issues/590
2010-11-07Ported media_plugin_webkit changes from Snowglobe2, which are identical to ↵McCabe Maxsted1-2/+8
SL2.3. This includes a more stable version of llqtwebkit for Windows
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood1-12/+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 Inglewood1-3/+14
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-02Delete piece of code that is redundant.Aleric Inglewood1-8/+0
2010-10-28Only initialize WebCore resource(s) on linux.Aleric Inglewood1-7/+8
I searched the darwin and windows llqtwebkit tarballs and neither qInitResources_WebCore nor qInitResources_WebCore_QT_NAMESPACE exist in there... No idea why, but then we can't call it to initialize it now can we?
2010-10-27Remove the need for qglobal.h on non-standalone.Aleric Inglewood1-1/+13
2010-10-22Fix the errors "QCursor: Cannot create bitmap cursor; invalid bitmap(s)" at ↵Aleric Inglewood1-0/+4
start up of the webkit plugin. These are caused because builtin resources of QtWebKit weren't initialized.
2010-10-15Comment out code to make it compile at all (with the latest llqtwebkit).Aleric Inglewood1-0/+7
2010-09-23Fixed plugin compile issues on windowsMcCabe Maxsted2-1/+2
2010-09-23update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵Armin Weatherwax9-66/+635
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 Weatherwax1-0/+1
2010-09-23update to latest SG2 media_pluginsArmin Weatherwax6-114/+821
2010-09-23port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax2-80/+140
2010-09-23Added fix for word size from Snowglobe (only for Windows--didn't update ↵McCabe Maxsted1-6/+19
Linux or Mac as I can't test them)
2010-09-23First LL update of plugins, mainly documentationArmin Weatherwax1-14/+39
2010-09-23llmediaplugins first stepArmin Weatherwax2-0/+1014