Age | Commit message (Collapse) | Author |
|
|
|
chunk of XML - crasher on login
|
|
|
|
|
|
Two problems found in DLL involving threads. First, DllMain
was reinitializing a critical section for all entry reasons
(process attach, detach and thread attach, detach). Should
only be done on process attach. Second, static container
object was being modified and accessed without serialization.
Added some double-check locking to the initialization path
to reduce the total number of serialization calls made while
making the code thread safe.
|
|
Secondlife.log filehandle, XP Crash.
|
|
buttons activate when fields valid
|
|
|
|
box entries
|
|
|
|
|
|
|
|
Added browser widget back in and reformatted XML/XUI
|
|
|
|
- Removed logging for MAINT-3555
- Added NULL guard to fix MAINT-3703 (hopefully)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- LLFloaterView::mToolbarRects[3] was transformed to LLRect mToolbarLeftRect, mToolbarBottomRect, mToolbarRightRect;
|
|
about the return type for calls to LLView::getParent(): never assume a down
cast is possible.
|
|
|
|
|
|
- Removed a lot of logging code to reduce application close time
|
|
|
|
|
|
|
|
|
|
|
|
being performed
|
|
|
|
cause of the crash
|
|
|
|
|
|
codesigning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|