summaryrefslogtreecommitdiffstats
path: root/gfx/canvas_win.cc
Commit message (Collapse)AuthorAgeFilesLines
* Small cleanups/style fixes. Simplifies RTL functions slightly.pkasting@chromium.org2010-05-051-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/1932006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46419 0039d316-1c4b-4281-b951-d872f2087c98
* Clamp the maximum amount of text we'll draw to 32K characters, since higher ↵pkasting@chromium.org2010-04-191-3/+10
| | | | | | | | | | values have been found to trigger bugs in DrawText(). BUG=41978 TEST=Visit "http://jssh.skypher.com/4.4/Main.html?command%3Dalert(new%20Array(0xffff).join("A"))&execute" (no quotes). Message box should have text in it. Review URL: http://codereview.chromium.org/1660011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44944 0039d316-1c4b-4281-b951-d872f2087c98
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-0/+286
TBR=darin BUG=none TEST=none Review URL: http://codereview.chromium.org/1132006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42312 0039d316-1c4b-4281-b951-d872f2087c98