Bug 10440 - [Drosera] Parsing error for a specfic string
Summary: [Drosera] Parsing error for a specfic string
Status: CLOSED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-16 10:51 PDT by Pete Parks
Modified: 2008-05-17 09:55 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pete Parks 2006-08-16 10:51:14 PDT
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.
Comment 1 Alexey Proskuryakov 2007-04-25 04:20:43 PDT
I cannot reproduce this problem with a current nightly. Reporter, can you still reproduce it?
Comment 2 Alexey Proskuryakov 2007-06-23 06:51:52 PDT
Closing, since there was no response to the request for additional information.
Comment 3 Timothy Hatcher 2008-05-17 09:55:57 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.