summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/rendering/break_lines.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove the FIXME item in shouldBreakAfter() of break_line.cpp.claireho2012-04-301-20/+12
| | | | | | | | | | | | | | | Bug: 6388728 - Improper line break of Japanese text The FIXME item in shouldBreakAfter() is a temporary workaround for webkit bug #17411 due to Unicode5.0 does not define IdeographicComma(U+3001) and ideographicFullStop(U+3002) as line breaks. However, shouldBreakAfter() hard coded these 2 codepoints should have a line break regardless any other punctuation right after these 2 characters. Now, Android is using ICU4.8.1 that is against on Unicode6.0. IdeographicComma and ideographicFullStop are included in the external/icu4c/data/unidata/LineBreak.txt. It is safe to remove this temporary workaround. Change-Id: Ie419e5e785bd15eeebf4380237e1418f6a2474ea
* Merge WebKit at r80534: Intial merge by GitBen Murdoch2011-06-021-6/+4
| | | | Change-Id: Ia7a83357124c9e1cdb1debf55d9661ec0bd09a61
* Merge WebKit at r78450: Initial merge by git.Steve Block2011-05-241-1/+1
| | | | Change-Id: I6d3e5f1f868ec266a0aafdef66182ddc3f265dc1
* Merge WebKit at r75315: Initial merge by git.Steve Block2011-05-121-0/+201
Change-Id: I570314b346ce101c935ed22a626b48c2af266b84