index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
gfx
/
render_text_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix and re-enable RenderTextTest.Multiline_NormalWidth on XP
ckocagil@chromium.org
2013-10-12
1
-7
/
+1
*
Temporarily revert r221850 to get a tighter range on XP perf bots
ckocagil@chromium.org
2013-10-12
1
-22
/
+0
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-1
/
+3
*
Remove explicit namespace resolution from code in gfx namespace
ckocagil@chromium.org
2013-09-18
1
-37
/
+37
*
Disable RenderTextTest.Multiline_NormalWidth on XP
ckocagil@chromium.org
2013-09-16
1
-0
/
+6
*
Windows implementation of multiline RenderText
ckocagil@chromium.org
2013-09-16
1
-10
/
+85
*
Re-land: "RenderTextWin: Break runs between any two characters that are not i...
ckocagil@chromium.org
2013-09-07
1
-0
/
+22
*
Revert 221776 "RenderTextWin: Break runs between any two charact..."
rouslan@chromium.org
2013-09-06
1
-22
/
+0
*
RenderTextWin: Break runs between any two characters that are not in the same...
ckocagil@chromium.org
2013-09-06
1
-0
/
+22
*
Move Range code to gfx.
ben@chromium.org
2013-09-06
1
-38
/
+38
*
Fix RenderText offset issue with trailing cursors.
msw@chromium.org
2013-08-02
1
-9
/
+6
*
Supports FontList in Textfield.
yukishiino@chromium.org
2013-08-01
1
-3
/
+3
*
Adds unittests for RenderText (common baseline, etc.).
yukishiino@chromium.org
2013-07-31
1
-4
/
+66
*
RenderTextWin: allow empty glyph ranges in CharRangeToGlyphRange
ckocagil@chromium.org
2013-07-31
1
-11
/
+18
*
Add a RenderText SelectWord unit test.
msw@chromium.org
2013-07-31
1
-0
/
+36
*
c++11 ud suffix fixes for ash/views/ui files
thakis@chromium.org
2013-07-29
1
-16
/
+16
*
Re-land: Colors shouldn't break runs and should be handled while drawing the ...
ckocagil@chromium.org
2013-07-29
1
-1
/
+19
*
Initialize TextRun::logical_clusters when ScriptShape fails
ckocagil@chromium.org
2013-07-26
1
-0
/
+16
*
Disallow RenderText cursor positions within truncated text.
msw@chromium.org
2013-07-26
1
-6
/
+4
*
Make inttypes.h and similar macro usage C++11-friendly.
thakis@chromium.org
2013-07-25
1
-4
/
+4
*
Clamp RenderTextWin layout length to 10,000 code points.
msw@chromium.org
2013-06-29
1
-14
/
+130
*
Fix RenderTextWin ligature handling.
msw@chromium.org
2013-06-13
1
-6
/
+20
*
ui/gfx: Use base::string16 now that string16 was moved into base namespace.
tfarina@chromium.org
2013-06-09
1
-28
/
+31
*
Use a direct include of utf_string_conversions.h in ui/.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
cros: Password echo support for keyboard driven OOBE.
xiyuan@chromium.org
2013-06-07
1
-0
/
+72
*
Fix cursor positioning regression from r201136. GetCursorPos() shouldn't assume
pkasting@chromium.org
2013-05-24
1
-4
/
+1
*
Add configurable vertical alignment to Textfields. The default is for text to
pkasting@chromium.org
2013-05-20
1
-19
/
+59
*
Views Textfield: Select whole words when the user double clicks and drags
ckocagil@chromium.org
2013-05-14
1
-4
/
+29
*
Select last word when double clicked after the last character
ckocagil@chromium.org
2013-04-18
1
-0
/
+20
*
Properly reset the locale at the end of L10nUtilTests.
thestig@chromium.org
2013-03-24
1
-2
/
+5
*
Fix RenderTextTest.PangoAttributes test leaks; remove suppressions.
msw@chromium.org
2013-02-03
1
-1
/
+4
*
Replace StyleRange with BreakList; update RenderText, etc.
msw@chromium.org
2013-02-01
1
-263
/
+136
*
Use min 1dip width for caret
oshima@chromium.org
2012-12-06
1
-9
/
+14
*
Disable a couple of failing tests.
sreeram@chromium.org
2012-11-20
1
-2
/
+14
*
ui/gfx: Remove unused include from render_text unittest.
tfarina@chromium.org
2012-11-13
1
-1
/
+0
*
Change RenderText::GetOriginForDrawing() to GetOffsetForDrawing and return a ...
danakj@chromium.org
2012-11-01
1
-7
/
+8
*
ui: Build fix for gcc 4.6.3, default version of ubuntu 12.04.
tfarina@chromium.org
2012-10-18
1
-1
/
+1
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
1
-0
/
+2
*
Support obscured RenderTextWin passwords.
msw@chromium.org
2012-09-28
1
-16
/
+38
*
Add RenderText::SetFont() function to simplify some call sites.
asvitkine@chromium.org
2012-09-18
1
-3
/
+10
*
Add RenderText DirectionalityMode enum and support; etc.
msw@chromium.org
2012-08-01
1
-36
/
+60
*
Initial RenderTextMac implementation using CoreText.
asvitkine@chromium.org
2012-07-23
1
-0
/
+12
*
Add and specify Views::Textfield::SelectAll |reversed| flag, etc.
msw@chromium.org
2012-07-13
1
-1
/
+32
*
Rename RenderText::CreateRenderText() to RenderText::CreateInstance().
asvitkine@chromium.org
2012-07-09
1
-30
/
+30
*
Fix RenderTextWin base direction; remove test exceptions; etc.
msw@chromium.org
2012-07-04
1
-70
/
+57
*
Expose GetBaseline() method on RenderText.
asvitkine@chromium.org
2012-06-22
1
-0
/
+7
*
Make gyp inclusion of render_text_unittest.cc consistent with the implementat...
asvitkine@chromium.org
2012-06-22
1
-0
/
+3
*
Rewrite RenderText::IndexOfAdjacentGrapheme() in terms of IsCursorablePositio...
asvitkine@chromium.org
2012-05-16
1
-0
/
+16
*
Add a RenderText test that checks that matching parentheses use the same font.
asvitkine@chromium.org
2012-05-12
1
-0
/
+86
*
Expand RenderText bold width test.
asvitkine@chromium.org
2012-05-10
1
-1
/
+15
[next]