Bug 64376

Summary: [chromium] DRT depends on v8
Product: WebKit Reporter: Evan Martin <evan>
Component: New BugsAssignee: Evan Martin <evan>
Status: RESOLVED FIXED    
Severity: Normal CC: tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch tony: review+

Description Evan Martin 2011-07-12 11:39:23 PDT
[chromium] DRT depends on v8
Comment 1 Evan Martin 2011-07-12 11:41:34 PDT
Created attachment 100531 [details]
Patch
Comment 2 Tony Chang 2011-07-12 11:45:34 PDT
Comment on attachment 100531 [details]
Patch

Looking in DumpRenderTree.cpp, it looks like this is to set v8 flags and to run stress tests.  I bet we can remove the stress tests (probably better to just run this from test_shell).  In the long run we might want to move v8::V8::SetFlagsFromString into webkit_support and remove this dependency.
Comment 3 Evan Martin 2011-07-26 11:22:22 PDT
This was landed in r90836