summaryrefslogtreecommitdiffstats
path: root/third_party/skia
Commit message (Collapse)AuthorAgeFilesLines
* Make 'License' field in third-party metadata requiredsteveblock@chromium.org2012-08-011-0/+1
| | | | | | | | | | | | | | | | This will simplify the addition of a tool to check licenses for the purpose of the Android WebView build. See also http://codereview.chromium.org/10827099 Also adds other missing fields to these README.chromium files as required by presubmit checks and fixes a regex used to enforce this. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10821103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149423 0039d316-1c4b-4281-b951-d872f2087c98
* Update third_party/skia/LICENSEepoger@google.com2011-08-011-202/+27
| | | | | | Review URL: http://codereview.chromium.org/7518033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94982 0039d316-1c4b-4281-b951-d872f2087c98
* Add back skia license information.maruel@chromium.org2011-04-222-0/+206
| | | | | | | | | | | | | | | It was removed by error in r77339. NO CODE CHANGE. R=mpcomplete@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/6899014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82609 0039d316-1c4b-4281-b951-d872f2087c98
* This directory is handled through DEPS and doesn't need a readme. Cleaning ↵cdn@chromium.org2011-03-161-4/+0
| | | | | | | | | | up after myself from revision 78316. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/6665039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78442 0039d316-1c4b-4281-b951-d872f2087c98
* Cleaning up third_party readmes and adding a template for future use.cdn@chromium.org2011-03-161-0/+4
| | | | | | | | | | | The next step is a presubmit rule that will make people use the template. We are doing this so that we can better track dependancy versions. BUG=None TEST=N/A Review URL: http://codereview.chromium.org/6610030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78316 0039d316-1c4b-4281-b951-d872f2087c98
* Implement blocking for webRequest.onBeforeRequest extension event.mpcomplete@chromium.org2011-03-082-204/+0
| | | | | | | | | | | | | I did some measurements with a Release build of chrome, both manually and via the page cycler tests. It seems that a simple empty blocking event listener can add anywhere from a 1 to 30ms delay to request times, largely depending on how many requests are in the queue (when many requests come at once, the last ones to be processed by the extension are delayed the longest). From page cycler data (on my local machine), the average increase in page load time seems to be around 6ms. This is independent of total page load time (which makes sense). BUG=60101 TEST=covered by apitests Review URL: http://codereview.chromium.org/6574049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77339 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: make sure tools/licenses.py is happy about third_party/skiaphajdan.jr@chromium.org2010-09-152-0/+204
BUG=55020 TEST=tools/licenses.py Review URL: http://codereview.chromium.org/3457002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59564 0039d316-1c4b-4281-b951-d872f2087c98