[webkit-changes] [WebKit/WebKit] f0b842: Remove WebsiteDataStoreUnix.cpp

Michael Catanzaro noreply at github.com
Thu Mar 2 08:09:06 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f0b842f64f60f3d3ac6a7d944d97e6425c876dec
      https://github.com/WebKit/WebKit/commit/f0b842f64f60f3d3ac6a7d944d97e6425c876dec
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-03-02 (Thu, 02 Mar 2023)

  Changed paths:
    M Source/WebKit/SourcesGTK.txt
    M Source/WebKit/SourcesWPE.txt
    M Source/WebKit/UIProcess/WebsiteData/glib/WebsiteDataStoreGLib.cpp
    R Source/WebKit/UIProcess/WebsiteData/unix/WebsiteDataStoreUnix.cpp

  Log Message:
  -----------
  Remove WebsiteDataStoreUnix.cpp
https://bugs.webkit.org/show_bug.cgi?id=253161

Reviewed by Adrian Perez de Castro.

This file is only used for platformInitialize and platformDestroy, which
are both empty, and it's also only used for WPE and GTK ports, which use
WebsiteDataStoreGLib. I might want to do GLiby things here in the
future.

Also, fix incorrect comment.

* Source/WebKit/SourcesGTK.txt:
* Source/WebKit/SourcesWPE.txt:
* Source/WebKit/UIProcess/WebsiteData/glib/WebsiteDataStoreGLib.cpp:
(WebKit::WebsiteDataStore::platformInitialize):
(WebKit::WebsiteDataStore::platformDestroy):
* Source/WebKit/UIProcess/WebsiteData/unix/WebsiteDataStoreUnix.cpp: Removed.

Canonical link: https://commits.webkit.org/261068@main




More information about the webkit-changes mailing list