[Webkit-unassigned] [Bug 186777] New: Resource Load Statistics: Make sure to call callbacks even if there is no store (test infrastructure)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 18 10:35:48 PDT 2018


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

            Bug ID: 186777
           Summary: Resource Load Statistics: Make sure to call callbacks
                    even if there is no store (test infrastructure)
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: wilander at apple.com
                CC: bugs-noreply at webkitgtk.org

We have a couple of instances in WKWebsiteDataStoreRef.cpp where if there is no resource load statistics store we do an early return, like so: 
if (!store)
  return;

These instances need to also call the callback if there is one. Note that these functions are used for testing and this change is part of addressing test flakiness, for instance in https://bugs.webkit.org/show_bug.cgi?id=183714.

-- 
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/20180618/fdb0b34f/attachment.html>


More information about the webkit-unassigned mailing list