Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6c551feae68d2196e3e3b7bda2d1358ee125bc17
      
https://github.com/WebKit/WebKit/commit/6c551feae68d2196e3e3b7bda2d1358ee125bc17
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2025-10-15 (Wed, 15 Oct 2025)

  Changed paths:
    M Source/WebCore/SourcesGTK.txt
    M Source/WebCore/platform/ValidationBubble.h
    R Source/WebCore/platform/gtk/ValidationBubbleGtk.cpp
    M Source/WebKit/SourcesGTK.txt
    M Source/WebKit/UIProcess/API/gtk/PageClientImpl.cpp
    A Source/WebKit/UIProcess/gtk/ValidationBubbleGtk.cpp
    A Source/WebKit/UIProcess/gtk/ValidationBubbleGtk.h

  Log Message:
  -----------
  [GTK] Move ValidationBubble implementation from WebCore to WebKit
https://bugs.webkit.org/show_bug.cgi?id=300618

Reviewed by Michael Catanzaro.

It's only used by WebKit in the UI process, so we don't need it in
WebCore. We can't move the base class to WebKit yet because it's also
used by WebKitLegacy, so for now this patch makes the base class
asbtract for GTK port and uses a derived class from WebKit.

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to