Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Newer versions of libpng require a flush function to be given. | erg@chromium.org | 2010-04-29 | 1 | -1/+6 |
| | | | | | | | | | | | | The documentation states that we can't pass NULL as the fourth parameter to png_set_write_fn(). BUG=28399 TEST=none Review URL: http://codereview.chromium.org/1759016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45978 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | linux: turn on -Wextra | evan@chromium.org | 2010-03-26 | 1 | -48/+52 |
| | | | | | | | | | | | | | | This is a followup to an earlier change (r38266) which did most of the warning-related cleanup. This one just flips the flag, and fixes some new warnings that crept in during the window while the flag was off. Second try, now with some libpng fixes. BUG=34160 Review URL: http://codereview.chromium.org/1320011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42700 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Move image codec stuff to toplevel gfx. | ben@chromium.org | 2010-03-18 | 7 | -0/+1841 |
TBR=darin BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41911 0039d316-1c4b-4281-b951-d872f2087c98 |