Changeset 15526 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Jul 19, 2006, 10:32:15 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r15524 r15526 1 2006-07-19 Anders Carlsson <[email protected]> 2 3 Reviewed by Darin. 4 5 <rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work 6 7 * kjs/nodes2string.cpp: 8 (StringNode::streamTo): 9 Return the escaped string. 10 11 (RegExpNode::streamTo): 12 Use the correct syntax. 13 14 * kjs/function.cpp: 15 (KJS::escapeStringForPrettyPrinting): 16 * kjs/function.h: 17 Add escape function which escapes a string for pretty-printing so it can be parsed again. 18 19 * wtf/unicode/icu/UnicodeIcu.h: 20 (WTF::Unicode::isPrintableChar): 21 New function. 22 1 23 === Safari-521.19 === 2 24
Note:
See TracChangeset
for help on using the changeset viewer.