<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llplugin/tests, branch 26.1.1</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.1.1</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.1.1'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2018-01-18T00:13:19Z</updated>
<entry>
<title>Fixes for 'MAINT-8196 Remove LLPluginCookieStore from the viewer' and 'MAINT-8194 Remove per-frame calls to updateJavascriptObject()'</title>
<updated>2018-01-18T00:13:19Z</updated>
<author>
<name>callum_linden</name>
<email>none@none</email>
</author>
<published>2018-01-18T00:13:19Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=d3f544d39d204c60c6112f0ba4abd906ac28481a'/>
<id>urn:sha1:d3f544d39d204c60c6112f0ba4abd906ac28481a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove execute permission from many files that should not have it</title>
<updated>2015-11-10T14:48:56Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2015-11-10T14:48:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c8726aba303bcf1207b730a344536e25491420bc'/>
<id>urn:sha1:c8726aba303bcf1207b730a344536e25491420bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge with viewer-release</title>
<updated>2013-06-06T02:05:43Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-06-06T02:05:43Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=0a96b47663c99914c587cdcb8bcdc096bbf55fa3'/>
<id>urn:sha1:0a96b47663c99914c587cdcb8bcdc096bbf55fa3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Mac and Windows breakpad builds to latest</title>
<updated>2013-03-29T14:50:08Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-03-29T14:50:08Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bf6182daa8b4d7cea79310547f71d7a3155e17b0'/>
<id>urn:sha1:bf6182daa8b4d7cea79310547f71d7a3155e17b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>SH-3406 WIP convert fast timers to lltrace system</title>
<updated>2012-11-15T07:52:27Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2012-11-15T07:52:27Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=9d77e030d9a0d23cebce616631677459eec1612c'/>
<id>urn:sha1:9d77e030d9a0d23cebce616631677459eec1612c</id>
<content type='text'>
cleaning up build
moved most includes of windows.h to llwin32headers.h to disable min/max macros, etc
streamlined Time class and consolidated functionality in BlockTimer class
llfasttimer is no longer included via llstring.h, so had to add it manually in several places
</content>
</entry>
<entry>
<title>fixing test names for reporting purposes - removing ' test'. also, updated docs to remove that naming schema</title>
<updated>2010-08-25T05:26:07Z</updated>
<author>
<name>Aaron Terrell (Enus)</name>
<email>enus@lindenlab.com</email>
</author>
<published>2010-08-25T05:26:07Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=27e74d25a1827ea875f18f057a13e8c3c086c944'/>
<id>urn:sha1:27e74d25a1827ea875f18f057a13e8c3c086c944</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL (version 2.1)</title>
<updated>2010-08-13T11:24:57Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2010-08-13T11:24:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=06b0d72efa96b6a0ed665f7cd46f358c48929e7b'/>
<id>urn:sha1:06b0d72efa96b6a0ed665f7cd46f358c48929e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for EXT-6756:  google apps auth doesn't work right with shared media cookies</title>
<updated>2010-04-08T01:15:56Z</updated>
<author>
<name>Monroe Linden</name>
<email>monroe@lindenlab.com</email>
</author>
<published>2010-04-08T01:15:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=2ba90ca87174a6f29ae467b4677e4876cd113e8f'/>
<id>urn:sha1:2ba90ca87174a6f29ae467b4677e4876cd113e8f</id>
<content type='text'>
Added "HttpOnly" to the allowed field names in LLPluginCookieStore::Cookie::parse().  (This was the actual cause of the failure -- cookies with this field in them were silently failing to parse.)

Added some LL_WARNS logging on this sort of cookie parse failure, which will make similar problems much easier to track down in future.

Also added tags to most of the logging in llplugincookiestore.cpp to make it easier to selectively enable it when debugging.

Added a cookie with all allowable field names to the unit test.

Reviewed by Sam at http://codereview.lindenlab.com/1247014
</content>
</entry>
<entry>
<title>Added copyright header to new unit test.</title>
<updated>2010-04-01T01:53:50Z</updated>
<author>
<name>Monroe Linden</name>
<email>monroe@lindenlab.com</email>
</author>
<published>2010-04-01T01:53:50Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=68870a1f59c11a173353698b994f4540b214d57f'/>
<id>urn:sha1:68870a1f59c11a173353698b994f4540b214d57f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added unit test for LLPluginCookieStore.</title>
<updated>2010-04-01T01:51:09Z</updated>
<author>
<name>Monroe Linden</name>
<email>monroe@lindenlab.com</email>
</author>
<published>2010-04-01T01:51:09Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e868159922b97c5f7de4bdd83de65e135d16ff01'/>
<id>urn:sha1:e868159922b97c5f7de4bdd83de65e135d16ff01</id>
<content type='text'>
</content>
</entry>
</feed>
