WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 82199
Web Inspector: 'use strict' exceptions stop in inspector code
https://bugs.webkit.org/show_bug.cgi?id=82199
Summary
Web Inspector: 'use strict' exceptions stop in inspector code
Pavel Feldman
Reported
2012-03-26 07:00:59 PDT
Downstream bug:
http://code.google.com/p/chromium/issues/detail?id=114653
<html> <head> <script> 'use strict'; function complicated() { console.log("What are these arguments", arguments); } complicated("a string", window); </script> </head> </html> 2. Open devtools 3. Set the Pause on all exceptions button 4. reload
Attachments
Patch
(1.65 KB, patch)
2012-03-26 07:05 PDT
,
Pavel Feldman
yurys
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-03-26 07:05:37 PDT
Created
attachment 133801
[details]
Patch
Yury Semikhatsky
Comment 2
2012-03-26 08:15:36 PDT
Comment on
attachment 133801
[details]
Patch Can we test this?
Pavel Feldman
Comment 3
2012-03-26 08:30:37 PDT
Committed
r112102
: <
http://trac.webkit.org/changeset/112102
>
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