[webkit-reviews] review granted: [Bug 199499] Make storing cross-origin top-level prefetches in HTTP cache optional : [Attachment 374773] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 24 14:31:41 PDT 2019


youenn fablet <youennf at gmail.com> has granted Rob Buis <rbuis at igalia.com>'s
request for review:
Bug 199499: Make storing cross-origin top-level prefetches in HTTP cache
optional
https://bugs.webkit.org/show_bug.cgi?id=199499

Attachment 374773: Patch

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




--- Comment #29 from youenn fablet <youennf at gmail.com> ---
Comment on attachment 374773
  --> https://bugs.webkit.org/attachment.cgi?id=374773
Patch

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

> Source/WebCore/testing/Internals.h:32
> +#include "EventListener.h"

We probably do not need that one.

> Source/WebCore/testing/Internals.h:36
> +#include "JSEventListener.h"

Is this one needed to build JSInternals.cpp?
Could we instead do "class EventListener"?


More information about the webkit-reviews mailing list