[webkit-reviews] review granted: [Bug 202964] Integrate resize event with HTML5 event loop : [Attachment 382417] Fixed SVG animation tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 22:03:13 PDT 2019


Simon Fraser (smfr) <simon.fraser at apple.com> has granted Ryosuke Niwa
<rniwa at webkit.org>'s request for review:
Bug 202964: Integrate resize event with HTML5 event loop
https://bugs.webkit.org/show_bug.cgi?id=202964

Attachment 382417: Fixed SVG animation tests

https://bugs.webkit.org/attachment.cgi?id=382417&action=review




--- Comment #22 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Comment on attachment 382417
  --> https://bugs.webkit.org/attachment.cgi?id=382417
Fixed SVG animation tests

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

> Source/WebCore/page/FrameView.cpp:3425
> +    LOG_WITH_STREAM(Events, stream << "FrameView" << this <<
"sendResizeEventIfNeeded scheduling resize event for document" <<
frame().document() << ", size " << currentSize.width() <<
currentSize.height());

just " size " << currentSize

> Tools/DumpRenderTree/mac/DumpRenderTree.mm:1731
> +    fprintf(stderr, "DumpRenderTree dump\n");
> +    WTFReportBacktrace();

Remove.


More information about the webkit-reviews mailing list