Commit Graph

192 Commits (2ba90ca87174a6f29ae467b4677e4876cd113e8f)

Author SHA1 Message Date
Tofu Linden 3ecec85feb Update Linux build of LLQtWebKit library.
This was built from:
revision c02879cea1c0070eb264e261d316a77d420741c7 in http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch)
revision f35a5eab8c2f in http://bitbucket.org/lindenlab/llqtwebkit/ (currently head of the 'cookie-api' branch)
2010-04-07 15:55:21 +01:00
Monroe Linden 3d0f02054e Updated Mac build of LLQtWebKit library.
This was built from:
revision c02879cea1c0070eb264e261d316a77d420741c7 in http://qt.gitorious.org/+lindenqt/qt/lindenqt (currently head of the 'lindenqt' branch)
revision f35a5eab8c2f in http://bitbucket.org/lindenlab/llqtwebkit/ (currently head of the 'cookie-api' branch)
2010-04-02 15:09:38 -07:00
Callum Prentice 9e1b600d9b DEV-47911: Backport webkit security fixes 2010-03-23 (via new version of LLQtWebKit/Windows) 2010-04-02 14:27:13 -07:00
Tofu Linden 61657d2e79 The linux counterpart to changeset 818541c93c7c 2010-03-29 14:14:07 +01:00
Monroe Linden 4e7838fb00 Implemented central storage mechanism for media plugin cookies.
Added LLPluginCookieStore, which manages the central list of cookies.

New Mac and Windows versions of llqtwebkit, built from the tip of the cookie-api branch on http://bitbucket.org/lindenlab/llqtwebkit/ (currently revision f35a5eab8c2f).

Added "set_cookies" and "cookie_set" messages to the media_browser message class in the plugin API, and made the webkit plugin use them appropriately.

Added methods to LLViewerMedia to read/write the cookie file and add/remove individual cookies.

Added hooks to read/write the cookie file (plugin_cookies.txt) in the same places as  the location history (idle_startup() in llstartup.cpp and LLAppViewer::cleanup(), respectively).

