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

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

Issue 2646863003: Delete third_party/apple_sample_code/ (Closed)
Patch Set: Delete third_party/apple_sample_code/ Created 3 years, 11 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
« no previous file with comments | « third_party/apple_sample_code/OWNERS ('k') | tools/licenses.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Name: Apple sample code
2 URL: http://developer.apple.com/
3 Version: unknown
4 Security Critical: Yes
5 License: Custom license
6
7 Local changes:
8 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
9 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
10 suggested by a clang warning.
11 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to
12 -[NSImage drawInRect:fromRect:operation:fraction:respectFl ipped:hints:]
13 as the former is deprecated and doesn't work properly in
14 HiDPI.
15 * ImageAndTextCell.m: When compiling against OSX 10.9 SDK or older, add a
16 typedef for NSCellHitResult. Use NSCellHitResult instead
17 of NSUInteger in the definition for -[NSImage
18 hitTestForEvent:inRect:ofView:]. This fixes a warning
19 when compiling against the OSX 10.10 SDK.
OLDNEW
« no previous file with comments | « third_party/apple_sample_code/OWNERS ('k') | tools/licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698