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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use _target_name instead of package_name for java*.gypi
cjhopman@chromium.org
2013-02-20
3
-8
/
+11
*
Android WebView: update directories that are removed.
torne@chromium.org
2013-02-20
1
-3
/
+23
*
[android_webview] Disable flaky test.
mkosiba@chromium.org
2013-02-20
1
-2
/
+6
*
[Android WebView] Remove not needed constructor in AwContents
kristianm@chromium.org
2013-02-20
2
-11
/
+1
*
[Android WebView] Remove obsolete webviewchromium_strings.pak references.
benm@chromium.org
2013-02-19
4
-45
/
+3
*
[android_webview] Fix race conditions in AwContentsTest.
mkosiba@chromium.org
2013-02-19
4
-241
/
+403
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
24
-714
/
+1259
*
Revert 182710, this broke check_deps.
marja@chromium.org
2013-02-15
24
-1259
/
+715
*
[Android WebView] Migrate the rendering code to a separate set of classes.
leandrogracia@chromium.org
2013-02-15
24
-715
/
+1259
*
Expose the capturePicture feature in RenderView for Android WebView legacy AP...
leandrogracia@chromium.org
2013-02-15
6
-34
/
+30
*
Implement Websettings.[get/set]DatabaseEnabled
sgurun@chromium.org
2013-02-14
2
-0
/
+93
*
[Android WebView] Implement WebSettings.setTextZoom for legacy layout modes
mnaganov@chromium.org
2013-02-14
13
-5
/
+253
*
Implementing geolocation for the Android Webview
kristianm@chromium.org
2013-02-14
8
-85
/
+260
*
Fix downstream android webview build
boliu@chromium.org
2013-02-13
2
-3
/
+5
*
onShowCustomView
acleung@google.com
2013-02-13
4
-0
/
+86
*
Revert 182106
nduca@chromium.org
2013-02-13
4
-20
/
+34
*
Expose the capturePicture feature in RenderView for Android WebView legacy AP...
leandrogracia@chromium.org
2013-02-13
4
-34
/
+20
*
Disable AwContentsClientOnScaleChangedTest#testScaleUp
boliu@chromium.org
2013-02-12
1
-0
/
+5
*
Remove unused pieces of URLRequestJobFactory API.
pauljensen@chromium.org
2013-02-12
2
-38
/
+9
*
[Android WebView] Add rules to bundle localised string paks.
benm@chromium.org
2013-02-12
1
-1
/
+319
*
[Android WebView] Fix build break, make sure the gyp file is generated for an...
kristianm@chromium.org
2013-02-12
2
-1
/
+3
*
Remove ContentViewCore.enableMultiProcess etc.
michaelbai@chromium.org
2013-02-11
2
-9
/
+4
*
[Android WebView] Make 3rd party licenses checker to turn bot red
mnaganov@chromium.org
2013-02-11
1
-17
/
+27
*
[Android WebView] Fix GetIncompatibleDirectories to ignore string case for th...
mnaganov@chromium.org
2013-02-11
1
-1
/
+1
*
Rename FilePath -> base::FilePath in various toplevel directories
brettw@chromium.org
2013-02-10
7
-20
/
+20
*
Move media/base/simd/x86inc.asm to third_party/x86inc
wolenetz@chromium.org
2013-02-08
1
-3
/
+0
*
Add StoragePartition's ProtocolHandlers at URLRequestContext construction time.
pauljensen@chromium.org
2013-02-08
6
-83
/
+271
*
Remove unused contructor, and remove unused parameter from AwContents
kristianm@chromium.org
2013-02-08
1
-9
/
+5
*
Add a utility method to receive an AwContents from a render_process_id and a ...
sgurun@chromium.org
2013-02-07
2
-0
/
+17
*
[Android WebView] Update third_party whitelist after r181293
mnaganov@chromium.org
2013-02-07
1
-2
/
+0
*
Implement focus based hit test logic
boliu@chromium.org
2013-02-07
2
-78
/
+295
*
[android_webview] List test assests explicitly.
mkosiba@chromium.org
2013-02-06
1
-1
/
+4
*
[android_webview] Make it possible to install downloaded certificates.
michaelbai@chromium.org
2013-02-06
2
-0
/
+17
*
Correct device scale for Android WebView SW rendering.
leandrogracia@chromium.org
2013-02-05
2
-0
/
+7
*
Enable testCalledForIframeUnsupportedSchemeNavigations
boliu@chromium.org
2013-02-05
1
-5
/
+0
*
Pass ScopedJavaGlobalRef to bind() by value
joth@chromium.org
2013-02-05
1
-7
/
+5
*
[android_webview] Use Exception instead of Throwable in test utils.
mkosiba@chromium.org
2013-02-04
2
-28
/
+23
*
[android_webview] Don't include files from .svn in assets.
mkosiba@chromium.org
2013-02-04
1
-1
/
+1
*
[Android WebView] Update copyrights whitelist file
mnaganov@chromium.org
2013-02-04
1
-2
/
+2
*
Disable testCalledForIframeUnsupportedSchemeNavigations
boliu@chromium.org
2013-02-03
1
-0
/
+5
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
2
-2
/
+2
*
Rename JavaScriptDialogCreator to JavaScriptDialogManager.
kkania@chromium.org
2013-02-01
9
-36
/
+36
*
Only trigger onReceivedLoginRequest on main frames
boliu@chromium.org
2013-01-31
1
-16
/
+16
*
Enable AwContentsTest#testGetFavicon()
acleung@chromium.org
2013-01-31
1
-6
/
+2
*
Use a struct to pass parameters in the navigation interception callback.
mkosiba@chromium.org
2013-01-31
1
-3
/
+4
*
Code conventions.
sgurun@chromium.org
2013-01-31
3
-7
/
+5
*
[Android WebView] Mark LoadDataWithBaseUrlTest.testHistoryUrlNavigation flaky
skyostil@chromium.org
2013-01-31
1
-0
/
+5
*
[Android WebView] Avoid detecting '(c)' as a copyright sign in lists.
mnaganov@chromium.org
2013-01-31
2
-45
/
+76
*
[Android WebView] Whitelist proxy_resolver_v8_tracing.cc as copyrighted code ...
mnaganov@chromium.org
2013-01-31
1
-0
/
+2
*
Re-enable Android WebView FindApi tests
boliu@chromium.org
2013-01-30
4
-130
/
+0
[next]