Bug 88200

Summary: LayoutTestController's member functions should use std::string instead of JSStringRef
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: abarth, darin, joshua.lock, mjs, rakuco, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 88183    
Attachments:
Description Flags
work in progress none

Description Ryosuke Niwa 2012-06-03 16:06:10 PDT
In the preparation for the bug 88183, I'd like to make push the dependency on JSString into callback functions so that LayoutTestController itself can just use std::string instead.
Comment 1 Ryosuke Niwa 2012-06-03 18:20:25 PDT
Created attachment 145499 [details]
work in progress

Now that Maciej doesn't seem to like the approach I'm taking in the bug 88183, I'll pause my work.