Bug 82462 - Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UISourceCode.
Summary: Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UIS...
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: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks: 82224
  Show dependency treegraph
 
Reported: 2012-03-28 06:37 PDT by Pavel Podivilov
Modified: 2012-03-28 06:39 PDT (History)
10 users (show)

See Also:


Attachments
Patch (15.65 KB, patch)
2012-03-28 06:39 PDT, Pavel Podivilov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2012-03-28 06:37:23 PDT
Web Inspector: dispatch breakpoint-added and breakpoint-removed events on UISourceCode.

Breakpoint-added and breakpoint-removed events are always related to specific UISourceCode.
See bug 82224 for more details.
Comment 1 Pavel Podivilov 2012-03-28 06:39:02 PDT
Created attachment 134283 [details]
Patch