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

Unified Diff: third_party/apple_apsl/README.chromium

Issue 7471041: Update OOM killer with Lion info. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/apple_apsl/CFBase.h ('k') | third_party/apple_apsl/malloc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/apple_apsl/README.chromium
diff --git a/third_party/apple_apsl/README.chromium b/third_party/apple_apsl/README.chromium
index 2f014a20e203dfb70ef7f53bb0e0aeadcb29c5a7..424d77c1e9051e121fed31f8e23c924d9adbd726 100644
--- a/third_party/apple_apsl/README.chromium
+++ b/third_party/apple_apsl/README.chromium
@@ -6,16 +6,15 @@ Security Critical: yes
Four files are excerpted here:
malloc.h from:
-http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h
+http://www.opensource.apple.com/source/Libc/Libc-763.11/include/malloc/malloc.h
Modifications:
- Modified #ifdef guards.
- Removed everything but the definition of malloc_zone_t.
- Renamed _malloc_zone_t to ChromeMallocZone to avoid possible name conflicts.
-- Added a few comments.
CFRuntime.h from:
-http://www.opensource.apple.com/source/CF/CF-550/CFRuntime.h
+http://www.opensource.apple.com/source/CF/CF-635/CFRuntime.h
Modifications:
- Modified #ifdef guards.
@@ -23,7 +22,8 @@ Modifications:
- Renamed CFRuntimeBase to ChromeCFRuntimeBase to avoid possible name conflicts.
CFBase.h from:
-http://opensource.apple.com/source/CF/CF-550/CFBase.c
+http://www.opensource.apple.com/source/CF/CF-550/CFBase.c
+http://www.opensource.apple.com/source/CF/CF-635/CFBase.c
Modifications:
- Renamed the file to CFBase.h.
@@ -31,9 +31,8 @@ Modifications:
- Added an #include of the CFRuntime.h file.
- Removed everything but the definition of __CFAllocator.
- Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase.
-- Renamed __CFAllocator to ChromeCFAllocatorLeopards to avoid possible name
- conflicts.
-- Added a presumed definition of ChromeCFAllocatorLion.
+- Renamed __CFAllocator to ChromeCFAllocatorLeopards (from CF-550) and to
+ ChromeCFAllocatorLion (from CF-635) to avoid possible name conflicts.
cssmapplePriv.h from:
http://www.opensource.apple.com/source/libsecurity_cssm/libsecurity_cssm-31536/lib/cssmapplePriv.h
« no previous file with comments | « third_party/apple_apsl/CFBase.h ('k') | third_party/apple_apsl/malloc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698