Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-20 | OPEN-312: Removed add_dependency entries for items listed in ↵ | Rider Linden | |
target_link_libraries. Superfluous. | |||
2015-12-15 | MAINT-5966 - file download failures need feedback | callum_linden | |
2015-11-19 | Fix javascript_enabled && plugins_enabled (wrong media class) and pull in ↵ | callum_linden | |
new LLCEFLib | |||
2015-11-16 | Update SetCookie code for new LLCEFLib API and add support for shoing/hising ↵ | callum_linden | |
developer console (Inspector) | |||
2015-11-10 | Added code to initiate controlled shutdown of plugins with timeouts for ↵ | Rider Linden | |
misbeahving plugin. | |||
2015-10-22 | MAINT-5775 FIX Split out cookies and cache directories into separate folders ↵ | callum_linden | |
and move cache to same place as viewer cache | |||
2015-10-21 | Fix windows line endings | callum_linden | |
2015-10-20 | Merge with tip of viewer-release | callum_linden | |
2015-10-19 | MAINT-5711 FIX profiles and marketplace are asking for a login each session | callum_linden | |
2015-10-02 | MAINT-5687: Remove old webkit from the make files and the repo. Ensure that ↵ | Rider Linden | |
it is no longer meaningfully referenced. | |||
2015-09-16 | tmp chckin - still needs latest llceflib to build | callum_linden | |
2015-09-03 | support for external links and location_changed messages | callum_linden | |
2015-07-23 | MAINT-5398 FIXED [BetaBreakers] TOS additional policy links cannot be ↵ | andreykproductengine | |
scrolled or closed once opened | |||
2015-07-17 | Changes to implement enable/disable cookies, javascript, plugins | callum_linden | |
2015-03-24 | Refer to new QuickTime third party package with fixes for VS2013 & re-add ↵ | callum_linden | |
QuickTime media plugin | |||
2015-01-07 | First cut at consuming new slplugins autobuild package. | Nat Goodspeed | |
The contents are extracted, but not yet built into the viewer installer. | |||
2014-12-12 | Remove unneeded media plugin header file | callum_linden | |
2014-10-17 | Update to build on Xcode 6.0: fix cocoa NSWindow redefinition error | callum_linden | |
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. |