Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 Loading... | |
| 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. | |
| OLD | NEW |