summaryrefslogtreecommitdiffstats
path: root/base/android
Commit message (Expand)AuthorAgeFilesLines
* TRACING: Enable java tracing from native alsoepenner@chromium.org2014-04-233-13/+39
* Make use of cached trace state in TraceEventhush@chromium.org2014-04-231-0/+1
* Rename jni_helper.h to jni_weak_ref.h.newt@chromium.org2014-04-233-39/+46
* Android: Make looper traces toplevel.epenner@chromium.org2014-04-152-5/+14
* For the WebView build, invoking "cpp" from $PATH is problematic on sometorne@chromium.org2014-04-141-14/+20
* Add workaround for TextView.setCompoundDrawablesRelative() on JB MR1.newt@chromium.org2014-04-111-0/+24
* base: Add ScopedJavaLocalFrame class.reveman@chromium.org2014-04-082-0/+35
* [Android] Remove an unused method from LibraryLoaderfeng@chromium.org2014-04-041-6/+0
* [Android] Fix a few issues related to old lib deletion.feng@chromium.org2014-04-032-32/+54
* Android: improves error message for Outer.Inner usage in JNI.bulach@chromium.org2014-03-282-0/+24
* [Android] Workaround of an android platform bug.feng@chromium.org2014-03-214-6/+367
* net: Update FileStream to use base::File instead of PlatformFile.rvargas@chromium.org2014-03-212-5/+5
* Remove a unused method and fix some styles according to the style guide.sungmann.cho@navercorp.com2014-03-191-25/+13
* Fix a brace style according to the style guide.sungmann.cho@navercorp.com2014-03-181-2/+1
* Change sWindowFocusListeners to mWindowFocusListeners.sungmann.cho@navercorp.com2014-03-181-4/+4
* Expose size() and isEmpty() in ObserverList.mlamouri@chromium.org2014-03-142-4/+108
* Add compatibility function for grabbing PendingIntent's creator package.dfalcantara@chromium.org2014-03-131-0/+13
* Expose a set of all running Activitiesdtrainor@chromium.org2014-03-121-0/+15
* Move atrace enabling code from Chrome to WebViewwangxianzhu@chromium.org2014-03-111-71/+14
* Android: minor improvements in SystemMessageHandler.bulach@chromium.org2014-03-111-11/+19
* [Android] Use CPU time (not wallclock time) where appropriate in Javajdduke@chromium.org2014-03-111-2/+3
* ObserverList.removeObserver() should not return true when null is being removed.mlamouri@chromium.org2014-03-102-2/+12
* Always use the observer's index in ObserverList.removeObserver().mlamouri@chromium.org2014-03-101-1/+1
* ObserverList add/remove methods should return a boolean.mlamouri@chromium.org2014-03-102-6/+42
* Make kAllowedToAccessOnNonjoinableThread debug-only.thakis@chromium.org2014-03-061-0/+2
* [Android] Complete the WindowCallbackWrapper methods.boliu@chromium.org2014-03-051-1/+5
* Rename ChromiumTestShell classes to ChromeShell.aurimas@chromium.org2014-03-051-1/+1
* Suppress several false positive Android lint/javac warnings.newt@chromium.org2014-03-052-0/+3
* [Android] RTL layout direction function clean up.kkimlabs@chromium.org2014-03-041-6/+4
* Fix build issues in base/ for Android x64yang.gu@intel.com2014-02-282-2/+3
* Android: fixes JNI generator for newer versions of javap.bulach@chromium.org2014-02-273-11/+2388
* Android: generates JNI constants from .class files.bulach@chromium.org2014-02-265-35/+4793
* Make Java event registration lazy for state listenerdtrainor@chromium.org2014-02-262-8/+14
* Move PowerMonitor to Application Contextdtrainor@chromium.org2014-02-261-0/+6
* Refactor ActivityStatus to not store currentdtrainor@chromium.org2014-02-2116-488/+896
* Move DeviceMotionAndOrientation off Activity Contextdtrainor@chromium.org2014-02-211-47/+0
* Fix bugs caused by implicitly using the default locale in Java.newt@chromium.org2014-02-201-8/+17
* [Android] Expose isSystemLayoutDirectionRtl() to c++.kkimlabs@chromium.org2014-02-201-0/+15
* Fix PathUtilsTest.TestGetNativeLibraryDirectory in components=shared_library ...eugenis@chromium.org2014-02-191-1/+2
* Add ApiCompatibilityUtils for setImageAlpha.cramya@chromium.org2014-02-191-0/+12
* [Android] Disable tombstones for renderer crashes on JB MR2+cjhopman@chromium.org2014-02-133-0/+11
* Android: add pliard@ to base/android/OWNERS.bulach@chromium.org2014-02-131-0/+1
* Remove shim classes etc. that were needed to move Android Loaderaberent@chromium.org2014-02-113-56/+17
* Move the android library loader from content to baseaberent@chromium.org2014-02-1012-0/+1973
* Note the overhead of no-parameter TraceEvent methodswangxianzhu@chromium.org2014-02-051-11/+8
* Add more owners to base for Androidnyquist@chromium.org2014-02-041-0/+1
* Remove Chrome for TV code.ycheo@chromium.org2014-01-176-218/+1
* Android: upstream few more jni_generator changes.bulach@chromium.org2014-01-164-15/+21
* Eliminate potential copy in Java array conversions.newt@chromium.org2014-01-161-9/+6
* Move Android TraceEvent interface to baseaberent@chromium.org2014-01-106-0/+944