summaryrefslogtreecommitdiffstats
path: root/third_party/apple
Commit message (Collapse)AuthorAgeFilesLines
* Copy libWebKitSystemInterfaceLeopard.a into third_party/apple_webkit/.rsesek@chromium.org2011-11-034-278/+0
| | | | | | | | | | | This also moves third_party/apple to third_party/apple_sample_code/. BUG=101387 TEST=none Review URL: http://codereview.chromium.org/8437088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108475 0039d316-1c4b-4281-b951-d872f2087c98
* mac: Fix new clang warnings.thakis@chromium.org2011-07-242-2/+4
| | | | | | | | | | | | | | | | | | Clang added two warnings: * It warns on implicit return types for ObjC methods * It warns if @synthesize is after a method, because that's apparently a compile error in ARC -- so it's good practice to do the same in non-ARC mode too, and hence this became a warning Both sound like reasonable warnings, so let's just fix them. BUG=none TEST=none Review URL: http://codereview.chromium.org/7493045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93825 0039d316-1c4b-4281-b951-d872f2087c98
* Pass license check script for most of the tree.evan@chromium.org2010-03-191-3/+2
| | | | | | | | | | | | | Modified license-checker script to allow pruning directories we know to be ok. Still need to do a bit of third_party/* , as well as file a bunch of bugs on pieces where the licenses aren't clear, but I'm running out of energy. Review URL: http://codereview.chromium.org/1100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42045 0039d316-1c4b-4281-b951-d872f2087c98
* Add ImageAndTextCell to third_party/apple/.rsesek@chromium.org2010-01-054-0/+277
| | | | | | | | BUG=29334 Review URL: http://codereview.chromium.org/523045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35497 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ImageAndTextCell, shess had an idea how to use NSButtonCell to do thethakis@chromium.org2009-12-042-229/+0
| | | | | | | | | | | same thing. BUG=29334 TEST=none Review URL: http://codereview.chromium.org/467011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33756 0039d316-1c4b-4281-b951-d872f2087c98
* Add Apple's ImageAndTextCell to third_party.thakis@chromium.org2009-09-252-0/+229
I asked dannyb@, he was ok with that as long as we put it somewhere into third_party. The code will be used e.g. in the search engine manager, the task manager and maybe in the frozen renderer dialog. I copied the files from /Developer/Examples/AppKit/DragNDropOutlineView on a Leopard system (and copied the license notice from the m file to the h file). TEST=none BUG=none Review URL: http://codereview.chromium.org/231026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27211 0039d316-1c4b-4281-b951-d872f2087c98