Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-24 | SOCIAL-551 WIP add buttons to open people and profile windows | Richard Linden | |
detecting if a profile window is visible now relies on the key the window was opened with and not the current url of that window this way you can navigate away from your profile and still close the window with the profile button removed unused getURL() function | |||
2011-02-23 | SOCIAL-551 WIP Add buttons to open people and profile windows | Richard Linden | |
add URL accessor for web content floaters | |||
2011-01-06 | STORM-826 (workaround): correct mixed and dos-style line endings | Oz Linden | |
2010-12-20 | Fix for a couple of minor merge issues. | Monroe Linden | |
2010-12-17 | SOCIAL-395 (FIX) LLWebContentFloater not handling Javascript size and window ↵ | callum | |
position parameters in Change to llfloaterwebcontent.cpp is a whitespace change only to fix a broken checkin | |||
2010-12-16 | SOCIAL-392 FIX Web Content Panel does not save location history between sessions | callum | |
2010-12-15 | SOCIAL-389 FIX Stop button in Web Content panel does not stop page content ↵ | callum | |
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. | |||
2010-12-14 | SOCIAL-369 FIX Hitting reload on the media browser removes entries from ↵ | Monroe Linden | |
location history for that session in Webkit 4.7 | |||
2010-12-14 | SOCIAL-383 FIX Sites with no titles do not show web address in title bar in ↵ | callum | |
Web Content Browser | |||
2010-12-14 | SOCIAL-373 FIX Media browser does not show https secure icon in address bar ↵ | callum | |
when a site is loaded over https | |||
2010-12-08 | SOCIAL-358 FIX Add button to Web Content floater to open current URL in ↵ | callum | |
system browser | |||
2010-12-03 | SOCIAL-248 FIX Remove HEAD requests from WebKit | Monroe Linden | |
This change makes LLFloaterWebContent always specify a MIME type of "text/html" when navigating to an URL. This tells the plugin system to skip the MIME type probe (which is what does the HEAD request) and just use the WebKit plugin. This means non-web content (such as QuickTime movies) may not work properly in the web content floater. Hopefully this won't be a problem... | |||
2010-12-03 | Silly whitespace issue - no code change. | callum | |
2010-12-02 | SOCIAL-311 FIX Media browser has too many oddities to be useful for viewer ↵ | callum | |
web apps Completes MVP | |||
2010-12-01 | SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵ | callum | |
viewer web apps Added support for graphic browser buttons and laid them out differently | |||
2010-12-01 | SOCIAL-311 PARTIAL FIX (2) Media browser has too many oddities to be useful ↵ | callum | |
for viewer web apps Latest traunch of fixes to new Web only content floater Also removed line in test app that fails to build - have a note to fix later | |||
2010-11-30 | SOCIAL-311 PARTIAL FIX Media browser has too many oddities to be useful for ↵ | callum | |
viewer web apps |