History log of /frameworks/base/core/java/android/webkit/WebStorage.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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