summaryrefslogtreecommitdiffstats
path: root/android_webview/javatests/src
Commit message (Expand)AuthorAgeFilesLines
* [Android] Incorporate findbugs into android builds.jbudorick2015-03-248-0/+17
* Convert force video overlay to preferenceboliu2015-03-246-22/+26
* [Android WebView] Provide user-initiated provisional load detectionmnaganov2015-03-231-15/+11
* PostMessageTest: retire use of zero-argument port.postMessage().sigbjornf2015-03-231-1/+0
* [Android WebView] Deflake new OnReceived*Error tests that simulate tapmnaganov2015-03-205-84/+93
* Rename MessagePort to AwMessagePortsgurun2015-03-191-95/+95
* Add back the truncation of scroll_deltamiletus2015-03-191-5/+5
* Rename WebEventHandler to MessageCallbacksgurun2015-03-181-14/+14
* [Android WebView] Deflake AwContentsClientFullScreenTestmnaganov2015-03-181-0/+2
* Fix implementation of Slow-loading image.tobiasjs2015-03-181-18/+48
* [Android WebView] Implement a better OnReceivedError callbackmnaganov2015-03-174-47/+463
* Temporarily disable testOnPageCommitVisible (flaky)tobiasjs2015-03-131-2/+4
* [Android WebView] Improve ClientOnReceivedHttpErrorTestmnaganov2015-03-131-58/+82
* [WebView] Add onPageCommitVisible callback.tobiasjs2015-03-124-2/+141
* 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-121-15/+66
* Fix crash when JS postMessage undefined to WebView.hush2015-03-101-0/+41
* Hold messages in message port service when a message port issgurun2015-03-101-1/+111
* Move minor WebViewChromium implementation to chromium layerboliu2015-03-104-12/+13
* [Android WebView] Implement OnReceivedHttpError callbackmnaganov2015-03-103-0/+274
* [Android WebView] Lay the groundwork for a better onReceivedErrormnaganov2015-03-091-1/+8
* Remove deprecated overload of didNavigateMainFramejdduke2015-03-051-2/+3
* [WebView] Add test for visual state API when view dettached.boliu2015-03-041-0/+81
* Delete CommandLineTestboliu2015-03-041-55/+0
* [WebView] Remove onFailure from VisualStateCallback.tobiasjs2015-03-041-40/+0
* [Android WebView] Synthesize a fake page loading event on page source modific...mnaganov2015-03-043-5/+128
* Test PostMessage to popup windowhush2015-03-023-62/+153
* Revert of Test PostMessage to popup window (patchset #7 id:110001 of https://...hush2015-02-283-153/+62
* Test PostMessage to popup windowhush2015-02-283-62/+153
* Implement the plumbing to handle messages in a separate handlersgurun2015-02-281-13/+9
* The testMessageChannelUsingPendingPort test fails occasionally because the ha...sgurun2015-02-261-2/+6
* Disable flaky testCalledWhenTopLevelAboutBlankNavigationboliu2015-02-261-0/+5
* Implement the close() API for Message portssgurun2015-02-261-32/+138
* Revert of [Android WebView] Synthesize a fake page loading event on page sour...grt2015-02-261-51/+23
* [Android WebView] Synthesize a fake page loading event on page source modific...mnaganov2015-02-261-23/+51
* [Android] Convert AndroidWebViewTest.apk to isolate.jbudorick2015-02-241-27/+31
* [WebView] Tests for visual state during fullscreen transitions.igsolla2015-02-192-0/+171
* Rename some postmessage API to make it more meaningful.sgurun2015-02-191-6/+6
* [WebView] Test that checks that VisualStateCallbacks wait for JS.igsolla2015-02-181-0/+88
* Exceptions for enabling Web Notifications and the Push API by default.peter2015-02-171-0/+17
* There is no point of keeping source_origin as a parameter in postMessageTo* m...sgurun2015-02-131-29/+26
* Return created channels synchronouslysgurun2015-02-132-77/+347
* Revert "Revert of [Android] Migrate javascript settings to a content setting ...tedchoc2015-02-132-12/+0
* [WebView] Improve VisualState API name.igsolla2015-02-111-16/+17
* [WebView] Add a request id param to the flushVisualState API.igsolla2015-02-101-16/+22
* Test that Android WebView wrap contents mode is not blank.hush2015-02-103-37/+74
* [Android WebView] Rename ShouldInterceptRequestParams -> AwWebResourceRequestmnaganov2015-02-093-24/+21
* Revert of [WebView] Add unique visual state request ids. (patchset #4 id:6000...igsolla2015-02-091-34/+31
* [WebView] Add unique visual state request ids.igsolla2015-02-091-31/+34
* [WebView] Add a new flushVisualState API to AwContents.igsolla2015-02-054-14/+174