summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/WebSettingsClassic.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-1744/+0
| | | | | | | | | Delete all the Java classes used only by the old WebView implementation, and also sections of common classes that were only needed for the old WebView. Bug: 10427705 Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
* Add new LayoutAlgorithm -- TEXT_AUTOSIZINGMikhail Naganov2012-12-171-0/+4
| | | | | | | | The algorithm will only be implemented in the new version of WebView. BUG=6294649 Change-Id: I302b0b572236e57c0ce07946361e9e743321b6a8
* am 3ff601e7: am 40edfc97: Merge "Reload page when A11y is on and the ↵Charles Chen2012-08-271-0/+1
|\ | | | | | | | | | | | | JavaScript state changes." into jb-mr1-dev * commit '3ff601e730c48252f50bc3eebdb424b4d9c5e2ca': Reload page when A11y is on and the JavaScript state changes.
| * Reload page when A11y is on and the JavaScript state changes.alanv2012-08-271-0/+1
| | | | | | | | | | Bug: 6910403 Change-Id: I85af7d2019a02c1a6cc17b0c4930276b7fb69e33
| * Implement WebSettings.{get|set}TextSize via {get|set}TextZoom. DO NOT MERGEMikhail Naganov2012-08-211-28/+0
| | | | | | | | | | | | | | | | | | | | TextSize is deprecated, so we wouldn't expect from WebViewProvider implementations to re-implement it in some other way than Android WebView does it. This also makes recently added TextSize.getValue method redundant. Clean cherry pick: 1202d66f78fb24850b997e37f0ce3cb3b36e4bbf Change-Id: Ib6aecb187f10ac3ec5d12cb839cb814ec0c564fe
* | am 00d2eba5: am 9af67e8f: Merge "Add getDefaultUserAgent to WebSettings." ↵George Mount2012-08-201-2/+17
|\| | | | | | | | | | | | | into jb-mr1-dev * commit '00d2eba50172a6763f3414c092be05a3b283b851': Add getDefaultUserAgent to WebSettings.
| * Add getDefaultUserAgent to WebSettings.George Mount2012-08-171-2/+17
| | | | | | | | | | | | | | | | Bug 6329117 Add ability to get the default user-agent without creating a WebView. The method is implemented for WebSettingsClassic. Change-Id: Id15fb57f65875752ccf644481a22b88644635f5d
* | am 35b88a86: am 524c878e: Revert "Merge "Reload page when A11y is on and the ↵Michael Jurka2012-08-151-1/+0
|\| | | | | | | | | | | | | JavaScript state changes." into jb-mr1-dev" * commit '35b88a86b84adfb4273ab27e84d301d9b826670e': Revert "Merge "Reload page when A11y is on and the JavaScript state changes." into jb-mr1-dev"
| * Revert "Merge "Reload page when A11y is on and the JavaScript state ↵Michael Jurka2012-08-151-1/+0
| | | | | | | | | | | | | | changes." into jb-mr1-dev" This reverts commit 6d00c724330702c6bfd2bba2b7b2501fa3ab62ff, reversing changes made to 41bfb75f7c76588239ed5d2d4e38aeb1762ff348.
* | am eaea38b2: am 6d00c724: Merge "Reload page when A11y is on and the ↵Svetoslav Ganov2012-08-151-0/+1
|\| | | | | | | | | | | | | JavaScript state changes." into jb-mr1-dev * commit 'eaea38b2360d7c54d77107e6cc6aca8d32decc1d': Reload page when A11y is on and the JavaScript state changes.
| * Reload page when A11y is on and the JavaScript state changes.alanv2012-08-091-0/+1
| | | | | | | | | | Bug: 6910403 Change-Id: I0965d76e76282736d053947eb96be0af32fd6001
* | 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
| |/ | | | | | | | | | | | | | | TextSize is deprecated, so we wouldn't expect from WebViewProvider implementations to re-implement it in some other way than Android WebView does it. This also makes recently added TextSize.getValue method redundant. Change-Id: Ia9d0c743424be0727be6d5df6c7da30514d621b7
* / Remove unused BROWSER_TEXT_SIZE_CHANGE log event.Mikhail Naganov2012-08-071-4/+0
|/ | | | | | | | | | It turns out that the BROWSER_TEXT_SIZE_CHANGE event isn't listed in google3/wireless/android/production/checkin_config/root, which means that statistics on it isn't collected, so the logging statement doesn't have any useful effect and can be removed to simplify code. Change-Id: I66d694cdb13e677bb979f5e962ed2cc8d743bdec
* add a webview API to support media play without user gestureTeng-Hui Zhu2012-07-201-0/+20
| | | | | | | bug:6806306 webkit change: https://android-git.corp.google.com/g/#/c/208568/ Change-Id: Ic70e5d3f152a7e8d8fdfa1d6f89f96c8cd3c7075
* Bump PREVIOUS_VERSIONJohn Reck2012-07-191-1/+1
| | | | Change-Id: Idf2586a7062726f60d3a6c1b75f75fde8fc9c550
* Respect the "Make password visible" setting.George Mount2012-06-141-1/+10
| | | | | | | | Bug 6667146 Webkit Change: I95ffcfa6fa47baad60b1af55f84bee35dfcc7972 Change-Id: I7fc107b02f73f4c54e8fe66484038ea9d7b69d61
* 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
| | | | | | | | | | | | | | | | Bug: 6212665 Add the API and change the default behavior for Jelly Bean+. Change-Id: I9a83f510675023c36e2e72c4a69ad082d8124a23
* | Update WebSettings.PREVIOUS_VERSIONBart Sears2012-04-041-1/+1
|/ | | | | | | Now that we have released ICS MR1.1, update the PREVIOUS_VERSION to 4.0.4. Change-Id: I3c4d6abfa679f20776d2676c57af4c0347e41c7b
* java-side enable/disable switch for link prefetch via WebSettingsVictoria Lease2012-03-301-0/+11
| | | | | Bug: 5218987 Change-Id: Id59324ad372df76cff8d2cae8606201db6e8d636
* Remove superfluous @hide annotations from WebSettingsClassicSteve Block2012-03-221-34/+1
| | | | | | This entire class is now hidden Change-Id: Idb6c49b2e66e515e0979ac73e95dacfef8d18d23
* Don't contentInvalidate when changing a WebView propertyJohn Reck2012-03-201-1/+1
| | | | Change-Id: I629671f1edffed945395eef182eeb6e8617e32de
* Refactor WebView to be a thin proxy classJonathan Dixon2012-03-021-398/+199
| | | | | | | | | | | | | | | | Splits interface and implementation; all client calls are forwarded to an abstract WebViewProvider interface, and the existing implementation moved into the WebViewClassic implementor of this interface. Originally taken from a snapshot from the development branch, by: git diff HEAD 9a4c328a54cc05e5 | git apply - but then rebased to keep up to date with master Interdepends on webkit and Browser changes: https://android-git.corp.google.com/g/158979 https://android-git.corp.google.com/g/167911 Change-Id: I91403f32654ff308934e95c832d17b292a7d9b2e
* Add new WebViewClassic filesJonathan Dixon2012-03-021-0/+1901
Done as its own step, to make the subsequent diff easier on the eye Change-Id: Ib81eba5c7c26f2e0c9a60792bb0f7cd10e4c78bc