[Webkit-unassigned] [Bug 127526] New: Move RegularExpression into JavaScriptCore for inspector
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 23 17:17:48 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=127526
Summary: Move RegularExpression into JavaScriptCore for
inspector
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebCore Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck at webkit.org
CC: timothy at apple.com, sam at webkit.org, ggaren at apple.com
The Inspector will soon need to use RegularExpressions. The current implementation in platform/text only relies on JavaScriptCore/yarr and wtf. Lets move it into JavaScriptCore so the inspector can use it.
I'm going to put it in the JSC::Yarr namespace. Let me know if something else might be better.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list