[webkit-reviews] review denied: [Bug 78086] Web Inspector: hovering over element with :hover style halts inspector : [Attachment 126062] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 8 06:37:45 PST 2012
Pavel Feldman <pfeldman at chromium.org> has denied Alexander Pavlov (apavlov)
<apavlov at chromium.org>'s request for review:
Bug 78086: Web Inspector: hovering over element with :hover style halts
inspector
https://bugs.webkit.org/show_bug.cgi?id=78086
Attachment 126062: Patch
https://bugs.webkit.org/attachment.cgi?id=126062&action=review
------- Additional Comments from Pavel Feldman <pfeldman at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=126062&action=review
> Source/WebCore/inspector/front-end/StylesSidebarPane.js:240
> + this._executeRebuildUpdateTimer =
setTimeout(this._executeRebuildUpdate.bind(this, node, callback));
As we agreed offline, we should not rely on the atomic nature of incoming event
sequences.
More information about the webkit-reviews
mailing list