Reviewed by Richard at http://codereview.lindenlab.com/1006003
2010-03-26 15:39:21 -07:00
Tofu Linden 9eaf17dfad Fix linux llqtwebkit package's runtime borkage. 2010-03-22 11:26:02 +00:00
brad kittenbrink 241988c408 Unbreak the linux build, a new linux llqtwebkit package that actually includes the fix required for EXT-6401 & EXT-6402. 2010-03-19 14:41:25 -07:00
brad kittenbrink 53cf87ba50 Updated url for linux llqtwebkit package since s3 hosed the original (EXT-6401 & EXT-6402) 2010-03-19 12:34:31 -07:00
Callum Prentice c363865ccf Merge with tip 2010-03-19 12:21:55 -07:00
brad kittenbrink 3eb5a89f14 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-03-19 15:17:27 -04:00
brad kittenbrink c5fc6d3b2a New linux package of llqtwebkit library for EXT-6401 and EXT-6402 (add options to enable and disable javascript and flash plugins) 2010-03-19 15:16:50 -04:00
Callum Prentice 2a75b7b590 Merge with tip (another one) 2010-03-19 11:52:32 -07:00
Aimee Linden 107e076c83 EXT-6486 Update Vivox SDK to 3.1.0001.8181
New Vivox  SDK release to fix three main crash issues discovered through automatic crash reporting to Vivox enabled in Beta 4, along with extra diagnostics to help track down the cause of SLVoice failing to exit.
2010-03-19 17:40:39 +00:00
Callum Prentice 70df3c1fa7 EXT-6401 - Add feature to disable Javascript via prefs (updates Mac LLQtWebKit - via patch from Monroe) 2010-03-18 16:59:29 -07:00
Callum Prentice cb7fbc8a20 EXT-6466 "Move "Enable Cookies" checkbox...", EXT-6402 "Add feature to disable Web plugins via prefs" and EXT-6401 "Add feature to disable Javascript via prefs"
Apologies for the multiple commit of Jiras - these changes are closely related and impossible to commit deparately
Reviewed by Monroe
2010-03-18 16:53:27 -07:00
Callum Prentice d5e685306c (for B5) Fix for EXT-5823 "Include language in user-agent string" (implemented via JavaScript - not in ua string)
(for B5) Fix for EXT-5314 "Inworld Browser blanks out at credit card entry"
Note: also includes an update to install.xml that points to a new version of LLQtWebKit that is required for these fixes
2010-03-12 14:34:25 -08:00
Monroe Linden 6079a50186 New linux build of llqtwebkit.
Also, disabled LL_QTWEBKIT_USES_PIXMAPS define in media_plugin_webkit.cpp as the QPixmap changes have been backed out of the llqtwebkit build for now.
2010-03-12 13:49:40 -08:00
Monroe Linden bf767cc648 New mac build of llqtwebkit.
Built from revision da5938d041a1 of hg.lindenlab.com/monroe/llqtwebkit-4.6/
and commit 976cb208e4c1ae9df62bce979a5148d7b89172c5 of http://gitorious.org/+lindenqt/qt/lindenqt
2010-03-12 13:46:35 -08:00
Tofu Linden 7498504c92 EXT-5969 build and merge a shippable pixmap-based llqtwebkit for viewer2.0/linux
Maybe also: EXT-4495 flash content crashes Webkit on Linux
2010-03-04 17:22:22 +00:00
Aimee Linden e88f73d074 Merge from https://hg.lindenlab.com/q/viewer-hotfix/ 2010-02-25 20:07:39 +00:00
Aimee Linden 96da7000e3 Update Vivox SDK to 3.1.0001.8016 for DEV-46706 2010-02-25 19:57:48 +00:00
brad kittenbrink 722c5fb92e Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-02-22 16:43:59 -05:00
brad kittenbrink 342fa3cb44 Fix for my broken mac/linux boost packages in changeset bb66cb8a076a.
Removed shared libraries and added some convenience symbolic links.

implemented as a daggy fix.
2010-02-22 16:33:20 -05:00
Tofu Linden f43a9a181e Do the necessary stuff to package pulseaudio's headers and make it (in theory, not yet in practice) optional. 2010-02-22 16:50:26 +00:00
brad kittenbrink 8a02b64a5c New boost packages for all 3 platforms to fix boost.date_time link errors and SNOW-431. 2010-02-19 21:30:01 -05:00
Tofu Linden 65f8b95ae8 EXT-5552 Linux viewer running out of address space, crashing frequently and untracably
re-fixed.
2010-02-19 16:13:58 +00:00
Tofu Linden 58de7148da Backed out changeset 241ba20f5e05 (EXT-5552 Linux viewer running out of address space, crashing frequently and untracably)
A mis-build caused a side-effect.  Another fix to follow.
2010-02-19 15:55:00 +00:00
Tofu Linden 24c7e08b40 EXT-5552 Linux viewer running out of address space, crashing frequently and untracably
Yes, we were really hitting 3GB of address space.  And quickly.  Because we keep ~645 fonts mmap()d on a typical Linux system.  Switch to a libfreetype that doesn't mmap().  This is lower risk than fixing the font system right now...
2010-02-19 12:55:11 +00:00
Callum Prentice 494a42a680 Added reference to updated version of LLQtWebKit (Disables right click breakage in Flash)
Not reviewed (no useful info in this change)
2010-02-11 11:41:43 -08:00
Tofu Linden 9a19daccd0 EXT-3651 DEV-44500 Keyboard interaction does not work with Flash media
Update llqtwebkit to 4a97db00bfb1 from monroe's extern bb tree
2010-02-09 19:37:21 +00:00
Tofu Linden fa8f322ea4 upgrade qt+llqtwebkit. not quite as upgraded as it needs to be, but hopefully trunk-breaking. 2010-02-09 14:51:59 +00:00
Callum Prentice 7877bd3e8e Merge with tip 2010-02-08 15:41:25 -08:00
Callum Prentice a01a54bcbc New version of LLQTwebkit to fix cookie bug introduced by contractor :) 2010-02-08 15:40:25 -08:00
Monroe Linden 6cd1b17565 Rebuild of mac llqtwebkit library to pick up changeset 4a97db00bfb1 (fix for an accidentally deleted line that prevented cookie file from being read). 2010-02-08 15:33:32 -08:00
Callum Prentice cebf73337f Refer to updated LLQtWebKit with fix for potential cookie crash problem. 2010-02-08 11:30:52 -08:00
Monroe Linden 3699be5c45 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-02-05 18:38:16 -08:00
Monroe Linden 38acc15849 New mac llqtwebkit library built from:
Commit 2d75f75fcbfca93af40415a1499a849b560a65e6 of http://qt.gitorious.org/~girish/qt/girishs-qt/commits/lindenqt

