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

Log Message

Merged r118553 -> <rdar://problem/11267408>

Modified Paths

Diff

Modified: branches/safari-536-branch/Source/WebCore/ChangeLog (119042 => 119043)


--- branches/safari-536-branch/Source/WebCore/ChangeLog	2012-05-31 03:50:54 UTC (rev 119042)
+++ branches/safari-536-branch/Source/WebCore/ChangeLog	2012-05-31 03:53:23 UTC (rev 119043)
@@ -1,5 +1,23 @@
 2012-05-30  Lucas Forschler  <[email protected]>
 
+    Merge 118553
+
+    2012-05-25  Dean Jackson  <[email protected]>
+    
+            Unreviewed, rolling out r112155.
+            http://trac.webkit.org/changeset/112155
+            https://bugs.webkit.org/show_bug.cgi?id=79389
+            Hitch (due to style recalc?) when starting CSS3 animation
+    
+            This caused a number of issues, including:
+            https://bugs.webkit.org/show_bug.cgi?id=87146
+            https://bugs.webkit.org/show_bug.cgi?id=84194
+            <rdar://problem/11506629>
+            <rdar://problem/11267408>
+            <rdar://problem/11531859>
+    
+2012-05-30  Lucas Forschler  <[email protected]>
+
     Merge 118450
 
     2012-05-24  Anders Carlsson  <[email protected]>

Modified: branches/safari-536-branch/Source/WebCore/dom/Element.cpp (119042 => 119043)


--- branches/safari-536-branch/Source/WebCore/dom/Element.cpp	2012-05-31 03:50:54 UTC (rev 119042)
+++ branches/safari-536-branch/Source/WebCore/dom/Element.cpp	2012-05-31 03:53:23 UTC (rev 119043)
@@ -1143,7 +1143,7 @@
         }
 
         if (change != Force) {
-            if (styleChangeType() == FullStyleChange)
+            if (styleChangeType() >= FullStyleChange)
                 change = Force;
             else
                 change = ch;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to