[webkit-reviews] review requested: [Bug 30653] Add a temporary flag to the Database class that will be used by V8 to decide if window.openDatabase() should be exposed : [Attachment 41685] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 13:51:26 PDT 2009


Dumitru Daniliuc <dumi at chromium.org> has asked	for review:
Bug 30653: Add a temporary flag to the Database class that will be used by V8
to decide if window.openDatabase() should be exposed
https://bugs.webkit.org/show_bug.cgi?id=30653

Attachment 41685: patch
https://bugs.webkit.org/attachment.cgi?id=41685&action=review

------- Additional Comments from Dumitru Daniliuc <dumi at chromium.org>
Got rid of the #if USE(V8) ugliness by introducing a generic Experiments class
that should be used to store flags for experimental features that determine at
runtime if the feature should be enabled or not.

Eric: please CC some people from Apple, I don't know who the appropriate people
are.


More information about the webkit-reviews mailing list