WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
174209
Web Inspector: Highlight matching canvas element when hovering contexts in the Resources tab
https://bugs.webkit.org/show_bug.cgi?id=174209
Summary
Web Inspector: Highlight matching canvas element when hovering contexts in th...
Devin Rousso
Reported
2017-07-06 10:19:33 PDT
This would be useful for quickly finding the right canvas to inspect.
Attachments
Patch
(2.21 KB, patch)
2017-07-06 10:25 PDT
,
Devin Rousso
joepeck
: review+
Details
Formatted Diff
Diff
Patch
(2.10 KB, patch)
2017-07-06 13:13 PDT
,
Devin Rousso
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2017-07-06 10:25:26 PDT
Created
attachment 314734
[details]
Patch
Joseph Pecoraro
Comment 2
2017-07-06 10:53:23 PDT
Comment on
attachment 314734
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=314734&action=review
r=me
> Source/WebInspectorUI/UserInterface/Views/CanvasTreeElement.js:43 > + this.element.addEventListener("mouseover", this._handleMouseover.bind(this)); > + this.element.addEventListener("mouseout", this._handleMouseout.bind(this));
Seems we have more occurrences of "handleMouseOver" than "handleMouseover". Same with `MouseOut`.
Devin Rousso
Comment 3
2017-07-06 13:13:14 PDT
Created
attachment 314749
[details]
Patch
WebKit Commit Bot
Comment 4
2017-07-06 13:51:23 PDT
Comment on
attachment 314749
[details]
Patch Clearing flags on attachment: 314749 Committed
r219214
: <
http://trac.webkit.org/changeset/219214
>
WebKit Commit Bot
Comment 5
2017-07-06 13:51:24 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug