Bug 33061 - [V8] Generate configuring of call-as-function callbacks.
Summary: [V8] Generate configuring of call-as-function callbacks.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Normal
Assignee: Dimitri Glazkov (Google)
URL:
Keywords:
Depends on:
Blocks: 32630
  Show dependency treegraph
 
Reported: 2009-12-30 10:50 PST by Dimitri Glazkov (Google)
Modified: 2009-12-30 11:28 PST (History)
1 user (show)

See Also:


Attachments
Generate configuring of all call-as-function callbacks, v1. (9.16 KB, patch)
2009-12-30 11:05 PST, Dimitri Glazkov (Google)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.