[WK2] selection does not disappear after coping the text
[framework/web/webkit-efl.git] / ChangeLog
1 2012-05-30  Kevin Ollivier  <kevino@theolliviers.com>
2
3         [wx] Unreviewed build fix. Add needed file back to the wx build.
4
5         * wscript:
6
7 2012-05-30  Mariusz Grzegorczyk  <mariusz.g@samsung.com>, Ryuan Choi  <ryuan.choi@samsung.com>
8
9         [EFL][WK2] Fix WebKit2-EFL build
10         https://bugs.webkit.org/show_bug.cgi?id=83693
11
12         Reviewed by Carlos Garcia Campos.
13
14         * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl.
15
16 2012-05-29  Jonathan Dong  <jonathan.dong@torchmobile.com.cn>
17
18         [BlackBerry] Loading media data with http authentication
19         https://bugs.webkit.org/show_bug.cgi?id=84214
20
21         Reviewed by George Staikos.
22
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
26         loaded.
27
28         * ManualTests/blackberry/video-load-with-authentication.html: Added.
29
30 2012-05-29  Simon Fraser  <simon.fraser@apple.com>
31
32         Incomplete repaint on twitter.com when replying to a tweet
33         https://bugs.webkit.org/show_bug.cgi?id=87553
34
35         Reviewed by Dean Jackson.
36         
37         Manual test that adds a transform to a layer, forcing that
38         layer to gain backing store.
39
40         * ManualTests/compositing/requires-backing-change.html: Added.
41
42 2012-05-29  David Barr  <davidbarr@chromium.org>
43
44         Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag
45         https://bugs.webkit.org/show_bug.cgi?id=87685
46
47         Reviewed by Eric Seidel.
48
49         Add a configuration option for CSS image-resolution support, disabling it by default.
50
51         * Source/cmake/WebKitFeatures.cmake:
52         * Source/cmakeconfig.h.cmake:
53
54 2012-05-25  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
55
56         WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
57         https://bugs.webkit.org/show_bug.cgi?id=42328
58
59         Reviewed by Eric Seidel.
60
61         * Source/autotools/symbols.filter: Added needed symbols for GTK build.
62
63 2012-05-28  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
64
65         Move allowRoundingHacks to Internals interface
66         https://bugs.webkit.org/show_bug.cgi?id=87328
67
68         Reviewed by Hajime Morita.
69
70         * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter.
71
72 2012-05-27  Sudarsana Nagineni  <sudarsana.nagineni@linux.intel.com>
73
74         [EFL] Enable blob support for the EFL port
75         https://bugs.webkit.org/show_bug.cgi?id=85363
76
77         Reviewed by Hajime Morita.
78
79         Enable Blob support by default for the EFL port.
80
81         * Source/cmake/OptionsEfl.cmake:
82
83 2012-05-27  Raphael Kubo da Costa  <rakuco@webkit.org>
84
85         [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang.
86         https://bugs.webkit.org/show_bug.cgi?id=87597
87
88         Reviewed by Daniel Bates.
89
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.
94
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.
98
99 2012-05-25  Zan Dobersek  <zandobersek@gmail.com>
100
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
103
104         Reviewed by Eric Seidel.
105
106         Report the value of $enable_iframe_seamless rather than $enable_sandbox
107         after checking whether to enable the iframe seamless option.
108
109         * configure.ac:
110
111 2012-05-25  Zan Dobersek  <zandobersek@gmail.com>
112
113         [Gtk] Remove configuration options that do not apply anymore
114         https://bugs.webkit.org/show_bug.cgi?id=87509
115
116         Reviewed by Martin Robinson.
117
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.
122
123         * configure.ac:
124
125 2012-05-25  Zalan Bujtas  <zbujtas@gmail.com>
126
127         [Qt] Broken controls rendering when transform is applied.
128         https://bugs.webkit.org/show_bug.cgi?id=87483
129
130         Reviewed by Simon Hausmann.
131
132         * ManualTests/qt/control_paiting_with_transforms.html: Added.
133
134 2012-05-24  Tim Horton  <timothy_horton@apple.com>
135
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>
139
140         Reviewed by Dan Bernstein.
141
142         * configure.ac:
143
144 2012-05-24  Kent Tamura  <tkent@chromium.org>
145
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
149
150         Reviewed by Adam Barth.
151
152         * ManualTests/forms/calendar-picker.html:
153         Introduce pseudo window.pagePopupController.
154
155 2012-05-24  Philippe Normand  <pnormand@igalia.com>
156
157         [GTK] Add --enable-css3-flexbox configure option after r118304.
158         https://bugs.webkit.org/show_bug.cgi?id=87455
159
160         Reviewed by Xan Lopez.
161
162         * configure.ac:
163
164 2012-05-24  John Mellor  <johnme@chromium.org>
165
166         Font Boosting: Add compile flag and runtime setting
167         https://bugs.webkit.org/show_bug.cgi?id=87394
168
169         Reviewed by Adam Barth.
170
171         Add ENABLE_FONT_BOOSTING.
172
173         * configure.ac:
174
175 2012-05-23  Raphael Kubo da Costa  <rakuco@webkit.org>
176
177         [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304.
178
179         * Source/cmake/WebKitFeatures.cmake:
180         * Source/cmakeconfig.h.cmake:
181
182 2012-05-23  Xiaobo Wang  <xbwang@torchmobile.com.cn>
183
184         [BlackBerry] Reset JS state for each test
185         https://bugs.webkit.org/show_bug.cgi?id=86899
186
187         Reviewed by Nikolas Zimmermann.
188
189         * DumpRenderTree/blackberry/DumpRenderTree.cpp:
190          (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting):
191
192 2012-05-22  Dongwoo Im  <dw.im@samsung.com>
193
194         [EFL] Implements the registerProtocolHandler method and option.
195         https://bugs.webkit.org/show_bug.cgi?id=73638
196
197         Reviewed by Andreas Kling.
198
199         The registerProtocolHandler() method allows Web sites to register themselves
200         as possible handlers for particular schemes.
201
202         http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
203
204         * Source/cmake/OptionsEfl.cmake: Adds the build option.
205         * Source/cmakeconfig.h.cmake: Adds the build option.
206
207 2012-05-22  Kangil Han  <kangil.han@samsung.com>
208
209         [EFL][DRT] Implement touch event
210         https://bugs.webkit.org/show_bug.cgi?id=86720
211
212         Reviewed by Hajime Morita.
213
214         Currently EFL DRT doesn't support touch event.
215         Therefore, this patch enabled it and implemented some eventSender function callbacks.
216
217         * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check.
218         * Source/cmake/OptionsEfl.cmake: Enable touch event option.
219
220 == Rolled over to ChangeLog-2012-05-22 ==