History log of /frameworks/base/core/java/android/webkit/WebStorage.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
451e338c51e8c45efc0d21536dfae6f78f6d5e06 10-Nov-2014 Ignacio Solla <igsolla@google.com> [WebView] Allow the WebView to be compiled against the system SDK.

BUG:18152150
Change-Id: Ifd6dcac17663631058d895c61bb6e8018c5aeecc
/frameworks/base/core/java/android/webkit/WebStorage.java
5545d083d35620a625b65fafe97199660d85f059 01-Sep-2013 Jonathan Dixon <joth@google.com> Update APIs for the Chromium WebView

Bug: 10361803
Bug: 8565831

Several obsolete APIs now deprecated.
TEXT_AUTOSIZING can now be unhidden.

Change-Id: Ib0afa4bb010f35816d3b9dd3695e8997f0ff0793
/frameworks/base/core/java/android/webkit/WebStorage.java
835b1fcc3193e0860ec33cca1c4cdff31f409473 25-Feb-2013 Jonathan Dixon <joth@google.com> Deprecate various WebView related methods

WebSettings:
PluginState - plugins depreacted and will not be supported in future.
setRenderPriotity - b/6335436
setLightTouchEnabled - b/7683972 it's s no-op.
setAppCacheMaxSize - has a sensible default and will be obsolete in
future with HTML Quota Management API. b/6236763

WebStorage.setQuotaForOrigin - same as setAppCacheMaxSize

WebView:
clearView, showFindDialog - buggy, can be achieved otherways
savePassword - not useful/usable in practice; see b/5012826
- stock browser used hidden APIs to achieve this feature

WebIconDatabase:
Other than the open() method, this does nothing useful. b/7331507

Change-Id: I01793f7b34978046eb54033477fca2da96e69c2e
/frameworks/base/core/java/android/webkit/WebStorage.java
b632adfaf445ff6f0c07bfc54671d204ad0e5a67 28-Jun-2012 Selim Gurun <sgurun@google.com> Update documentation to clarify AppCache usage

Bug: 5869022
Change-Id: I46abecfb0e8975cc924458f444f95cdabaa3f712
/frameworks/base/core/java/android/webkit/WebStorage.java
4e584df4cee8334bc371c04a67bcd0a32e2f9480 25-Apr-2012 Steve Block <steveblock@google.com> Fix JavaDoc style for several WebView classes

This fixes the JavaDoc style for the following classes ...
- CacheManager.java
- CookieManager.java
- GeolocationPermissions.java
- WebResourceResponse.java
- WebSettings.java
- WebStorage.java
- WebView.java

In particular, this applies the guidelines at
https://wiki.corp.google.com/twiki/bin/view/Main/APIDocumentation

This should help to ensure that future JavaDoc comments use correct style,
rather than using incorrect style for consistency.

Note that this change does not attempt to improve the content of the JavaDoc
comments. This will be done in later changes.

Bug: 5461416
Change-Id: I79e9b15a8cf3597195d58e154a7eb1bcc462944c
/frameworks/base/core/java/android/webkit/WebStorage.java
d3101b1d300f5942fdb7dfa323dc8830c4edc007 12-Apr-2012 Jonathan Dixon <joth@google.com> Seperate interface and implementation of 4 WebView classes

GeolocationPermissionsClassic
CookieManagerClassic
WebIconDatabaseClassic
WebStorageClassic

Also creats a WebViewFactory top level class - this remains hidden
for now, as it's currently only used implicitly by the other
public WebView classes to create the provider instances.

Bug: 5626244

Change-Id: Id0ca1c16d8058f31a86414bbc0e8a55db4b907ba
/frameworks/base/core/java/android/webkit/WebStorage.java
9c6b01a753ff0193054ab2e7207ae19164a6ca6e 16-Apr-2012 Steve Block <steveblock@google.com> Merge "Clean up JavaDoc for WebStorage"
939e5040b51539be561db1d18dec18196f201f5c 12-Apr-2012 Jonathan Dixon <joth@google.com> Two WebView API cleanups

- remove final from classes which we will need to provide subclasses
in future: CookieManager, GeolocationPermissions, WebIconDatabase
and WebStorage. None of these have published constructors,
so applications cannot subclass them anyway.

- Also convert some protected members of JsResult to private, as its of
no use to legal subclasses, and applications cannot subclass it.

Change-Id: Iaca9d2db31e25853b6c55feae41d9e7774087479
/frameworks/base/core/java/android/webkit/WebStorage.java
285ddfc8abfcdd252c50477b34c13f8173f9f3f4 28-Mar-2012 Steve Block <steveblock@google.com> Clean up JavaDoc for WebStorage

Bug: 5461416
Change-Id: Ice7a2ca1e346ae80f53b477d236ff8c20032cf2f
/frameworks/base/core/java/android/webkit/WebStorage.java
a3dc86e637873be115e68be50bd1b281beff7994 28-Mar-2012 Jonathan Dixon <joth@google.com> Hide the public constructors for singleton classes

WebStorage and GeolocationPermissions are not intended for direct use
by application code. Existing APKs using this will still work (as well
as they ever could have), but this change will cause a compile break if they
move to SDK >= 16, which should be fixed by using getInstance() instead.

