[Webkit-unassigned] [Bug 28036] [Qt] Public API to configure the storage path for HTML5 localStorage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 10 20:12:03 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=28036


Laszlo Gombos <laszlo.1.gombos at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #34448|review?                     |
               Flag|                            |
  Attachment #34448|0                           |1
        is obsolete|                            |
  Attachment #34537|                            |review?
               Flag|                            |




--- Comment #12 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2009-08-10 20:12:01 PDT ---
Created an attachment (id=34537)
 --> (https://bugs.webkit.org/attachment.cgi?id=34537)
3rd try

Additional changes in the 3rd revision of the patch:
 - LocalStorageDatabaseEnabled enum value is now deprecated, the new name is
LocalStorageEnabled
 - LocalStoragePath now has a default (<base path>/LocalStorage/)

Here are some reasons to keep the LocalStorage name (instead of switching to
WebStorage).
 - The LocalStorageEnabled setting does not control SessionStorage and as such
WebStorageEnabled name would be misleading
 - WebStorage is indeed the name of the specification, but the relevant JS
interface is called window.localStrorage - I believe the JS interface name is
equally/more relevant 
 - WebStorage spec is referenced not only in the HTML5 spec but also in Widgets
APIs and Events spec (see http://www.w3.org/TR/widgets-apis,
widget.preferences). Since the interface that is defined in this patch is only
for the HTML5 LocalStorage I think the name of the interface should be also
specific to HTML5 to distinguish it from other WebStorage use-cases

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list