RESOLVED FIXED Bug 65510
Web Inspector: [Timeline] Hover on paint events and see rect outline around that area.
https://bugs.webkit.org/show_bug.cgi?id=65510
Summary Web Inspector: [Timeline] Hover on paint events and see rect outline around t...
Pavel Feldman
Reported 2011-08-01 22:50:07 PDT
<user feedback>
Attachments
Patch (24.70 KB, patch)
2011-08-03 03:07 PDT, Pavel Feldman
no flags
Review comments addressed, to find out proper Mac symbol. (26.90 KB, patch)
2011-08-03 08:52 PDT, Pavel Feldman
yurys: review+
webkit.review.bot: commit-queue-
Pavel Feldman
Comment 1 2011-08-03 03:07:38 PDT
WebKit Review Bot
Comment 2 2011-08-03 03:19:36 PDT
Yury Semikhatsky
Comment 3 2011-08-03 08:30:42 PDT
Comment on attachment 102760 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=102760&action=review > Source/WebCore/inspector/DOMNodeHighlighter.cpp:303 > +void drawRectHighlight(GraphicsContext& context, Document* document, IntRect* rect) Can we have a test for this functionality? > Source/WebCore/inspector/DOMNodeHighlighter.cpp:314 > + static const Color fillColor(255, 0, 0, 20); DEFINE_STATIC_LOCAL ? > Source/WebCore/inspector/DOMNodeHighlighter.cpp:316 > + FloatRect floatRect = *rect; Inline this? > Source/WebCore/inspector/Inspector.json:1013 > + { "name": "x", "type": "integer", "description": "X coordinate" }, Please describe what is the origin for these coordinates. > Source/WebCore/inspector/Inspector.json:1029 > + "name": "hideHighlight", Remove trailing comma or add a new description. > Source/WebKit/mac/ChangeLog:3 > + clean Remove this.
Pavel Feldman
Comment 4 2011-08-03 08:46:13 PDT
(In reply to comment #3) > (From update of attachment 102760 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=102760&action=review > > > Source/WebCore/inspector/DOMNodeHighlighter.cpp:303 > > +void drawRectHighlight(GraphicsContext& context, Document* document, IntRect* rect) > > Can we have a test for this functionality? > Not really. It is way too platform specific with no feedback to the front-end. > > Source/WebCore/inspector/DOMNodeHighlighter.cpp:314 > > + static const Color fillColor(255, 0, 0, 20); > > DEFINE_STATIC_LOCAL ? > Done. > > Source/WebCore/inspector/DOMNodeHighlighter.cpp:316 > > + FloatRect floatRect = *rect; > > Inline this? > Done. > > Source/WebCore/inspector/Inspector.json:1013 > > + { "name": "x", "type": "integer", "description": "X coordinate" }, > > Please describe what is the origin for these coordinates. > Done. > > Source/WebCore/inspector/Inspector.json:1029 > > + "name": "hideHighlight", > > Remove trailing comma or add a new description. > Done. > > Source/WebKit/mac/ChangeLog:3 > > + clean > > Remove this. Done.
Pavel Feldman
Comment 5 2011-08-03 08:52:02 PDT
Created attachment 102788 [details] Review comments addressed, to find out proper Mac symbol.
WebKit Review Bot
Comment 6 2011-08-03 09:08:34 PDT
Comment on attachment 102788 [details] Review comments addressed, to find out proper Mac symbol. Attachment 102788 [details] did not pass mac-ews (mac): Output: http://queues.webkit.org/results/9309008
Pavel Feldman
Comment 7 2011-08-03 09:11:39 PDT
Note You need to log in before you can comment on or make changes to this bug.