Merge "[CherryPick] [WEBGL] Rename WEBKIT_WEBGL_compressed_texture_s3tc to WEBGL_comp...
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
index ff23020..492b02b 100644 (file)
@@ -1,3 +1,67 @@
+2012-08-21  Mark Hahnenberg  <mhahnenberg@apple.com>
+
+        WTF Threading leaks kernel objects on platforms that use pthreads
+        https://bugs.webkit.org/show_bug.cgi?id=94636
+
+        Reviewed by Geoffrey Garen.
+
+        Added a test that creates a bunch of workers that immediately return. This should stress 
+        the new WTF threading code on platforms that use pthreads, so any major regressions in correctness 
+        will probably cause this test to fail since it creates both joinable and detached threads.
+
+        * fast/js/create-lots-of-workers-expected.txt: Added.
+        * fast/js/create-lots-of-workers.html: Added.
+        * fast/js/resources/empty-worker.js: Added.
+
+2013-02-01 Nayan Kumar K <nayankk@motorola.com>
+
+        [WEBGL] Rename WEBKIT_WEBGL_lose_context to WEBGL_lose_context.
+        https://bugs.webkit.org/show_bug.cgi?id=108694
+
+        Reviewed by NOBODY (OOPS!).
+
+        WEBGL_lose_context is one of the community approved WebGL extension.
+        Hence remove the vendor prefix from WEBKIT_WEBGL_lose_context extension.
+        Spefication: http://www.khronos.org/registry/webgl/extensions/WEBGL_lose_context/
+
+        * fast/canvas/webgl/WebGLContextEvent.html:
+        * fast/canvas/webgl/context-destroyed-crash.html:
+        * fast/canvas/webgl/context-lost-expected.txt:
+        * fast/canvas/webgl/context-lost-restored.html:
+        * fast/canvas/webgl/context-lost.html:
+
+2012-10-05  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Deleting across multiple paragraphs can change the style of surrounding text
+        https://bugs.webkit.org/show_bug.cgi?id=97266
+
+        Reviewed by Levi Weintraub.
+
+        Added a regression test and rebaselined tests.
+
+        * editing/deleting/delete-before-block-image-2-expected.txt:
+        * editing/deleting/merge-paragraph-from-p-with-style-expected.txt:
+        * editing/deleting/merge-paragraph-from-p-with-style.html: We changed the behavior. The editing style of p
+        is now preserved when merging paragraphs.
+        * editing/deleting/merge-paragraph-with-style-from-rule-expected.txt: Added.
+        * editing/deleting/merge-paragraph-with-style-from-rule.html: Added.
+        * platform/mac/editing/deleting/delete-block-merge-contents-001-expected.txt:
+        * platform/mac/editing/pasteboard/merge-end-blockquote-expected.txt:
+
+2012-09-24  Tony Chang  <tony@chromium.org>
+
+        flex-grow should be 1 when omitted from flex shorthand
+        https://bugs.webkit.org/show_bug.cgi?id=97480
+
+        Reviewed by Ojan Vafai.
+
+        Update tests due to default CSS value changes.
+
+        * css3/flexbox/flex-algorithm-expected.txt:
+        * css3/flexbox/flex-algorithm.html: Add test case using -webkit-flex: auto.
+        * css3/flexbox/flex-property-parsing-expected.txt:
+        * css3/flexbox/flex-property-parsing.html:
+
 2013-03-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
 
         [EFL] Cancel mark on search field is not displayed