Age | Commit message (Collapse) | Author |
|
|
|
|
|
chopper)
|
|
|
|
Reviewed by Callum
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reviewed by Callum at http://codereview.lindenlab.com/5636001
|
|
|
|
updater service.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Changes:
* Set tooltip for sender name.
* Overridden handleTooltip() for the tooltip to be of normal (yellow) color.
|
|
|
|
|
|
width
- Added parameters for text boxes to follow right side of panel
|
|
- Decreased button width
|
|
- Corrected checkbox label
|
|
position parameters in
Change to llfloaterwebcontent.cpp is a whitespace change only to fix a broken checkin
|
|
fixed the freeze.
|
|
Prim faces in Webkit 4.7
Fixes broken text substituition of realm/host only.
|
|
thread on linux
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
animate)
|
|
Linux startup crash appears to be due to static/global C++ init of LLAtomic
types. The initializer with explicit value makes some runtime calls and it
looks like these assume, at least on Linux, that apr_initialize() has been
called. So move the static POST count to a member and provide accessors
and increment/decrement. Command queue was built on a pointer to a class
in anonymous namespace and that's not quite valid. Made it a nested
class (really a nested forward declaration) while keeping the derived
classes in anonymous.
|
|
as Search in Webkit 4.7 branch
|
|
|
|
|
|
|
|
|
|
|
|
human-readable strings.
Example: secondlife:///app/region/Ahern/10/20/30/ is displayed as "Ahern (10,20,30)".
|
|
|
|
|
|
|
|
from loading or progress bar
So many things wrong here it wasn't funny - button not enabled, button not connected to function, wrong call to stop browser etc.
|