aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/media_plugins/webkit (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use qt/webkit 4.7.4 on linuxArmin Weatherwax2011-11-131-0/+3
|
* Fixed Windows compile error introduced in fe9a3d2b. Also made sure ↵McCabe Maxsted2010-11-231-0/+2
| | | | winsock2.h is always included before windows.h throughout the source to prevent collisions
* IMP-590: Added a thread-safe and robust wrapper for APR pools.Aleric Inglewood2010-11-171-9/+5
| | | | See http://redmine.imprudenceviewer.org/issues/590
* IMP-692: SNOW-713: Merge branch 'weekly' into SNOW-713Aleric Inglewood2010-11-091-2/+8
|\ | | | | | | | | | | | | Conflicts: linden/indra/newview/viewer_manifest.py Trivial proximity collision. Resolved.
| * Ported media_plugin_webkit changes from Snowglobe2, which are identical to ↵McCabe Maxsted2010-11-071-2/+8
| | | | | | | | SL2.3. This includes a more stable version of llqtwebkit for Windows
* | IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood2010-11-071-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.
* Fix llqtwebkit version incompatibility.Aleric Inglewood2010-11-021-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.
* Delete piece of code that is redundant.Aleric Inglewood2010-11-021-8/+0
|
* Only initialize WebCore resource(s) on linux.Aleric Inglewood2010-10-281-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?
* Remove the need for qglobal.h on non-standalone.Aleric Inglewood2010-10-271-1/+13
|
* Fix the errors "QCursor: Cannot create bitmap cursor; invalid bitmap(s)" at ↵Aleric Inglewood2010-10-221-0/+4
| | | | | | | start up of the webkit plugin. These are caused because builtin resources of QtWebKit weren't initialized.
* Comment out code to make it compile at all (with the latest llqtwebkit).Aleric Inglewood2010-10-151-0/+7
|
* Fixed plugin compile issues on windowsMcCabe Maxsted2010-09-232-1/+2
|
* update to viewer-external SLPlugin + webkit. Fixes (lots of) webpages not ↵Armin Weatherwax2010-09-239-66/+635
| | | | | | loading. Issue: llqtwebkit needs update for Linux 64bit
* Robin Cornelius: fixes for building plugins on Linux 64bitArmin Weatherwax2010-09-231-0/+4
|
* update llplugin to latest version of SG2, pull latest webkitArmin Weatherwax2010-09-231-0/+1
|
* update to latest SG2 media_pluginsArmin Weatherwax2010-09-236-114/+821
|
* port SG2.0 Mediaplugs (webkit supports flash now)Armin Weatherwax2010-09-232-80/+140
|
* Added fix for word size from Snowglobe (only for Windows--didn't update ↵McCabe Maxsted2010-09-231-6/+19
| | | | Linux or Mac as I can't test them)
* First LL update of plugins, mainly documentationArmin Weatherwax2010-09-231-14/+39
|
* llmediaplugins first stepArmin Weatherwax2010-09-232-0/+1014