RESOLVED FIXED 34165
Web Inspector: add support for breakpoints, messages and search into the SourceFrame2.
https://bugs.webkit.org/show_bug.cgi?id=34165
Summary Web Inspector: add support for breakpoints, messages and search into the Sour...
Pavel Feldman
Reported 2010-01-26 05:24:34 PST
Patch to follow shortly.
Attachments
[PATCH] Proposed change. (34.95 KB, patch)
2010-01-26 05:27 PST, Pavel Feldman
timothy: review+
Pavel Feldman
Comment 1 2010-01-26 05:27:26 PST
Created attachment 47406 [details] [PATCH] Proposed change.
Timothy Hatcher
Comment 2 2010-01-26 08:25:04 PST
Comment on attachment 47406 [details] [PATCH] Proposed change. > + var column = line.indexOf(query); This will be more restrictive than our current search. We are currently do a case insensitive search.
Pavel Feldman
Comment 3 2010-01-26 08:41:06 PST
(In reply to comment #2) > (From update of attachment 47406 [details]) > > + var column = line.indexOf(query); > > This will be more restrictive than our current search. We are currently do a > case insensitive search. I'll add toLowerCase or do a regex in the subsequent patch. Committing to http://svn.webkit.org/repository/webkit/trunk ... M WebCore/ChangeLog M WebCore/inspector/front-end/SourceFrame2.js M WebCore/inspector/front-end/TextEditor.js M WebCore/inspector/front-end/TextEditorHighlighter.js M WebCore/inspector/front-end/inspector.css M WebCore/inspector/front-end/textEditor.css Committed r53856
Note You need to log in before you can comment on or make changes to this bug.