[webkit-reviews] review granted: [Bug 74004] Web Inspector: Implement CSS selector profiler : [Attachment 120730] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 29 08:26:07 PST 2011
Pavel Feldman <pfeldman at chromium.org> has granted Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 74004: Web Inspector: Implement CSS selector profiler
https://bugs.webkit.org/show_bug.cgi?id=74004
Attachment 120730: Patch
https://bugs.webkit.org/attachment.cgi?id=120730&action=review
------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=120730&action=review
> Source/WebCore/inspector/front-end/CSSSelectorProfileView.js:2
> + * Copyright (C) 2008 Apple Inc. All Rights Reserved.
Isn't it a new code?
> Source/WebCore/inspector/front-end/CSSSelectorProfileView.js:49
> +
Extra blank lines.
> Source/WebCore/inspector/front-end/CSSSelectorProfileView.js:137
> + refreshVisibleData: function()
Function naming is misleading here: refresh actually rebuilds the content,
while refreshVisibleData is calling refresh on the data members.
> Source/WebCore/inspector/front-end/CSSSelectorProfileView.js:280
> + setRecordingProfile: function(isProfiling)
What is this method used for?
More information about the webkit-reviews
mailing list