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
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Android] Fix a few issues related to old lib deletion.
feng@chromium.org
2014-04-03
1
-1
/
+1
*
[android_webview] Update max scroll offset from page scale change.
mkosiba@chromium.org
2014-03-25
1
-0
/
+3
*
[Webview] Convert some straggling jint->jlong field for 64 bit.
rmcilroy@chromium.org
2014-03-24
4
-20
/
+20
*
[Android] Workaround of an android platform bug.
feng@chromium.org
2014-03-21
1
-1
/
+1
*
Plumb document name to printdocumentadapter.
sgurun@chromium.org
2014-03-14
1
-2
/
+15
*
[android_webview] Increase the scroll distance in one of the tests.
mkosiba@chromium.org
2014-03-14
1
-6
/
+23
*
aw: Disable hardware features for software layer
boliu@chromium.org
2014-03-14
1
-4
/
+19
*
Fix wrong indentations and brace styles according to the style guide.
sungmann.cho@navercorp.com
2014-03-12
2
-22
/
+17
*
aw: Always call computeScrollOffset for fling state
boliu@chromium.org
2014-03-11
1
-4
/
+7
*
Move atrace enabling code from Chrome to WebView
wangxianzhu@chromium.org
2014-03-11
1
-0
/
+54
*
Fix a brace style according to the style guide.
sungmann.cho@navercorp.com
2014-03-07
1
-1
/
+2
*
aw: Move HardwareRenderer out of BrowserViewRenderer
boliu@chromium.org
2014-03-05
1
-15
/
+41
*
Suppress several false positive Android lint warnings.
newt@chromium.org
2014-02-28
2
-0
/
+3
*
Use SparseArrays instead of HashMaps with Integer keys.
newt@chromium.org
2014-02-27
1
-6
/
+5
*
[Android] Allow inspection of JavaScript <-> Java bridge objects
mnaganov@chromium.org
2014-02-24
1
-0
/
+10
*
Enable the embedded L1/EME support in WebView.
ycheo@chromium.org
2014-02-21
1
-0
/
+259
*
aw: Refactor and clean up software rendering code
boliu@chromium.org
2014-02-20
1
-37
/
+7
*
[Android WebView] Allow embedders to override text from scaling by system fon...
benm@chromium.org
2014-02-20
1
-8
/
+6
*
Call WebViewClient#onPageFinished when a main frame fails to load
hush@chromium.org
2014-02-13
2
-20
/
+17
*
Fix the cause of AwZoomTest#testMagnification... tests flakiness
mnaganov@chromium.org
2014-02-12
1
-11
/
+19
*
Findbugs: Fix public static fields in AwResource.java.
thestig@chromium.org
2014-02-10
1
-3
/
+3
*
Move the android library loader from content to base
aberent@chromium.org
2014-02-10
1
-2
/
+2
*
Retrieve AwSettings.defaultTextEncoding from AwResource
mnaganov@chromium.org
2014-02-07
1
-2
/
+2
*
[Android WebView] Add AwResource.setResources() and setErrorPageResources().
thestig@chromium.org
2014-02-06
1
-0
/
+14
*
[android_webview] Call onPageFinished for anchor navigations.
mkosiba@chromium.org
2014-02-05
1
-0
/
+13
*
FindBugs: Fix a synchronized method warning in HttpAuthDatabase.java.
thestig@chromium.org
2014-02-05
1
-10
/
+14
*
aw: Move clearView implementaiton to native
boliu@chromium.org
2014-02-03
1
-24
/
+7
*
[Android WebView] Fix thread unsafety in accessing Java side getters
mnaganov@chromium.org
2014-01-31
1
-57
/
+90
*
[Android] Perform eager gesture recognition on MotionEvents
jdduke@chromium.org
2014-01-30
2
-22
/
+6
*
[android_webview] Set 'fling active' flag only from computeScroll.
mkosiba@chromium.org
2014-01-30
1
-5
/
+7
*
Expose more gestures to ContentViewCore.GestureStateListeners
dfalcantara@chromium.org
2014-01-30
1
-4
/
+6
*
[Android WebView] Inform ContentViewCore about double tap support status
mnaganov@chromium.org
2014-01-29
2
-14
/
+28
*
call onPageFinished when you cancel the ssl error
sgurun@chromium.org
2014-01-28
1
-0
/
+5
*
[Android WebView] Turn on accelerated canvas based on View.isHardwareAccelerated
boliu@chromium.org
2014-01-17
2
-0
/
+19
*
[Android WebView] Reflect system font scale in WebView text rendering.
benm@chromium.org
2014-01-17
1
-3
/
+12
*
aw: Clean up android webview lint suppressions
boliu@chromium.org
2014-01-09
1
-18
/
+19
*
Revert of https://codereview.chromium.org/115253004/
noamsml@chromium.org
2014-01-08
1
-22
/
+7
*
[Android WebView] Prepare to remove AwSettings.LayoutAlgorithm
mnaganov@chromium.org
2014-01-08
1
-7
/
+22
*
Do not use CalledByNativeUnchecked
sgurun@chromium.org
2014-01-07
1
-25
/
+30
*
Add the SmartClip feature.
jam@chromium.org
2013-12-27
1
-0
/
+8
*
aw: Limit full url href hittest to only anchor type
boliu@chromium.org
2013-12-18
1
-1
/
+1
*
[android_webview] Add onPageStarted for data loads with base URLs.
mkosiba@chromium.org
2013-12-11
1
-4
/
+11
*
Fixing all Java import ordering issues.
aurimas@chromium.org
2013-12-10
18
-48
/
+24
*
[Android WebView] Only send extra headers for the main page
mnaganov@chromium.org
2013-12-10
1
-0
/
+11
*
Fixing Java style issues in android_webview.
aurimas@chromium.org
2013-12-10
30
-122
/
+121
*
Rather than using a throttle, we are now using
sgurun@chromium.org
2013-12-10
2
-63
/
+28
*
Removing the logic to strip url parameters when accessing content:
sgurun@chromium.org
2013-12-06
1
-20
/
+1
*
Fix a problem that navigation bar does not auto hide
qinmin@chromium.org
2013-12-04
1
-6
/
+0
*
For implementing printing in android K release, we had to temporarily
sgurun@chromium.org
2013-12-02
3
-0
/
+232
*
Android: moves android_webview/ to use long for JNI.
bulach@chromium.org
2013-11-28
8
-84
/
+86
[next]