summaryrefslogtreecommitdiffstats
path: root/android_webview/java/src
Commit message (Expand)AuthorAgeFilesLines
* [Android] Fix a few issues related to old lib deletion.feng@chromium.org2014-04-031-1/+1
* [android_webview] Update max scroll offset from page scale change.mkosiba@chromium.org2014-03-251-0/+3
* [Webview] Convert some straggling jint->jlong field for 64 bit.rmcilroy@chromium.org2014-03-244-20/+20
* [Android] Workaround of an android platform bug.feng@chromium.org2014-03-211-1/+1
* Plumb document name to printdocumentadapter.sgurun@chromium.org2014-03-141-2/+15
* [android_webview] Increase the scroll distance in one of the tests.mkosiba@chromium.org2014-03-141-6/+23
* aw: Disable hardware features for software layerboliu@chromium.org2014-03-141-4/+19
* Fix wrong indentations and brace styles according to the style guide.sungmann.cho@navercorp.com2014-03-122-22/+17
* aw: Always call computeScrollOffset for fling stateboliu@chromium.org2014-03-111-4/+7
* Move atrace enabling code from Chrome to WebViewwangxianzhu@chromium.org2014-03-111-0/+54
* Fix a brace style according to the style guide.sungmann.cho@navercorp.com2014-03-071-1/+2
* aw: Move HardwareRenderer out of BrowserViewRendererboliu@chromium.org2014-03-051-15/+41
* Suppress several false positive Android lint warnings.newt@chromium.org2014-02-282-0/+3
* Use SparseArrays instead of HashMaps with Integer keys.newt@chromium.org2014-02-271-6/+5
* [Android] Allow inspection of JavaScript <-> Java bridge objectsmnaganov@chromium.org2014-02-241-0/+10
* Enable the embedded L1/EME support in WebView.ycheo@chromium.org2014-02-211-0/+259
* aw: Refactor and clean up software rendering codeboliu@chromium.org2014-02-201-37/+7
* [Android WebView] Allow embedders to override text from scaling by system fon...benm@chromium.org2014-02-201-8/+6
* Call WebViewClient#onPageFinished when a main frame fails to loadhush@chromium.org2014-02-132-20/+17
* Fix the cause of AwZoomTest#testMagnification... tests flakinessmnaganov@chromium.org2014-02-121-11/+19
* Findbugs: Fix public static fields in AwResource.java.thestig@chromium.org2014-02-101-3/+3
* Move the android library loader from content to baseaberent@chromium.org2014-02-101-2/+2
* Retrieve AwSettings.defaultTextEncoding from AwResourcemnaganov@chromium.org2014-02-071-2/+2
* [Android WebView] Add AwResource.setResources() and setErrorPageResources().thestig@chromium.org2014-02-061-0/+14
* [android_webview] Call onPageFinished for anchor navigations.mkosiba@chromium.org2014-02-051-0/+13
* FindBugs: Fix a synchronized method warning in HttpAuthDatabase.java.thestig@chromium.org2014-02-051-10/+14
* aw: Move clearView implementaiton to nativeboliu@chromium.org2014-02-031-24/+7
* [Android WebView] Fix thread unsafety in accessing Java side gettersmnaganov@chromium.org2014-01-311-57/+90
* [Android] Perform eager gesture recognition on MotionEventsjdduke@chromium.org2014-01-302-22/+6
* [android_webview] Set 'fling active' flag only from computeScroll.mkosiba@chromium.org2014-01-301-5/+7
* Expose more gestures to ContentViewCore.GestureStateListenersdfalcantara@chromium.org2014-01-301-4/+6
* [Android WebView] Inform ContentViewCore about double tap support statusmnaganov@chromium.org2014-01-292-14/+28
* call onPageFinished when you cancel the ssl errorsgurun@chromium.org2014-01-281-0/+5
* [Android WebView] Turn on accelerated canvas based on View.isHardwareAcceleratedboliu@chromium.org2014-01-172-0/+19
* [Android WebView] Reflect system font scale in WebView text rendering.benm@chromium.org2014-01-171-3/+12
* aw: Clean up android webview lint suppressionsboliu@chromium.org2014-01-091-18/+19
* Revert of https://codereview.chromium.org/115253004/noamsml@chromium.org2014-01-081-22/+7
* [Android WebView] Prepare to remove AwSettings.LayoutAlgorithmmnaganov@chromium.org2014-01-081-7/+22
* Do not use CalledByNativeUncheckedsgurun@chromium.org2014-01-071-25/+30
* Add the SmartClip feature.jam@chromium.org2013-12-271-0/+8
* aw: Limit full url href hittest to only anchor typeboliu@chromium.org2013-12-181-1/+1
* [android_webview] Add onPageStarted for data loads with base URLs.mkosiba@chromium.org2013-12-111-4/+11
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-1018-48/+24
* [Android WebView] Only send extra headers for the main pagemnaganov@chromium.org2013-12-101-0/+11
* Fixing Java style issues in android_webview.aurimas@chromium.org2013-12-1030-122/+121
* Rather than using a throttle, we are now using sgurun@chromium.org2013-12-102-63/+28
* Removing the logic to strip url parameters when accessing content:sgurun@chromium.org2013-12-061-20/+1
* Fix a problem that navigation bar does not auto hideqinmin@chromium.org2013-12-041-6/+0
* For implementing printing in android K release, we had to temporarilysgurun@chromium.org2013-12-023-0/+232
* Android: moves android_webview/ to use long for JNI.bulach@chromium.org2013-11-288-84/+86