summaryrefslogtreecommitdiffstats
path: root/android_webview/native
Commit message (Expand)AuthorAgeFilesLines
* Add more RetainedRef uses where needed.vmpstr2016-03-221-1/+1
* Remove the ability of webpages to specify strings for the onbeforeunload dialog.avi2016-03-114-2/+7
* Change scoped_ptr to a type alias for std::unique_ptr for OS_ANDROIDdcheng2016-03-111-1/+1
* CookieStore: Remove reference counting.mmenke2016-03-071-1/+3
* Remove use of UnescapeRule::URL_SPECIAL_CHARS from WebView.mmenke2016-03-051-3/+4
* Add a cross-thread wrapper around Android Webview's CookieStore.mmenke2016-02-251-135/+122
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Make AW state_serializer handle restoring also legacy formatsbergner2016-02-153-50/+166
* Enable range-based for loops to loop over a WebContents' frame hosts.dcheng2016-02-041-8/+6
* Delete base/prefs and update callers to use components.brettw2016-02-032-5/+5
* Revert of Delete base/prefs and update callers to use components. (patchset #...msw2016-02-032-5/+5
* Delete base/prefs and update callers to use components.brettw2016-02-032-5/+5
* net: add BindAndListen() method to UnixDomainServerSockettfarina2016-02-021-5/+6
* [Autofill] Remove warning for CC autofill on secure pages with mixed passive ...mathp2016-02-011-3/+3
* Add an optional list of schemes to content::CookieConfig.mmenke2016-02-011-1/+17
* Remove unused header in aw_contents_io_thread_client_impl.ccdcheng2016-01-271-1/+0
* The key conversion algorithm for Token bindingsgurun2016-01-261-3/+24
* Add TokenBinding plumbing.sgurun2016-01-224-3/+125
* [Android WebView] Implement initial settings and callback support fortimvolodine2016-01-223-0/+47
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-211-1/+1
* Removal of geolocation APIs on insecure originsjww2016-01-191-0/+4
* 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