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

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

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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: Apple sample code 1 Name: Apple sample code
2 URL: http://developer.apple.com/ 2 URL: http://developer.apple.com/
3 Version: unknown 3 Version: unknown
4 Security Critical: Yes 4 Security Critical: Yes
5 License: Custom license
5 6
6 Local changes: 7 Local changes:
7 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash. 8 * ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
8 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as 9 * ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
9 suggested by a clang warning. 10 suggested by a clang warning.
10 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to 11 * ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to
11 -[NSImage drawInRect:fromRect:operation:fraction:respectFl ipped:hints:] 12 -[NSImage drawInRect:fromRect:operation:fraction:respectFl ipped:hints:]
12 as the former is deprecated and doesn't work properly in 13 as the former is deprecated and doesn't work properly in
13 HiDPI. 14 HiDPI.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698