summaryrefslogtreecommitdiffstats
path: root/base/android/jni_android.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactor ScopedJavaRefjoth@chromium.org2011-09-091-0/+7
| | | | | | | | | | | | | - introduces JavaRef<> base class to allow passing refs without knowledge of their scope - makes the ScopedJavaLocalRef and ScopedJavaGlobalRef consistent, in name, in methods available, and in conversions allowed. Also updates some other minor base API changes whilst I'm in those files. BUG= TEST=doesn't break build... Review URL: http://codereview.chromium.org/7828084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100383 0039d316-1c4b-4281-b951-d872f2087c98
* Added the comment for GetApplicationContext()michaelbai@google.com2011-08-021-1/+3
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/7551018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95094 0039d316-1c4b-4281-b951-d872f2087c98
* Android's paths and message loop implementation with JNImichaelbai@google.com2011-08-021-0/+45
BUG= TEST= Review URL: http://codereview.chromium.org/7518032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95085 0039d316-1c4b-4281-b951-d872f2087c98