Bug 88200 - LayoutTestController's member functions should use std::string instead of JSStringRef
Summary: LayoutTestController's member functions should use std::string instead of JSS...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 88183
  Show dependency treegraph
 
Reported: 2012-06-03 16:06 PDT by Ryosuke Niwa
Modified: 2012-06-04 13:42 PDT (History)
6 users (show)

See Also:


Attachments
work in progress (10.17 KB, patch)
2012-06-03 18:20 PDT, Ryosuke Niwa
no flags Details | Formatted Diff | Diff

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