summaryrefslogtreecommitdiffstats
path: root/chromium/java/com/android/webview/chromium/WebViewChromiumFactoryProvider.java
Commit message (Expand)AuthorAgeFilesLines
* Remove no-longer-used webview glue sources.Torne (Richard Coles)2015-05-281-481/+0
* Wrap all of the WebView ContextsMarcin Kosiba2014-11-241-3/+8
* Remove DRP manager codeSelim Gurun2014-11-181-5/+0
* [WebView] Start building against the System SDK.Ignacio Solla2014-11-131-2/+2
* [WebView] Fix build breakage after cherry-pick from lmp-mr1-dev.Ignacio Solla2014-11-131-1/+1
* Cherry-pick: [WebView] Remove direct dependencies on hidden APIs.Ignacio Solla2014-11-131-29/+41
* [WebView] Remove dependency on Build.IS_DEBUGGABLE.Ignacio Solla2014-11-121-1/+5
* [WebView] Remove dependency on FileUtils.Ignacio Solla2014-11-121-2/+15
* Enable minimalistic crash handler for WebView.Primiano Tucci2014-10-271-1/+9
* Match removal of config_webSettingsDefaultTextEncoding.Marcin Kosiba2014-10-131-2/+0
* WebViewChromiumFactoryProvider should import ResourceExtractor fromorg.chromi...Vivek Galatage2014-09-111-1/+1
* Implement FileChooserParams.createIntent and parseResultTao Bai2014-09-101-0/+7
* Remove the plumbing for optOutDataReductionProxy APISelim Gurun2014-09-031-5/+0
* Cherry pick "StrictMode warning reading command line file."Ben Murdoch2014-08-281-0/+4
* Delete profile data if the WebView is downgraded.Torne (Richard Coles)2014-08-141-3/+25
* Ensures the CookieManager receives command lineHector Dearman2014-08-141-18/+13
* Add a trace event for AwBrowserProcess.loadLibrary.Torne (Richard Coles)2014-08-131-0/+2
* Start reading drp setting from GoogleSettingSelim Gurun2014-08-111-66/+6
* Set native pointers before initializationBo Liu2014-07-301-1/+1
* Update framework resource references.Marcin Kosiba2014-07-291-4/+4
* Implement enableSlowWholeDocumentDrawBo Liu2014-07-281-0/+5
* Move WebView resources to separate APKMarcin Kosiba2014-07-251-2/+16
* The plumbing to disable data reduction proxySelim Gurun2014-07-091-0/+23
* Fix the crash during initializing WebView.Yuncheol Heo2014-06-201-0/+2
* Prevent webview connections to freeze when DRP key is nullSelim Gurun2014-06-141-14/+20
* Remove function no longer in the Statics interfaceKristian Monsen2014-06-051-5/+0
* Read the key for data reduction proxySelim Gurun2014-05-191-2/+8
* Listen to data reduction proxy setting changesSelim Gurun2014-05-071-0/+36
* Implement plumbing for clearCLientCertPreferences callback.Selim Gurun2014-05-021-0/+7
* Move initTraceEvent from Chromium to Android treeHui Shu2014-04-241-2/+22
* Reflect library loader move to base.Marcin Kosiba2014-02-121-2/+2
* Allow CookieManager to be used without starting Chromium.Torne (Richard Coles)2013-11-271-1/+8
* Reflect move of CommandLine from content/ to base/Ben Murdoch2013-11-201-1/+1
* Tidy up WebViewChromiumFactoryProvider.Ben Murdoch2013-11-051-42/+46
* Do not assume WebView is running on the main thread.Ben Murdoch2013-11-011-18/+55
* Re-enable synthetic memory signal for pagecycler tests.Primiano Tucci2013-10-161-5/+4
* Unlock the automerger: remove simulateMemoryPressureSignal.Primiano Tucci2013-10-081-4/+5
* Merge "Implement the new WebView.setWebContentsDebuggingEnabled API" into mas...Jonathan Dixon2013-09-211-0/+28
|\
| * Implement the new WebView.setWebContentsDebuggingEnabled APIMikhail Naganov2013-09-211-0/+28
* | Revert "Add empty setWebContentsDebuggingEnabled implementation"Jonathan Dixon2013-09-211-4/+0
|/
* Add empty setWebContentsDebuggingEnabled implementationJonathan Dixon2013-09-211-0/+4
* Adding freeMemoryForTests method to the WebView Chromium glue layer.Primiano Tucci2013-09-051-0/+11
* Fix possible race deadlock in webview chromium initJonathan Dixon2013-07-301-43/+73
* Enable WebView GL mode.Jonathan Dixon2013-07-101-1/+7
* Remove deprecated static method.Selim Gurun2013-07-021-2/+4
* Revert "Load the JNI code in a static initialiser."Torne (Richard Coles)2013-06-181-4/+1
* Load the JNI code in a static initialiser.Torne (Richard Coles)2013-06-041-1/+4
* Temporarily enable merge thread modeJonathan Dixon2013-05-251-5/+0
* Merge "Implement WebViewDatabase.clearFormData API" into master-chromiumSelim Gurun2013-05-091-1/+3
|\
| * Implement WebViewDatabase.clearFormData APISelim Gurun2013-04-231-1/+3