[Webkit-unassigned] [Bug 156866] New: Web Inspector: "document" and "window" are evaluated on the page a lot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 14:06:28 PDT 2016


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

            Bug ID: 156866
           Summary: Web Inspector: "document" and "window" are evaluated
                    on the page a lot
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: timothy at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

Created attachment 276957
  --> https://bugs.webkit.org/attachment.cgi?id=276957&action=review
Screenshot

Steps:
0) Make isWebKitInternalScript() and isWebKitInternalScript() always return false.
1) Inspect about:blank
2) Evaluate something in the console.
3) Click around i the Debugger sidebar.

I would see a new "document" and "window" eval happen by just viewing a script resource. DOMTree.js does evaluate "document" in _requestRootDOMNode, but I would not expect it to happen like this. I am not sure where the "window" eval comes from.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160421/551da960/attachment.html>


More information about the webkit-unassigned mailing list