Bug 60764 - Web Inspector: [protocol] provide consistent support of frames
Summary: Web Inspector: [protocol] provide consistent support of frames
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-13 06:45 PDT by Peter Rybin
Modified: 2014-12-12 14:07 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.