summaryrefslogtreecommitdiffstats
path: root/ui/gfx/text_elider_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed text elision truncating a string mid-combining-sequence.mgiuca2015-04-221-30/+175
* Fixed Multiprofile Error cutoff/displayed incompletely on Linkrsorokin2014-11-111-0/+18
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-161-9/+9
* New avatar button: Consolidate text elision between Mac and Win/Linuxtreib@chromium.org2014-07-231-8/+31
* Move gfx::ElideText functionality to RenderText.msw@chromium.org2014-07-101-13/+7
* Add fade eliding for Views Labels; related cleanup.msw@chromium.org2014-06-051-26/+22
* [GFX] Add hostname elider. Add ability to elide strings at the beginning.gbillock@chromium.org2014-02-041-14/+76
* Remove net dependency from ui/gfxjamesr@chromium.org2014-01-301-195/+69
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-261-0/+1
* Update some uses of char16 to use the base:: namespace.avi@chromium.org2013-12-251-4/+4
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-0/+5
* Prefix string16 with base:: in ui/.dbeam@chromium.org2013-12-181-42/+43
* Removes obsolete gfx::ElideEmail (gfx::Font version).yukishiino@chromium.org2013-11-081-4/+4
* Uses and returns the fractional width in text elidingjianli@chromium.org2013-10-101-108/+85
* [Mac] Make Canvas::SizeStringInt return the ceiling value of the floating widthjianli@chromium.org2013-09-201-6/+65
* Move text_elider to gfx.ben@chromium.org2013-09-091-0/+934