Bug 47487 - Web Inspector: fix event listener breakpoints sidebar pane
Summary: Web Inspector: fix event listener breakpoints sidebar pane
Status: RESOLVED FIXED
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: 2010-10-11 05:40 PDT by Pavel Podivilov
Modified: 2010-10-11 08:20 PDT (History)
10 users (show)

See Also:


Attachments
Patch. (4.32 KB, patch)
2010-10-11 05:51 PDT, Pavel Podivilov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2010-10-11 05:40:36 PDT
Web Inspector: fix event listener breakpoints sidebar pane
Comment 1 Pavel Podivilov 2010-10-11 05:51:57 PDT
Created attachment 70432 [details]
Patch.
Comment 2 Pavel Feldman 2010-10-11 08:02:03 PDT
Comment on attachment 70432 [details]
Patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=70432&action=review

> WebCore/inspector/front-end/inspector.css:1391
> +.properties-tree {

are the usages already in the javascript code?
Comment 3 Pavel Podivilov 2010-10-11 08:19:17 PDT
Committed r69494: <http://trac.webkit.org/changeset/69494>
Comment 4 Pavel Podivilov 2010-10-11 08:20:53 PDT
(In reply to comment #2)
> (From update of attachment 70432 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=70432&action=review
> 
> > WebCore/inspector/front-end/inspector.css:1391
> > +.properties-tree {
> 
> are the usages already in the javascript code?

Yep.