Bug 38960 - [Chromium] Add support for openDatabaseSync() to RuntimeEnabledFeatures
Summary: [Chromium] Add support for openDatabaseSync() to RuntimeEnabledFeatures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Dumitru Daniliuc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 17:46 PDT by Dumitru Daniliuc
Modified: 2010-05-11 19:21 PDT (History)
3 users (show)

See Also:


Attachments
patch (1.82 KB, patch)
2010-05-11 18:19 PDT, Dumitru Daniliuc
abarth: review+
dumi: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dumitru Daniliuc 2010-05-11 17:46:04 PDT
WorkerContext::openDatabaseSync() will soon have a [EnabledAtRuntime] attribute. This means that we need to add a RuntimeEnabledFeatures::openDatabaseSyncEnabled() method, or otherwise the V8 code generated for WorkerContext::openDatabaseSync() will not compile.
Comment 1 Dumitru Daniliuc 2010-05-11 18:19:31 PDT
Created attachment 55791 [details]
patch
Comment 2 Adam Barth 2010-05-11 18:35:06 PDT
Comment on attachment 55791 [details]
patch

Blue!  I want to store my bikes in a blue shed!
Comment 3 Dumitru Daniliuc 2010-05-11 19:21:32 PDT
Landed as r59195.