From 4e7838fb004f67c51d1b9991ba6782be7036bd7e Mon Sep 17 00:00:00 2001 From: Monroe Linden Date: Fri, 26 Mar 2010 15:39:21 -0700 Subject: 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 --- install.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'install.xml') diff --git a/install.xml b/install.xml index 0f4ab373f5..25c9fdd045 100644 --- a/install.xml +++ b/install.xml @@ -948,9 +948,9 @@ anguage Infrstructure (CLI) international standard darwin md5sum - ada82d41467cdb7f8e25a442f58b6963 + 171bd85ebb81d319e1f15fab8092f8cd url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llqtwebkit-4.6-darwin-20100318.tar.bz2 + http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llqtwebkit-4.6-darwin-20100326.tar.bz2 linux @@ -962,9 +962,9 @@ anguage Infrstructure (CLI) international standard windows md5sum - 93b49cfea365fe082eda3e466a9beec3 + 04d86bb2eeed4f928d155cb5598ca6b5 url - http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/llqtwebkit-windows-qt4.6-20100318.tar.bz2 + http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/llqtwebkit-windows-qt4.6-20100326.tar.bz2 -- cgit v1.2.3 From 61657d2e7904ba7274a0ab5d451669d2ee7bb7cc Mon Sep 17 00:00:00 2001 From: Tofu Linden Date: Mon, 29 Mar 2010 14:14:07 +0100 Subject: The linux counterpart to changeset 818541c93c7c --- install.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.xml') diff --git a/install.xml b/install.xml index 25c9fdd045..a74b97230e 100644 --- a/install.xml +++ b/install.xml @@ -955,9 +955,9 @@ anguage Infrstructure (CLI) international standard linux md5sum - 7e7cd450525da133a459c659ea19207d + 455d9ce60837366a7e744751bdc8b6c3 url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llqtwebkit-linux-20100322.tar.bz2 + http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llqtwebkit-linux-20100329.tar.bz2 windows -- cgit v1.2.3 From 9e1b600d9b41afea62b2ba68fa8d5bc5861d1111 Mon Sep 17 00:00:00 2001 From: Callum Prentice Date: Fri, 2 Apr 2010 14:27:13 -0700 Subject: DEV-47911: Backport webkit security fixes 2010-03-23 (via new version of LLQtWebKit/Windows) --- install.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.xml') diff --git a/install.xml b/install.xml index a74b97230e..b9bcec3368 100644 --- a/install.xml +++ b/install.xml @@ -962,9 +962,9 @@ anguage Infrstructure (CLI) international standard windows md5sum - 04d86bb2eeed4f928d155cb5598ca6b5 + b873755dff5f4221b5a3ba63129435a7 url - http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/llqtwebkit-windows-qt4.6-20100326.tar.bz2 + http://viewer-source-downloads.s3.amazonaws.com/install_pkgs/llqtwebkit-windows-qt4.6-cookies-20100402.tar.bz2 -- cgit v1.2.3 From 3d0f02054e4268b8ef6eb1c93e8ed88e89d6f8df Mon Sep 17 00:00:00 2001 From: Monroe Linden Date: Fri, 2 Apr 2010 15:09:38 -0700 Subject: 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) --- install.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'install.xml') diff --git a/install.xml b/install.xml index b9bcec3368..899bd0a6cc 100644 --- a/install.xml +++ b/install.xml @@ -948,9 +948,9 @@ anguage Infrstructure (CLI) international standard darwin md5sum - 171bd85ebb81d319e1f15fab8092f8cd + 7d75751cbd8786ea4d710b50b5931b9b url - http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llqtwebkit-4.6-darwin-20100326.tar.bz2 + http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/llqtwebkit-4.6+cookies-darwin-20100402.tar.bz2 linux -- cgit v1.2.3