Title: [119029] branches/safari-536-branch/Source
Revision
119029
Author
[email protected]
Date
2012-05-30 20:05:30 -0700 (Wed, 30 May 2012)

Log Message

Merged r116319 -> <rdar://problem/11522805>

Modified Paths

Diff

Modified: branches/safari-536-branch/Source/WebCore/ChangeLog (119028 => 119029)


--- branches/safari-536-branch/Source/WebCore/ChangeLog	2012-05-31 03:04:00 UTC (rev 119028)
+++ branches/safari-536-branch/Source/WebCore/ChangeLog	2012-05-31 03:05:30 UTC (rev 119029)
@@ -1,5 +1,54 @@
 2012-05-30  Lucas Forschler  <[email protected]>
 
+    Merge 116319
+
+    2012-05-07  Nat Duca  <[email protected]>
+
+            Unreviewed, rolling out r115525.
+            http://trac.webkit.org/changeset/115525
+            https://bugs.webkit.org/show_bug.cgi?id=66683
+
+            Too many pages rely on DOMTimeStamp as first argument.
+            Reverting while we consider next steps.
+
+            * WebCore.exp.in:
+            * bindings/js/JSRequestAnimationFrameCallbackCustom.cpp:
+            (WebCore::JSRequestAnimationFrameCallback::handleEvent):
+            * dom/Document.cpp:
+            (WebCore::Document::serviceScriptedAnimations):
+            * dom/Document.h:
+            (Document):
+            * dom/RequestAnimationFrameCallback.h:
+            (RequestAnimationFrameCallback):
+            * dom/RequestAnimationFrameCallback.idl:
+            * dom/ScriptedAnimationController.cpp:
+            (WebCore::ScriptedAnimationController::ScriptedAnimationController):
+            (WebCore::ScriptedAnimationController::serviceScriptedAnimations):
+            (WebCore):
+            (WebCore::ScriptedAnimationController::windowScreenDidChange):
+            (WebCore::ScriptedAnimationController::scheduleAnimation):
+            (WebCore::ScriptedAnimationController::animationTimerFired):
+            * dom/ScriptedAnimationController.h:
+            (ScriptedAnimationController):
+            (WebCore::ScriptedAnimationController::displayRefreshFired):
+            * page/FrameView.cpp:
+            (WebCore::FrameView::serviceScriptedAnimations):
+            * page/FrameView.h:
+            (FrameView):
+            * platform/graphics/DisplayRefreshMonitor.cpp:
+            (WebCore::DisplayRefreshMonitor::DisplayRefreshMonitor):
+            (WebCore::DisplayRefreshMonitor::notifyClients):
+            * platform/graphics/DisplayRefreshMonitor.h:
+            (DisplayRefreshMonitor):
+            * platform/graphics/blackberry/DisplayRefreshMonitorBlackBerry.cpp:
+            (WebCore::DisplayRefreshMonitor::displayLinkFired):
+            * platform/graphics/mac/DisplayRefreshMonitorMac.cpp:
+            (WebCore):
+            (WebCore::DisplayRefreshMonitor::requestRefreshCallback):
+            (WebCore::DisplayRefreshMonitor::displayLinkFired):
+
+2012-05-30  Lucas Forschler  <[email protected]>
+
     Rollout 115573
 
     2012-04-28  Alexander Pavlov  <[email protected]>

Modified: branches/safari-536-branch/Source/WebKit/chromium/ChangeLog (119028 => 119029)


--- branches/safari-536-branch/Source/WebKit/chromium/ChangeLog	2012-05-31 03:04:00 UTC (rev 119028)
+++ branches/safari-536-branch/Source/WebKit/chromium/ChangeLog	2012-05-31 03:05:30 UTC (rev 119029)
@@ -1,3 +1,21 @@
+2012-05-30  Lucas Forschler  <[email protected]>
+
+    Merge 116319
+
+    2012-05-07  Nat Duca  <[email protected]>
+
+            Unreviewed, rolling out r115525.
+            http://trac.webkit.org/changeset/115525
+            https://bugs.webkit.org/show_bug.cgi?id=66683
+
+            Too many pages rely on DOMTimeStamp as first argument.
+            Reverting while we consider next steps.
+
+            * src/PageWidgetDelegate.cpp:
+            (WebKit::PageWidgetDelegate::animate):
+            * src/WebViewImpl.cpp:
+            (WebKit::WebViewImpl::updateAnimations):
+
 2012-05-23  Lucas Forschler  <[email protected]>
 
     Merge 116319
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to