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
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Android WebView] Update WebView.EnableFixedLayoutMode in sync with ViewportE...
mnaganov@chromium.org
2013-02-27
2
-4
/
+29
*
Return empty Picture objects for empty SkPictures.
leandrogracia@chromium.org
2013-02-27
1
-1
/
+2
*
Implement Webviewclient.onReceivedSslError
sgurun@chromium.org
2013-02-26
8
-12
/
+181
*
[Android WebView] Implement WebSettings.{get|set}LoadWithOverviewMode
mnaganov@chromium.org
2013-02-26
2
-0
/
+6
*
Remove WebContents methods that duplicate WebContentsView methods.
jam@chromium.org
2013-02-26
1
-1
/
+2
*
Implement WebStorage API methods
boliu@chromium.org
2013-02-22
6
-2
/
+421
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
7
-591
/
+153
*
Revert 182710, this broke check_deps.
marja@chromium.org
2013-02-15
7
-153
/
+592
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
7
-592
/
+153
*
Expose the capturePicture feature in RenderView for Android WebView legacy AP...
leandrogracia@chromium.org
2013-02-15
1
-3
/
+2
*
[Android WebView] Implement WebSettings.setTextZoom for legacy layout modes
mnaganov@chromium.org
2013-02-14
5
-0
/
+117
*
Implementing geolocation for the Android Webview
kristianm@chromium.org
2013-02-14
4
-45
/
+109
*
Revert 182106
nduca@chromium.org
2013-02-13
1
-2
/
+3
*
Expose the capturePicture feature in RenderView for Android WebView legacy AP...
leandrogracia@chromium.org
2013-02-13
1
-3
/
+2
*
Rename FilePath -> base::FilePath in various toplevel directories
brettw@chromium.org
2013-02-10
1
-2
/
+2
*
Add a utility method to receive an AwContents from a render_process_id and a ...
sgurun@chromium.org
2013-02-07
2
-0
/
+17
*
Correct device scale for Android WebView SW rendering.
leandrogracia@chromium.org
2013-02-05
2
-0
/
+7
*
Pass ScopedJavaGlobalRef to bind() by value
joth@chromium.org
2013-02-05
1
-7
/
+5
*
Rename JavaScriptDialogCreator to JavaScriptDialogManager.
kkania@chromium.org
2013-02-01
9
-36
/
+36
*
Code conventions.
sgurun@chromium.org
2013-01-31
3
-7
/
+5
*
[Android WebView] Implement the capture picture API.
leandrogracia@chromium.org
2013-01-30
2
-14
/
+210
*
Android WebView visited link highlighting implementation part 2
boliu@chromium.org
2013-01-25
2
-0
/
+22
*
Hook up WebViewClient.onReceivedLoginRequest
boliu@chromium.org
2013-01-23
2
-0
/
+24
*
Move content/components/navigation_interception to src/components
kaiwang@chromium.org
2013-01-23
2
-2
/
+3
*
Implements onReceivedIcon
acleung@chromium.org
2013-01-22
2
-0
/
+46
*
fix compatibility issue of char for android x86
james.wei@intel.com
2013-01-18
1
-1
/
+1
*
Move content/components/web_contents_delegate_android to components/web_conte...
boliu@chromium.org
2013-01-12
4
-9
/
+6
*
Implementing native chromium GeolocationPermissionContext
kristianm@chromium.org
2013-01-10
5
-0
/
+188
*
Remove incognito parameter from AwContents
kristianm@chromium.org
2013-01-09
3
-11
/
+7
*
[Android WebView] Update SW rendering to use SkPicture and fix scrolling cases.
leandrogracia@chromium.org
2013-01-09
2
-21
/
+17
*
Return false in AwWebContentsDelegate::CanDownload
nileshagrawal@chromium.org
2013-01-09
1
-7
/
+4
*
Fix hang in Android WebView release build tests
boliu@chromium.org
2013-01-08
1
-46
/
+3
*
[Android WebView] Remove unnecessary DCHECK in InputStreamImpl.
benm@chromium.org
2013-01-04
1
-3
/
+3
*
[Android WebView] Prepare to simulate SW rendering with the capture picture A...
leandrogracia@chromium.org
2013-01-04
3
-9
/
+38
*
[Android WebView] Close InputStreams when we're done with them.
benm@chromium.org
2013-01-03
1
-0
/
+4
*
Tell java side when the native auth handler is gone
joth@chromium.org
2012-12-26
1
-5
/
+18
*
Define public inteface for accessing Canvas pixels
joth@chromium.org
2012-12-25
3
-0
/
+53
*
[Android WebView] Count the number of HTTP auth attempts we make.
benm@chromium.org
2012-12-21
2
-9
/
+14
*
Renaming org.chromium.android_webview.CookieManager to AwCookieManager
kristianm@chromium.org
2012-12-20
2
-2
/
+1
*
[Android WebView] Add a system property to disable OpenGL state restoration i...
leandrogracia@chromium.org
2012-12-20
1
-41
/
+49
*
[Android WebView] Add API to focus the intial node.
benm@chromium.org
2012-12-20
2
-0
/
+5
*
Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...
pauljensen@chromium.org
2012-12-20
5
-45
/
+43
*
Subrect snapshot support.
dtrainor@chromium.org
2012-12-19
1
-2
/
+9
*
Apply scroll correction to HW draw path.
leandrogracia@chromium.org
2012-12-19
3
-4
/
+17
*
[Android WebView] Introduce new layers to ensure proper scissoring and clipping.
leandrogracia@chromium.org
2012-12-19
2
-21
/
+70
*
Renaming CookieManager to AwCookieManager to avoid name conflict with android...
kristianm@chromium.org
2012-12-18
1
-0
/
+1
*
Change Android Webview URL Request Context access of mutation functions.
tedv@chromium.org
2012-12-16
5
-8
/
+9
*
[Android WebView] Tie together Chrome's browser compositor with the Android V...
leandrogracia@chromium.org
2012-12-15
4
-23
/
+224
*
Implement CookieManager.flushCookieStore
joth@chromium.org
2012-12-14
1
-2
/
+26
*
[Android WebView] Plumb WebContentsDelagate::ActivateContents -> Java.
benm@chromium.org
2012-12-13
2
-0
/
+10
[next]