phoenix-firestorm/indra/llplugin
Monroe Linden fd799ca57e Fix for EXT-8089 (Log spam from SLPlugin about "autoreleased with no pool in place - just leaking")
Added slplugin-objc.mm.

Made SLPlugin do the cocoa setup during initialization, and create/delete an
autorelease pool each time through its main loop.  This should make plugin code
that's using autorelease correctly not leak.

Fixed a bug in the version of setupCocoa() used in the viewer (it was never
setting its "inited" variable).
2010-06-25 14:18:22 -07:00
..
slplugin Fix for EXT-8089 (Log spam from SLPlugin about "autoreleased with no pool in place - just leaking") 2010-06-25 14:18:22 -07:00
tests Fix for EXT-6756: google apps auth doesn't work right with shared media cookies 2010-04-07 18:15:56 -07:00
CMakeLists.txt Added unit test for LLPluginCookieStore. 2010-03-31 18:51:09 -07:00
llpluginclassmedia.cpp add debug code for EXT-7011: crash at LLPluginClassMedia::idle [secondlife-bin llpluginclassmedia.cpp:158] 2010-04-29 12:24:46 -06:00
llpluginclassmedia.h add debug code for EXT-7011: crash at LLPluginClassMedia::idle [secondlife-bin llpluginclassmedia.cpp:158] 2010-04-29 12:24:46 -06:00
llpluginclassmediaowner.h Implemented central storage mechanism for media plugin cookies. 2010-03-26 15:39:21 -07:00
llplugincookiestore.cpp Fix for EXT-6756: google apps auth doesn't work right with shared media cookies 2010-04-07 18:15:56 -07:00
llplugincookiestore.h Enable OpenID auth in the embedded webkit browser. 2010-03-31 13:53:40 -07:00
llplugininstance.cpp Fix some missing Doxygen comments 2009-12-04 14:37:50 -08:00
llplugininstance.h Fix some missing Doxygen comments 2009-12-04 14:37:50 -08:00
llpluginmessage.cpp Fix some missing Doxygen comments 2009-12-04 14:37:50 -08:00
llpluginmessage.h Fix some missing Doxygen comments 2009-12-04 14:37:50 -08:00
llpluginmessageclasses.h doxygen: exclude licensing blurbs 2009-11-30 14:46:35 -08:00
llpluginmessagepipe.cpp Incorporate suggestions from Richard's review of the LLPlugin changes. 2010-04-29 17:33:37 -07:00
llpluginmessagepipe.h Architectural changes to LLPlugin message processing. 2010-04-27 17:25:01 -07:00
llpluginprocesschild.cpp Architectural changes to LLPlugin message processing. 2010-04-27 17:25:01 -07:00
llpluginprocesschild.h Add a way for plugins to send a message and block waiting for the response 2010-04-23 15:50:22 -07:00
llpluginprocessparent.cpp Looks like the linux apr version is a bit too old to build 5458d58b4cd0. Use this workaround for now. 2010-04-30 08:27:56 +01:00
llpluginprocessparent.h Incorporate suggestions from Richard's review of the LLPlugin changes. 2010-04-29 17:33:37 -07:00
llpluginsharedmemory.cpp Added Doxygen comments 2009-12-09 12:52:27 -08:00
llpluginsharedmemory.h Added Doxygen comments 2009-12-09 12:52:27 -08:00