-
- Downloads
EXT-944 EXT-1026: converted the LLUrlRegistry::findUrl() method to
work on an LLWString instead of a std::string, so that we don't have to worry about character offsets for variable-length-encoded UTF-8 strings. This was causing crashes whenever we would try to show a textbox with a URL and foreign characters (> 1 byte chars). Damn, I suck!
Showing
- indra/llui/lltextbase.cpp 1 addition, 1 deletionindra/llui/lltextbase.cpp
- indra/llui/lltextbox.cpp 2 additions, 2 deletionsindra/llui/lltextbox.cpp
- indra/llui/lltexteditor.cpp 6 additions, 5 deletionsindra/llui/lltexteditor.cpp
- indra/llui/llurlaction.cpp 2 additions, 2 deletionsindra/llui/llurlaction.cpp
- indra/llui/llurlentry.cpp 22 additions, 22 deletionsindra/llui/llurlentry.cpp
- indra/llui/llurlentry.h 2 additions, 2 deletionsindra/llui/llurlentry.h
- indra/llui/llurlregistry.cpp 6 additions, 6 deletionsindra/llui/llurlregistry.cpp
- indra/llui/llurlregistry.h 2 additions, 1 deletionindra/llui/llurlregistry.h
- indra/llui/tests/llurlentry_test.cpp 18 additions, 16 deletionsindra/llui/tests/llurlentry_test.cpp
Loading
Please register or sign in to comment