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