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
/
java
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Android WebView] Fix Android WebView tests.
benm@chromium.org
2012-11-07
1
-5
/
+8
*
Plumbing to support AwContents direct GLDraw api.
joth@chromium.org
2012-11-07
1
-1
/
+25
*
[Android WebView] AwContents now owns ContentViewCore.
benm@chromium.org
2012-11-06
1
-4
/
+3
*
Remove obsolete AndroidWebViewUtil
joth@chromium.org
2012-10-30
1
-25
/
+0
*
Remove obsolete class: AwContentsContainer
joth@chromium.org
2012-10-29
1
-1
/
+0
*
Clean up android_webview OWNERS and DEPS
joth@chromium.org
2012-10-29
1
-0
/
+3
*
Implement AwContentBrowserClient and AwBrowserContext
boliu@chromium.org
2012-10-25
1
-0
/
+2
*
make the scripts happy
sgurun@chromium.org
2012-10-25
1
-0
/
+3
*
Handle resubmission of HTTP Posts.
sgurun@chromium.org
2012-10-25
1
-0
/
+35
*
Update cookie_manager to only get the CookieMonster once
kristianm@chromium.org
2012-10-24
1
-78
/
+13
*
[android_webview] Support intercepting for unhandled schemes.
mkosiba@chromium.org
2012-10-24
1
-0
/
+14
*
Make HttpAuthDatabaseTest more robust
joth@chromium.org
2012-10-17
1
-43
/
+48
*
[Android WebView] Fix some findbugs warnings.
benm@chromium.org
2012-10-17
1
-0
/
+3
*
[Android WebView] Support for fetching Android Java resources.
benm@google.com
2012-10-16
1
-0
/
+118
*
Implement android_webview url intercepting.
mkosiba@chromium.org
2012-10-16
3
-2
/
+33
*
[android_webview] Don't intercept navigations requested by the embedder.
mkosiba@chromium.org
2012-10-12
1
-2
/
+22
*
This change is motivated by the need to implement the Android WebView.loadDat...
benm@google.com
2012-10-11
1
-0
/
+7
*
[android_webview] Use AwContents loadUrl method instead of ContentViewCore.
mkosiba@chromium.org
2012-10-10
1
-0
/
+12
*
[Android] Upstream WebView.allow{Content|File}Access implementation.
mnaganov@chromium.org
2012-10-10
3
-0
/
+62
*
Revert 160959 - [android_webview] Use AwContents loadUrl method instead of Co...
acolwell@chromium.org
2012-10-09
1
-12
/
+0
*
[android_webview] Use AwContents loadUrl method instead of ContentViewCore.
mkosiba@chromium.org
2012-10-09
1
-0
/
+12
*
Componentize IgnoreNavigationResourceThrottle and add chrome and webview spec...
mkosiba@chromium.org
2012-10-09
2
-6
/
+18
*
Add support for building apk in release
cjhopman@chromium.org
2012-10-09
1
-2
/
+1
*
Make apks build from a single ant .xml template
cjhopman@chromium.org
2012-10-05
1
-73
/
+0
*
[Android] Upstream WebView tests and their dependencies.
leandrogracia@chromium.org
2012-10-05
2
-1
/
+7
*
Implement Android WebView clearCache clear disk cache
boliu@chromium.org
2012-10-05
1
-1
/
+0
*
Upstream AwContents.GetCertificate()
cramya@chromium.org
2012-10-05
1
-0
/
+36
*
[Android] Fix android_webview SDK version in manifest files.
mkosiba@chromium.org
2012-10-03
1
-1
/
+1
*
Implement part of Android WebView.clearCache
boliu@chromium.org
2012-10-03
1
-0
/
+12
*
Implement Android WebSettings.[get|set]BlockNetworkLoads
boliu@chromium.org
2012-10-01
4
-17
/
+100
*
Add more generic support for java targets bundling multiple directories
cjhopman@chromium.org
2012-09-28
1
-0
/
+5
*
Move AndroidProtocolAdaptor into android_webview
mnaganov@chromium.org
2012-09-27
1
-0
/
+233
*
[Android] Install a WebContentsObserverAndroid in android_webview.
benm@chromium.org
2012-09-24
2
-2
/
+10
*
Simplify android_webview apk generation gyp rules.
mkosiba@chromium.org
2012-09-24
1
-19
/
+39
*
[Android] Add AwNativeWindow class to android_webview.
benm@chromium.org
2012-09-24
1
-0
/
+28
*
Revert "Revert 158067 - Remove native side of content_view_client"
yusufo@chromium.org
2012-09-22
2
-4
/
+174
*
Revert 158067 - Remove native side of content_view_client
avi@chromium.org
2012-09-21
2
-174
/
+4
*
Remove native side of content_view_client
yusufo@chromium.org
2012-09-21
2
-4
/
+174
*
[Android] Re-enable the ContentViewCore initialization in WebView.
leandrogracia@chromium.org
2012-09-21
1
-4
/
+3
*
[Android] Upstream the WebView find-in-page API implementation.
leandrogracia@chromium.org
2012-09-21
2
-1
/
+36
*
Upstream chromium side of modal dialogs for webview.
yfriedman@chromium.org
2012-09-20
5
-1
/
+105
*
[Android] Upstream the WebView HttpAuthUsernamePassword methods.
leandrogracia@chromium.org
2012-09-20
2
-0
/
+270
*
Add WebView.saveWebArchive support to android_webview.
tedchoc@chromium.org
2012-09-19
1
-2
/
+106
*
Re-apply: [Android] Fix WebView tests breakage after http://crrev.com/10916160
mnaganov@chromium.org
2012-09-19
2
-2
/
+6
*
Revert 157543 - [Android] Fix WebView tests breakage after http://crrev.com/1...
mnaganov@chromium.org
2012-09-19
2
-6
/
+2
*
[Android] Fix WebView tests breakage after http://crrev.com/10916160
mnaganov@chromium.org
2012-09-19
2
-2
/
+6
*
[Android] Add IO thread delegate for request intercepting.
mkosiba@chromium.org
2012-09-19
2
-0
/
+31
*
Implement ResourceDispatchHostLoginDelegate for android_webview.
benm@chromium.org
2012-09-14
3
-0
/
+43
*
Revert "Clean up android_webview build scripts"
yfriedman@chromium.org
2012-09-12
1
-1
/
+6
*
Clean up android_webview build scripts
cjhopman@chromium.org
2012-09-11
1
-6
/
+1
[next]