Bug 34667

Summary: Simplified RuntimeEnabledFeatures and corresponding v8 generated code
Product: WebKit Reporter: Yaar Schnitman <yaar>
Component: New BugsAssignee: Yaar Schnitman <yaar>
Status: RESOLVED FIXED    
Severity: Normal CC: atwilson, commit-queue, dominicc, eric, jorlow
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch
none
Ready for Review
none
Updated patch none

Description Yaar Schnitman 2010-02-05 15:59:14 PST
Simplified RuntimeEnabledFeatures and corresponding v8 generated code
Comment 1 Yaar Schnitman 2010-02-05 16:01:36 PST
Created attachment 48272 [details]
Patch
Comment 2 Yaar Schnitman 2010-02-08 13:43:54 PST
Created attachment 48363 [details]
Ready for Review
Comment 3 Yaar Schnitman 2010-02-08 13:53:45 PST
Created attachment 48365 [details]
Updated patch
Comment 4 Yaar Schnitman 2010-02-08 13:57:12 PST
Comment on attachment 48365 [details]
Updated patch

Merged problems broke style & AWS...
Comment 5 Eric Seidel (no email) 2010-02-08 14:18:46 PST
Removing whitespace makes this patch needlessly large.

Why change Database to DB?  We tend to use full english words when possible in WebKit (obviously not HyperTextMarkupLanguage. :)
Comment 6 Yaar Schnitman 2010-02-08 14:41:01 PST
(In reply to comment #5)
> Removing whitespace makes this patch needlessly large.
Sorry about that, but I understand whitespace changes are ok in files I have other edits. They are very trivial though.
> Why change Database to DB?  We tend to use full english words when possible in
> WebKit (obviously not HyperTextMarkupLanguage. :)
I know, but the corresponding JS method this method enabled/disables is named IndexedDB, not IndexedDatabase. For code-generation and low maintenance reasons, the enabler and the JS method must correspond.
Comment 7 Adam Barth 2010-02-09 12:34:27 PST
Comment on attachment 48365 [details]
Updated patch

LGTM
Comment 8 WebKit Commit Bot 2010-02-10 02:36:47 PST
Comment on attachment 48365 [details]
Updated patch

Clearing flags on attachment: 48365

Committed r54593: <http://trac.webkit.org/changeset/54593>
Comment 9 WebKit Commit Bot 2010-02-10 02:36:55 PST
All reviewed patches have been landed.  Closing bug.