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
*
Making the new geolocation methods abstract after adding an android implement...
kristianm@chromium.org
2013-01-03
1
-5
/
+3
*
Revert 174978. r174937 does not seem to be releated to content_browsertests f...
alexeypa@google.com
2013-01-03
1
-2
/
+10
*
Speculative revert of r174937 to see if it clears up content_browsertests fai...
alexeypa@google.com
2013-01-03
1
-10
/
+2
*
small improvement to GeolocationPermissions.clearAll() to
joth@chromium.org
2013-01-03
1
-2
/
+10
*
Fix AwBrowserProcess.loadLibrary to only load
joth@chromium.org
2012-12-28
1
-1
/
+2
*
Tell java side when the native auth handler is gone
joth@chromium.org
2012-12-26
1
-3
/
+14
*
Define public inteface for accessing Canvas pixels
joth@chromium.org
2012-12-25
1
-2
/
+12
*
Adding geolocation functions to AwContentsClient
kristianm@chromium.org
2012-12-22
1
-0
/
+8
*
[Android WebView] Count the number of HTTP auth attempts we make.
benm@chromium.org
2012-12-21
1
-3
/
+9
*
Renaming org.chromium.android_webview.CookieManager to AwCookieManager
kristianm@chromium.org
2012-12-20
2
-133
/
+117
*
[Android WebView] Add API to focus the intial node.
benm@chromium.org
2012-12-20
2
-0
/
+26
*
Apply scroll correction to HW draw path.
leandrogracia@chromium.org
2012-12-19
1
-2
/
+3
*
Renaming CookieManager to AwCookieManager to avoid name conflict with android...
kristianm@chromium.org
2012-12-18
2
-1
/
+15
*
Generate PageTransitionTypes.java for Android
boliu@chromium.org
2012-12-16
1
-2
/
+3
*
Adding java implementation for Geolocation
kristianm@chromium.org
2012-12-15
1
-0
/
+101
*
Implement CookieManager.flushCookieStore
joth@chromium.org
2012-12-14
1
-4
/
+9
*
Implement doUpdateVisitedHistory callback
boliu@chromium.org
2012-12-14
2
-1
/
+17
*
[Android WebView] Plumb WebContentsDelagate::ActivateContents -> Java.
benm@chromium.org
2012-12-13
2
-6
/
+14
*
[Android WebView] Convert context menu callback to long press
boliu@chromium.org
2012-12-11
1
-1
/
+6
*
Make AwContentsClient.onDownloadStart abstract
boliu@chromium.org
2012-12-06
1
-4
/
+2
*
Make page transition type to InterceptNavigationResourceThrottlethrottle
jknotten@chromium.org
2012-12-05
1
-1
/
+2
*
(Re)implement Android WebView downloads
boliu@chromium.org
2012-12-05
3
-1
/
+60
*
[Android WebView] Plumb WebContentsDelegate::CloseContents to embedder.
benm@chromium.org
2012-12-04
2
-2
/
+6
*
[Android WebView] AwContentsClient.shouldCreate window callback part 2.
benm@chromium.org
2012-12-03
2
-6
/
+72
*
[Android] Remove onUrlStarChanged method from WebContentsDelegateAndroid.
jknotten@chromium.org
2012-11-30
1
-5
/
+0
*
Some required fixes for HTMLViewer rotate
boliu@chromium.org
2012-11-30
1
-6
/
+20
*
Fix AndroidWebView tests
joth@chromium.org
2012-11-30
1
-4
/
+0
*
Factor out common chromium stack init code
joth@chromium.org
2012-11-29
1
-0
/
+58
*
Implement AwContents.invalidate()
joth@chromium.org
2012-11-29
1
-0
/
+5
*
Do not save state if no navigations
boliu@chromium.org
2012-11-21
1
-12
/
+4
*
[Android WebView] Implement WebSettings.{get|set}CacheMode
mnaganov@chromium.org
2012-11-21
3
-10
/
+33
*
Android WebView save/restoreState Part 2
boliu@chromium.org
2012-11-21
1
-0
/
+47
*
AwContents Compositor bring up
joth@chromium.org
2012-11-20
1
-0
/
+10
*
Fix AwContentsTest#testCreateDestroy flaky crash
boliu@chromium.org
2012-11-16
1
-0
/
+1
*
[android_webview] onPageStarted should happen after shouldIgnoreNavigation.
mkosiba@chromium.org
2012-11-15
2
-19
/
+51
*
[Android WebView] AwContentsClient.shouldCreateWindow callback part 1.
benm@chromium.org
2012-11-15
2
-0
/
+13
*
AwContents preperation for Compositor setup
joth@chromium.org
2012-11-15
1
-12
/
+133
*
Move WebContentsDelegateAndroid to content/components
jknotten@chromium.org
2012-11-14
1
-1
/
+1
*
Avoid unnecessary Java object creation in hit test
boliu@chromium.org
2012-11-14
1
-27
/
+28
*
Add touch event methods to AwContents
boliu@chromium.org
2012-11-13
1
-14
/
+32
*
Rename GLDraw to DrawGL.
joth@chromium.org
2012-11-09
1
-7
/
+7
*
Move navigation interception component to content/components
jknotten@chromium.org
2012-11-09
1
-1
/
+1
*
Revert 166758 - Move navigation interception component to content/components
raymes@chromium.org
2012-11-08
1
-1
/
+1
*
Move navigation interception component to content/components
jknotten@chromium.org
2012-11-08
1
-1
/
+1
*
Implement hit test related methods in Android WebView
boliu@chromium.org
2012-11-08
1
-0
/
+93
*
[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
[next]