Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | MAINT-4009: Patching a leak of LLPluginSharedMemory objects from the ↵ | Stinson Linden | |
LLPluginProcessParent class. | |||
2014-05-20 | MAINT-4009: Ensuring that the cookie store is properly cleaned on app exit. | Stinson Linden | |
2013-11-06 | merge with release | Richard Linden | |
2013-10-08 | merge from viewer-release | Richard Linden | |
2013-10-04 | Pull merge of lindenlab/viewer-release | Merov Linden | |
2013-08-19 | Merge | Xiaohong Bao | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-05 | Merge downstream code - Vivox release | simon | |
2013-08-05 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-07-29 | ACME-755 : Fix erasing in live std::map (breaks build on Mac and Linux). | Merov Linden | |
2013-07-26 | ACME-755 Clear FB cookies by removing cookies from the .facebook.com domain | Gilbert Gonzales | |
2013-07-11 | Merged in viewer-release | Aura Linden | |
2013-06-05 | merge with viewer-release | Richard Linden | |
2013-05-16 | Removed debugging. | Aura Linden | |
2013-05-09 | Merge downstream code and viewer-beta | simon | |
2013-05-02 | Cmake doesn't like me | simon | |
2013-05-02 | Fix the cmake fix | simon | |
2013-04-23 | Fix Windows Debug build | simon | |
2013-04-19 | merge changes for DRTVWR-294 | Oz Linden | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-05 | Fixing issues with not detecting when LLSD XML parsing fails. Changing most ↵ | Don Kjer | |
http error handlers to understand LLSD error responses. Fleshing out most http error handler message spam. | |||
2013-01-24 | merging in viewer-beta. | Nyx Linden | |
Most of the merge was clean, a couple conflicts. Brought over a couple patches manually for llpolymesh. | |||
2013-01-04 | Automated merge with http://bitbucket.org/lindenlab/viewer-development | Richard Linden | |
2012-12-13 | Fixed whitespace issues for merge. | Aura Linden | |
2012-11-28 | SH-3563. Pull and merge from viewer-development. Modest code changes to fix ↵ | prep | |
alignment issue in llAppearance. | |||
2012-11-19 | merge with viewer-development | Richard Linden | |
2012-11-14 | SH-3406 WIP convert fast timers to lltrace system | Richard Linden | |
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 | |||
2012-11-12 | Ported slplugin and some other missing components for cocoa. | Aura Linden | |
2012-10-11 | Updating linux build to gcc4.6 | Don Kjer | |
2012-09-10 | Backing out the changes contributing to DRTVWR-167 and DRTVWR-179 from the ↵ | William Todd Stinson | |
repository. | |||
2012-06-06 | MAINT-1144: Defend against NULL LLPluginProcessParent::mProcess. | Nat Goodspeed | |
The change from LLProcessLauncher to LLProcess introduces the possibility of a NULL (default-constructed) LLProcessPtr. Add certain static LLProcess methods accepting LLProcessPtr, forwarding to nonstatic method when non-NULL but doing something reasonable with NULL. Use these methods in LLPLuginProcessParent. | |||
2012-01-21 | Convert LLProcess consumers from LLSD to LLProcess::Params block. | Nat Goodspeed | |
Using a Params block gives compile-time checking against attribute typos. One might inadvertently set myLLSD["autofill"] = false and only discover it when things behave strangely at runtime; but trying to set myParams.autofill will produce a compile error. However, it's excellent that the same LLProcess::create() method can accept either LLProcess::Params or a properly-constructed LLSD block. | |||
2012-01-20 | Per Richard, replace LLProcessLauncher with LLProcess. | Nat Goodspeed | |
LLProcessLauncher had the somewhat fuzzy mandate of (1) accumulating parameters with which to launch a child process and (2) sometimes tracking the lifespan of the ensuing child process. But a valid LLProcessLauncher object might or might not have ever been associated with an actual child process. LLProcess specifically tracks a child process. In effect, it's a fairly thin wrapper around a process HANDLE (on Windows) or pid_t (elsewhere), with lifespan management thrown in. A static LLProcess::create() method launches a new child; create() accepts an LLSD bundle with child parameters. So building up a parameter bundle is deferred to LLSD rather than conflated with the process management object. Reconcile all known LLProcessLauncher consumers in the viewer code base, notably the class unit tests. | |||
2011-12-12 | merge changes for vmrg-204 | Oz Linden | |
2011-11-30 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-11-29 | merge | Dave Parks | |
2011-11-28 | bumped up MSVC warning level to 3 to catch more stuff that gcc catches | Richard Linden | |
2011-11-28 | merge | Brad Payne (Vir Linden) | |
2011-11-24 | merge changes for vmrg-193 | Oz Linden | |
2011-11-21 | Greatly reduced the number of memcpy operations done on the media plug-in ↵ | Leslie Linden | |
message output pipe by removing 's = s.substr()' type operations. The output string is now cleared via 's.clear()' when its entire contents have been pumped and the beginning of the data is stored as an index when necessary, rather than modifying the initial string. Reviewed by davep. | |||
2011-11-04 | SH-2652 Don't allocate 6000+ strings every frame | Dave Parks | |
2011-10-28 | Merge with head | callum | |
2011-10-25 | EXP-1471 WIP Add support for zooming web pages by a scale facxtor | callum | |
2011-10-14 | Merge backout of b782a75c99e6 | Dave Parks | |
2011-10-14 | Backed out changeset b782a75c99e6 | Dave Parks | |
2011-09-12 | Removed windows line endings to conform to coding policy. | Leslie Linden | |
2011-09-02 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Linden | |
2011-08-31 | Automated merge with http://hg.secondlife.com/viewer-development | Richard Nelson | |
2011-08-31 | Merge | Xiaohong Bao | |
2011-08-29 | EXP-1122 FIX (Viewer) LLQtWebKit should support a JavaScript/content ↵ | callum | |
debugger to help content creators Viewer side changes to enable Web debugger. |