phoenix-firestorm/indra/llplugin
Nat Goodspeed 47d9475707 Convert LLProcess consumers from LLSD to LLProcess::Params block.
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-21 11:45:15 -05:00
..
slplugin Backed out changeset b782a75c99e6 2011-10-14 11:52:40 -05:00
tests correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
CMakeLists.txt convert tabs to spaces where they are forbidden 2011-08-17 12:33:23 -04:00
llpluginclassmedia.cpp EXP-1471 WIP Add support for zooming web pages by a scale facxtor 2011-10-25 19:34:05 -07:00
llpluginclassmedia.h Automated merge with http://hg.secondlife.com/viewer-development 2011-11-30 17:57:09 -08:00
llpluginclassmediaowner.h EXP-1111 FIX LLQtWebKit (and related media system) should log events, progress etc. to make debugging problems easier 2011-08-26 17:27:15 -07:00
llplugincookiestore.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llplugincookiestore.h correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llplugininstance.cpp Merge backout of b782a75c99e6 2011-10-14 11:58:35 -05:00
llplugininstance.h bumped up MSVC warning level to 3 to catch more stuff that gcc catches 2011-11-28 19:16:49 -08:00
llpluginmessage.cpp correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llpluginmessage.h correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llpluginmessageclasses.h correct licenses (fix problem with license change merge) 2010-10-13 07:24:37 -04:00
llpluginmessagepipe.cpp Greatly reduced the number of memcpy operations done on the media plug-in message output pipe 2011-11-21 15:15:26 -08:00
llpluginmessagepipe.h merge changes for vmrg-204 2011-12-12 09:04:33 -05:00
llpluginprocesschild.cpp Merge backout of b782a75c99e6 2011-10-14 11:58:35 -05:00
llpluginprocesschild.h VWR-21275 FIX // *SOME* Windows systems fail to load the Qt plugins if the current working 2011-02-08 15:37:12 -08:00
llpluginprocessparent.cpp Convert LLProcess consumers from LLSD to LLProcess::Params block. 2012-01-21 11:45:15 -05:00
llpluginprocessparent.h Convert LLProcess consumers from LLSD to LLProcess::Params block. 2012-01-21 11:45:15 -05:00
llpluginsharedmemory.cpp Backed out changeset b782a75c99e6 2011-10-14 11:52:40 -05:00
llpluginsharedmemory.h Backed out changeset b782a75c99e6 2011-10-14 11:52:40 -05:00