[Webkit-unassigned] [Bug 153479] Add a way to test ScrollAnimator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 28 22:34:47 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=153479

--- Comment #2 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 270110
  --> https://bugs.webkit.org/attachment.cgi?id=270110
WIP patch

View in context: https://bugs.webkit.org/attachment.cgi?id=270110&action=review

I like this approach.

> Source/WebCore/rendering/RenderLayer.cpp:3237
> +    page->mainFrame().document()->addConsoleMessage(MessageSource::Other, MessageLevel::Debug, "RenderLayer: " + message);

Does this really have to log through the main frame? Seems odd to cross frame boundaries.

> Source/WebCore/rendering/RenderListBox.cpp:832
> +    page->mainFrame().document()->addConsoleMessage(MessageSource::Other, MessageLevel::Debug, "RenderListBox: " + message);

Ditto.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160129/8d9a874e/attachment.html>


More information about the webkit-unassigned mailing list