Changeset 140812 in webkit


Ignore:
Timestamp:
Jan 25, 2013 4:32:58 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Missing files in GNUmakefile.list.am for Notifications support
https://bugs.webkit.org/show_bug.cgi?id=107934

Patch by Claudio Saavedra <Claudio Saavedra> on 2013-01-25
Reviewed by Philippe Normand.

  • GNUmakefile.list.am: Add DOMWindowNotifications.idl and

WorkerContextNotifications.idl to dom_binding_idls and
JSNotificationCustom.{cpp,h} to webcore_sources, since without
this the Notifications will be broken.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r140809 r140812  
     12013-01-25  Claudio Saavedra  <csaavedra@igalia.com>
     2
     3        Missing files in GNUmakefile.list.am for Notifications support
     4        https://bugs.webkit.org/show_bug.cgi?id=107934
     5
     6        Reviewed by Philippe Normand.
     7
     8        * GNUmakefile.list.am: Add DOMWindowNotifications.idl and
     9        WorkerContextNotifications.idl to dom_binding_idls and
     10        JSNotificationCustom.{cpp,h} to webcore_sources, since without
     11        this the Notifications will be broken.
     12
    1132013-01-25  Andrey Lushnikov  <lushnikov@chromium.org>
    214
  • trunk/Source/WebCore/GNUmakefile.list.am

    r140745 r140812  
    12601260        $(WebCore)/Modules/mediastream/RTCStatsResponse.idl \
    12611261        $(WebCore)/Modules/navigatorcontentutils/NavigatorContentUtils.idl \
     1262        $(WebCore)/Modules/notifications/DOMWindowNotifications.idl \
    12621263        $(WebCore)/Modules/notifications/Notification.idl \
    12631264        $(WebCore)/Modules/notifications/NotificationCenter.idl \
    12641265        $(WebCore)/Modules/notifications/NotificationPermissionCallback.idl \
     1266        $(WebCore)/Modules/notifications/WorkerContextNotifications.idl \
    12651267        $(WebCore)/Modules/proximity/DeviceProximityEvent.idl \
    12661268        $(WebCore)/Modules/quota/DOMWindowQuota.idl \
     
    23882390        Source/WebCore/bindings/js/JSNodeIteratorCustom.cpp \
    23892391        Source/WebCore/bindings/js/JSNodeListCustom.cpp \
     2392        Source/WebCore/bindings/js/JSNotificationCustom.h \
     2393        Source/WebCore/bindings/js/JSNotificationCustom.cpp \
    23902394        Source/WebCore/bindings/js/JSOscillatorNodeCustom.cpp \
    23912395        Source/WebCore/bindings/js/JSPannerNodeCustom.cpp \
Note: See TracChangeset for help on using the changeset viewer.