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

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

Issue 6824069: Allow revocation checking to be disabled on Mac, overriding/ignoring system settings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: With suppressions Created 9 years, 8 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
OLDNEW
1 Name: Darwin 1 Name: Darwin
2 URL: http://www.opensource.apple.com/ 2 URL: http://www.opensource.apple.com/
3 Version: unknown
4 Security Critical: yes
3 5
4 Three files are excerpted here: 6 Four files are excerpted here:
5 7
6 malloc.h from: 8 malloc.h from:
7 http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h 9 http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h
8 10
9 Modifications: 11 Modifications:
10 - Modified #ifdef guards. 12 - Modified #ifdef guards.
11 - Removed everything but the definition of malloc_zone_t. 13 - Removed everything but the definition of malloc_zone_t.
12 - Renamed _malloc_zone_t to ChromeMallocZone to avoid possible name conflicts. 14 - Renamed _malloc_zone_t to ChromeMallocZone to avoid possible name conflicts.
13 - Added a few comments. 15 - Added a few comments.
14 16
(...skipping 10 matching lines...) Expand all
25 27
26 Modifications: 28 Modifications:
27 - Renamed the file to CFBase.h. 29 - Renamed the file to CFBase.h.
28 - Added #ifdef guards. 30 - Added #ifdef guards.
29 - Added an #include of the CFRuntime.h file. 31 - Added an #include of the CFRuntime.h file.
30 - Removed everything but the definition of __CFAllocator. 32 - Removed everything but the definition of __CFAllocator.
31 - Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase. 33 - Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase.
32 - Renamed __CFAllocator to ChromeCFAllocator9and10 to avoid possible name 34 - Renamed __CFAllocator to ChromeCFAllocator9and10 to avoid possible name
33 conflicts. 35 conflicts.
34 - Added a presumed definition of ChromeCFAllocator11. 36 - Added a presumed definition of ChromeCFAllocator11.
37
38 cssmapplePriv.h from:
wtc 2011/04/20 19:40:33 It seems bad for us to depend on a "private" heade
39 http://www.opensource.apple.com/source/libsecurity_cssm/libsecurity_cssm-31536/l ib/cssmapplePriv.h
40
41 Modifications:
42 - Removed unneeded definitions for internal Apple CSP DL enums and structs
43 - Added a comment explaining its usage
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698