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

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

Issue 363593004: Check for unused tag_len in read_nested_curveType() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « no previous file | third_party/qcms/google.patch » ('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: MIT
7 License File: src/COPYING 7 License File: src/COPYING
8 Security Critical: yes 8 Security Critical: yes
9 9
10 Description: 10 Description:
(...skipping 18 matching lines...) Expand all
29 - Only reference code from transform-sse1.c and transform-sse2.c when SSE is 29 - Only reference code from transform-sse1.c and transform-sse2.c when SSE is
30 enabled. 30 enabled.
31 - Do not use an x86-only attribute on ARM or MIPS. 31 - Do not use an x86-only attribute on ARM or MIPS.
32 - Fix integer truncation warning/errors on Win64 build. 32 - Fix integer truncation warning/errors on Win64 build.
33 - Apply upstream thread safety (fix) patch from 33 - Apply upstream thread safety (fix) patch from
34 - https://bugzilla.mozilla.org/show_bug.cgi?id=853169 34 - https://bugzilla.mozilla.org/show_bug.cgi?id=853169
35 - Apply upstream fix for qcms_profile_from_memory from 35 - Apply upstream fix for qcms_profile_from_memory from
36 - https://bugzilla.mozilla.org/show_bug.cgi?id=969226 36 - https://bugzilla.mozilla.org/show_bug.cgi?id=969226
37 - Apply upstream simplification of qcmstypes.h 37 - Apply upstream simplification of qcmstypes.h
38 - https://hg.mozilla.org/mozilla-central/rev/b5be94737a83 38 - https://hg.mozilla.org/mozilla-central/rev/b5be94737a83
39 - Check for unused tag_len in read_nested_curveType()
39 To regenerate google.patch: 40 To regenerate google.patch:
40 git diff b8456f38 src > google.patch 41 git diff b8456f38 src > google.patch
OLDNEW
« no previous file with comments | « no previous file | third_party/qcms/google.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698