[Webkit-unassigned] [Bug 195278] Add Internals API to simulate delegated user scroll

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 5 06:09:04 PST 2019


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

--- Comment #2 from Frédéric Wang (:fredw) <fred.wang at free.fr> ---
Comment on attachment 363516
  --> https://bugs.webkit.org/attachment.cgi?id=363516
patch

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

This looks good to me and would definitely allow to write more reliable tests. The only thing I wonder is whether new code should be behind a compilation flag so that it is only enabled for developer builds?

> Source/WebCore/testing/Internals.cpp:1713
> +    auto& scrollingCoordinator = downcast<AsyncScrollingCoordinator>(*document->page()->scrollingCoordinator());

It seems that the Windows bots don't like this. No idea why... Maybe you need to protect some stuff with ENABLE(ASYNC_SCROLLING)?

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


More information about the webkit-unassigned mailing list