Revision b8715abf32cd of https://bitbucket.org/monroe_linden/llqtwebkit-4.6/
2010-02-05 18:17:09 -08:00
Aimee Linden da44a78e6a EXT-5008 Update Vivox SDK to 3.1.0001.7930
Vivox release notes since 3.1.0001.7852:

    * SDKIII-2063: Having too many audio devices on a platform (more than 15) will crash the SDK
    * SDKIII-2047: P2P: vx_req_session_set_participant_volume_for_me was previously unsupported (EXT-3429)

    * SDKIII-2024: moderator mute-all works as expected
    * SDKIII-2025: voice fonts would not always parse correctly to provide expected transform
2010-02-05 13:17:10 +00:00
Callum Prentice 259fa5fd0b Merge with tip 2010-02-04 17:03:41 -08:00
Callum Prentice 80139d95ad added code to grab raw key codes from Win32 WPARAM and LPARAM and send to plugin
factored out keyboard message deserialization for media_plugin_webkit
new version of llqtwebkit with Girish's changes to keyboard and cursor handling code
2010-02-04 16:30:21 -08:00
Nat Goodspeed b1bba1fce4 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-02-03 13:43:30 -05:00
Monroe Linden a4aed31ad9 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0 2010-01-29 14:49:18 -08:00
Callum Prentice 8aadfb1cb6 Merge with tip 2010-01-20 15:30:07 -08:00
Callum Prentice 622f8b59ce Fix for EXT-4169 - drop down menus do not working in LLQtWebKit with Qt 4.6 2010-01-20 15:27:58 -08:00
Monroe Linden 20af2d325a New mac build of llqtwebkit to fix EXT-4169.
This build is based on:

Commit 16264ea12f1320e25f3d4fad3a9ddd4d3f8d2e68 of http://qt.gitorious.org/~girish/qt/girishs-qt/commits/lindenqt

Revision 24ce3025f844 of https://hg.lindenlab.com/monroe/llqtwebkit-4.6/
2010-01-20 15:17:48 -08:00
Tofu Linden 56f97bce04 DEV-45319 breed a good openal for voice+audio (second try) 2010-01-20 15:02:54 -08:00
Monroe Linden 572b8fc518 Changes to llqtwebkit keyboard event api.
Reference to new mac build of llqtwebkit (from revision 5e61bf24915f in https://hg.lindenlab.com/monroe/llqtwebkit-4.6).
2010-01-19 21:55:51 -08:00
Nat Goodspeed 062052ce3d Automated merge with http://192.168.2.103:8000 2010-01-19 16:41:46 -05:00
Nat Goodspeed aaecec3298 Automated merge with ssh://eniac69.lindenlab.com//local/nat/viewer-2-0-libs/ 2010-01-19 16:37:23 -05:00
Nat Goodspeed 46ce108073 Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0/ 2010-01-19 15:29:52 -05:00