Title: [156244] trunk/LayoutTests/ChangeLog
Revision
156244
Author
[email protected]
Date
2013-09-22 00:15:15 -0700 (Sun, 22 Sep 2013)

Log Message

Fix accessibility-node-memory-management.html to use normal style for
GC-related tests, making it more robust
https://bugs.webkit.org/show_bug.cgi?id=121760

Rubber-stamped by Alexey Proskuryakov.

Change was accidentally landed in previous commit, this is the change log
that goes with it.

* accessibility/accessibility-node-memory-management.html:
Use jsTestIsAsync and setTimeout to do the garbage collection without the
rest of the script state on the stack. Also removed a lot of unneeded
"window." since the test works fine without them and tweaked comments.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (156243 => 156244)


--- trunk/LayoutTests/ChangeLog	2013-09-22 07:11:10 UTC (rev 156243)
+++ trunk/LayoutTests/ChangeLog	2013-09-22 07:15:15 UTC (rev 156244)
@@ -1,3 +1,19 @@
+2013-09-22  Darin Adler  <[email protected]>
+
+        Fix accessibility-node-memory-management.html to use normal style for
+        GC-related tests, making it more robust
+        https://bugs.webkit.org/show_bug.cgi?id=121760
+
+        Rubber-stamped by Alexey Proskuryakov.
+
+        Change was accidentally landed in previous commit, this is the change log
+        that goes with it.
+
+        * accessibility/accessibility-node-memory-management.html:
+        Use jsTestIsAsync and setTimeout to do the garbage collection without the
+        rest of the script state on the stack. Also removed a lot of unneeded
+        "window." since the test works fine without them and tweaked comments.
+
 2013-09-21  Filip Pizlo  <[email protected]>
 
         Get rid of IsInlinedCodeTag and its associated methods since it's unused
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to