[Webkit-unassigned] [Bug 10440] New: Parsing error for a specfic string

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed Aug 16 10:51:15 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=10440

           Summary: Parsing error for a specfic string
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: Drosera
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: pete.parks at hp.com


This segement of code contained in a Javascript file:

        var xml = '<?xml version="1.0"?><foo>hello</foo>';
        var url = "data:text/xml;charset=utf-8," + encodeURIComponent(xml);

and even 

        //var xml = '<?xml version="1.0"?><foo>hello</foo>';
        //var url = "data:text/xml;charset=utf-8," + encodeURIComponent(xml);

causes the javascript following these lines to turn everything else into
comment colors in the Drosera text view. So when I try to set a break point in
Drosera on code following these lines it won't work.


-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list