summaryrefslogtreecommitdiffstats
path: root/android_webview/native
Commit message (Expand)AuthorAgeFilesLines
* [Android WebView] Implement initial settings and callback support for Service...Tim Volodine2016-01-273-0/+47
* The key conversion algorithm for Token bindingSelim Gurun2016-01-261-3/+24
* Add TokenBinding plumbing.Selim Gurun2016-01-264-3/+125
* Add sync settings to IsCreditCardUploadEnabled.jdonnelly2016-01-152-0/+9
* Add card details and legal message to Android save credit card infobar.rouslan2016-01-142-5/+9
* Set accept languages when locale changes.hush2016-01-131-0/+7
* Revert 3 CLs for shouldOverrideUrlLoading implementation.gsennton2016-01-122-0/+19
* WebView Metrics client implementation (Chromium part)paulmiller2016-01-055-2/+55
* Prepare for -Wall for third-party code, -Wextra for chromium_codethakis2015-12-311-1/+1
* Convert Pass()→std::move() in //android_webviewdcheng2015-12-3011-42/+55
* Switch to standard integer types in android_webview/.avi2015-12-2031-99/+121
* Apply AwSettings to the current RVH when RVH swaps.hush2015-12-172-12/+5
* Allow huge data: URIs only via WebView.loadDataWithBaseUrlmnaganov2015-12-162-1/+84
* Resume cursor blinking on closing context menuchangwan2015-12-061-3/+5
* Pass method parameters as JavaParamRef in android_webview.torne2015-12-0421-241/+454
* [Android WebView] Implement AwContentsLifecycleNotifier.timvolodine2015-12-026-0/+66
* Remove Android support for out-of-process KeyStoreschangwan2015-12-021-10/+7
* Add context_utils.h includes where needed.torne2015-11-251-0/+1
* Run gn --format over all .gn filesagrieve2015-11-201-2/+2
* GN WebView: make system_webview_apk workmichaelbai2015-11-171-1/+1
* Remove ScopedVector from NavigationController.avi2015-11-131-8/+7
* GN WebView: build system_webview_apkmichaelbai2015-11-121-0/+2
* Add credit card upstreaming.jdonnelly2015-11-102-5/+21
* Reland "Use resource throttle to implement shouldOverrideUrlLoading, core cha...gsennton2015-11-102-19/+0
* Android Webview IPC-based sync compositingboliu2015-11-051-7/+2
* GN: Remove "outputs" parameter for java_cpp_enum()agrieve2015-11-041-3/+0
* Implement extended shouldOverrideUrlLoading callback in Android WebViewmnaganov2015-11-022-3/+5
* Defer loads on WebView popup windows until webcontents delegate attachedgsennton2015-10-304-0/+15
* sync compositor: pass simple gfx types by const refboliu2015-10-282-10/+10
* Separate RenderViewHost from RenderWidgetHost, part 4: delegateavi2015-10-271-1/+1
* aw: Disable hardware for gc testsboliu2015-10-201-6/+1
* Start adding gn build for android_webviewmichaelbai2015-10-192-0/+160
* aw: Add debug logging for GC testboliu2015-10-161-3/+9
* Separate RenderViewHost from RenderWidgetHost, part 1: public interface.avi2015-10-151-2/+3
* Add a method for programmatically causing WebView to generate a minidump.tobiasjs2015-10-124-0/+68
* Have RenderWidgetHostViewAndroid own sync compositorboliu2015-10-092-5/+3
* Revert "Use resource throttle to implement shouldOverrideUrlLoading, core cha...gsennton2015-10-052-0/+17
* [Android WebView] Call shouldInterceptRequest on a background threadMikhail Naganov2015-10-017-21/+133
* Separate getting the URL of an infobar from clicking on it. Also make a simil...avi2015-10-012-6/+0
* Enable page visibility on WebView by defaulthush2015-09-291-2/+2
* Refactor BrowserViewRenderer to support page visibilityhush2015-09-292-1/+9
* Make some global pointers const void* const.thestig2015-09-251-3/+3
* Do not cast Visual State Callback request_id argument to long.tobiasjs2015-09-222-3/+3
* [Android WebView] Put AndroidStreamReaderURLRequestJob into a namespacemnaganov2015-09-211-0/+1
* Remove base's implicit_cast.danakj2015-09-151-1/+1
* Revert "[Android WebView] Enable Network Information API"mnaganov2015-09-115-68/+1
* DevTools: expose wired front-end API for editors interop [chrome]pfeldman2015-09-091-0/+7
* Add simple URL filtering to webviewdgn2015-09-092-10/+0
* Use DCHECK_CURRENTLY_ON() in chrome/ and android_webview/thestig2015-09-082-3/+3
* Plumb smooth scrolling in Chromium compositorhush2015-09-082-0/+18