2012-06-08 Martin Robinson [GTK] build accelerated compositing on by default if OpenGL is present https://bugs.webkit.org/show_bug.cgi?id=88677 Reviewed by Alejandro G. Castro. Build accelerated compositing by default if OpenGL is present, just like WebGL. Also prevent enabling WebGL if Clutter is turned on. * configure.ac: Build AC by default. 2012-06-08 Carlos Garcia Campos [GTK] Add API to get the library version to WebKit2 GTK+ https://bugs.webkit.org/show_bug.cgi?id=88426 Reviewed by Martin Robinson. * configure.ac: Generate WebKitVersion.h from WebKitVersion.h.in file. 2012-06-08 Ion Rosca Some overlay scrollbar API calls in ScrollAnimatorMac can lead to an assertion in RenderBox::mapAbsoluteToLocalPoint https://bugs.webkit.org/show_bug.cgi?id=74111 Reviewed by Simon Fraser. * ManualTests/scrollbar-crash-on-hide-scrolled-area.html: Added. 2012-06-07 Kentaro Hara Reduce Node object size from 72 byte to 64 byte https://bugs.webkit.org/show_bug.cgi?id=88528 Reviewed by Ryosuke Niwa. Added a symbol for callRemovedLastRef(). * Source/autotools/symbols.filter: 2012-06-07 Patrick Gansterer Build fix for WinCE after r113570. * Source/cmake/OptionsWinCE.cmake: 2012-06-07 Adam Barth Settings::defaultDeviceScaleFactor is redundant with Page::deviceScaleFactor https://bugs.webkit.org/show_bug.cgi?id=88375 Reviewed by James Robinson. This symbol no longer exists. * Source/autotools/symbols.filter: 2012-06-06 David Kilzer Teach git about localizable *.strings files Reviewed by Adam Roben. * .gitattributes: Set diff attribute for *.strings files so git-diff doesn't complain about them being binary files once the git-config command is run. 2012-06-06 Andy Wingo [GTK] Enable the LLInt https://bugs.webkit.org/show_bug.cgi?id=88315 Reviewed by Filip Pizlo. * configure.ac: Require Ruby, to build the low-level interpreter. 2012-06-06 Sam D Web Inspector: Option for selecting/deselecting all breakpoints in breakpoint pane https://bugs.webkit.org/show_bug.cgi?id=87644 Reviewed by Pavel Feldman. Added an option to enable/disable all breakpoints in Breakpoint pane. * Source/WebCore/English.lproj/localizedStrings.js: * Source/WebCore/inspector/front-end/BreakpointManager.js: (WebInspector.BreakpointManager.prototype.enableAllBreakpoints): (WebInspector.BreakpointManager.prototype.disableAllBreakpoints): * Source/WebCore/inspector/front-end/BreakpointsSidebarPane.js: (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu.enabledBreakpointCount): (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu): 2012-06-05 Danilo Cesar Lemes de Paula [GTK] show the feature list in alphabetical order https://bugs.webkit.org/show_bug.cgi?id=88343 Reviewed by Gustavo Noronha Silva. * configure.ac: 2012-06-05 Dongwoo Im Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'. https://bugs.webkit.org/show_bug.cgi?id=73176 Reviewed by Adam Barth. Two more APIs are added in Custom Scheme Handler specification. http://dev.w3.org/html5/spec/Overview.html#custom-handlers One is 'isProtocolHandlerRegistered' to query whether the specific URL is registered or not. The other is 'unregisterProtocolHandler' to remove the registered URL. * Source/cmake/WebKitFeatures.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'. * Source/cmakeconfig.h.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'. 2012-06-04 Hugo Parente Lima Turn LEGACY_VIEWPORT_ADAPTION USE flag into an ENABLE flag. https://bugs.webkit.org/show_bug.cgi?id=88243 Reviewed by Adam Barth. * Source/cmake/WebKitFeatures.cmake: 2012-06-04 Sadrul Habib Chowdhury [chromium] Fix software rendering for device-scale-factor > 1 https://bugs.webkit.org/show_bug.cgi?id=88136 Reviewed by Darin Fisher. Export WebCore::Page::setDeviceScaleFactor and WebCore::Settings::setDefaultDeviceScaleFactor. * Source/autotools/symbols.filter: 2012-06-04 Kevin Greer [chromium] Issue async events for console.time/timeEnd https://bugs.webkit.org/show_bug.cgi?id=88003 Reviewed by Pavel Feldman. * ../../Source/WebCore/page/Console.cpp: 2012-06-04 Carlos Garcia Campos Unreviewed. Update NEWS and configure.ac for 1.9.3 release * configure.ac: Bump version number. 2012-06-02 Kevin Ollivier [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows. * wscript: 2012-06-01 Simon Hausmann [Qt] Use -Werror only in developer builds Rubber-stamped by Tor Arne Vestbø. In production builds -Werror with custom toolchains and wierd system headers, -Werror is of no use and just creates confusion. So use it only if Qt is configured with -developer-build. * Source/api.pri: qt_developer_build determination moved to default_pre.prf 2012-06-01 Caio Marcelo de Oliveira Filho [Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge https://bugs.webkit.org/show_bug.cgi?id=88117 Reviewed by Noam Rosenthal. * Source/tests.pri: Add new entry for tst_qobjectbridge. 2012-06-01 Christophe Dumez [EFL] EFL port does not enable WEB_INTENTS_TAG flag https://bugs.webkit.org/show_bug.cgi?id=86866 Reviewed by Adam Barth. Enable WEB_INTENTS_TAG flag by default on EFL port. * Source/cmake/OptionsEfl.cmake: * Source/cmake/WebKitFeatures.cmake: * Source/cmakeconfig.h.cmake: 2012-05-31 Christophe Dumez [EFL] Enable CSS_IMAGE_SET flag https://bugs.webkit.org/show_bug.cgi?id=87727 Reviewed by Adam Roben. Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port. * Source/cmake/OptionsEfl.cmake: * Source/cmake/WebKitFeatures.cmake: * Source/cmakeconfig.h.cmake: 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 ==