[webkit-changes] [WebKit/WebKit] 728527: Port WebExtension Manifest Background and Inspecto...

Jamie Murphy noreply at github.com
Mon Sep 23 07:55:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 728527cd9838203667cd707899aa4b87c6462175
      https://github.com/WebKit/WebKit/commit/728527cd9838203667cd707899aa4b87c6462175
  Author: Jamie <hello at itsjamie.dev>
  Date:   2024-09-23 (Mon, 23 Sep 2024)

  Changed paths:
    M Source/WebKit/UIProcess/Extensions/Cocoa/WebExtensionCocoa.mm
    M Source/WebKit/UIProcess/Extensions/WebExtension.cpp
    M Source/WebKit/UIProcess/Extensions/WebExtension.h

  Log Message:
  -----------
  Port WebExtension Manifest Background and Inspector Content
https://webkit.org/b/280041

Reviewed by Timothy Hatcher.

Ports the WebExtension manifest background content and inspector content to C++.

* Source/WebKit/UIProcess/Extensions/Cocoa/WebExtensionCocoa.mm:
(WebKit::WebExtension::resourceStringForPath):
(WebKit::WebExtension::resourceDataForPath):
(WebKit::WebExtension::hasRequestedPermission const): Deleted.
(WebKit::WebExtension::hasBackgroundContent): Deleted.
(WebKit::WebExtension::backgroundContentIsPersistent): Deleted.
(WebKit::WebExtension::backgroundContentUsesModules): Deleted.
(WebKit::WebExtension::backgroundContentIsServiceWorker): Deleted.
(WebKit::WebExtension::backgroundContentPath): Deleted.
(WebKit::WebExtension::generatedBackgroundContent): Deleted.
(WebKit::WebExtension::populateBackgroundPropertiesIfNeeded): Deleted.
(WebKit::WebExtension::hasInspectorBackgroundPage): Deleted.
(WebKit::WebExtension::inspectorBackgroundPagePath): Deleted.
(WebKit::WebExtension::populateInspectorPropertiesIfNeeded): Deleted.
* Source/WebKit/UIProcess/Extensions/WebExtension.cpp:
(WebKit::WebExtension::hasRequestedPermission const):
(WebKit::WebExtension::hasBackgroundContent):
(WebKit::WebExtension::backgroundContentIsPersistent):
(WebKit::WebExtension::backgroundContentUsesModules):
(WebKit::WebExtension::backgroundContentIsServiceWorker):
(WebKit::WebExtension::backgroundContentPath):
(WebKit::WebExtension::generatedBackgroundContent):
(WebKit::WebExtension::populateBackgroundPropertiesIfNeeded):
(WebKit::WebExtension::hasInspectorBackgroundPage):
(WebKit::WebExtension::inspectorBackgroundPagePath):
(WebKit::WebExtension::populateInspectorPropertiesIfNeeded):
* Source/WebKit/UIProcess/Extensions/WebExtension.h:

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list