summaryrefslogtreecommitdiffstats
path: root/android_webview/java/src/org
Commit message (Expand)AuthorAgeFilesLines
* Add a method to set system UI visibility for ContentVideoViewqinmin2015-01-151-0/+4
* Revert of Reverting due to Android builders breakage. Subsequent fixes did no...amistry2015-01-151-0/+2
* Reverting due to Android builders breakage. Subsequent fixes did not fix.amistry2015-01-151-2/+0
* Use SuppressFBWarnings to suppress findbugs warningscjhopman2015-01-151-0/+2
* Revert of Use SuppressFBWarnings to suppress findbugs warnings (patchset #12 ...rockot2015-01-141-2/+0
* Use SuppressFBWarnings to suppress findbugs warningscjhopman2015-01-141-0/+2
* Don't initialize C++ constants in Java during JNI registration.mkosiba2015-01-121-5/+5
* [WebView] Fix possible stack overflow when exiting fullscreen.igsolla2015-01-121-2/+4
* Pause EME player whose external surface is stolen by another playerhugo.holgersson2015-01-051-0/+10
* [WebView] Move external video surface across container views.igsolla2014-12-181-6/+34
* Add some more state to the card unmasking prompt.estade2014-12-181-1/+1
* Remove dead code in AwContents.hush2014-12-121-3/+0
* aw: Use explicitly named trace event in javaboliu2014-12-041-2/+2
* aw: Add more trace events to drawing functionsboliu2014-12-031-1/+10
* [WebView] Set back button to exit fullscreen.igsolla2014-11-262-4/+31
* [android_webview] Correctly handle ContextWrapper in AwContents.mkosiba2014-11-261-2/+3
* Fix a bunch of Java Checkstyle issues.aurimas2014-11-201-1/+1
* Add a content API to create a message channel.sgurun2014-11-192-0/+69
* [Android WebView] Store HTTP cache in a cache directorymnaganov2014-11-182-1/+7
* Fix leaked external surface when several EME videos coexisthugo.holgersson2014-11-141-3/+2
* Pass TouchMajor to HitTestResulthush2014-11-131-5/+5
* Show icons in Android web autofill dropdownestade2014-11-071-1/+2
* [Android WebView] Implement SmartClipProvider.benm2014-11-071-3/+28
* [aw] Software mode tests for fullscreen API.igsolla2014-11-051-2/+6
* aw: Destroy ContentViewCore and WebContents togetherboliu2014-11-031-12/+14
* RELAND: CONTENT: Optimize SurfaceFlinger overlays - Step 1epenner2014-10-291-0/+11
* [Android] Add minimalistic crash handler for WebView.primiano2014-10-281-0/+8
* aw: Remove jobject canvas from native RequestDrawGLboliu2014-10-251-7/+9
* aw: Fix checkstyle warnings in production codeboliu2014-10-2414-55/+59
* Final step of the java_cpp_template -> java_cpp_enum migration.mkosiba2014-10-231-4/+4
* [WebView] Enable scrolling in fullscreen.igsolla2014-10-214-33/+198
* Fix Java indentation issues.aurimas2014-10-1612-27/+25
* Rename java WebContentsObserverAndroid to WebContentsObserverwajahat.s2014-10-162-4/+4
* Support fullscreen for non-video elements in the WebView.igsolla2014-10-163-52/+72
* [android_webview] Hardcode the default text encoding to UTF-8.mkosiba2014-10-132-14/+1
* Removing the CVC parameter from ShowRepostFormWarningDialog Callback.ajith.v2014-10-102-10/+9
* aw: Call postInvalidateOnAnimation where appropriateboliu2014-10-091-3/+3
* [Android] Small refactoring to the fullscreen video code.igsolla2014-10-031-49/+45
* Add missing null-checks.igsolla2014-10-021-0/+2
* Fix the CommandLine for the WebViewhjd2014-09-301-0/+4
* [aw] Unregister delegates from AwContents.destroy()igsolla2014-09-261-0/+2
* Remove the legacy fullscreen video path in Android.igsolla2014-09-261-32/+10
* This fix the issue that video frame is still sent to peer when activitymichaelbai2014-09-251-2/+2
* [Checkstyle] Fix misc style issues in Java files.aurimas2014-09-253-7/+5
* [aw] Ensure that WebView APIs do not crash if called after destruction.igsolla2014-09-222-100/+127
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+1
* Create org.chromium.content_public.common and move two classes there.mlamouri2014-09-181-1/+1
* Change visibility of methods only called by JNI counter-part of the class.aurimas2014-09-171-5/+8
* [Android] Remove startRender from evaluateJavaScriptboliu2014-09-161-5/+3
* Removing ContentViewCore dependencies from few functions which acts as direct...ajith.v2014-09-132-23/+42