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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: third_party/apple_apsl/README.chromium
diff --git a/third_party/apple_apsl/README.chromium b/third_party/apple_apsl/README.chromium
index c64b81f878353194a2be56fb3de82d5c8ab9257c..b2d1ca914765f07dde02c66edc4858fb14f33f66 100644
--- a/third_party/apple_apsl/README.chromium
+++ b/third_party/apple_apsl/README.chromium
@@ -1,7 +1,9 @@
Name: Darwin
URL: http://www.opensource.apple.com/
+Version: unknown
+Security Critical: yes
-Three files are excerpted here:
+Four files are excerpted here:
malloc.h from:
http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h
@@ -32,3 +34,10 @@ Modifications:
- Renamed __CFAllocator to ChromeCFAllocator9and10 to avoid possible name
conflicts.
- Added a presumed definition of ChromeCFAllocator11.
+
+cssmapplePriv.h from:
wtc 2011/04/20 19:40:33 It seems bad for us to depend on a "private" heade
+http://www.opensource.apple.com/source/libsecurity_cssm/libsecurity_cssm-31536/lib/cssmapplePriv.h
+
+Modifications:
+- Removed unneeded definitions for internal Apple CSP DL enums and structs
+- Added a comment explaining its usage

Powered by Google App Engine
This is Rietveld 408576698