Bug 17529 - Add support for reading from stdin from testkjs
Summary: Add support for reading from stdin from testkjs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-24 21:36 PST by Sam Weinig
Modified: 2008-02-24 23:12 PST (History)
0 users

See Also:


Attachments
patch (2.33 KB, patch)
2008-02-24 21:38 PST, Sam Weinig
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2008-02-24 21:36:12 PST
We should add support for the readline() function that the SpiderMonkey shell exposes.
Comment 1 Sam Weinig 2008-02-24 21:38:52 PST
Created attachment 19337 [details]
patch
Comment 2 Mark Rowe (bdash) 2008-02-24 22:59:38 PST
Comment on attachment 19337 [details]
patch

r=me.  SpiderMonkey does some special handling of \r's in its implementation.  We may need to do something similar if we encounter cases where this is required.
Comment 3 Sam Weinig 2008-02-24 23:12:29 PST
Landed in r30560.