summaryrefslogtreecommitdiffstats
path: root/core/java/android/webkit/WebSettingsClassic.java
Commit message (Expand)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-1744/+0
* Add new LayoutAlgorithm -- TEXT_AUTOSIZINGMikhail Naganov2012-12-171-0/+4
* am 3ff601e7: am 40edfc97: Merge "Reload page when A11y is on and the JavaScri...Charles Chen2012-08-271-0/+1
|\
| * Reload page when A11y is on and the JavaScript state changes.alanv2012-08-271-0/+1
| * Implement WebSettings.{get|set}TextSize via {get|set}TextZoom. DO NOT MERGEMikhail Naganov2012-08-211-28/+0
* | am 00d2eba5: am 9af67e8f: Merge "Add getDefaultUserAgent to WebSettings." int...George Mount2012-08-201-2/+17
|\ \ | |/
| * Add getDefaultUserAgent to WebSettings.George Mount2012-08-171-2/+17
* | am 35b88a86: am 524c878e: Revert "Merge "Reload page when A11y is on and the ...Michael Jurka2012-08-151-1/+0
|\ \ | |/
| * Revert "Merge "Reload page when A11y is on and the JavaScript state changes."...Michael Jurka2012-08-151-1/+0
* | am eaea38b2: am 6d00c724: Merge "Reload page when A11y is on and the JavaScri...Svetoslav Ganov2012-08-151-0/+1
|\ \ | |/
| * Reload page when A11y is on and the JavaScript state changes.alanv2012-08-091-0/+1
* | Merge "Implement WebSettings.{get|set}TextSize via {get|set}TextZoom."Mikhail Naganov2012-08-081-28/+0
|\ \
| * | Implement WebSettings.{get|set}TextSize via {get|set}TextZoom.Mikhail Naganov2012-08-071-28/+0
| |/
* | Remove unused BROWSER_TEXT_SIZE_CHANGE log event.Mikhail Naganov2012-08-071-4/+0
|/
* add a webview API to support media play without user gestureTeng-Hui Zhu2012-07-201-0/+20
* Bump PREVIOUS_VERSIONJohn Reck2012-07-191-1/+1
* Respect the "Make password visible" setting.George Mount2012-06-141-1/+10
* Merge "Add websettings API for file origin policy."Selim Gurun2012-04-191-0/+47
|\
| * Add websettings API for file origin policy.Selim Gurun2012-04-191-0/+47
* | Update WebSettings.PREVIOUS_VERSIONBart Sears2012-04-041-1/+1
|/
* java-side enable/disable switch for link prefetch via WebSettingsVictoria Lease2012-03-301-0/+11
* Remove superfluous @hide annotations from WebSettingsClassicSteve Block2012-03-221-34/+1
* Don't contentInvalidate when changing a WebView propertyJohn Reck2012-03-201-1/+1
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-398/+199
* Add new WebViewClassic filesJonathan Dixon2012-03-021-0/+1901