| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |
| |
| | |
This reverts commit 960271d799b3ee4b8de483109435a9092d99c468
|
|\ \
| |/ |
|
| |
| |
| |
| |
| | |
Bug: 6212665
Change-Id: I7d9b0d26f26c9f9bdaa7febd8739358d300f3476
|
|/
|
|
|
| |
Bug: 5218987
Change-Id: Ie88a117e52d1835114415ee6721108d8a882594a
|
|
|
|
|
|
|
|
|
| |
Changes native method bindings from API classes WebView and WebSettings, to
the corresponding implementation classes WebViewClassic and WebSettingsClassic
Interdepends on https://android-git.corp.google.com/g/165608
Change-Id: Ie47e5c8453fabef2afae399f411ffbe047cbfaab
|
|
|
|
|
|
|
|
| |
Bug 6083915
cherry pick of webkit 93656
http://trac.webkit.org/changeset/93656
Change-Id: I1f979a3b2b9916736f3785ab2d5998b958b55cd2
|
|
|
|
|
|
| |
Fixed address_detector to pass CTS
Change-Id: I6e3c4146d4c03881d036be9b8d8708a8200efef8
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
All future releases will use the Chromium HTTP stack and maintaining two HTTP
stacks adds maintenance overhead. The Chromium HTTP stack requires V8, but we
now use V8 in all build targets (b/5495373), so we can safely drop the Android
HTTP stack.
See corresponding framework change
https://android-git.corp.google.com/g/166325.
Bug: 5495616
Change-Id: I41117b6750fbc1c84cbd4a5951b0d1a457354f93
|
|
|
|
|
|
|
| |
Also removes such code from downstream edits to non-Android-specific code.
Bug: 5495373
Change-Id: I478824af2e6ff0eff9a43a9534c2a5ee0e99e9f8
|
|
|
|
|
|
| |
Bug: 6019693
Change-Id: I7b4f6d83e8913e647e8ac7340afd01d609c4343b
|
|
|
|
|
|
|
|
|
| |
Activate ping functionality when JavaScript is enabled. Since users
might choose to turn off JavaScript out of concern for privacy, this
was deemed an appropriate extension of an existing user preference.
Bug: 5581321
Change-Id: Ic2358ba1c4dac9ff99479b2e9103330bd04d530c
|
|
|
|
|
|
|
| |
See https://android-git.corp.google.com/g/157519
Bug: 5449033
Change-Id: Icaed25ccf4d689b533101e966e8303810b61b0d4
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only enable AppCache when it's been enabled with a call to
WebSetting.setAppCacheEnabled() and if a valid path has been supplied to
WebSetting.setAppCachePath().
Requires a corresponding change to frameworks/base:
https://android-git.corp.google.com/g/155450
Bug: 5745181
Change-Id: I08d0016e19c436edef725f6ad2513bd369fda7b9
|
|
|
|
| |
Change-Id: Iefb91f0b784c26b503125017ae3582a28e7d530d
|
|
|
|
|
|
|
|
|
|
|
| |
This test now expects us to use the XMLTreeViewer, so make
sure that it's enabled.
SetDeveloperExtras enables the XMLTreeViewer and Inspector, but
we have no inspector on Android, so this is just toggling the
XMLTreeViewer on.
Change-Id: I365930f34003d6e97aed88af77746c784a3c3bd1
|
|
|
|
| |
Change-Id: I22720665be2900121acaa3801adc36f3d7fddeae
|
|
Change-Id: Ifa871f8320bdb3a09fe189fffecc23f702c394b9
|