summaryrefslogtreecommitdiffstats
path: root/skia/config
Commit message (Collapse)AuthorAgeFilesLines
* Revert r24085 and r24086, restoring skia asserts to debug-only (test complete).senorblanco@chromium.org2009-08-231-5/+2
| | | | | | | | | | BUG=http://crbug.com/17569 TEST=none TBR=maruel Review URL: http://codereview.chromium.org/173257 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24087 0039d316-1c4b-4281-b951-d872f2087c98
* Captain Ahab seems to have capsized his boat. What a bonehead.senorblanco@chromium.org2009-08-231-1/+1
| | | | | | | | | | (Build fix). BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24086 0039d316-1c4b-4281-b951-d872f2087c98
* Captain Ahab here, trying to catch a whale. Temporarily enablingsenorblanco@chromium.org2009-08-231-1/+4
| | | | | | | | | | | | SK_DEBUG for release builds. This will be reverted after a few reliability runs. BUG=http://crbug.com/17569 TEST=None TBR=maruel git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24085 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 23625 (which enabled SkASSERT in Release builds). We got some goodsenorblanco@chromium.org2009-08-181-9/+2
| | | | | | | | | | | | | stack traces from the reliability bots, which will hopefully let us narrow down this bug some more. BUG=none TEST=none TBR=maruel Review URL: http://codereview.chromium.org/173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23642 0039d316-1c4b-4281-b951-d872f2087c98
* This CL temporarily turns on SK_DEBUG in Release builds. The goal issenorblanco@chromium.org2009-08-181-2/+9
| | | | | | | | | | | | to get more useful stack traces from the reliability bots. This CL will be reverted after a few reliability runs. BUG=http://crbug.com/17569 TEST=none Review URL: http://codereview.chromium.org/172094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23625 0039d316-1c4b-4281-b951-d872f2087c98
* Enable skia asserts. They were disabled some time ago due tosenorblanco@chromium.org2009-08-101-14/+0
| | | | | | | | | | | | http://crbug.com/6372, which has since been fixed. Some existing asserts were failing due to having been untested, and were fixed in this CL. BUG=http://crbug.com/6373. TEST=unit tests, layout tests, etc do not assert Review URL: http://codereview.chromium.org/165223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22916 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to 45111 and Skia to 239amanda@chromium.org2009-06-251-3/+7
| | | | | | Review URL: http://codereview.chromium.org/147121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19211 0039d316-1c4b-4281-b951-d872f2087c98
* This CL updates chrome to the latest version of skia, retrieved via DEPS, andsenorblanco@chromium.org2009-05-132-0/+248
placed in third_party. All relevant skia changes (for all 3 platforms) have been upstreamed. Most of this CL is mind-numbingly repetitive. Things of interest are: skia.gyp (now points at third_party versions), DEPS, and SkUserConfig.h. stdint.h: Skia now requires C99 integer types, which MSVC doesn't support natively. I have put typedefs in config/win/stdint.h. Note that the new version of skia appears to render rects whose coordinates are "backwards" (ie., x2 < x1 or y2 < y1), which were formerly culled. There were a couple obvious instances of this in the code which I fixed, but there may be more. There were ~35 layout test failures due to minor pixel differences which I rebaselined on Windows and Linux, and 8 genuine failures related to masks and stroked text, which I have put in text_expectations.txt and assigned to myself. (There was another change which broke ~1700 tests on each platform, but I put that change behind an #ifdef for now). R=brettw Review URL: http://codereview.chromium.org/65012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15949 0039d316-1c4b-4281-b951-d872f2087c98