Title: [140812] trunk/Source/WebCore
Revision
140812
Author
commit-qu...@webkit.org
Date
2013-01-25 04:32:58 -0800 (Fri, 25 Jan 2013)

Log Message

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

Patch by Claudio Saavedra <csaave...@igalia.com> 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.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (140811 => 140812)


--- trunk/Source/WebCore/ChangeLog	2013-01-25 11:48:48 UTC (rev 140811)
+++ trunk/Source/WebCore/ChangeLog	2013-01-25 12:32:58 UTC (rev 140812)
@@ -1,3 +1,15 @@
+2013-01-25  Claudio Saavedra  <csaave...@igalia.com>
+
+        Missing files in GNUmakefile.list.am for Notifications support
+        https://bugs.webkit.org/show_bug.cgi?id=107934
+
+        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.
+
 2013-01-25  Andrey Lushnikov  <lushni...@chromium.org>
 
         Web Inspector: implement search for workspace sources

Modified: trunk/Source/WebCore/GNUmakefile.list.am (140811 => 140812)


--- trunk/Source/WebCore/GNUmakefile.list.am	2013-01-25 11:48:48 UTC (rev 140811)
+++ trunk/Source/WebCore/GNUmakefile.list.am	2013-01-25 12:32:58 UTC (rev 140812)
@@ -1259,9 +1259,11 @@
 	$(WebCore)/Modules/mediastream/RTCStatsReport.idl \
 	$(WebCore)/Modules/mediastream/RTCStatsResponse.idl \
 	$(WebCore)/Modules/navigatorcontentutils/NavigatorContentUtils.idl \
+	$(WebCore)/Modules/notifications/DOMWindowNotifications.idl \
 	$(WebCore)/Modules/notifications/Notification.idl \
 	$(WebCore)/Modules/notifications/NotificationCenter.idl \
 	$(WebCore)/Modules/notifications/NotificationPermissionCallback.idl \
+	$(WebCore)/Modules/notifications/WorkerContextNotifications.idl \
 	$(WebCore)/Modules/proximity/DeviceProximityEvent.idl \
 	$(WebCore)/Modules/quota/DOMWindowQuota.idl \
 	$(WebCore)/Modules/quota/StorageInfo.idl \
@@ -2387,6 +2389,8 @@
 	Source/WebCore/bindings/js/JSNodeFilterCustom.cpp \
 	Source/WebCore/bindings/js/JSNodeIteratorCustom.cpp \
 	Source/WebCore/bindings/js/JSNodeListCustom.cpp \
+	Source/WebCore/bindings/js/JSNotificationCustom.h \
+	Source/WebCore/bindings/js/JSNotificationCustom.cpp \
 	Source/WebCore/bindings/js/JSOscillatorNodeCustom.cpp \
 	Source/WebCore/bindings/js/JSPannerNodeCustom.cpp \
 	Source/WebCore/bindings/js/JSPerformanceEntryCustom.cpp \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to