summaryrefslogtreecommitdiffstats
path: root/android_webview/java/src/org/chromium
Commit message (Expand)AuthorAgeFilesLines
...
* Removing ContentViewCore dependencies from few functions which acts as direct...ajith.v2014-09-132-23/+42
* Remove most usages of guava.nyquist2014-09-126-10/+6
* aw: Invalidate view on hardware teardownboliu2014-09-101-0/+7
* In the current code of Android Chromium we have scattered all the NavigationC...ajith.v2014-09-051-3/+3
* [Checkstyle] Enable additional name checks for Java.Aurimas Liutikas2014-09-044-15/+13
* [Android] Fix findbugs errors.newt2014-09-032-5/+10
* Revert "[Android WebView] Terminate execution of stuck JS code on navigation ...Mikhail Naganov2014-09-031-6/+4
* Fix strict mode violations in Android.benm2014-08-281-2/+11
* [aw] Fix crash when "misbehave" app exits fullscreen.igsolla2014-08-271-1/+5
* Add an "isInsideVSync" check.hush@chromium.org2014-08-221-7/+11
* android: Don't allow AutofillPopup on outside touchestade@chromium.org2014-08-221-1/+1
* Restructuring WebContents functions from ContentViewCore to WebContents.ajith.v@samsung.com2014-08-151-3/+4
* Pass display names for uploaded content URI filesqinmin@chromium.org2014-08-123-6/+64
* Simplify android_webview wrap_contents mode.mkosiba@chromium.org2014-08-123-95/+59
* [Android WebView] API to enable fullscreen.igsolla@chromium.org2014-08-111-0/+16
* [Checkstyle] Update static variable and constant names to match style guides.aurimas@chromium.org2014-08-082-13/+13
* [android_webview] Factor AwWebContentsObserver out of AwContentsClient.mkosiba@chromium.org2014-08-083-69/+81
* [Checkstyle] Update class member variable names to match style guides.aurimas@chromium.org2014-08-083-9/+9
* [android_webview] Fix logtag in InputStreamUtil.mkosiba@chromium.org2014-08-051-1/+1
* Fixed Compilation Warnings from Aw Files.ajith.v@samsung.com2014-07-302-3/+6
* Plumb form's text direction to Android Autofill popup.estade@chromium.org2014-07-291-2/+2
* Don't crash on InputStream exceptions in the android_webview.mkosiba@chromium.org2014-07-291-0/+70
* [android_webview] Support null AwWebResourceResponse headers.mkosiba@chromium.org2014-07-251-7/+9
* Fix auxiliary bitmap software draws.hush@chromium.org2014-07-242-12/+8
* Early out when the clip is empty for software draws.hush@chromium.org2014-07-241-0/+9
* Always use the legacy GeolocationPermission APIsmichaelbai@chromium.org2014-07-231-2/+4
* aw: Expose record document as public apiboliu@chromium.org2014-07-191-0/+5
* [android_webview] Introduce AwAssets to reference assets inside the apk.primiano@chromium.org2014-07-181-0/+38
* Don't share renderers between unrelated tabs on Android.ppi@chromium.org2014-07-181-2/+1
* aw: Always render whole view with auxiliary bitmapboliu@chromium.org2014-07-141-11/+2
* [Android] Switch to Gin Java Bridge implementationmnaganov@chromium.org2014-07-091-0/+16
* Don't use webmediaplayer to FullscreenController about fullscreen changeqinmin@chromium.org2014-07-082-0/+13
* [Android WebView] Terminate execution of stuck JS code on navigation requestsmnaganov@chromium.org2014-07-081-4/+6
* [Android WebView] Suppress overscroll pullsbenm@chromium.org2014-07-042-2/+15
* [WebView] Fix issue with transparent background.igsolla@chromium.org2014-07-041-6/+0
* [Android WebView] Supress focus change when temporarily detached.benm@chromium.org2014-07-031-1/+23
* [android_webview] Add a zoomBy method to AwContents.mkosiba@chromium.org2014-07-021-5/+14
* [WebView] Fix tests running on JellyBean devices.igsolla@chromium.org2014-07-011-1/+5
* [Android WebView] Support for fullscreen video with html controls.igsolla@chromium.org2014-06-307-15/+570
* Switch WebContentsObserverAndroid to use the WebContents version.yfriedman@chromium.org2014-06-272-6/+6
* Make third party cookies default to disabledhjd@chromium.org2014-06-261-1/+1
* aw: Use HashMap instead of ArrayMapboliu@chromium.org2014-06-232-5/+5
* Make Geolocation permission request use new API if possible.michaelbai@chromium.org2014-06-231-0/+7
* [Android WebView] Filter out error page url in AwContentsClient.didFailLoadmnaganov@chromium.org2014-06-211-1/+4
* [android_webview] Add more params to request intercepting.mkosiba@chromium.org2014-06-206-66/+149
* aw: Support the platform specific key-systems.ycheo@chromium.org2014-06-192-0/+30
* [Android WebView] Filter out error page URL from onPageFinished to un-flake t...mnaganov@chromium.org2014-06-172-1/+14
* [Android WebView] Nonfunctional changes for fullscreen video.igsolla@chromium.org2014-06-162-156/+389
* Rename AutofillManagerDelegate to AutofillClient.isherman@chromium.org2014-06-072-16/+16
* [Android WebView] Call ZoomSupportChangeListener after RWHA gets createdmnaganov@chromium.org2014-06-051-5/+10