| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
The algorithm will only be implemented in the new version of WebView.
BUG=6294649
Change-Id: I302b0b572236e57c0ce07946361e9e743321b6a8
|
| |\
| |
| |
| |
| |
| |
| | |
JavaScript state changes." into jb-mr1-dev
* commit '3ff601e730c48252f50bc3eebdb424b4d9c5e2ca':
Reload page when A11y is on and the JavaScript state changes.
|
| | |
| |
| |
| |
| | |
Bug: 6910403
Change-Id: I85af7d2019a02c1a6cc17b0c4930276b7fb69e33
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\|
| |
| |
| |
| |
| |
| | |
into jb-mr1-dev
* commit '00d2eba50172a6763f3414c092be05a3b283b851':
Add getDefaultUserAgent to WebSettings.
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Bug 6329117
Add ability to get the default user-agent without creating
a WebView. The method is implemented for WebSettingsClassic.
Change-Id: Id15fb57f65875752ccf644481a22b88644635f5d
|
| |\|
| |
| |
| |
| |
| |
| | |
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"
|
| | |
| |
| |
| |
| |
| |
| | |
changes." into jb-mr1-dev"
This reverts commit 6d00c724330702c6bfd2bba2b7b2501fa3ab62ff, reversing
changes made to 41bfb75f7c76588239ed5d2d4e38aeb1762ff348.
|
| |\|
| |
| |
| |
| |
| |
| | |
JavaScript state changes." into jb-mr1-dev
* commit 'eaea38b2360d7c54d77107e6cc6aca8d32decc1d':
Reload page when A11y is on and the JavaScript state changes.
|
| | |
| |
| |
| |
| | |
Bug: 6910403
Change-Id: I0965d76e76282736d053947eb96be0af32fd6001
|
| |\ \ |
|
| | |/
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
bug:6806306
webkit change: https://android-git.corp.google.com/g/#/c/208568/
Change-Id: Ic70e5d3f152a7e8d8fdfa1d6f89f96c8cd3c7075
|
| |
|
|
| |
Change-Id: Idf2586a7062726f60d3a6c1b75f75fde8fc9c550
|
| |
|
|
|
|
|
|
| |
Bug 6667146
Webkit Change: I95ffcfa6fa47baad60b1af55f84bee35dfcc7972
Change-Id: I7fc107b02f73f4c54e8fe66484038ea9d7b69d61
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| | |
Bug: 6212665
Add the API and change the default behavior for Jelly Bean+.
Change-Id: I9a83f510675023c36e2e72c4a69ad082d8124a23
|
| |/
|
|
|
|
|
| |
Now that we have released ICS MR1.1, update the PREVIOUS_VERSION
to 4.0.4.
Change-Id: I3c4d6abfa679f20776d2676c57af4c0347e41c7b
|
| |
|
|
|
| |
Bug: 5218987
Change-Id: Id59324ad372df76cff8d2cae8606201db6e8d636
|
| |
|
|
|
|
| |
This entire class is now hidden
Change-Id: Idb6c49b2e66e515e0979ac73e95dacfef8d18d23
|
| |
|
|
| |
Change-Id: I629671f1edffed945395eef182eeb6e8617e32de
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
Done as its own step, to make the subsequent diff easier on the eye
Change-Id: Ib81eba5c7c26f2e0c9a60792bb0f7cd10e4c78bc
|