Update selection handle position in Ref-Internet browser
[framework/web/webkit-efl.git] / LayoutTests / ChangeLog
index b127e7b..282ec9b 100644 (file)
@@ -1,3 +1,47 @@
+2013-02-20  Robert Hogan  <robert@webkit.org>
+
+        input element with placeholder text and width set to 100% on focus causes overflow even after losing focus
+        https://bugs.webkit.org/show_bug.cgi?id=109020
+
+        Reviewed by David Hyatt.
+
+        * fast/forms/input-placeholder-layout-view-expected.html: Added.
+        * fast/forms/input-placeholder-layout-view.html: Added.
+        * fast/forms/textarea-placeholder-layout-view-expected.html: Added.
+        * fast/forms/textarea-placeholder-layout-view.html: Added.
+
+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