[webkit-reviews] review granted: [Bug 101910] Web Inspector: line number of script should be search-able in Timeline Panel : [Attachment 173598] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 13 01:23:36 PST 2012


Yury Semikhatsky <yurys at chromium.org> has granted pdeng6 <pan.deng at intel.com>'s
request for review:
Bug 101910: Web Inspector: line number of script should be search-able in
Timeline Panel
https://bugs.webkit.org/show_bug.cgi?id=101910

Attachment 173598: Patch
https://bugs.webkit.org/attachment.cgi?id=173598&action=review

------- Additional Comments from Yury Semikhatsky <yurys at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=173598&action=review


> Source/WebCore/inspector/front-end/TimelinePanel.js:1361
> +    if (details && details.hasOwnProperty('textContent'))

Would be nice if we could hide this logic in record and have something like
record.textForSearch()


More information about the webkit-reviews mailing list