summaryrefslogtreecommitdiffstats
path: root/android_webview
Commit message (Expand)AuthorAgeFilesLines
* Store and use last base URL between DidStart / DidStopLoadingMikhail Naganov2016-03-161-0/+33
* Add ntlm to the list of auth protocolsSelim Gurun2016-03-021-1/+2
* [Merge M49] aw: Fix alert dialogBo Liu2016-02-271-5/+6
* Fix load data with invalid base URLBo Liu2016-02-191-0/+11
* Make AW state_serializer handle restoring also legacy formatDavid Vest2016-02-163-50/+166
* [Merge M49][Autofill] Remove warning for CC autofill on secure pages with mix...Mathieu Perreault2016-02-021-3/+3
* [Android WebView] Do not terminate WebView when second browser is startedMikhail Naganov2016-01-292-9/+16
* [Android WebView] Implement initial settings and callback support for Service...Tim Volodine2016-01-2712-7/+520
* The key conversion algorithm for Token bindingSelim Gurun2016-01-262-7/+71
* Add TokenBinding plumbing.Selim Gurun2016-01-2610-6/+401
* [Merge m49] aw: Fix setting background colorBo Liu2016-01-251-2/+2
* Ignore WebViewPlatformBridge apk when merging apksSelim Gurun2016-01-221-1/+2
* [Android WebView] Export SandboxedProcessServiceMikhail Naganov2016-01-221-1/+3
* [Android WebView] Add child process service to the manifestMikhail Naganov2016-01-222-1/+11
* [Android] Allow passing child service creation paramsmnaganov2016-01-152-4/+16
* Remove obsolete histogram values from SSL.InsecureContentestark2016-01-152-2/+0
* Fix race condition in WebView metrics buildpaulmiller2016-01-151-0/+1
* WebView GN: Enable proguard for WebView release build.michaelbai2016-01-151-0/+5
* Fix proguard for service bridge classsgurun2016-01-151-0/+5
* Using framework sdk for process resourcemichaelbai2016-01-151-0/+4
* Add sync settings to IsCreditCardUploadEnabled.jdonnelly2016-01-152-0/+9
* Configure WebView metrics client log sourcepaulmiller2016-01-141-6/+3
* Add card details and legal message to Android save credit card infobar.rouslan2016-01-142-5/+9
* Make sure only frames in the current frame tree send IPC to AwRenderViewHostExthush2016-01-146-322/+358
* aw: Configurable system_webview_apk package nameboliu2016-01-141-1/+7
* Complete removal of MouseEvent prefixed webkitMovementX/Y.scheib2016-01-141-2/+0
* Set accept languages when locale changes.hush2016-01-134-2/+59
* aw: Fix gc tests on gnboliu2016-01-131-0/+9
* Keep per-app GUID for WebView Metricspaulmiller2016-01-133-4/+60
* [Android log] Avoid inserting URLs in the pattern to formatdgn2016-01-132-23/+23
* Revert of Disable AwContentsGarbageCollectionTest (patchset #1 id:20001 of ht...boliu2016-01-131-22/+10
* Disable AwContentsGarbageCollectionTestpkotwicz2016-01-131-10/+22
* Revert "[Android WebView] Fix and disable double find tests"boliu2016-01-131-11/+2
* WebView Metrics opt out APIpaulmiller2016-01-121-0/+32
* Revert 3 CLs for shouldOverrideUrlLoading implementation.gsennton2016-01-1214-232/+188
* Reland Pull the Activity context from WindowAndroid if possibleyusufo2016-01-111-9/+9
* Implement external stencil for Android WebViewboliu2016-01-098-61/+100
* Fix permission checking for negotiate auth on Androiddgn2016-01-081-0/+2
* Let HandleExternalProtocol use a WebContents callback rather than RVIDcsharrison2016-01-082-7/+9
* Distinguish in the browser between renderer crashes and killsmnaganov2016-01-087-7/+46
* Move use_webview_internal_framework to android_webview/BUILD.gnagrieve2016-01-061-0/+4
* aw: Set root surface quad to non-transparentboliu2016-01-051-1/+1
* [Android WebView] Add more kinds of tappable content to testsmnaganov2016-01-051-53/+100
* WebView Metrics client implementation (Chromium part)paulmiller2016-01-0517-8/+451
* Android WebView: Crash on compositor context lossboliu2016-01-043-1/+7
* Prepare for -Wall for third-party code, -Wextra for chromium_codethakis2015-12-311-1/+1
* Move webview_framework_jar to config.gnimichaelbai2015-12-301-1/+1
* [Android] Call DevToolsServer.destroy where neededmnaganov2015-12-301-0/+9
* [Android WebView] Forbid launching of two browser processes in the appmnaganov2015-12-305-3/+240
* Convert Pass()→std::move() in //android_webviewdcheng2015-12-3025-127/+159