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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix page scaling in Android Webview SW rendering.
leandrogracia@chromium.org
2013-03-06
2
-15
/
+65
*
Enable cookies by default
kristianm@chromium.org
2013-03-06
1
-1
/
+1
*
Revert 186347
jochen@chromium.org
2013-03-06
6
-24
/
+138
*
Add chrome-search: access from Instant overlay
dhollowa@chromium.org
2013-03-06
6
-138
/
+24
*
[Android WebView] Add simple support for remote web debugging
mnaganov@chromium.org
2013-03-01
4
-0
/
+180
*
Fix for CookieManager init race condition
joth@chromium.org
2013-03-01
2
-8
/
+16
*
[Android WebView] Implement WebView.setInitialScale
mnaganov@chromium.org
2013-02-28
2
-0
/
+10
*
[Android WebView] Update WebView.EnableFixedLayoutMode in sync with ViewportE...
mnaganov@chromium.org
2013-02-27
2
-0
/
+12
*
Return empty Picture objects for empty SkPictures.
leandrogracia@chromium.org
2013-02-27
1
-0
/
+6
*
Implement Webviewclient.onReceivedSslError
sgurun@chromium.org
2013-02-26
5
-5
/
+137
*
[Android WebView] Implement WebSettings.{get|set}LoadWithOverviewMode
mnaganov@chromium.org
2013-02-26
2
-0
/
+7
*
Pass Resourcetype to AllowCertificateError callback
sgurun@chromium.org
2013-02-25
2
-0
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
3
-3
/
+3
*
Implement WebStorage API methods
boliu@chromium.org
2013-02-22
8
-29
/
+106
*
[Android WebView] Remove obsolete webviewchromium_strings.pak references.
benm@chromium.org
2013-02-19
1
-12
/
+1
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
8
-50
/
+935
*
Revert 182710, this broke check_deps.
marja@chromium.org
2013-02-15
8
-935
/
+50
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
8
-50
/
+935
*
[Android WebView] Implement WebSettings.setTextZoom for legacy layout modes
mnaganov@chromium.org
2013-02-14
2
-0
/
+9
*
Implementing geolocation for the Android Webview
kristianm@chromium.org
2013-02-14
1
-10
/
+14
*
Remove unused pieces of URLRequestJobFactory API.
pauljensen@chromium.org
2013-02-12
2
-38
/
+9
*
Rename FilePath -> base::FilePath in various toplevel directories
brettw@chromium.org
2013-02-10
6
-18
/
+18
*
Add StoragePartition's ProtocolHandlers at URLRequestContext construction time.
pauljensen@chromium.org
2013-02-08
6
-83
/
+271
*
[android_webview] Make it possible to install downloaded certificates.
michaelbai@chromium.org
2013-02-06
2
-0
/
+17
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
2
-2
/
+2
*
Only trigger onReceivedLoginRequest on main frames
boliu@chromium.org
2013-01-31
1
-16
/
+16
*
[Android WebView] Implement the capture picture API.
leandrogracia@chromium.org
2013-01-30
2
-0
/
+31
*
Android WebView scale hit test coordinates
boliu@chromium.org
2013-01-30
1
-1
/
+2
*
Android webview fix visited link
boliu@chromium.org
2013-01-30
3
-7
/
+1
*
Android WebView visited link highlighting implementation
boliu@chromium.org
2013-01-25
7
-1
/
+95
*
Hook up WebViewClient.onReceivedLoginRequest
boliu@chromium.org
2013-01-23
4
-5
/
+52
*
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
/
+130
*
Move OpenItem/ShowItemInFolder from ContentBrowserClient to DownloadManagerDe...
hashimoto@chromium.org
2013-01-21
2
-10
/
+0
*
Fix getting mime-type from a download request.
boliu@chromium.org
2013-01-15
1
-1
/
+1
*
Implementing native chromium GeolocationPermissionContext
kristianm@chromium.org
2013-01-10
4
-10
/
+25
*
Return false in AwWebContentsDelegate::CanDownload
nileshagrawal@chromium.org
2013-01-09
1
-5
/
+1
*
Fix hang in Android WebView release build tests
boliu@chromium.org
2013-01-08
1
-3
/
+2
*
[Android WebView] Prepare to simulate SW rendering with the capture picture A...
leandrogracia@chromium.org
2013-01-04
2
-5
/
+26
*
Cleanup: Remove unneeded browser_thread.h includes in contents.
thestig@chromium.org
2013-01-03
1
-1
/
+5
*
Convert AwRequestInerceptor to net::URLRequestJobFactory::ProtocolHandler
pauljensen@chromium.org
2013-01-02
3
-37
/
+10
*
Tell java side when the native auth handler is gone
joth@chromium.org
2012-12-26
2
-4
/
+20
*
[Android WebView] Count the number of HTTP auth attempts we make.
benm@chromium.org
2012-12-21
3
-10
/
+31
*
[Android WebView] Fix some locale related TODOs.
benm@chromium.org
2012-12-21
2
-10
/
+12
*
Fix aw unittests
boliu@chromium.org
2012-12-21
1
-0
/
+5
*
Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto...
pauljensen@chromium.org
2012-12-20
3
-9
/
+13
*
Add file browser handler resource throttler for intercepting downloads.
tbarzic@chromium.org
2012-12-18
2
-0
/
+2
*
Change Android Webview URL Request Context access of mutation functions.
tedv@chromium.org
2012-12-16
2
-8
/
+9
*
[Android WebView] Convert context menu callback to long press
boliu@chromium.org
2012-12-11
2
-2
/
+18
*
[Android WebView] Rename android_webview paks to webviewchromium.
benm@chromium.org
2012-12-07
1
-2
/
+2
[next]