Bug: 6238010
Change-Id: I75789cc260c8fe005c42942bc81483193cc54f17
/frameworks/base/core/java/android/webkit/WebStorage.java
36196b6d4a413b65c9f1f82112ae34a46dcedfc6 28-Mar-2012 Jonathan Dixon <joth@google.com> Minor code tidying up in WebStorage & GeolocationPermission

remove unused imports and constants.

Change-Id: I5007b270b2cabb55624d85546bfc84f10189e618
/frameworks/base/core/java/android/webkit/WebStorage.java
4cde13a3bbf29e065a278dc6c31c2cd9fd16f7f6 16-Dec-2011 Jonathan Dixon <joth@google.com> Remove misleading API council comments

Most of these APIs have no intention of being published, at least not in anything like the current form.

Change-Id: I1df3ae00320f909caea8a0d42d50ee7400577635
/frameworks/base/core/java/android/webkit/WebStorage.java
9b2a59bdd27cfa45c7bb3b58eb705b35589b7050 25-Jan-2011 John Reck <jreck@google.com> Docs for Origin

Bug: 3370302

Change-Id: I44c8856d3f5e4b5e21c2745c1ef07a30526a1dd0
/frameworks/base/core/java/android/webkit/WebStorage.java
87745ce21fe3f65b8cf7a92372c24227821318d3 30-Nov-2010 John Reck <jreck@google.com> WebStorage public API change

Bug: 3241140
Adds generic type parameters to the Map in the getOrigins method
and makes WebStorage.Origin class public.

Change-Id: I20e38d294486126f4719bad5fa99f5e3320a1026
/frameworks/base/core/java/android/webkit/WebStorage.java
427efcca1988e3f424e363808e8fd0978f4e78d1 19-Mar-2010 Steve Block <steveblock@google.com> Implements layoutTestController.setAppCacheMaximumSize

Change-Id: Ib64123738bc384213ef80e2e60e4a0d9407c09d8
/frameworks/base/core/java/android/webkit/WebStorage.java
e4b2d4dc7db426052d1dfebc40f6b64a001b6d73 19-Feb-2010 Steve Block <steveblock@google.com> Adds synchronization around message handler in GeolocationPermissions and WebStorage

The message handler is instantiated on the WebCore thread and its presence is
checked on the browser thread. This requires synchronization.

Change-Id: I4b71c7a2470b60fa273dc2bcb46f645ed135ee11
/frameworks/base/core/java/android/webkit/WebStorage.java
98409704134c262fdaab47055f60b7e01a4bc0b2 08-Jan-2010 Andrei Popescu <andreip@google.com> Fix a bug where the usage for an origin shows up as 0 in Website Settings when the origin
uses app cache but not database.
/frameworks/base/core/java/android/webkit/WebStorage.java
0691ad50ca6b7a2968a0b95e1e9bb7228dd47d65 22-Oct-2009 Grace Kloba <klobag@google.com> Remove "@hide pending API council" in webkit to expose
the apis to SDK.

Remove @hide in GeolocationPermissions and WebStorage
to expose them to the SDK users.

Remove @hide for freeMemory() in WebView.

Remove @hide comment in CallbackProxy and
GoogleLocationSettingManager as they are not public class.
/frameworks/base/core/java/android/webkit/WebStorage.java
6c24b4d10223cb522e6bdbf0e334f61e672f4366 22-Sep-2009 Nicolas Roard <nicolas@android.com> Reimplement the settings to use async callbacks
/frameworks/base/core/java/android/webkit/WebStorage.java
7ec19876c95584c2114982826b2006557b0728d6 11-Aug-2009 Cary Clark <cary@android.com> make private inner classes static

bug found by findbugs
http://b/issue?id=1856695
/frameworks/base/core/java/android/webkit/WebStorage.java
59e2ad93bf37c7ded44c033d38fe7c972e2f4118 28-Jul-2009 Andrei Popescu <andreip@google.com> Wire in the AppCache out-of-space callback
/frameworks/base/core/java/android/webkit/WebStorage.java
9a56bb838c099a318d4f961f290d324ed5f1949d 22-Jul-2009 Andrei Popescu <andreip@google.com> cleanup the WebStorage Java class. There were too many calls to syncValues().
/frameworks/base/core/java/android/webkit/WebStorage.java
af9c77edbddfcf87a4dc17b95db84bf741674a9a 21-Jul-2009 Andrei Popescu <andreip@google.com> wire appcache to the HTML5 UI
/frameworks/base/core/java/android/webkit/WebStorage.java
5647bb3cc21428dd5242255323dff13c71a3343d 18-Jun-2009 Ben Murdoch <benm@mojito.lon.corp.google.com> Update WebStorage methods used by DumpRenderTree to complete synchronously if they are called on the webcore thread.
/frameworks/base/core/java/android/webkit/WebStorage.java
11e8fe5a7208c9cd6afc2a0373761ae506d7707f 11-May-2009 Nicolas Roard <nicolasroard@google.com> Add modifications to handle the WebStorage settings + the WebStorage bridge native functions
/frameworks/base/core/java/android/webkit/WebStorage.java
7df1985e86635af006be3dfa65987d60e290b5de 22-Apr-2009 Ben Murdoch <benm@google.com> Merges p9 CLs 144856 and 145055 to GIT to enable the Database API in the browser.
/frameworks/base/core/java/android/webkit/WebStorage.java