Bug 115489 - Begin work on loading items from the local storage database
Summary: Begin work on loading items from the local storage database
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-01 14:16 PDT by Anders Carlsson
Modified: 2013-05-01 15:37 PDT (History)
0 users

See Also:


Attachments
Patch (17.70 KB, patch)
2013-05-01 14:21 PDT, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-05-01 14:16:38 PDT
Begin work on loading items from the local storage database
Comment 1 Anders Carlsson 2013-05-01 14:21:14 PDT
Created attachment 200241 [details]
Patch
Comment 2 Andreas Kling 2013-05-01 15:28:50 PDT
Comment on attachment 200241 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=200241&action=review

> Source/WebKit2/UIProcess/Storage/LocalStorageDatabase.cpp:87
> +        m_database.executeCommand("DROP TABLE ItemTable");

We should LOG_ERROR if this fails.
Comment 3 Anders Carlsson 2013-05-01 15:37:47 PDT
Committed r149458: <http://trac.webkit.org/changeset/149458>