Bug 33061

Summary: [V8] Generate configuring of call-as-function callbacks.
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: WebCore JavaScriptAssignee: Dimitri Glazkov (Google) <dglazkov>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: All   
Bug Depends on:    
Bug Blocks: 32630    
Attachments:
Description Flags
Generate configuring of all call-as-function callbacks, v1. abarth: review+

Description Dimitri Glazkov (Google) 2009-12-30 10:50:31 PST
This is pretty straightforward. The only exception is (surprise!) HTMLOptionsCollection.
Comment 1 Dimitri Glazkov (Google) 2009-12-30 11:05:51 PST
Created attachment 45673 [details]
Generate configuring of all call-as-function callbacks, v1.
Comment 2 WebKit Review Bot 2009-12-30 11:12:00 PST
style-queue ran check-webkit-style on attachment 45673 [details] without any errors.
Comment 3 Adam Barth 2009-12-30 11:13:05 PST
Comment on attachment 45673 [details]
Generate configuring of all call-as-function callbacks, v1.

These are staring to make more sense to me.
Comment 4 Dimitri Glazkov (Google) 2009-12-30 11:28:48 PST
Landed as http://trac.webkit.org/changeset/52669.