summaryrefslogtreecommitdiffstats
path: root/content/public/android/java
Commit message (Expand)AuthorAgeFilesLines
* Remove ICS support from Chromium code.aurimas2015-05-055-90/+24
* Remove JELLY_BEAN checks from GamepadList.javaaurimas2015-05-041-17/+1
* Restore simple fling status bookkeepingjdduke2015-05-011-4/+0
* Register ContentViewCore for AccessibilityStateChangeListenerdemarem2015-04-301-0/+2
* Fix window.open issue in Document mode on Android.mariakhomenko2015-04-292-0/+11
* Rename from ERROR_AUDIO to ERROR_AUDIO_CAPTUREdjmix.kim2015-04-231-1/+1
* Remove AccessibilityInjector support.aurimas2015-04-237-1035/+26
* Enable registration of per-frame Mojo services from Javaavayvod2015-04-221-0/+6
* Register and unregister CaptionManager listener in attach/detachboliu2015-04-214-11/+32
* Fix leak from android Contextboliu2015-04-212-14/+11
* [IME] Stop sending synthesized keyCode, and send 229 instead.huangs2015-04-161-6/+3
* Only clear dom selection on focus changeboliu2015-04-151-4/+4
* [Android] Use the platform SwipeRefreshLayoutjdduke2015-04-152-0/+78
* [Android] Allow custom ActionMode creation via ContentViewClientjdduke2015-04-154-51/+221
* [Android WebView] invoke geolocation error callback when no sufficient permis...timvolodine2015-04-142-4/+12
* Take a snapshot of the AXTreesgurun2015-04-144-0/+94
* Move several annotations to annotations package.aurimas2015-04-141-1/+1
* Clean up OWNERS file regarding Battery API.timvolodine2015-04-131-3/+0
* Remove unnecesary ApiCompatibilityUtils calls.aurimas2015-04-101-4/+2
* Remove java ViewAndroid classboliu2015-04-092-21/+35
* Android: Throw exception when child service is reusedsievers2015-04-081-1/+1
* The Java Client should be aware of the readback status.behara.ms2015-04-081-5/+6
* Enable NeedsBraces check and fix some checkstyle issues.aurimas2015-04-032-7/+14
* Expose text track settings in Content and implement for Androiddspell2015-04-038-0/+740
* Fix deadlock in ChildProcessService.onDestroy()sievers2015-04-021-4/+14
* [Android] Disable fling cancel filtering in the GestureEventQueuejdduke2015-04-021-0/+4
* Add note to ContentViewCore.destroyboliu2015-04-021-0/+6
* Remove finalizers that only assertboliu2015-04-011-6/+0
* Pass format as argument to getContentBitmapAsync.siva.gunturi2015-04-011-2/+3
* [Android] Avoid creating new objects on each Device Orientation update.timvolodine2015-03-311-19/+26
* Fix ViewAndroid leak in Android WebViewboliu2015-03-301-31/+51
* Add utility function for checking package versiondgn2015-03-301-9/+2
* Send autocapitalize flags to the Android virtual keyboard based on Blink hints.mlamouri2015-03-291-3/+18
* Revert of Send autocapitalize flags to the Android virtual keyboard based on ...scheib2015-03-261-18/+3
* Send autocapitalize flags to the Android virtual keyboard based on Blink hints.mlamouri2015-03-261-3/+18
* [Android WebView] Provide user-initiated provisional load detectionmnaganov2015-03-232-3/+9
* Add an getDrawable to ApiCompatibilityUtilsaurimas2015-03-212-2/+5
* Add auto sign in slider in Clank settings.melandory2015-03-191-0/+3
* Fix race condition between attaching and destruction of native IME object.bcwhite2015-03-182-52/+39
* Fix up if statement curly braces issues.aurimas2015-03-188-47/+36
* Android: Fix GPU.GPUProcessTerminationStatus UMA statsievers2015-03-092-3/+23
* (Reland) Always create top controls manager.bokan2015-03-091-4/+0
* Revert of [Android] Fix a flicker in stopping Chrome (patchset #11 id:200001 ...jdduke2015-03-091-2/+0
* This implements APIs plumbing theme color changes to javayusufo2015-03-062-0/+19
* Revert of Always create top controls manager (patchset #6 id:100001 of https:...dpranke2015-03-061-0/+4
* Always create top controls manager.bokan2015-03-051-4/+0
* Remove deprecated overload of didNavigateMainFramejdduke2015-03-053-25/+5
* Ensure WebContentsObserver.destroy is calledjdduke2015-03-042-4/+7
* [Android] Add proxy for Java-based WebContentsObserversjdduke2015-03-045-130/+386
* [Android WebView] Synthesize a fake page loading event on page source modific...mnaganov2015-03-042-0/+29