summaryrefslogtreecommitdiffstats
path: root/ui/base/text
Commit message (Expand)AuthorAgeFilesLines
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-161-2/+2
* Use qualified path for grit/ui_strings.htfarina2014-08-251-1/+1
* ui: Rename ui_export.h to ui_base_export.htfarina@chromium.org2014-01-061-7/+7
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-2/+2
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-032-15/+22
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-123-136/+0
* Remove text_elider in ui/base/text.dongseong.hwang@intel.com2013-09-103-2346/+0
* Move text_elider to gfx.ben@chromium.org2013-09-092-15/+15
* Supports gfx::FontList in gfx::Canvas and ui::ElideText family.yukishiino@chromium.org2013-08-222-76/+153
* Adds more owners.sky@chromium.org2013-08-051-0/+1
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-182-4/+4
* Clamp RenderTextWin layout length to 10,000 code points.msw@chromium.org2013-06-292-16/+9
* ui: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-06-282-2/+2
* Use a direct include of strings headers in ui/, part 2.avi@chromium.org2013-06-116-6/+6
* Use a direct include of utf_string_conversions.h in ui/.avi@chromium.org2013-06-074-4/+4
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-141-1/+2
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-131-2/+1
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-131-1/+2
* Fix infinite loop caused by ElideText()dimich@chromium.org2013-05-062-5/+35
* Update sys_string_conversions includes in chrome_frame, content, net, and ui.brettw@chromium.org2013-03-281-1/+1
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* Fix unit tests to handle different font widths.groby@chromium.org2013-03-021-1/+12
* Move file_path.h to base/files.brettw@chromium.org2013-02-242-2/+2
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-102-5/+5
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-2/+5
* Roll ICU and convert include style to standard Chromium style,phajdan.jr@chromium.org2013-01-072-4/+4
* Make ElideRectangleText() report horizontal truncation as wellbartfab@chromium.org2012-11-143-58/+78
* Bring up of ui/text/elider on iOS.noyau@chromium.org2012-10-181-2/+16
* Fix wrong truncation of notification popup messages in ash.kinaba@chromium.org2012-10-171-1/+1
* ui: No need to typedef testing::Test in unittests.tfarina@chromium.org2012-07-271-1/+1
* Move files related to registry-controlled domains into a new net/base/registr...pam@chromium.org2012-07-201-1/+1
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Modify ui::ElideRectangleText() to honor trailing newlines.asvitkine@chromium.org2012-05-152-20/+34
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-2/+2
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-2/+2
* Add full support for filesystem URLs.ericu@google.com2012-04-021-2/+2
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-2/+2
* Add full support for filesystem URLs.ericu@google.com2012-03-241-2/+2
* Elide long emails in the wrench and profile menus.gab@chromium.org2012-03-163-12/+159
* Revert 126445 - Elide long emails in the wrench and profile menus.shess@chromium.org2012-03-133-159/+12
* Elide long emails in the wrench and profile menus.gab@chromium.org2012-03-133-12/+159
* Change kB to KB for consistency.dgozman@chromium.org2012-03-051-5/+5
* Support for password entry fields, with all charactersbenrg@chromium.org2012-03-023-0/+137
* Refactored RunTest into RunUrlTest in text_elider_unitest.gab@chromium.org2012-02-292-6/+6
* Some style cleanups for text_elider.asvitkine@chromium.org2012-01-173-176/+197
* Add utility function to wrap a paragraph of text.asvitkine@chromium.org2011-12-153-0/+441
* Fix |ElideText()| to handle UTF16 surrogate pairs correctly.asvitkine@chromium.org2011-12-152-26/+115
* Change signature of |ui::ElideText()|. Add a truncate mode.asvitkine@chromium.org2011-12-123-28/+66
* Misc ui/base/text_elider cleanup.asvitkine@chromium.org2011-11-282-12/+14
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-2/+2