Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-15 | Tiny text change in the about box - indicates CEF and Chromium are ↵ | Callum Prentice | |
sub-components | |||
2020-05-14 | DRTVWR-476, SL-12204: Fix crash in Marketplace Listings. | Nat Goodspeed | |
The observed crash was due to sharing a stateful global resource (the global LLMessageSystem instance) between different tasks. Specifically, a coroutine sets its mMessageReader one way, expecting that value to persist until it's done with message parsing, but another coroutine sneaks in at a suspension point and sets it differently. Introduce LockMessageReader and LockMessageChecker classes, which must be instantiated by a consumer of the resource. The constructor of each locks a coroutine-aware mutex, so that for the lifetime of the lock object no other coroutine can instantiate another. Refactor the code so that LLMessageSystem::mMessageReader can only be modified by LockMessageReader, not by direct assignment. mMessageReader is now an instance of LLMessageReaderPointer, which supports dereferencing and comparison but not assignment. Only LockMessageReader can change its value. LockMessageReader addresses the use case in which the specific mMessageReader value need only persist for the duration of a single method call. Add an instance in LLMessageHandlerBridge::post(). LockMessageChecker is a subclass of LockMessageReader: both lock the same mutex. LockMessageChecker addresses the use case in which the specific mMessageReader value must persist across multiple method calls. Modify the methods in question to require a LockMessageChecker instance. Provide LockMessageChecker forwarding methods to facilitate calling the underlying LLMessageSystem methods via the LockMessageChecker instance. Add LockMessageChecker instances to LLAppViewer::idleNetwork(), a couple cases in idle_startup() and LLMessageSystem::establishBidirectionalTrust(). | |||
2020-05-12 | SL-13189 Mesh uploader - Autofill from _postfixes | Mnikolenko Productengine | |
2020-05-12 | SL-13064 Reverted changes that were causing Artifacts at HD620 | Andrey Kleshchev | |
2020-05-06 | DRTVWR-476: Merge branch 'master' of lindenlab/viewer into DRTVWR-476-boost-1.72 | Nat Goodspeed | |
2020-05-04 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
2020-05-04 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
2020-05-04 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer into DRTVWR-512 | Callum Prentice | |
2020-05-04 | Merged master into DRTVWR-508 | Andrey Kleshchev | |
2020-05-04 | Increment viewer version to 6.4.2 | Nat Goodspeed | |
following promotion of DRTVWR-500 | |||
2020-05-03 | Pick up first version of new Dullahan build autobuild scripts that builds ↵ | Callum Prentice | |
CEF wrapper first before building Dullahan. Change to version headers meant a change to appviewer.cpp too. | |||
2020-05-01 | SL-12678 Removed auto login retry | Andrey Kleshchev | |
2020-04-30 | SL-12898 Added https to allowed audio links | Andrey Kleshchev | |
2020-04-28 | Fix for SL-13138 - Remove extraneous additon of dullahan_host.exe that crept ↵ | Callum Prentice | |
in trying to make code signing work | |||
2020-04-28 | Remove dullahan_host.exe from signing list - doesn't change anything ↵ | Callum Prentice | |
security wise and leads to an extra copy of dullahan_host.exe because of a code signing bug | |||
2020-04-28 | Initial port of the changes from DRTVWR509 (Adult Swim) minus the volume ↵ | Callum Prentice | |
fall-off settings updates | |||
2020-04-28 | SL-13133 Numerical camera preset names sorting order fix | Andrey Lihatskiy | |
2020-04-27 | SL-12678 Removed auto login retry | Andrey Kleshchev | |
2020-04-26 | Merge branch 'master' into DRTVWR-460 | Andrey Lihatskiy | |
# Conflicts: # indra/llmath/llquaternion.h # indra/newview/lldrawpoolwater.cpp # indra/newview/lljoystickbutton.cpp # indra/newview/llvosky.cpp # indra/newview/skins/default/textures/textures.xml | |||
2020-04-25 | SL-13123 Cleanup | Andrey Kleshchev | |
2020-04-24 | SL-13123 Bind shape matrix orientation warning is misbehaving | Andrey Kleshchev | |
2020-04-24 | SL-307 Improvements to logging | Andrey Kleshchev | |
2020-04-24 | SL-307 Improvements to flashing color | Andrey Kleshchev | |
2020-04-24 | SL-13080 Mac build fix | Andrey Kleshchev | |
2020-04-24 | SL-13080 Filter out default overrides | Andrey Kleshchev | |
2020-04-23 | SL-13080 Changes for joint listings in mesh uploader | Andrey Kleshchev | |
2020-04-23 | SL-12678 Remove automatic retry of login | Andrey Kleshchev | |
2020-04-23 | SL-13074 FIXED [Mesh Uploader] "The texture is empty" error is displayed ↵ | Mnikolenko Productengine | |
after trying to upload the model with the texture from the non-English directory | |||
2020-04-23 | SL-12904 Temporarily use LLSD to avoid crashes on older viewers | Mnikolenko Productengine | |
2020-04-22 | SL-13077 remove floater specific variables from settings.xml | Andrey Kleshchev | |
2020-04-22 | SL-13078 Split LLModelPreview and LLFloaterModelPreview into separate files | Andrey Kleshchev | |
2020-04-22 | SL-13066 FIXED Model preview with is displayed when the ‘Upload Model’ ↵ | Mnikolenko Productengine | |
floater is minimized | |||
2020-04-21 | SL-13081 Model is unnaturally grey | Andrey Kleshchev | |
2020-04-21 | SL-13064 Artifacts on the preview with physics | Andrey Kleshchev | |
2020-04-21 | SL-10613 The Smooth parameter should be 0 by default | Mnikolenko Productengine | |
2020-04-21 | SL-13075 Fixed the uploaded model preview size | Andrey Lihatskiy | |
2020-04-21 | Merge branch 'master' into DRTVWR-482 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/app_settings/shaders/class1/objects/previewV.glsl # indra/newview/lldynamictexture.cpp # indra/newview/llfloatermodelpreview.cpp | |||
2020-04-20 | Restored SL-12732 after merge conflict | Andrey Kleshchev | |
2020-04-20 | SL-13040 Fixed crash at EnvironmentPersistAcrossLogin | Andrey Kleshchev | |
2020-04-20 | Merge branch 'master' into DRTVWR-500 | Andrey Lihatskiy | |
# Conflicts: # indra/newview/pipeline.cpp | |||
2020-04-20 | Merged master into DRTVWR-508 | Andrey Kleshchev | |
2020-04-20 | Increment viewer version to 6.4.1 | Nat Goodspeed | |
following promotion of DRTVWR-440 | |||
2020-04-20 | SL-12904 FIXED Camera Preset does not restore correctly when sitting | Mnikolenko Productengine | |
2020-04-17 | SL-13065 Fixed missing error and infinite cycle caused by too much logging | Andrey Kleshchev | |
2020-04-17 | SL-13062 Fixed Scaled-down 'Upload Model' floater having a frame at the bottom | Andrey Kleshchev | |
The way legacy_header_height works is just wrong... | |||
2020-04-17 | SL-13061 Fixed missing scroll handling | Andrey Kleshchev | |
2020-04-16 | SL-12607 Removed spacer | Andrey Kleshchev | |
2020-04-15 | SL-12607 Rearrange login panel | Andrey Kleshchev | |
2020-04-15 | SL-307 ImporterDebug is now logged into in-viewer log | Andrey Kleshchev | |
2020-04-15 | SL-10642 LLModelPreview logging fix | Andrey Lihatskiy | |