Bug 196887 - Web Inspector: Elements: event listener change events should only be fired for the selected node and it's ancestors
Summary: Web Inspector: Elements: event listener change events should only be fired fo...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-04-12 18:20 PDT by Devin Rousso
Modified: 2019-04-15 10:26 PDT (History)
7 users (show)

See Also:


Attachments
Patch (20.93 KB, patch)
2019-04-13 12:35 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-04-12 18:20:09 PDT
There's no reason for us to notify the frontend when an event listener is added/removed for EVERY node, as we only have UI for the currently selected node.
Comment 1 Radar WebKit Bug Importer 2019-04-12 18:20:41 PDT
<rdar://problem/49870627>
Comment 2 Devin Rousso 2019-04-13 12:35:59 PDT
Created attachment 367390 [details]
Patch
Comment 3 WebKit Commit Bot 2019-04-15 10:26:45 PDT
Comment on attachment 367390 [details]
Patch

Clearing flags on attachment: 367390

Committed r244267: <https://trac.webkit.org/changeset/244267>
Comment 4 WebKit Commit Bot 2019-04-15 10:26:46 PDT
All reviewed patches have been landed.  Closing bug.