⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 285867 in webkit


Ignore:
Timestamp:
Nov 16, 2021, 9:11:06 AM (5 years ago)
Author:
youenn@apple.com
Message:

Remove unused Xcode references to ServiceWorkerGlobalScopePushAPI files
https://bugs.webkit.org/show_bug.cgi?id=233177

Reviewed by Alex Christensen.

No change of behavior.

  • Modules/push-api/ServiceWorkerGlobalScope+PushAPI.idl:
  • WebCore.xcodeproj/project.pbxproj:
Location:
trunk/Source/WebCore
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r285863 r285867  
     12021-11-16  Youenn Fablet  <youenn@apple.com>
     2
     3        Remove unused Xcode references to ServiceWorkerGlobalScopePushAPI files
     4        https://bugs.webkit.org/show_bug.cgi?id=233177
     5
     6        Reviewed by Alex Christensen.
     7
     8        No change of behavior.
     9
     10        * Modules/push-api/ServiceWorkerGlobalScope+PushAPI.idl:
     11        * WebCore.xcodeproj/project.pbxproj:
     12
    1132021-11-16  Alan Bujtas  <zalan@apple.com>
    214
  • trunk/Source/WebCore/Modules/push-api/ServiceWorkerGlobalScope+PushAPI.idl

    r283463 r285867  
    2525
    2626[
    27     EnabledAtRuntime=ServiceWorkerEnabled,
    28     ImplementedBy=ServiceWorkerGlobalScopePushAPI
     27    EnabledAtRuntime=ServiceWorkerEnabled
    2928] partial interface ServiceWorkerGlobalScope {
    3029    attribute EventHandler onpush;
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r285846 r285867  
    84608460                418FCBC32706E62C00F96ECA /* PushEventInit.idl */ = {isa = PBXFileReference; lastKnownFileType = text; path = PushEventInit.idl; sourceTree = "<group>"; };
    84618461                418FCBCB2706F3CD00F96ECA /* ServiceWorkerGlobalScope+PushAPI.idl */ = {isa = PBXFileReference; lastKnownFileType = text; path = "ServiceWorkerGlobalScope+PushAPI.idl"; sourceTree = "<group>"; };
    8462                 418FCBCC2706F43400F96ECA /* ServiceWorkerGlobalScopePushAPI.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ServiceWorkerGlobalScopePushAPI.h; sourceTree = "<group>"; };
    8463                 418FCBCD2706F43400F96ECA /* ServiceWorkerGlobalScopePushAPI.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = ServiceWorkerGlobalScopePushAPI.cpp; sourceTree = "<group>"; };
    84648462                418FCBEA2715B60F00F96ECA /* WorkerNavigator+MediaCapabilities.idl */ = {isa = PBXFileReference; lastKnownFileType = text; path = "WorkerNavigator+MediaCapabilities.idl"; sourceTree = "<group>"; };
    84658463                418FCBEC2715B85100F96ECA /* WorkerNavigatorMediaCapabilities.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = WorkerNavigatorMediaCapabilities.h; sourceTree = "<group>"; };
     
    2065720655                                EB0FB6FF270D0AE900F7810D /* PushSubscriptionOptionsInit.idl */,
    2065820656                                418FCBCB2706F3CD00F96ECA /* ServiceWorkerGlobalScope+PushAPI.idl */,
    20659                                 418FCBCD2706F43400F96ECA /* ServiceWorkerGlobalScopePushAPI.cpp */,
    20660                                 418FCBCC2706F43400F96ECA /* ServiceWorkerGlobalScopePushAPI.h */,
    2066120657                                EBB9737B27100652007732EF /* ServiceWorkerRegistration+PushAPI.idl */,
    2066220658                                EBB9737D27100653007732EF /* ServiceWorkerRegistrationPushAPI.cpp */,
Note: See TracChangeset for help on using the changeset viewer.