| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|