Changeset 95504 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 19, 2011, 6:41:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r95503 r95504 1 2011-09-19 Gavin Barraclough <[email protected]> 2 3 String#split is buggy 4 https://bugs.webkit.org/show_bug.cgi?id=68348 5 6 Reviewed by Sam Weinig. 7 8 * runtime/StringPrototype.cpp: 9 (JSC::jsStringWithReuse): 10 - added helper function to reuse original JSString value. 11 (JSC::stringProtoFuncSplit): 12 - Rewritten from the spec. 13 * tests/mozilla/ecma/String/15.5.4.8-2.js: 14 (getTestCases): 15 - This test is not ES5 compliant. 16 1 17 2011-09-19 Geoffrey Garen <[email protected]> 2 18
Note:
See TracChangeset
for help on using the changeset viewer.