[webkit-changes] [WebKit/WebKit] 6e6097: [GLib] Remove download-started vfunc from WebKitWe...

Michael Catanzaro noreply at github.com
Wed Feb 1 17:27:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6e60970017c10edd48dd1a32c0cbed435441c29f
      https://github.com/WebKit/WebKit/commit/6e60970017c10edd48dd1a32c0cbed435441c29f
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  Date:   2023-02-01 (Wed, 01 Feb 2023)

  Changed paths:
    M Source/WebKit/UIProcess/API/glib/WebKitWebContext.h.in

  Log Message:
  -----------
  [GLib] Remove download-started vfunc from WebKitWebContextClass
https://bugs.webkit.org/show_bug.cgi?id=251521

Reviewed by Adrian Perez de Castro.

Now in theory, this class struct should become private and move to the
source file, because WebKitWebContext is no longer derivable and there
is no point to having a public vtable anymore because nothing can use
it.

But in the meantime, this signal is gone and shouldn't be here.

* Source/WebKit/UIProcess/API/glib/WebKitWebContext.h.in:

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




More information about the webkit-changes mailing list