Bug 43116 - [IndexedDB] IDBKeyRange should be a runtime-enabled feature.
Summary: [IndexedDB] IDBKeyRange should be a runtime-enabled feature.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-28 05:25 PDT by Andrei Popescu
Modified: 2010-07-28 05:37 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.08 KB, patch)
2010-07-28 05:30 PDT, Andrei Popescu
jorlow: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei Popescu 2010-07-28 05:25:47 PDT
[IndexedDB] IDBKeyRange should be a runtime-enabled feature.
Comment 1 Andrei Popescu 2010-07-28 05:30:16 PDT
Created attachment 62815 [details]
Patch
Comment 2 Jeremy Orlow 2010-07-28 05:34:09 PDT
Comment on attachment 62815 [details]
Patch

r=me because this fixes a regression

But I'm not sure I like the idea of us adding a bunch of methods which simply just return whether indexedDB is enabled.  I think I'd rather see EnabledAtRuntime optionally take an argument that tells it what function to call.  So this would be EnabledAtRuntime=indexedDB
Comment 3 Andrei Popescu 2010-07-28 05:37:53 PDT
Committed r64201: <http://trac.webkit.org/changeset/64201>