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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/apple_sample_code/OWNERS ('k') | tools/licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/apple_sample_code/README.chromium
diff --git a/third_party/apple_sample_code/README.chromium b/third_party/apple_sample_code/README.chromium
deleted file mode 100644
index d431d863b424a63050c14e6960d8b7101c2ebfc8..0000000000000000000000000000000000000000
--- a/third_party/apple_sample_code/README.chromium
+++ /dev/null
@@ -1,19 +0,0 @@
-Name: Apple sample code
-URL: http://developer.apple.com/
-Version: unknown
-Security Critical: Yes
-License: Custom license
-
-Local changes:
-* ImageAndTextCell.h: Changed 'image' property to 'retain' mode to fix a crash.
-* ImageAndTextCell.m: Moved '@synthesize' to to the top of '@implementation' as
- suggested by a clang warning.
-* ImageAndTextCell.m: Switched from -[NSImage compositeToPoint:operation:] to
- -[NSImage drawInRect:fromRect:operation:fraction:respectFlipped:hints:]
- as the former is deprecated and doesn't work properly in
- HiDPI.
-* ImageAndTextCell.m: When compiling against OSX 10.9 SDK or older, add a
- typedef for NSCellHitResult. Use NSCellHitResult instead
- of NSUInteger in the definition for -[NSImage
- hitTestForEvent:inRect:ofView:]. This fixes a warning
- when compiling against the OSX 10.10 SDK.
« 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