WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
60222
Web Inspector: searching for node does not result in bringToFront call.
https://bugs.webkit.org/show_bug.cgi?id=60222
Summary
Web Inspector: searching for node does not result in bringToFront call.
Pavel Feldman
Reported
2011-05-04 15:48:26 PDT
Patch to follow.
Attachments
Patch
(2.61 KB, patch)
2011-05-04 15:52 PDT
,
Pavel Feldman
no flags
Details
Formatted Diff
Diff
Patch
(1.40 KB, patch)
2011-05-05 07:25 PDT
,
Pavel Feldman
yurys
: review+
pfeldman
: commit-queue+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2011-05-04 15:52:30 PDT
Created
attachment 92335
[details]
Patch
Yury Semikhatsky
Comment 2
2011-05-05 07:13:19 PDT
Comment on
attachment 92335
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=92335&action=review
> Source/WebCore/inspector/InspectorDOMAgent.cpp:285 > + m_inspectorFrontend = frontend->inspector();
InspectorDOMAgent is not supposed to access frontends other than DOMFrontend
Yury Semikhatsky
Comment 3
2011-05-05 07:14:02 PDT
Comment on
attachment 92335
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=92335&action=review
> Source/WebCore/inspector/InspectorDOMAgent.cpp:889 > + m_inspectorFrontend->bringToFront();
This should be handled on the front-end side.
Pavel Feldman
Comment 4
2011-05-05 07:25:34 PDT
Created
attachment 92414
[details]
Patch
Pavel Feldman
Comment 5
2011-05-05 09:38:45 PDT
Committed
r85858
: <
http://trac.webkit.org/changeset/85858
>
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