Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-01 | Merge branch 'master' of https://bitbucket.org/lindenlab/viewer/src/master ↵ | Andrey Kleshchev | |
into DRTVWR-515-maint # Conflicts: # autobuild.xml (llca) # indra/llwindow/llwindow.h (SL-13507 vs SL-5894) # indra/newview/llscenemonitor.cpp (SL-14422) # indra/newview/llvovolume.cpp (SL-12069) | |||
2020-11-13 | Merge branch 'master' into DRTVWR-515-maint | Andrey Lihatskiy | |
# Conflicts: # indra/newview/llfloatereditextdaycycle.cpp # indra/newview/llfloaterfixedenvironment.cpp | |||
2020-11-11 | Merge branch 'master' into DRTVWR-513-maint | Andrey Lihatskiy | |
# Conflicts: # autobuild.xml # indra/llui/llfolderviewmodel.h # indra/newview/lltexturecache.cpp # indra/newview/llviewermenu.h # indra/newview/skins/default/xui/en/menu_wearable_list_item.xml | |||
2020-08-10 | SL-13618 FIXED uri's stuck showing "Loading..." in chat or dialog if more ↵ | Mnikolenko Productengine | |
than one name is not cached. | |||
2020-06-11 | SL-13433 Viewer should recognizes ipv6 links | Mnikolenko Productengine | |
2020-04-16 | SL-13048 FIXED Status Blog URL does not show Official Second Life web page icon | Mnikolenko Productengine | |
2019-11-12 | Merged in lindenlab/viewer-release | AndreyL ProductEngine | |
2019-08-10 | DRTVWR-493 LLUI to LLParamSingleton | andreykproductengine | |
2019-07-05 | SL-11551 tilia-inc.com as an official Linden Lab URL should have SL icon | maxim_productengine | |
2018-04-19 | MAINT-8552 FIXED Secure map links do not parse in chat and SL icon is not ↵ | maxim_productengine | |
displayed | |||
2017-11-24 | MAINT-8023 Viewer breaks URLs with internationalized domain names | Mnikolenko Productengine | |
2017-05-05 | MAINT-7386 FIXED app/objectim slurl consumes the rest of the chat string | Mnikolenko Productengine | |
2017-02-03 | MAINT-7103 New URI namespace /legacyname | Mnikolenko Productengine | |
2017-01-11 | MAINT-7031 /displayname & /completename should perform regardless of "View ↵ | Mnikolenko Productengine | |
Display Names" viewer setting. | |||
2016-11-15 | MAINT-6929 [Contribution] E-mail links are not parsed correctly when top ↵ | Mnikolenko Productengine | |
level domain is over 6 characters. | |||
2016-08-23 | MAINT-6648 FIXED [SECURITY] Link tags do not filter unicode and allow for ↵ | Mnikolenko Productengine | |
easy URL spoofing. | |||
2016-08-10 | MAINT-6608 FIXED URI parser problem with links with username, password | Mnikolenko Productengine | |
2016-04-04 | merge with 4.0.3-release | Oz Linden | |
2016-03-17 | Merge | Rider Linden | |
2016-03-16 | merge changes for DRTVWR-417 | Oz Linden | |
2016-01-15 | merge changes for 4.0.1-release | Oz Linden | |
2016-01-15 | Merge VR | Rider Linden | |
2015-12-15 | MAINT-5498 LLUrlEntry regex refactoring | AndreyL ProductEngine | |
Improved LLUrlEntryHTTP, extended a test | |||
2015-11-10 | remove execute permission from many files that should not have it | Oz Linden | |
2015-10-23 | MAINT-5464 FIXED Do not add badge to links that have a port number specified. | AndreyL ProductEngine | |
2015-10-19 | Merge from viewer release. | Rider Linden | |
2015-09-03 | Changes from code review with Nat | Rider Linden | |
2015-09-01 | MAINT-5575: Convert the Experience cache into a coro based singleton. | Rider Linden | |
--HG-- branch : MAINT-5575 | |||
2015-08-24 | MAINT-4952: Removed a bit of debug code that got included accidentally and ↵ | Rider Linden | |
change host == LLHost() to host.isInvalid() | |||
2015-08-18 | MAINT-5506: Fix ugly timing bug in llurlentry static initialization. | Nat Goodspeed | |
The problem was that class-static LLUrlEntryParcel::sRegionHost was being initialized by copying class-static LLHost::invalid. Naturally, these two statics are initialized in different source files. Since C++ makes no promises about the relative order in which objects in different object files are initialized, it seems we hit a case in which we were trying to initialize sRegionHost by copying a completely uninitialized LLHost::invalid. In general we might attempt to address such cross-translation-unit issues by introducing an LLSingleton. But in this particular case, the punch line is that LLHost::invalid is explicitly constructed identically to a default-constructed LLHost! In other words, LLHost::invalid provides nothing we couldn't get from LLHost(). All it gives us is an opportunity for glitches such as the above. Remove LLHost::invalid and all references, replacing with LLHost(). | |||
2015-08-18 | SL-173 FIXED Allow searching for an experience by SLurl. | Mnikolenko ProductEngine | |
2015-08-07 | MAINT-5451 FIXED A domain name without a top level domain should not be ↵ | Mnikolenko ProductEngine | |
decorated | |||
2015-07-29 | MAINT-5019 FIXED Undesired "http://" added to domains sent in chat | AndreyL ProductEngine | |
Completely removed matching of the URLs w/o a protocol + Some unit tests | |||
2015-07-15 | MAINT-5019: Buildfix - added a tests for emails, improved handling of URLs ↵ | AndreyL ProductEngine | |
starting with www. | |||
2015-07-14 | MAINT-5019 FIXED Additional cases | AndreyL ProductEngine | |
2015-07-01 | Merge from viewer-relese and become version 3.8.1 | andreykproductengine | |
2015-06-08 | merge changes for 3.7.29-release | Oz Linden | |
2015-04-28 | Merge viewer-release, become version 3.7.29 | Mnikolenko ProductEngine | |
2015-04-15 | Merge viewer-release | simon | |
2015-04-15 | MAINT-5058 FIXED Get the query string by simple extracting it from whole url. | Mnikolenko ProductEngine | |
2015-04-14 | merge changes for STORM-2113 | Oz Linden | |
2015-04-13 | merge changes for 3.7.27-release | Oz Linden | |
2015-04-11 | STORM-2113 - uri parsing cleanup and fixes | Cinder | |
2015-02-24 | Automated merge with ssh://bitbucket.org/lindenlab/viewer-release | Nat Goodspeed | |
2015-02-24 | merge changes for 3.7.25-release | Oz Linden | |
2015-01-13 | merge changes for 3.7.24-release | Oz Linden | |
2015-03-04 | MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵ | Mnikolenko ProductEngine | |
of the link always appears. | |||
2015-01-09 | MAINT-4169 FIXED grey out all but domain name in SL-links, same as it's done ↵ | Mnikolenko ProductEngine | |
for non-Linden URLs | |||
2015-01-19 | MAINT-4169 ShowGreyQueryInUrls debug setting was removed and the grey part ↵ | Mnikolenko ProductEngine | |
of the link always appears. | |||
2014-12-19 | merge with 3.7.23-release | maksymsproductengine | |