WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Downstream issue:
http://code.google.com/p/chromium/issues/detail?id=111021
Attachments
Patch
(9.92 KB, patch)
2012-03-07 03:55 PST
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Patch
(10.23 KB, patch)
2012-03-11 09:12 PDT
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-03-07 03:55:49 PST
Created
attachment 130592
[details]
Patch
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
Created
attachment 131228
[details]
Patch
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.
Top of Page
Format For Printing
XML
Clone This Bug