Bug 82199

Summary: Web Inspector: 'use strict' exceptions stop in inspector code
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch yurys: review+

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+
Pavel Feldman
Comment 1 2012-03-26 07:05:37 PDT
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
Note You need to log in before you can comment on or make changes to this bug.