RESOLVED FIXED 80504
Web Inspector: console.log attempts to substitute any "%" character in the message.
https://bugs.webkit.org/show_bug.cgi?id=80504
Summary Web Inspector: console.log attempts to substitute any "%" character in the me...
Pavel Feldman
Reported 2012-03-07 02:24:56 PST
Attachments
Patch (9.92 KB, patch)
2012-03-07 03:55 PST, Pavel Feldman
no flags
Patch (10.23 KB, patch)
2012-03-11 09:12 PDT, Pavel Feldman
no flags
Pavel Feldman
Comment 1 2012-03-07 03:55:49 PST
Vsevolod Vlasov
Comment 2 2012-03-11 05:08:53 PDT
Comment on attachment 130592 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=130592&action=review > Source/WebCore/inspector/front-end/utilities.js:811 > + if (!(format[index] in formatters)) { This will break strings like "foo%555 bar"
Pavel Feldman
Comment 3 2012-03-11 09:12:42 PDT
WebKit Review Bot
Comment 4 2012-03-11 10:34:24 PDT
Comment on attachment 131228 [details] Patch Clearing flags on attachment: 131228 Committed r110395: <http://trac.webkit.org/changeset/110395>
WebKit Review Bot
Comment 5 2012-03-11 10:34:29 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.