2012-05-30 Kevin Ollivier [wx] Unreviewed build fix. Add needed file back to the wx build. * wscript: 2012-05-30 Mariusz Grzegorczyk , Ryuan Choi [EFL][WK2] Fix WebKit2-EFL build https://bugs.webkit.org/show_bug.cgi?id=83693 Reviewed by Carlos Garcia Campos. * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl. 2012-05-29 Jonathan Dong [BlackBerry] Loading media data with http authentication https://bugs.webkit.org/show_bug.cgi?id=84214 Reviewed by George Staikos. Added a manual test case which needs user to provide a HTTP server with HTTP authentication support when loading the specified media resource. The test case will test if the media resource is successfully loaded. * ManualTests/blackberry/video-load-with-authentication.html: Added. 2012-05-29 Simon Fraser Incomplete repaint on twitter.com when replying to a tweet https://bugs.webkit.org/show_bug.cgi?id=87553 Reviewed by Dean Jackson. Manual test that adds a transform to a layer, forcing that layer to gain backing store. * ManualTests/compositing/requires-backing-change.html: Added. 2012-05-29 David Barr Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag https://bugs.webkit.org/show_bug.cgi?id=87685 Reviewed by Eric Seidel. Add a configuration option for CSS image-resolution support, disabling it by default. * Source/cmake/WebKitFeatures.cmake: * Source/cmakeconfig.h.cmake: 2012-05-25 Jesus Sanchez-Palencia WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled https://bugs.webkit.org/show_bug.cgi?id=42328 Reviewed by Eric Seidel. * Source/autotools/symbols.filter: Added needed symbols for GTK build. 2012-05-28 Gyuyoung Kim Move allowRoundingHacks to Internals interface https://bugs.webkit.org/show_bug.cgi?id=87328 Reviewed by Hajime Morita. * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter. 2012-05-27 Sudarsana Nagineni [EFL] Enable blob support for the EFL port https://bugs.webkit.org/show_bug.cgi?id=85363 Reviewed by Hajime Morita. Enable Blob support by default for the EFL port. * Source/cmake/OptionsEfl.cmake: 2012-05-27 Raphael Kubo da Costa [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang. https://bugs.webkit.org/show_bug.cgi?id=87597 Reviewed by Daniel Bates. Building with clang requires at least the -fPIC option being passed correctly, just like it is needed with gcc. clang is also compatible with most of gcc's compiler options, so we only need to check for clang besides g++ in the macro definition. * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter and achieves the same effect. 2012-05-25 Zan Dobersek configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes https://bugs.webkit.org/show_bug.cgi?id=87453 Reviewed by Eric Seidel. Report the value of $enable_iframe_seamless rather than $enable_sandbox after checking whether to enable the iframe seamless option. * configure.ac: 2012-05-25 Zan Dobersek [Gtk] Remove configuration options that do not apply anymore https://bugs.webkit.org/show_bug.cgi?id=87509 Reviewed by Martin Robinson. Remove configuration options for enabling or disabling HTML5 datagrid, DOM storage, image resizer API and sandboxed iframe support. These features were either turned on by default with the feature defines removed from the code or removed from the source. * configure.ac: 2012-05-25 Zalan Bujtas [Qt] Broken controls rendering when transform is applied. https://bugs.webkit.org/show_bug.cgi?id=87483 Reviewed by Simon Hausmann. * ManualTests/qt/control_paiting_with_transforms.html: Added. 2012-05-24 Tim Horton Add feature defines for web-facing parts of CSS Regions and Exclusions https://bugs.webkit.org/show_bug.cgi?id=87442 Reviewed by Dan Bernstein. * configure.ac: 2012-05-24 Kent Tamura PAGE_POPUP: window.setValueAndClosePopup should be moved to a per-context property of DOMWindow. https://bugs.webkit.org/show_bug.cgi?id=87086 Reviewed by Adam Barth. * ManualTests/forms/calendar-picker.html: Introduce pseudo window.pagePopupController. 2012-05-24 Philippe Normand [GTK] Add --enable-css3-flexbox configure option after r118304. https://bugs.webkit.org/show_bug.cgi?id=87455 Reviewed by Xan Lopez. * configure.ac: 2012-05-24 John Mellor Font Boosting: Add compile flag and runtime setting https://bugs.webkit.org/show_bug.cgi?id=87394 Reviewed by Adam Barth. Add ENABLE_FONT_BOOSTING. * configure.ac: 2012-05-23 Raphael Kubo da Costa [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304. * Source/cmake/WebKitFeatures.cmake: * Source/cmakeconfig.h.cmake: 2012-05-23 Xiaobo Wang [BlackBerry] Reset JS state for each test https://bugs.webkit.org/show_bug.cgi?id=86899 Reviewed by Nikolas Zimmermann. * DumpRenderTree/blackberry/DumpRenderTree.cpp: (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting): 2012-05-22 Dongwoo Im [EFL] Implements the registerProtocolHandler method and option. https://bugs.webkit.org/show_bug.cgi?id=73638 Reviewed by Andreas Kling. The registerProtocolHandler() method allows Web sites to register themselves as possible handlers for particular schemes. http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler * Source/cmake/OptionsEfl.cmake: Adds the build option. * Source/cmakeconfig.h.cmake: Adds the build option. 2012-05-22 Kangil Han [EFL][DRT] Implement touch event https://bugs.webkit.org/show_bug.cgi?id=86720 Reviewed by Hajime Morita. Currently EFL DRT doesn't support touch event. Therefore, this patch enabled it and implemented some eventSender function callbacks. * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check. * Source/cmake/OptionsEfl.cmake: Enable touch event option. == Rolled over to ChangeLog-2012-05-22 ==