index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
android_webview
/
javatests
Commit message (
Expand
)
Author
Age
Files
Lines
*
[android_webview] Add view integration test for content size.
mkosiba@chromium.org
2013-06-25
1
-0
/
+97
*
Hookup android_webview scroll offset delegation to Java side.
mkosiba@chromium.org
2013-06-20
3
-25
/
+370
*
Add Garbage collection test for AwContents
joth@chromium.org
2013-06-20
1
-0
/
+41
*
Fix AwSettingsTest.testBlockNetworkImagesBlocksNetworkImageAndReloadInPlace
mnaganov@chromium.org
2013-06-20
1
-5
/
+1
*
Re-enable AwContents create/destroy stress tests
joth@chromium.org
2013-06-18
1
-12
/
+4
*
Make AwContents.destroy() idempotent
joth@chromium.org
2013-06-18
1
-10
/
+12
*
[Android WebView] Random Android WebView test fixes
boliu@chromium.org
2013-06-18
2
-9
/
+8
*
[Android WebView] Fix LoadsImagesAutomatically tests after crbug.com/224317
mnaganov@chromium.org
2013-06-17
1
-88
/
+4
*
Revert move of file access control into browser context
joth@chromium.org
2013-06-15
1
-2
/
+2
*
Fix Popup window flow to work with synchronous compositor gfx mode
joth@chromium.org
2013-06-14
2
-5
/
+8
*
[Android WebView] Fix use after free during compositor shutdown.
benm@chromium.org
2013-06-12
1
-0
/
+10
*
[Android WebView] Actually disaled @DisabledTests.
benm@chromium.org
2013-06-11
1
-9
/
+17
*
Suppress tests after crbug.com/224317
pdr@chromium.org
2013-06-10
1
-0
/
+6
*
Disable android webview video tests
boliu@chromium.org
2013-06-07
1
-0
/
+8
*
[Android WebView] Fix error description setting for provisional load
mnaganov@chromium.org
2013-06-05
1
-1
/
+1
*
[Android WebView] Provide a minimal error description for nav errors
mnaganov@chromium.org
2013-06-04
1
-0
/
+18
*
[Android WebView] Add a test for browser sign-in back navigation
mnaganov@chromium.org
2013-06-04
1
-0
/
+97
*
Remove Deprecated methods / tags
joth@chromium.org
2013-05-31
1
-17
/
+0
*
Disable flaky aw test
boliu@chromium.org
2013-05-22
1
-0
/
+4
*
Revert "[android_webview] Disable AwSettingsTest broken by Blink roll."
mnaganov@chromium.org
2013-05-22
1
-5
/
+1
*
[android_webview] Disable AwSettingsTest broken by Blink roll.
mkosiba@chromium.org
2013-05-21
1
-1
/
+5
*
Revert r199218, "Android: disables a couple of android_webview integration te...
bulach@chromium.org
2013-05-13
1
-11
/
+4
*
Android: disables a couple of android_webview integration tests.
bulach@chromium.org
2013-05-09
1
-4
/
+11
*
Disable one of the Android Webview test.
tzik@chromium.org
2013-05-09
1
-0
/
+4
*
Made the following changes to enable merge mode
michaelbai@chromium.org
2013-05-09
4
-6
/
+43
*
[Android] Move zoom controls management into WebView
mnaganov@chromium.org
2013-05-08
1
-28
/
+24
*
[Android WebView] Unflake ContentViewZoomTest#testZoomControls
mnaganov@chromium.org
2013-05-02
1
-7
/
+15
*
Disable ContentViewZoomTest#testZoomControls
boliu@chromium.org
2013-05-01
1
-0
/
+5
*
AwContentClient no longer extends ContentViewClient
joth@chromium.org
2013-04-29
2
-130
/
+130
*
[Android WebView] Unflake ContentViewZoomTests
mnaganov@chromium.org
2013-04-29
1
-52
/
+11
*
[Android WebView] Add missing zoom controls hiding
mnaganov@chromium.org
2013-04-29
1
-7
/
+2
*
[Android WebView] Move the most of WebSettings into AwSettings
mnaganov@chromium.org
2013-04-25
12
-141
/
+119
*
Disable testSetInitialScale
boliu@chromium.org
2013-04-24
1
-0
/
+4
*
[android] Resize the android_webview if it's 0x0 initially.
mkosiba@chromium.org
2013-04-19
3
-35
/
+384
*
[Android WebView] Never turn off viewport and fixed layout
mnaganov@chromium.org
2013-04-17
5
-49
/
+3
*
Enable the AwQuotaManagerBridgeTest
michaelbai@chromium.org
2013-04-12
1
-10
/
+0
*
Calling 2 param onShowCustomView.
michaelbai@chromium.org
2013-04-11
1
-2
/
+1
*
[Android WebView] Enable legacy support for target-densityDpi
mnaganov@chromium.org
2013-04-11
1
-0
/
+54
*
Fix the flaky full screen video tests by providing our own clickView;
michaelbai@chromium.org
2013-04-05
2
-16
/
+13
*
Add more wait time before inject event.
michaelbai@chromium.org
2013-03-30
2
-6
/
+10
*
Enable FullScreenVideo tests
michaelbai@chromium.org
2013-03-27
2
-14
/
+5
*
[Android WebView] Enable AwSettingsTest#testUseWideViewportControlsDoubleTabT...
mnaganov@chromium.org
2013-03-27
1
-7
/
+2
*
[Android_WebView] Implement WebChromeClient.getDefaultVideoPoster.
michaelbai@chromium.org
2013-03-27
1
-0
/
+103
*
Remove CalculateContentsScale max texture size DCHECK.
aelias@chromium.org
2013-03-25
1
-8
/
+0
*
[android_webview] Rename AndroidWebView* -> Aw*.
mkosiba@chromium.org
2013-03-25
30
-33
/
+33
*
[android_webview] Build test code against the shell APK.
mkosiba@chromium.org
2013-03-25
17
-819
/
+72
*
Disable AwSettingsTest#testLoadWithOverviewModeViewportScale
boliu@chromium.org
2013-03-21
1
-0
/
+4
*
Access defaultVideoPosterURL setting for ContentSettings
michaelbai@chromium.org
2013-03-21
1
-0
/
+38
*
Disable testUseWideViewportControlsDoubleTabToZoom.
aelias@chromium.org
2013-03-21
1
-2
/
+7
*
[android_webview] Add test shell for webview.
mkosiba@chromium.org
2013-03-20
9
-94
/
+3
[next]