Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-14 | EXP-1272 FIX Move "How To" to a separate web floater | Richard Nelson | |
fixed title of how to window to always say "How To" instead of showing url | |||
2011-10-10 | EXP-1310 FIX Profile button should open Web Profile floater | Richard Nelson | |
removed unused LLWeb functions for opening non-web media moved logic inside floaters and away from auxiliary functions | |||
2011-08-09 | EXP-880 FIX Disable address bar copy menu and open in external browser button | Richard Linden | |
when using trusted browser or explicitly disabling address bar | |||
2011-07-29 | EXP-1057 FIX Cursor doesn't go to the input field on the Find Floater due to ↵ | Richard Linden | |
lack of window focus also allow right clip to copy url from disabled address bar | |||
2011-07-29 | EXP-1056 FIX Web popup issues with Web Content Browser | Richard Linden | |
changed browser id back to a string so it accepts malformed uuid strings coming from webkit - "{uuid}" instead of "uuid" | |||
2011-07-27 | fix for gcc | Richard Nelson | |
2011-07-26 | EXP-1021 FIX Position of web content browser dictates position of profile ↵ | Richard Nelson | |
panel - profile panel position changes do not persist EXP-1030 FIX Search button toggle can get out of synch in bottom bar made llinstancetracker::iterator do own nested level management (removing need for separate guard) added support for filename= to floaters can pass in arbitrary window_class to floaters | |||
2011-07-20 | EXP-880 FIX Enable navigation chrome for Search floater | Richard Nelson | |
changes in size of target windows other than _blank or "" are not saved EXP-1018 FIX Profile button in Basic mode does not toggle correctly when profile is opened and toggles on and closes other Web Content Panel windows | |||
2011-07-13 | EXP-1009 WIP Teleport links from Search floater and destination guide in ↵ | Richard Linden | |
viewer fail with intrusted browser error in viewer | |||
2011-07-12 | EXP-880 FIX Enable navigation chrome for Search floater | Richard Linden | |
search floater derives from floater_web_content all web content now uses floater_web_content instead of media_browser | |||
2011-07-05 | EXP-982 FIX As a user, I would like to see the new web-based profiles ↵ | Richard Linden | |
without any browser chrome and at an appropriate default size | |||
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 |