Bug 37833 - Revert r57492 and move that logic to DOMWindow.cpp
Summary: Revert r57492 and move that logic to DOMWindow.cpp
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-04-19 17:19 PDT by Dumitru Daniliuc
Modified: 2010-04-19 21:00 PDT (History)
1 user (show)

See Also:


Attachments
patch (3.37 KB, patch)
2010-04-19 18:49 PDT, Dumitru Daniliuc
ggaren: 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-04-19 17:19:16 PDT
The logic added to the JSC and V8 bindings in r57492 should be moved to DOMWindow.cpp. The details of the WebSQLDatabases spec should not be exposed to the JS engines, and we should not have to maintain the same code in two different locations.
Comment 1 Dumitru Daniliuc 2010-04-19 18:49:03 PDT
Created attachment 53761 [details]
patch
Comment 2 Geoffrey Garen 2010-04-19 19:19:44 PDT
Comment on attachment 53761 [details]
patch

r=me
Comment 3 Dumitru Daniliuc 2010-04-19 21:00:18 PDT
Landed as r57865.