Bug 60764

Summary: Web Inspector: [protocol] provide consistent support of frames
Product: WebKit Reporter: Peter Rybin <peter.rybin>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, peter.rybin, pfeldman, pmuellr, rik, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Peter Rybin 2011-05-13 06:45:52 PDT
The debug connection is scoped to a tab/page. The page is a frame and may contain other frames.

The protocol should make possible to:
  synchronously observe frame lifecycle,
  distinguish scripts from different frames,
  set breakpoint in a particular frame (but setting breakpoint on a similar script in all frames should be an important feature too),
  tell frame context that debugger stopped in,
  evaluate global expressions in a particular frame.
Comment 1 Brian Burg 2014-12-12 14:07:02 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.