Bug 123475 - Move IDBTransactionBackendLevelDB to generic IDBBackingStoreInterface::Transaction
Summary: Move IDBTransactionBackendLevelDB to generic IDBBackingStoreInterface::Transa...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords:
Depends on:
Blocks: 123449
  Show dependency treegraph
 
Reported: 2013-10-29 15:21 PDT by Brady Eidson
Modified: 2013-10-29 15:51 PDT (History)
3 users (show)

See Also:


Attachments
Patch v1 (44.62 KB, patch)
2013-10-29 15:42 PDT, Brady Eidson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2013-10-29 15:21:46 PDT
Move IDBTransactionBackendLevelDB to generic IDBBackingStoreInterface::Transaction

Currently it's using IDBBackingStoreLevelDB::Transaction, which hinders the goal of https://bugs.webkit.org/show_bug.cgi?id=123449 - IDBTransactionBackend should be cross platform
Comment 1 Brady Eidson 2013-10-29 15:42:11 PDT
Created attachment 215439 [details]
Patch v1
Comment 2 Brady Eidson 2013-10-29 15:51:44 PDT
http://trac.webkit.org/changeset/158234