Title: [110217] trunk/Source
Revision
110217
Author
[email protected]
Date
2012-03-08 15:20:00 -0800 (Thu, 08 Mar 2012)

Log Message

Add support for ENABLE(LEGACY_NOTIFICATIONS)
https://bugs.webkit.org/show_bug.cgi?id=80497

Reviewed by Adam Barth.

Source/_javascript_Core:

Prep for b80472: Update API for Web Notifications
* Configurations/FeatureDefines.xcconfig:

Source/WebCore:

Prep for b80472: Update API for Web Notifications
* Configurations/FeatureDefines.xcconfig:
* GNUmakefile.am:

Source/WebKit/mac:

Prep for b80472: Update API for Web Notifications
* Configurations/FeatureDefines.xcconfig:

Source/WebKit2:

Prep for b80472: Update API for Web Notifications
* Configurations/FeatureDefines.xcconfig:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (110216 => 110217)


--- trunk/Source/_javascript_Core/ChangeLog	2012-03-08 23:15:05 UTC (rev 110216)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-03-08 23:20:00 UTC (rev 110217)
@@ -1,3 +1,13 @@
+2012-03-07  Jon Lee  <[email protected]>
+
+        Add support for ENABLE(LEGACY_NOTIFICATIONS)
+        https://bugs.webkit.org/show_bug.cgi?id=80497
+
+        Reviewed by Adam Barth.
+
+        Prep for b80472: Update API for Web Notifications
+        * Configurations/FeatureDefines.xcconfig:
+
 2012-03-08  Matt Lilek  <[email protected]>
 
         Don't enable VIDEO_TRACK on all OS X platforms

Modified: trunk/Source/WebCore/ChangeLog (110216 => 110217)


--- trunk/Source/WebCore/ChangeLog	2012-03-08 23:15:05 UTC (rev 110216)
+++ trunk/Source/WebCore/ChangeLog	2012-03-08 23:20:00 UTC (rev 110217)
@@ -1,3 +1,14 @@
+2012-03-07  Jon Lee  <[email protected]>
+
+        Add support for ENABLE(LEGACY_NOTIFICATIONS)
+        https://bugs.webkit.org/show_bug.cgi?id=80497
+
+        Reviewed by Adam Barth.
+
+        Prep for b80472: Update API for Web Notifications
+        * Configurations/FeatureDefines.xcconfig:
+        * GNUmakefile.am:
+
 2012-03-08  Jer Noble  <[email protected]>
 
         Full Screen Refactor Part 3: Animate into Full Screen mode using new animation classes.

Modified: trunk/Source/WebKit/mac/ChangeLog (110216 => 110217)


--- trunk/Source/WebKit/mac/ChangeLog	2012-03-08 23:15:05 UTC (rev 110216)
+++ trunk/Source/WebKit/mac/ChangeLog	2012-03-08 23:20:00 UTC (rev 110217)
@@ -1,3 +1,13 @@
+2012-03-07  Jon Lee  <[email protected]>
+
+        Add support for ENABLE(LEGACY_NOTIFICATIONS)
+        https://bugs.webkit.org/show_bug.cgi?id=80497
+
+        Reviewed by Adam Barth.
+
+        Prep for b80472: Update API for Web Notifications
+        * Configurations/FeatureDefines.xcconfig:
+
 2012-02-20  Jer Noble  <[email protected]>
 
         Full Screen Refactor Part 4: Animate into Full Screen mode using new animation classes, WebKit edition.

Modified: trunk/Source/WebKit2/ChangeLog (110216 => 110217)


--- trunk/Source/WebKit2/ChangeLog	2012-03-08 23:15:05 UTC (rev 110216)
+++ trunk/Source/WebKit2/ChangeLog	2012-03-08 23:20:00 UTC (rev 110217)
@@ -1,3 +1,13 @@
+2012-03-07  Jon Lee  <[email protected]>
+
+        Add support for ENABLE(LEGACY_NOTIFICATIONS)
+        https://bugs.webkit.org/show_bug.cgi?id=80497
+
+        Reviewed by Adam Barth.
+
+        Prep for b80472: Update API for Web Notifications
+        * Configurations/FeatureDefines.xcconfig:
+
 2012-03-08  Jer Noble  <[email protected]>
 
         Full Screen Refactor Part 3: Animate into Full Screen mode using new animation classes.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to