Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-10 | Merged in lindenlab/viewer-release | andreykproductengine | |
2019-06-21 | DRTVWR-493 LLViewerMedia to singleton | andreykproductengine | |
2019-04-24 | SL-10994 Removed Facebook In-world Sharing | AndreyL ProductEngine | |
SL-11024 Fixed Twitter connect failure | |||
2018-04-16 | MAINT-8453 FIXED The "Reload page" button is displayed for some time after ↵ | maxim_productengine | |
opening media browser | |||
2018-02-12 | MAINT-8276 Arrows 'Navigate back' and 'Navigate forward' have wrong state | Andrey Kleshchev | |
2016-08-20 | MAINT-6663 [Win LibVLC] test video buttons still appearing in search | AndreyL ProductEngine | |
2016-07-22 | Polish web content floater - rename to reflect it now does all media. remove ↵ | Callum Linden | |
developer options when Develop menu closed. start at google home page by default. | |||
2016-05-23 | Automated merge with tip of viewer-release | callum_linden | |
2016-05-10 | working test button in web browser floater - video inverted | callum_linden | |
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2014-09-05 | MAINT-3440 (Refix) Viewer freezes and not responding after trying to open 5 ↵ | callum_linden | |
new media browsers tabs directed to yahoo.com link | |||
2014-06-24 | Pull downstream viewer-tiger and become version 3.7.11 | simon | |
2014-06-24 | Merge viewer-release and become version 3.7.11 | simon | |
2014-06-18 | Merge downstream code | simon | |
2014-06-17 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2014-06-17 | Merge viewer-release and become version 3.7.9 | simon | |
2014-05-15 | MAINT-3440 FIX Viewer freezes and not responding after trying to open 5 new ↵ | Callum Prentice | |
media browsers tabs directed to yahoo.com link | |||
2014-05-13 | sunshine-external merge WIP | Brad Payne (Vir Linden) | |
2014-05-07 | Merge downstream version 3.7.8 code | simon | |
2014-05-06 | Pull merge from lindenlab/viewer-release. Fixed some conflicts and compile ↵ | Merov Linden | |
errors | |||
2014-03-03 | MAINT-2902 FIXED Browser secure session indicator should be prominent | maksymsproductengine | |
2014-02-24 | merge | Brad Payne (Vir Linden) | |
2014-02-19 | Merge with release | Richard Linden | |
2014-02-10 | Pull merge ACME-1317 emergency fix | Merov Linden | |
2014-02-11 | Hack to fix ACME-1317 | Cho | |
2013-12-12 | Pull merge from lindenlab/viewer-release | Merov Linden | |
2013-12-05 | merge | Brad Payne (Vir Linden) | |
2013-12-04 | ACME-1043 : Fixed! Added an argument to force a clean full feature browser ↵ | Merov Linden | |
window in some situations | |||
2013-12-04 | ACME-1043 : WIP : Add an argument to open trusted content with js and other ↵ | Merov Linden | |
enabled options, bypassing prefs | |||
2013-11-20 | BUILDFIX: forgot template parameter | Richard Linden | |
2013-11-11 | Automated merge with http://bitbucket.org/lindenlab/viewer-release | Richard Linden | |
2013-11-06 | merge with release | Richard Linden | |
2013-11-06 | separated web floaters for Facebook, Flickr, and Twitter to fix ACME-1151 | Cho | |
2013-11-02 | added Flickr floater for ACME-1136, ACME-1137, ACME-1138, ACME-1140, and ↵ | Cho | |
ACME-1141 | |||
2013-10-29 | Merge viewer-release => sunshine-internal | Don Kjer | |
2013-09-26 | ACME-946 : Do not force set the focus on the web element, that messes things ↵ | Merov Linden | |
up badly... | |||
2013-10-23 | Merge latest viewer-release with FBC | simon | |
2013-08-09 | second phase summer cleaning | Richard Linden | |
replace llinfos, lldebugs, etc with new LL_INFOS(), LL_DEBUGS(), etc. | |||
2013-08-02 | ACME-796 : Do not flip the fbc state to failure while connecting through web ↵ | Merov Linden | |
browser. Handle the dismiss case as best as possible. | |||
2013-08-02 | MAINT-2902 FIXED Browser secure session indicator should be prominent | maksymsproductengine | |
2013-07-23 | ACME-734 : Fix issues with the lock icon when editing the address bar. ↵ | Merov Linden | |
Generalize the secure browsing UI. | |||
2013-07-22 | ACME-734 : Fix: Do not log empty URLs, refocus on page if the focus was there | Merov Linden | |
2013-07-21 | ACME-734 : Fix : Factorize and clean up web browsing address, log and ↵ | Merov Linden | |
history code | |||
2013-07-19 | ACME-734 : Fix : Feed browsing history but without the query part | Merov Linden | |
2013-07-19 | ACME-734 : Fix : Continue to log but just skip the query parts | Merov Linden | |
2013-07-19 | ACME-734 : Suppress the green https experiment, prevent logging urls when ↵ | Merov Linden | |
skipping history, allow temporary url for display purposes | |||
2013-07-18 | ACME-734 : WIP : Implemented changes for https URL in the address bar and ↵ | Merov Linden | |
added options to web floater to hide history and disable buttons | |||
2013-05-21 | merge | Brad Payne (Vir Linden) | |
2013-03-29 | Update Mac and Windows breakpad builds to latest | Graham Madarasz | |
2013-03-13 | Large changes to the LLCurl::Responder API, as well as pulling in some ↵ | Don Kjer | |
changes to common libraries from the server codebase: * Additional error checking in http handlers. * Uniform log spam for http errors. * Switch to using constants for http heads and status codes. * Fixed bugs in incorrectly checking if parsing LLSD xml resulted in an error. * Reduced spam regarding LLSD parsing errors in the default completedRaw http handler. It should not longer be necessary to short-circuit completedRaw to avoid spam. * Ported over a few bug fixes from the server code. * Switch mode http status codes to use S32 instead of U32. * Ported LLSD::asStringRef from server code; avoids copying strings all over the place. * Ported server change to LLSD::asBinary; this always returns a reference now instead of copying the entire binary blob. * Ported server pretty notation format (and pretty binary format) to llsd serialization. * The new LLCurl::Responder API no longer has two error handlers to choose from. Overriding the following methods have been deprecated: ** error - use httpFailure ** errorWithContent - use httpFailure ** result - use httpSuccess ** completed - use httpCompleted ** completedHeader - no longer necessary; call getResponseHeaders() from a completion method to obtain these headers. * In order to 'catch' a completed http request, override one of these methods: ** httpSuccess - Called for any 2xx status code. ** httpFailure - Called for any non-2xx status code. ** httpComplete - Called for all status codes. Default implementation is to call either httpSuccess or httpFailure. * It is recommended to keep these methods protected/private in order to avoid triggering of these methods without using a 'push' method (see below). * Uniform error handling should followed whenever possible by calling a variant of this during httpFailure: ** llwarns << dumpResponse() << llendl; * Be sure to include LOG_CLASS(your_class_name) in your class in order for the log entry to give more context. * In order to 'push' a result into the responder, you should no longer call error, errorWithContent, result, or completed. * Nor should you directly call httpSuccess/Failure/Completed (unless passing a message up to a parent class). * Instead, you can set the internal content of a responder and trigger a corresponding method using the following methods: ** successResult - Sets results and calls httpSuccess ** failureResult - Sets results and calls httpFailure ** completedResult - Sets results and calls httpCompleted * To obtain information about a the response from a reponder method, use the following getters: ** getStatus - HTTP status code ** getReason - Reason string ** getContent - Content (Parsed body LLSD) ** getResponseHeaders - Response Headers (LLSD map) ** getHTTPMethod - HTTP method of the request ** getURL - URL of the request * It is still possible to override completeRaw if you want to manipulate data directly out of LLPumpIO. * See indra/llmessage/llcurl.h for more information. |