1 2012-05-30 Kevin Ollivier <kevino@theolliviers.com>
3 [wx] Unreviewed build fix. Add needed file back to the wx build.
7 2012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com>
9 [EFL][WK2] Fix WebKit2-EFL build
10 https://bugs.webkit.org/show_bug.cgi?id=83693
12 Reviewed by Carlos Garcia Campos.
14 * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl.
16 2012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn>
18 [BlackBerry] Loading media data with http authentication
19 https://bugs.webkit.org/show_bug.cgi?id=84214
21 Reviewed by George Staikos.
23 Added a manual test case which needs user to provide a HTTP server
24 with HTTP authentication support when loading the specified media
25 resource. The test case will test if the media resource is successfully
28 * ManualTests/blackberry/video-load-with-authentication.html: Added.
30 2012-05-29 Simon Fraser <simon.fraser@apple.com>
32 Incomplete repaint on twitter.com when replying to a tweet
33 https://bugs.webkit.org/show_bug.cgi?id=87553
35 Reviewed by Dean Jackson.
37 Manual test that adds a transform to a layer, forcing that
38 layer to gain backing store.
40 * ManualTests/compositing/requires-backing-change.html: Added.
42 2012-05-29 David Barr <davidbarr@chromium.org>
44 Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag
45 https://bugs.webkit.org/show_bug.cgi?id=87685
47 Reviewed by Eric Seidel.
49 Add a configuration option for CSS image-resolution support, disabling it by default.
51 * Source/cmake/WebKitFeatures.cmake:
52 * Source/cmakeconfig.h.cmake:
54 2012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
56 WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
57 https://bugs.webkit.org/show_bug.cgi?id=42328
59 Reviewed by Eric Seidel.
61 * Source/autotools/symbols.filter: Added needed symbols for GTK build.
63 2012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
65 Move allowRoundingHacks to Internals interface
66 https://bugs.webkit.org/show_bug.cgi?id=87328
68 Reviewed by Hajime Morita.
70 * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter.
72 2012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
74 [EFL] Enable blob support for the EFL port
75 https://bugs.webkit.org/show_bug.cgi?id=85363
77 Reviewed by Hajime Morita.
79 Enable Blob support by default for the EFL port.
81 * Source/cmake/OptionsEfl.cmake:
83 2012-05-27 Raphael Kubo da Costa <rakuco@webkit.org>
85 [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang.
86 https://bugs.webkit.org/show_bug.cgi?id=87597
88 Reviewed by Daniel Bates.
90 Building with clang requires at least the -fPIC option being
91 passed correctly, just like it is needed with gcc. clang is also
92 compatible with most of gcc's compiler options, so we only need to
93 check for clang besides g++ in the macro definition.
95 * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use
96 CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter
97 and achieves the same effect.
99 2012-05-25 Zan Dobersek <zandobersek@gmail.com>
101 configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes
102 https://bugs.webkit.org/show_bug.cgi?id=87453
104 Reviewed by Eric Seidel.
106 Report the value of $enable_iframe_seamless rather than $enable_sandbox
107 after checking whether to enable the iframe seamless option.
111 2012-05-25 Zan Dobersek <zandobersek@gmail.com>
113 [Gtk] Remove configuration options that do not apply anymore
114 https://bugs.webkit.org/show_bug.cgi?id=87509
116 Reviewed by Martin Robinson.
118 Remove configuration options for enabling or disabling HTML5 datagrid,
119 DOM storage, image resizer API and sandboxed iframe support. These
120 features were either turned on by default with the feature defines
121 removed from the code or removed from the source.
125 2012-05-25 Zalan Bujtas <zbujtas@gmail.com>
127 [Qt] Broken controls rendering when transform is applied.
128 https://bugs.webkit.org/show_bug.cgi?id=87483
130 Reviewed by Simon Hausmann.
132 * ManualTests/qt/control_paiting_with_transforms.html: Added.
134 2012-05-24 Tim Horton <timothy_horton@apple.com>
136 Add feature defines for web-facing parts of CSS Regions and Exclusions
137 https://bugs.webkit.org/show_bug.cgi?id=87442
138 <rdar://problem/10887709>
140 Reviewed by Dan Bernstein.
144 2012-05-24 Kent Tamura <tkent@chromium.org>
146 PAGE_POPUP: window.setValueAndClosePopup should be moved to a
147 per-context property of DOMWindow.
148 https://bugs.webkit.org/show_bug.cgi?id=87086
150 Reviewed by Adam Barth.
152 * ManualTests/forms/calendar-picker.html:
153 Introduce pseudo window.pagePopupController.
155 2012-05-24 Philippe Normand <pnormand@igalia.com>
157 [GTK] Add --enable-css3-flexbox configure option after r118304.
158 https://bugs.webkit.org/show_bug.cgi?id=87455
160 Reviewed by Xan Lopez.
164 2012-05-24 John Mellor <johnme@chromium.org>
166 Font Boosting: Add compile flag and runtime setting
167 https://bugs.webkit.org/show_bug.cgi?id=87394
169 Reviewed by Adam Barth.
171 Add ENABLE_FONT_BOOSTING.
175 2012-05-23 Raphael Kubo da Costa <rakuco@webkit.org>
177 [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304.
179 * Source/cmake/WebKitFeatures.cmake:
180 * Source/cmakeconfig.h.cmake:
182 2012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn>
184 [BlackBerry] Reset JS state for each test
185 https://bugs.webkit.org/show_bug.cgi?id=86899
187 Reviewed by Nikolas Zimmermann.
189 * DumpRenderTree/blackberry/DumpRenderTree.cpp:
190 (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting):
192 2012-05-22 Dongwoo Im <dw.im@samsung.com>
194 [EFL] Implements the registerProtocolHandler method and option.
195 https://bugs.webkit.org/show_bug.cgi?id=73638
197 Reviewed by Andreas Kling.
199 The registerProtocolHandler() method allows Web sites to register themselves
200 as possible handlers for particular schemes.
202 http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
204 * Source/cmake/OptionsEfl.cmake: Adds the build option.
205 * Source/cmakeconfig.h.cmake: Adds the build option.
207 2012-05-22 Kangil Han <kangil.han@samsung.com>
209 [EFL][DRT] Implement touch event
210 https://bugs.webkit.org/show_bug.cgi?id=86720
212 Reviewed by Hajime Morita.
214 Currently EFL DRT doesn't support touch event.
215 Therefore, this patch enabled it and implemented some eventSender function callbacks.
217 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check.
218 * Source/cmake/OptionsEfl.cmake: Enable touch event option.
220 == Rolled over to ChangeLog-2012-05-22 ==