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

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

Issue 6711017: Update OOM killer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: naming Created 9 years, 9 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 3
4 Three files are excerpted here: 4 Three files are excerpted here:
5 5
6 malloc.h from: 6 malloc.h from:
7 http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h 7 http://www.opensource.apple.com/source/Libc/Libc-583/include/malloc/malloc.h
8 8
9 Modifications: 9 Modifications:
10 - Modified #ifdef guards. 10 - Modified #ifdef guards.
(...skipping 11 matching lines...) Expand all
22 22
23 CFBase.h from: 23 CFBase.h from:
24 http://opensource.apple.com/source/CF/CF-550/CFBase.c 24 http://opensource.apple.com/source/CF/CF-550/CFBase.c
25 25
26 Modifications: 26 Modifications:
27 - Renamed the file to CFBase.h. 27 - Renamed the file to CFBase.h.
28 - Added #ifdef guards. 28 - Added #ifdef guards.
29 - Added an #include of the CFRuntime.h file. 29 - Added an #include of the CFRuntime.h file.
30 - Removed everything but the definition of __CFAllocator. 30 - Removed everything but the definition of __CFAllocator.
31 - Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase. 31 - Modified the reference of CFRuntimeBase to ChromeCFRuntimeBase.
32 - Renamed __CFAllocator to ChromeCFAllocator to avoid possible name conflicts. 32 - Renamed __CFAllocator to ChromeCFAllocator9and10 to avoid possible name confli cts.
Mark Mentovai 2011/03/17 21:37:44 80
Avi (use Gerrit) 2011/03/17 22:09:17 Done.
33 - Added a presumed definition of ChromeCFAllocator11.
OLDNEW
« third_party/apple_apsl/CFBase.h ('K') | « third_party/apple_apsl/CFBase.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698