[Webkit-unassigned] [Bug 138341] New: Web Inspector: Inspector pauses 3 times when evaluating window.decodeURI('%%%')

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 3 17:44:43 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138341

            Bug ID: 138341
           Summary: Web Inspector: Inspector pauses 3 times when
                    evaluating window.decodeURI('%%%')
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: graouts at webkit.org, joepeck at webkit.org,
                    mark.lam at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
When pausing on exceptions is enabled, Web Inspector pauses 3 times when evaluating window.decodeURI('%%%')

* STEPS TO REPRODUCE
1. Inspect any page
2. Enable Break on All Exceptions
3. js> window.decodeURI('%%%')
  => have to continue 3 times

* NOTES
(1) is the URI Error inside of the InjectedScript's eval(...)
(2) is the call site of the eval in the InjectedScript (var result = evalFunction.call(inspectedGlobalObject, expression);)
(3) is the last statement in the finally block in the InjectedScript catching the exception.

Mark, I think this might be JSC::Debugger pausing too many times for a single exception.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141104/8d057acf/attachment-0002.html>


More information about the webkit-unassigned mailing list