Changeset 15526 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Jul 19, 2006, 10:32:15 AM (19 years ago)
Author:
andersca
Message:

JavaScriptCore:

2006-07-19 Anders Carlsson <[email protected]>

Reviewed by Darin.

<rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work


  • kjs/nodes2string.cpp: (StringNode::streamTo): Return the escaped string.


(RegExpNode::streamTo):
Use the correct syntax.


  • kjs/function.cpp: (KJS::escapeStringForPrettyPrinting):
  • kjs/function.h: Add escape function which escapes a string for pretty-printing so it can be parsed again.


  • wtf/unicode/icu/UnicodeIcu.h: (WTF::Unicode::isPrintableChar): New function.

LayoutTests:

2006-07-19 Anders Carlsson <[email protected]>

Reviewed by Darin.

<rdar://problem/4620655> REGRESSION(10.4.7-10.5): preview button for a blogger.com post doesn't work


  • fast/js/pretty-print-expected.txt: Added.
  • fast/js/pretty-print.html: Added.
  • fast/js/resources/pretty-print.js: Added.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r15524 r15526  
     12006-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
    123=== Safari-521.19 ===
    224
Note: See TracChangeset for help on using the changeset viewer.