[Webkit-unassigned] [Bug 259715] New: Merge ResourceLoadStatisticsStore and ResourceLoadStatisticsDatabaseStore

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 1 16:50:28 PDT 2023


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

            Bug ID: 259715
           Summary: Merge ResourceLoadStatisticsStore and
                    ResourceLoadStatisticsDatabaseStore
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bfulgham at webkit.org

Now that we only have a SQLite-based ITP database, we should remove the needless layering created by a separate ResourceLoadStatisticsStore and ResourceLoadStatisticsDatabaseStore child class.

This will allow us to reduce complexity by removing a needless child class, but will also remove numerous virtual method calls, type checks, and downcast operations needed to dispatch methods to the child class.

-- 
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/20230801/7a4ac9b7/attachment.htm>


More information about the webkit-unassigned mailing list