RESOLVED FIXED 93257
Web Inspector: a tiny refactoring of Highlighter in InspectorDOMAgent
https://bugs.webkit.org/show_bug.cgi?id=93257
Summary Web Inspector: a tiny refactoring of Highlighter in InspectorDOMAgent
Sergey Rogulenko
Reported 2012-08-06 04:37:11 PDT
A tiny refactoring of Highlighter in InspectorDOMAgent.
Attachments
Patch (4.32 KB, patch)
2012-08-06 04:42 PDT, Sergey Rogulenko
no flags
Patch (4.19 KB, patch)
2012-08-06 04:52 PDT, Sergey Rogulenko
no flags
Patch (4.33 KB, patch)
2012-08-06 05:29 PDT, Sergey Rogulenko
no flags
Patch (4.36 KB, patch)
2012-08-06 05:34 PDT, Sergey Rogulenko
no flags
Sergey Rogulenko
Comment 1 2012-08-06 04:42:15 PDT
Sergey Rogulenko
Comment 2 2012-08-06 04:52:31 PDT
Pavel Feldman
Comment 3 2012-08-06 05:08:35 PDT
Comment on attachment 156662 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=156662&action=review > Source/WebCore/inspector/InspectorDOMAgent.cpp:1008 > + m_inspectModeHighlightConfig = highlightConfigFromInspectorObject(errorString, highlightInspectorObject); You should return early in case of error. > Source/WebCore/inspector/InspectorDOMAgent.cpp:1054 > + if (highlightConfig) ditto.
Sergey Rogulenko
Comment 4 2012-08-06 05:29:29 PDT
Pavel Feldman
Comment 5 2012-08-06 05:33:21 PDT
Comment on attachment 156668 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=156668&action=review > Source/WebCore/inspector/InspectorDOMAgent.cpp:1013 > hideHighlight(&error); You wanted to pass errorString there.
Sergey Rogulenko
Comment 6 2012-08-06 05:34:16 PDT
WebKit Review Bot
Comment 7 2012-08-06 07:14:40 PDT
Comment on attachment 156669 [details] Patch Clearing flags on attachment: 156669 Committed r124769: <http://trac.webkit.org/changeset/124769>
WebKit Review Bot
Comment 8 2012-08-06 07:14:45 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.