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
*
AwContentClient no longer extends ContentViewClient
joth@chromium.org
2013-04-29
2
-36
/
+58
*
Implement clearFormData for WebViewDatabase
sgurun@chromium.org
2013-04-25
2
-0
/
+32
*
[Android WebView] Move the most of WebSettings into AwSettings
mnaganov@chromium.org
2013-04-25
2
-52
/
+902
*
Add requestDrawGL method in InternalAccessDelegate
michaelbai@chromium.org
2013-04-23
1
-0
/
+16
*
[android] Resize the android_webview if it's 0x0 initially.
mkosiba@chromium.org
2013-04-19
5
-154
/
+316
*
[Android] Rename NativeWindow to WindowAndroid.
aurimas@chromium.org
2013-04-19
2
-35
/
+3
*
[Android WebView] Never turn off viewport and fixed layout
mnaganov@chromium.org
2013-04-17
1
-14
/
+2
*
Calling 2 param onShowCustomView.
michaelbai@chromium.org
2013-04-11
2
-11
/
+12
*
android_webview: changes to support Android GraphicBuffers
kaanb@chromium.org
2013-04-08
1
-1
/
+6
*
Callbacks cannot be owned by Java
kristianm@chromium.org
2013-04-05
3
-38
/
+62
*
Android: nits following library loader changes.
bulach@chromium.org
2013-04-02
1
-1
/
+0
*
Make the build control what library(/ies) to load
cjhopman@chromium.org
2013-04-01
2
-6
/
+13
*
[Android_WebView] Implement WebChromeClient.getDefaultVideoPoster.
michaelbai@chromium.org
2013-03-27
3
-23
/
+148
*
[android_webview] Build test code against the shell APK.
mkosiba@chromium.org
2013-03-25
1
-27
/
+0
*
[android_webview] Implementation of WebChromeClient.onHideCustomView.
michaelbai@chromium.org
2013-03-15
2
-12
/
+13
*
Remove unnecessary resource related methods in ContentVideoViewContextDelegate
michaelbai@chromium.org
2013-03-14
1
-30
/
+0
*
[android_webview] Fake onReceivedError callback for intercepted navigations.
mkosiba@chromium.org
2013-03-14
3
-8
/
+44
*
now the glue layer implementation landed, make the touch/fav icon methods met...
sgurun@chromium.org
2013-03-14
1
-4
/
+2
*
Cleanup of AwGeolocationPermissions with AwBrowserContext
kristianm@chromium.org
2013-03-14
3
-71
/
+5
*
[android_webview] Suppress shouldOverrideUrlLoading on history navigation.
mkosiba@chromium.org
2013-03-13
1
-5
/
+15
*
[Android WebView] Provide more information about WebView for web debugging
mnaganov@chromium.org
2013-03-12
1
-0
/
+7
*
Implementing pauseTimers for chromium webview
kristianm@chromium.org
2013-03-12
2
-2
/
+21
*
[android_webview] Stop exposing ContentViewCore to the embedder.
mkosiba@chromium.org
2013-03-08
1
-3
/
+259
*
[Android WebView] Fix TODOs after r185889
mnaganov@chromium.org
2013-03-08
1
-5
/
+2
*
Remove Android WebView synchronous find.
boliu@chromium.org
2013-03-08
1
-3
/
+5
*
Handle LibraryLoader error from the renderer process.
yfriedman@chromium.org
2013-03-07
1
-2
/
+5
*
[android_view] Implementation of WebChromeClient.getVideoLoadingProgressView
michaelbai@chromium.org
2013-03-06
2
-0
/
+19
*
Call mContentViewCore.onPhysicalBackingSizeChanged in AwContents
boliu@chromium.org
2013-03-05
1
-0
/
+2
*
[Android WebView] Make page scale dependent of the screen density
mnaganov@chromium.org
2013-03-04
3
-2
/
+34
*
[Android WebView] Expose resetScrollAndScaleState from AwSettings
mnaganov@chromium.org
2013-02-28
2
-11
/
+11
*
[Android WebView] Implement WebView.setInitialScale
mnaganov@chromium.org
2013-02-28
1
-0
/
+18
*
This is a no-op CL (with exceptions of int->float switch and the units used f...
aruslan@chromium.org
2013-02-27
2
-6
/
+17
*
[Android WebView] Update WebView.EnableFixedLayoutMode in sync with ViewportE...
mnaganov@chromium.org
2013-02-27
1
-0
/
+17
*
Implement TODO: make onReceivedSslError abstract now it has rolled downstream.
sgurun@chromium.org
2013-02-27
1
-2
/
+1
*
Create java AwBrowserContext
kristianm@chromium.org
2013-02-27
3
-3
/
+74
*
Implement Webviewclient.onReceivedSslError
sgurun@chromium.org
2013-02-26
4
-30
/
+149
*
[Android WebView] Implement WebSettings.{get|set}LoadWithOverviewMode
mnaganov@chromium.org
2013-02-26
1
-0
/
+11
*
Implement WebStorage API methods
boliu@chromium.org
2013-02-22
1
-0
/
+162
*
[android_webview] Introduce content size methods on AwContents.
mkosiba@chromium.org
2013-02-21
1
-0
/
+8
*
[Android WebView] Remove not needed constructor in AwContents
kristianm@chromium.org
2013-02-20
1
-10
/
+0
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
2
-36
/
+61
*
Revert 182710, this broke check_deps.
marja@chromium.org
2013-02-15
2
-61
/
+36
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
2
-36
/
+61
*
[Android WebView] Implement WebSettings.setTextZoom for legacy layout modes
mnaganov@chromium.org
2013-02-14
2
-3
/
+50
*
Implementing geolocation for the Android Webview
kristianm@chromium.org
2013-02-14
3
-30
/
+137
*
onShowCustomView
acleung@google.com
2013-02-13
3
-0
/
+79
*
Remove ContentViewCore.enableMultiProcess etc.
michaelbai@chromium.org
2013-02-11
1
-1
/
+1
*
Remove unused contructor, and remove unused parameter from AwContents
kristianm@chromium.org
2013-02-08
1
-9
/
+5
*
Use a struct to pass parameters in the navigation interception callback.
mkosiba@chromium.org
2013-01-31
1
-3
/
+4
*
[Android WebView] Implement the capture picture API.
leandrogracia@chromium.org
2013-01-30
2
-2
/
+67
[next]