summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Expand)AuthorAgeFilesLines
* [Android] Incorporate findbugs into android builds.jbudorick2015-03-2417-0/+40
* Convert force video overlay to preferenceboliu2015-03-248-23/+56
* [Android WebView] Provide user-initiated provisional load detectionmnaganov2015-03-233-20/+26
* PostMessageTest: retire use of zero-argument port.postMessage().sigbjornf2015-03-231-1/+0
* cc: Move worker threads to RenderThreadImpl.reveman2015-03-231-1/+1
* Remove prerender cookie store, part 4.davidben2015-03-231-2/+1
* Make WebView shell handle generic motion events.ksk2015-03-231-0/+12
* Repack 64-bit and 32-bit APKs into the same APK.gsennton2015-03-231-0/+202
* [Android WebView] Deflake new OnReceived*Error tests that simulate tapmnaganov2015-03-205-84/+93
* Publicize registration of MediaUrlInterceptormnaganov2015-03-202-5/+3
* Unit Test for WebView animating in and out of screenhush2015-03-209-31/+132
* Rename MessagePort to AwMessagePortsgurun2015-03-195-128/+129
* Add debug logging for calls into AwContentsboliu2015-03-192-1/+49
* Add back the truncation of scroll_deltamiletus2015-03-191-5/+5
* Remove android webview rendering cruftboliu2015-03-1911-215/+175
* Rename WebEventHandler to MessageCallbacksgurun2015-03-182-22/+23
* [Android WebView] Deflake AwContentsClientFullScreenTestmnaganov2015-03-181-0/+2
* Fix implementation of Slow-loading image.tobiasjs2015-03-181-18/+48
* favor DCHECK_CURRENTLY_ON for better logs in android_webview/mostynb2015-03-1817-120/+123
* Refactor NavigationState to use NavigationParamsclamy2015-03-181-2/+2
* Moves CookieCryptoDelegate to net/extras/sqlite.rohitrao2015-03-181-1/+1
* [Autofill] Add infrastructure for Rappor metrics, and log 2 metrics.mathp2015-03-182-0/+5
* [Android WebView] Implement a better OnReceivedError callbackmnaganov2015-03-1717-143/+636
* Ignore lint error RtlHardcoded for AwZoomControlswajahat.s2015-03-171-0/+2
* Reload favicon from HTTP cache on Ctrl+Refreshpkotwicz2015-03-161-0/+1
* Update WebView's android framework jar to 5.1.0_r1.torne2015-03-152-3/+3
* Cleanup the TODOs in AwContentsClient.sgurun2015-03-142-23/+12
* Temporarily disable testOnPageCommitVisible (flaky)tobiasjs2015-03-131-2/+4
* Reorder importstobiasjs2015-03-131-2/+2
* [Android WebView] Improve ClientOnReceivedHttpErrorTestmnaganov2015-03-131-58/+82
* [WebView] Add onPageCommitVisible callback.tobiasjs2015-03-1211-5/+194
* Add new integration tests to PostMessagesgurun2015-03-121-16/+68
* This CL addresses a long standing TODO to implement transferring ports from J...sgurun2015-03-125-29/+97
* refactoring Android Webview JNI_OnLoad interface to make it consistent with o...michaelbai2015-03-113-14/+32
* Fix some lint warnings for android_webview_test_apkboliu2015-03-111-7/+6
* Cancel client auth requests when not promptable.davidben2015-03-116-64/+87
* Silence NewApi lint warningsboliu2015-03-117-0/+14
* Fix crash when JS postMessage undefined to WebView.hush2015-03-103-8/+54
* Hold messages in message port service when a message port issgurun2015-03-106-5/+189
* Move minor WebViewChromium implementation to chromium layerboliu2015-03-106-27/+22
* [Android WebView] Implement OnReceivedHttpError callbackmnaganov2015-03-1014-15/+491
* Fix and suppress some lint warningsboliu2015-03-103-11/+13
* Move NullWebViewClient implementation to chromium layerboliu2015-03-094-87/+76
* Move implementation of load methods to chromium layerboliu2015-03-092-106/+166
* Move onConsoleMessage implementation to chromium layerboliu2015-03-092-5/+5
* [Android WebView] Lay the groundwork for a better onReceivedErrormnaganov2015-03-097-31/+116
* Move FileChooserParamsAdapter to chormium layerboliu2015-03-065-107/+93
* Move logic out of ContentSettingsAdapterboliu2015-03-052-56/+68
* Remove deprecated overload of didNavigateMainFramejdduke2015-03-052-3/+4
* [WebView] Add test for visual state API when view dettached.boliu2015-03-042-2/+86