summaryrefslogtreecommitdiffstats
path: root/ui/gfx/render_text_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* NewRasterN32 is deprecatedreed2014-12-091-5/+6
* Enable subpixel positioning for UIckocagil2014-12-021-5/+38
* Disable RTHB on Mac when TOOLKIT_VIEWS isn't definedckocagil2014-11-141-5/+5
* RenderTextHarfBuzz: Try fallback fonts of the Uniscribe font while shapingckocagil2014-10-291-0/+21
* Make RenderTextHarfBuzz examine full font list.derat2014-10-251-0/+26
* Avoid extra FontRenderParams queries in RenderTextHarfBuzz.derat2014-10-241-1/+3
* RenderText: Add a test to ensure strings fit their own widthsckocagil2014-10-161-0/+15
* Convert ARRAYSIZE_UNSAFE -> arraysize in ui/.viettrungluu2014-10-161-17/+17
* Don't split text runs on underline style changetmoniuszko2014-09-181-6/+24
* RenderTextHarfBuzz: Break runs at parentheses so they aren't affected by font...Cem Kocagil2014-09-041-2/+1
* Enable RenderTextHarfBuzz by defaultckocagil@chromium.org2014-08-091-1/+1
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-2/+3
* RenderTextHarfBuzz: Check CreateSkiaTypeface return value against NULLckocagil@chromium.org2014-08-031-0/+29
* RenderTextHarfBuzz: Allow mid-glyph cursors in multi-grapheme clustersckocagil@chromium.org2014-07-301-13/+105
* Prepare to enable RenderTextHarfBuzz by defaultckocagil@chromium.org2014-07-261-9/+17
* RenderText: handle center-aligned text in UpdateCachedBoundsAndOffset()mohsen@chromium.org2014-07-231-3/+39
* Move gfx::ElideText functionality to RenderText.msw@chromium.org2014-07-101-0/+12
* RenderText: Allow setting display offset explicitlymohsen@chromium.org2014-07-101-1/+75
* Fix and simplify RTHB GetGlyphXBoundary logicckocagil@chromium.org2014-06-131-0/+34
* Move unusual character block logic to a helper functionckocagil@chromium.org2014-06-121-2/+19
* Re-land RenderTextHarfBuzz: Decide run direction by BiDi embedding levelckocagil@chromium.org2014-06-121-0/+12
* Revert of RenderTextHarfBuzz: Decide run direction by BiDi embedding level (h...ckocagil@chromium.org2014-06-111-12/+0
* RenderTextHarfBuzz: Decide run direction by BiDi embedding levelckocagil@chromium.org2014-06-111-0/+12
* Fix the Char to Glyph mapping logic in RenderTextHarfBuzzckocagil@chromium.org2014-06-081-0/+53
* Add fade eliding for Views Labels; related cleanup.msw@chromium.org2014-06-051-2/+2
* Add a unit tests for RenderText::FindCursorPosition.msw@chromium.org2014-05-131-7/+18
* Reland: Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-17/+47
* Revert of Fix Views inline autocomplete with multi-char graphemes. (https://c...falken@chromium.org2014-05-021-39/+13
* Fix Views inline autocomplete with multi-char graphemes.msw@chromium.org2014-05-021-13/+39
* Delete the GTK+ port of Chrome.erg@chromium.org2014-04-101-8/+0
* Infinite Suggest - views implementation skanuj@chromium.org2014-02-241-2/+5
* Makes FontList light-weighted introducing FontListImpl.yukishiino@chromium.org2014-02-091-2/+1
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2014-01-021-0/+85
* Clean-up: Retires obsolete Font methods of RenderText.yukishiino@chromium.org2013-12-291-14/+8
* 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-10/+12
* Update uses of UTF conversions in ui/ to use the base:: namespace.avi@chromium.org2013-12-251-0/+3
* Revert of https://codereview.chromium.org/107513011/szym@chromium.org2013-12-161-86/+0
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-161-0/+86
* Revert of https://codereview.chromium.org/112063003/szym@chromium.org2013-12-131-71/+0
* Implement eliding/truncating at end in RenderTextskanuj@chromium.org2013-12-131-0/+71
* Enables font-related unittests again.yukishiino@chromium.org2013-12-111-4/+7
* RenderTextWin: Break line on a newline character ('\n')ckocagil@chromium.org2013-11-281-0/+47
* Disable the following tests:rockot@google.com2013-11-091-2/+4
* mac: Prepare most test code for -Wunused-functions too.thakis@chromium.org2013-11-081-0/+2
* ozone: Allow building for ozone without depending on pangosadrul@chromium.org2013-11-061-4/+4
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-11-011-18/+20
* RenderTextWin: Break runs at UBLOCK_GEOMETRIC_SHAPES.msw@chromium.org2013-10-311-0/+20
* Revert 231107 "Always aligns text at vertically center (Textfiel..."kuan@chromium.org2013-10-251-20/+18
* Always aligns text at vertically center (Textfield, Label).yukishiino@chromium.org2013-10-251-18/+20