Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: third_party/qcms/README.chromium

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/pyftpdlib/README.chromium ('k') | third_party/skia/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: Quick Color Management System 1 Name: Quick Color Management System
2 Short Name: qcms 2 Short Name: qcms
3 URL: https://github.com/jrmuizel/qcms/tree/v4 3 URL: https://github.com/jrmuizel/qcms/tree/v4
4 Version: v4 4 Version: v4
5 Date: 2012-03-13 5 Date: 2012-03-13
6 License: MIT
6 License File: src/COPYING 7 License File: src/COPYING
7 Security Critical: yes 8 Security Critical: yes
8 9
9 Description: 10 Description:
10 Contains support for applying an ICC color profile to an image. The code is 11 Contains support for applying an ICC color profile to an image. The code is
11 originally based on tinycms, re-written by Mozilla for better security and 12 originally based on tinycms, re-written by Mozilla for better security and
12 performance. This copy is a source-drop from Mozilla on March 13, 2012. 13 performance. This copy is a source-drop from Mozilla on March 13, 2012.
13 14
14 Local Modifications: 15 Local Modifications:
15 Some files only have license headers in the master branch. 16 Some files only have license headers in the master branch.
16 - Added the same license headers to the versions brought down from the 'v4' 17 - Added the same license headers to the versions brought down from the 'v4'
17 branch src URL qcms/tree/v4 18 branch src URL qcms/tree/v4
18 google.patch contains the following modifications. Apply with 19 google.patch contains the following modifications. Apply with
19 patch -p1 < google.patch. 20 patch -p1 < google.patch.
20 - Add bgra output support. 21 - Add bgra output support.
21 - Use HAVE_POSIX_MEMALIGN instead of HAS_POSIX_MEMALIG 22 - Use HAVE_POSIX_MEMALIGN instead of HAS_POSIX_MEMALIG
22 (https://bugzilla.mozilla.org/show_bug.cgi?id=692922) 23 (https://bugzilla.mozilla.org/show_bug.cgi?id=692922)
23 - Applied upstream patch: 24 - Applied upstream patch:
24 - https://bug752254.bugzilla.mozilla.org/attachment.cgi?id=626102 25 - https://bug752254.bugzilla.mozilla.org/attachment.cgi?id=626102
25 - Applied upstream patch for sanitizing gamma table: 26 - Applied upstream patch for sanitizing gamma table:
26 - Expanded gamma clamp range to allow 1.0. 27 - Expanded gamma clamp range to allow 1.0.
27 - Do not short-circuit bogus profile check for A2B0 or B2A0 unless v4 enabled. 28 - Do not short-circuit bogus profile check for A2B0 or B2A0 unless v4 enabled.
OLDNEW
« no previous file with comments | « third_party/pyftpdlib/README.chromium ('k') | third_party/skia/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698