Bug 68445
| Summary: | [Chromium][V8] Bring String#split implementation up to ES5 spec | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Dmitry Lomov <dslomov> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jamesr, peter, vitalyr |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Dmitry Lomov
See https://bugs.webkit.org/show_bug.cgi?id=68348.
Failing test on chromium side is fast/js/string-split-conformance.html
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Dmitry Lomov
V8 issue http://code.google.com/p/v8/issues/detail?id=1703
Peter Beverloo
Updated v8 issue with a triage: http://code.google.com/p/v8/issues/detail?id=1711.
Peter Beverloo
Fixed upstream in http://code.google.com/p/v8/source/detail?r=9371, now we just wait for the v8 roll in Chromium, and then the Chromium roll in WebKit.
James Robinson
It's rolled