Bug 73906

Summary: Web Inspector: Multiple VMs: make ScriptArguments an interface.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: burg, donggwan.kim
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch. none

Pavel Podivilov
Reported 2011-12-06 04:08:30 PST
Make ScriptArguments an interface so inspector console's clients are not limited to JavaScript.
Attachments
Patch. (13.92 KB, patch)
2011-12-06 04:10 PST, Pavel Podivilov
no flags
Pavel Podivilov
Comment 1 2011-12-06 04:10:01 PST
Eric Seidel (no email)
Comment 2 2011-12-06 12:24:01 PST
Comment on attachment 118021 [details] Patch. All of these patches has the same potential problem: You're making possibly hot classes virtual. In order for any of these patches to be reviewed for real, you would need to provide performance numbers that show that you've not regessed v8/jsc performance on some common benchmark (v8 or sunspider for example).
Note You need to log in before you can comment on or make changes to this bug.