blob: 2e84236fb8e0dca8bf11409db80ec7ccba6ae60a [file] [log] [blame]
jianli@chromium.orgf66b5812012-08-02 00:14:28 +000012012-08-01 Jian Li <jianli@chromium.org>
2
3 Add new CSS property "-webkit-widget-region" to expose dashboard region support for other port
4 https://bugs.webkit.org/show_bug.cgi?id=90298
5
6 Reviewed by Adam Barth.
7
8 * configure.ac: Add ENABLE_WIDGET_REGION define.
9
commit-queue@webkit.orge68015d2012-07-31 19:52:34 +0000102012-07-31 Joshua Netterfield <jnetterfield@rim.com>
11
12 [BlackBerry] Enable CSS Filter Effects
13 https://bugs.webkit.org/show_bug.cgi?id=92685
14
15 Reviewed by Rob Buis.
16
17 Enable CSS filter effects, with the exception of custom effects (CSS shaders) and reference effects (SVG effects)
18
19 Internally reviewed by Arvid Nilsson <anilsson@rim.com> and Antonio Gomes <agomes@rim.com>.
20
21 * Source/cmake/OptionsBlackBerry.cmake: Add LayerFilterRenderer
22 * Source/cmakeconfig.h.cmake: Acknowledge CSS filter effects
23
rniwa@webkit.orge8bea922012-07-31 09:00:33 +0000242012-07-31 Ryosuke Niwa <rniwa@webkit.org>
25
26 Perf-o-matic: dashboard images are not generated properly from incrementally updated JSON
27 https://bugs.webkit.org/show_bug.cgi?id=92717
28
29 Reviewed by Hajime Morita.
30
31 Sort the values by timestamp. Unfortunately, there isn't a good way of testing this fix.
32
33 * Websites/webkit-perf.appspot.com/models.py:
34 (Runs.chart_params):
35
commit-queue@webkit.org26e3bd12012-07-31 08:46:59 +0000362012-07-31 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
37
38 add Farstream flags/deps to WebKit, for WebRTC
39 https://bugs.webkit.org/show_bug.cgi?id=87524
40
41 Reviewed by Philippe Normand.
42
43 Since Farstream will be used as the backend for GTK's WebRTC, this
44 patch adds it as a dependency to the build system.
45
46 * GNUmakefile.am:
47 * configure.ac:
48
rniwa@webkit.orgfcde46b2012-07-31 06:19:17 +0000492012-07-30 Ryosuke Niwa <rniwa@webkit.org>
50
51 /api/test/runs/chart expires on perf-o-matic
52 https://bugs.webkit.org/show_bug.cgi?id=92714
53
54 Reviewed by Hajime Morita.
55
56 Don't update the entire JSON while generating the dashboard images.
57 This is a bug and not doing this will reduce the server load significantly.
58
59 * Websites/webkit-perf.appspot.com/controller.py:
60 (RunsChartHandler.post):
61
commit-queue@webkit.org1f756372012-07-30 23:13:25 +0000622012-07-30 Dominik Röttsches <dominik.rottsches@intel.com>
63
64 Avoid Assertion Failure in HarfBuzzRun::characterIndexForXPosition
65 https://bugs.webkit.org/show_bug.cgi?id=92376
66
67 Reviewed by Tony Chang.
68
69 Added manual test to reliably reproduce assertion failure which is solved by this patch.
70
71 * ManualTests/harfbuzz-mouse-selection-crash.html: Added.
72
vsevik@chromium.org58d6bc32012-07-30 15:58:48 +0000732012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
74
75 Web Inspector: Resource agent's reference to cached resources should be weak.
76 https://bugs.webkit.org/show_bug.cgi?id=92108
77
78 Reviewed by Pavel Feldman.
79
80 * Source/autotools/symbols.filter:
81
shinyak@chromium.orgf5c4f8b2012-07-30 15:16:24 +0000822012-07-30 Shinya Kawanaka <shinyak@chromium.org>
83
84 Prohibit having AuthorShadowDOM of input or textarea element for a while and having a flag to enable it in Internals.
85 https://bugs.webkit.org/show_bug.cgi?id=92611
86
87 Reviewed by Hajime Morita.
88
89 * Source/autotools/symbols.filter:
90
vsevik@chromium.orge7823052012-07-30 12:21:00 +0000912012-07-30 Sheriff Bot <webkit.review.bot@gmail.com>
92
93 Unreviewed, rolling out r124000.
94 http://trac.webkit.org/changeset/124000
95 https://bugs.webkit.org/show_bug.cgi?id=92632
96
97 seems to have broken chromium Range_InstanceSizeUnknown unit
98 test across many platforms (Requested by tomhudson on
99 #webkit).
100
101 * Source/autotools/symbols.filter:
102
paroga@webkit.org74b5be12012-07-30 10:25:41 +00001032012-07-30 Patrick Gansterer <paroga@webkit.org>
104
105 Replace UnicodeWinCE with UnicodeWchar
106 https://bugs.webkit.org/show_bug.cgi?id=92539
107
108 Reviewed by Ryosuke Niwa.
109
110 UnicodeWinCE never contained WinCE specific code. UnicodeWchar
111 is a replacement for it, which is mainly based on the functions
112 from <wchar.h>. It is ment as a minimal Unicode backend, which
113 can be used very easy and has no external dependencies.
114
115 * Source/cmake/OptionsWinCE.cmake:
116
vsevik@chromium.orge14cf6d2012-07-30 07:54:54 +00001172012-07-29 Vsevolod Vlasov <vsevik@chromium.org>
118
119 Web Inspector: Resource agent's reference to cached resources should be weak.
120 https://bugs.webkit.org/show_bug.cgi?id=92108
121
122 Reviewed by Pavel Feldman.
123
124 * Source/autotools/symbols.filter:
125
commit-queue@webkit.orgc1c4f122012-07-29 21:59:53 +00001262012-07-29 Rik Cabanier <cabanier@adobe.com>
127
128 Add ENABLE_CSS_COMPOSITING flag
129 https://bugs.webkit.org/show_bug.cgi?id=92553
130
131 Reviewed by Dirk Schulze.
132
133 Adds compiler flag CSS_COMPOSITING to build systems to enable CSS blending and compositing. See spec https://dvcs.w3.org/hg/FXTF/rawfile/tip/compositing/index.html
134
135 * Source/cmake/WebKitFeatures.cmake:
136 * Source/cmakeconfig.h.cmake:
137 * configure.ac:
138
commit-queue@webkit.org18fcb612012-07-28 06:00:39 +00001392012-07-27 Kihong Kwon <kihong.kwon@samsung.com>
140
141 [EFL] Support for HTML media capture
142 https://bugs.webkit.org/show_bug.cgi?id=91842
143
144 Reviewed by Ryosuke Niwa.
145
146 Add HTML media capture feature, and enable that on the Efl port.
147
148 * Source/cmake/OptionsEfl.cmake:
149 * Source/cmake/WebKitFeatures.cmake:
150 * Source/cmakeconfig.h.cmake:
151
rniwa@webkit.org43a62d42012-07-28 00:08:44 +00001522012-07-27 Ryosuke Niwa <rniwa@webkit.org>
153
154 Unreviewed perf-o-matic build fix for dashboard image generation.
155 Also, only show Parser/html5-full-render on the dashboard by default
156 so that it won't take forever to load it.
157
158 * Websites/webkit-perf.appspot.com/controller.py:
159 (schedule_runs_update):
160 (RunsChartHandler.post):
161 * Websites/webkit-perf.appspot.com/models.py:
162 (Runs.chart_params):
163 (DashboardImage.get_image):
164 * Websites/webkit-perf.appspot.com/models_unittest.py:
165 (RunsTest.test_chart_params_with_value):
166
commit-queue@webkit.org868e06e2012-07-27 11:32:44 +00001672012-07-27 Dominik Röttsches <dominik.rottsches@intel.com>
168
169 [Cairo] Add complex font drawing using HarfbuzzNG
170 https://bugs.webkit.org/show_bug.cgi?id=91864
171
172 Reviewed by Simon Hausmann and Martin Robinson.
173
174 Configuring Freetype backend to use HarfBuzz by default.
175
176 * Source/cmake/FindHarfBuzz.cmake: Added pkgconfig based discovery of HarfBuzz.
177 * Source/cmake/OptionsEfl.cmake: Adding Harfbuzz configuration.
178
mitz@apple.comb285bee2012-07-27 03:24:09 +00001792012-07-26 Dan Bernstein <mitz@apple.com>
180
181 When Safari 6 is launched via the WebKit Xcode workspace, it does not link against the built frameworks
182 https://bugs.webkit.org/show_bug.cgi?id=92331
183
184 Reviewed by Mark Rowe.
185
186 Changed references to the Safari executable to the SafariForWebKitDevelopment binary.
187
188 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
189 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
190
keishi@webkit.org01368682012-07-27 03:21:46 +00001912012-07-26 Keishi Hattori <keishi@webkit.org>
192
193 Implement ColorSuggestionPicker page popup
194 https://bugs.webkit.org/show_bug.cgi?id=92109
195
196 Reviewed by Kent Tamura.
197
198 * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css}
199
commit-queue@webkit.org9cb75d82012-07-26 12:01:37 +00002002012-07-26 Zoltan Nyul <zoltan.nyul@intel.com>
201
202 [EFL] EFL port should use XDG paths
203 https://bugs.webkit.org/show_bug.cgi?id=91719
204
205 Reviewed by Kenneth Rohde Christiansen.
206
207 Efreet library added.
208
209 * Source/cmake/FindEFL.cmake:
210
kaustubh@motorola.com8e91b052012-07-26 07:06:57 +00002112012-07-26 Kaustubh Atrawalkar <kaustubh@motorola.com>
212
213 [DRT] LTC:: pageNumberForElementById() could be moved to Internals.
214 https://bugs.webkit.org/show_bug.cgi?id=92091
215
216 Reviewed by Adam Barth.
217
218 Exporting Internals::pageNumber symbols for the Gtk build.
219
220 * Source/autotools/symbols.filter:
221
commit-queue@webkit.org43b1af32012-07-25 15:14:32 +00002222012-07-25 Sheriff Bot <webkit.review.bot@gmail.com>
223
224 Unreviewed, rolling out r123606.
225 http://trac.webkit.org/changeset/123606
226 https://bugs.webkit.org/show_bug.cgi?id=92247
227
228 broke Windows build of Chromium (Requested by tomhudson on
229 #webkit).
230
231 * ManualTests/forms/color-suggestion-picker.html: Removed.
232
keishi@webkit.org0cc6ae72012-07-25 11:57:21 +00002332012-07-25 Keishi Hattori <keishi@webkit.org>
234
235 Implement ColorSuggestionPicker page popup
236 https://bugs.webkit.org/show_bug.cgi?id=92109
237
238 Reviewed by Kent Tamura.
239
240 * ManualTests/forms/color-suggestion-picker.html: Added. Tests colorSuggestionPicker.{js,css}
241
tkent@chromium.org3528a712012-07-24 06:35:19 +00002422012-07-23 Kent Tamura <tkent@chromium.org>
243
tkent@chromium.orgc08ca1c2012-07-24 06:43:17 +0000244 [GTK] Remove unnecessary trailing space in the previous commit.
245
246 * Source/autotools/symbols.filter:
247
2482012-07-23 Kent Tamura <tkent@chromium.org>
249
tkent@chromium.org3528a712012-07-24 06:35:19 +0000250 [GTK] Attempt to fix build
251
252 * Source/autotools/symbols.filter: Export DocumentMarkerController::addTextMatchMarker.
253
commit-queue@webkit.orgc4534e12012-07-24 00:53:24 +00002542012-07-23 Sheriff Bot <webkit.review.bot@gmail.com>
255
256 Unreviewed, rolling out r123184, r123195, and r123197.
257 http://trac.webkit.org/changeset/123184
258 http://trac.webkit.org/changeset/123195
259 http://trac.webkit.org/changeset/123197
260 https://bugs.webkit.org/show_bug.cgi?id=92049
261
262 pagecycler regression (Requested by morrita on #webkit).
263
264 * Source/autotools/symbols.filter:
265
commit-queue@webkit.orgdecb7a12012-07-24 00:48:06 +00002662012-07-23 Roger Fong <roger_fong@apple.com>
267
268 If select element in Windows is off screen horizontally,
269 menu is either inappropriately resized or positioned offscreen.
270 https://bugs.webkit.org/show_bug.cgi?id=91913
271 <rdar://problem/7611229>
272
273 Reviewed by Tim Horton.
274
275 Add a manual test to verify that popup menus render in the correct place.
276
277 * ManualTests/win/select-menu-off-screen.html: Added.
278
simon.fraser@apple.com5cc8c732012-07-23 17:45:43 +00002792012-07-23 Simon Fraser <simon.fraser@apple.com>
280
281 Implement sticky positioning
282 https://bugs.webkit.org/show_bug.cgi?id=90046
283
284 Reviewed by Ojan Vafai.
285
286 Add ENABLE_CSS_STICKY_POSITION, defaulting to off initially.
287
288 Sort the ENABLE_CSS lines in the file.
289
290 * Source/cmake/WebKitFeatures.cmake:
291 * Source/cmakeconfig.h.cmake:
292
paroga@webkit.org4aa14752012-07-23 10:05:19 +00002932012-07-23 Patrick Gansterer <paroga@webkit.org>
294
295 [WINCE] Define NOMINMAX in the build system instead of Platform.h
296 https://bugs.webkit.org/show_bug.cgi?id=91938
297
298 Reviewed by Ryosuke Niwa.
299
300 Define it in OptionsWindows.cmake, since NOMINMAX
301 should to be defined for all windows ports.
302
303 * Source/cmake/OptionsWinCE.cmake:
304 * Source/cmake/OptionsWindows.cmake:
305
commit-queue@webkit.orgd97f5062012-07-23 01:08:49 +00003062012-07-22 Sheriff Bot <webkit.review.bot@gmail.com>
307
308 Unreviewed, rolling out r123298 and r123301.
309 http://trac.webkit.org/changeset/123298
310 http://trac.webkit.org/changeset/123301
311 https://bugs.webkit.org/show_bug.cgi?id=91953
312
313 We need to think some more about the intricacies of exposing a
314 CMake option for ENABLE_DFG_JIT as this option is specific to
315 the port and architecture. (Requested by dydx on #webkit).
316
317 * Source/cmake/WebKitFeatures.cmake:
318 * Source/cmakeconfig.h.cmake:
319
dbates@webkit.org10974b82012-07-23 00:00:02 +00003202012-07-22 Daniel Bates <dbates@webkit.org>
321
322 Fix the Windows CE build after <http://trac.webkit.org/changeset/123298>
323 (https://bugs.webkit.org/show_bug.cgi?id=91939)
324
325 Disable the DFG JIT across all CMake ports (by default) (*). Enabling DFG JIT
326 breaks the Windows CE build as the Windows CE port builds with the JIT disabled
327 (ENABLE_JIT := 0) and hence ENABLE_ASSEMBLER := 0.
328
329 (*) We should look to further discuss with CMake port maintainers about enabling
330 the DFG JIT by default.
331
332 * Source/cmake/WebKitFeatures.cmake:
333
tkent@chromium.orgd89d5452012-07-22 23:23:53 +00003342012-07-23 Kent Tamura <tkent@chromium.org>
335
336 Rename ENABLE_METER_TAG and ENABLE_PROGRESS_TAG to ENABLE_METER_ELEMENT and ENABLE_PROGRESS_ELEMENT respectively
337 https://bugs.webkit.org/show_bug.cgi?id=91941
338
339 Reviewed by Kentaro Hara.
340
341 A flag name for an elmement should be ENABLE_*_ELEMENT.
342
343 * Source/cmake/WebKitFeatures.cmake:
344 * Source/cmakeconfig.h.cmake:
345 * configure.ac:
346
paroga@webkit.org10675b52012-07-22 16:36:24 +00003472012-07-22 Patrick Gansterer <paroga@webkit.org>
348
349 [CMake] Add option for ENABLE_DFG_JIT
350 https://bugs.webkit.org/show_bug.cgi?id=91939
351
352 Reviewed by Daniel Bates.
353
354 * Source/cmake/WebKitFeatures.cmake:
355 * Source/cmakeconfig.h.cmake:
356
tkent@chromium.org43921e62012-07-22 10:59:32 +00003572012-07-22 Kent Tamura <tkent@chromium.org>
358
359 Rename ENABLE_DETAILS to ENABLE_DETAILS_ELEMENT
360 https://bugs.webkit.org/show_bug.cgi?id=91928
361
362 Reviewed by Kentaro Hara.
363
364 A flag name for an elmement should be ENABLE_*_ELEMENT.
365
366 * Source/cmake/WebKitFeatures.cmake:
367 * Source/cmakeconfig.h.cmake:
368 * configure.ac:
369
tkent@chromium.org3d897372012-07-21 02:00:46 +00003702012-07-20 Kent Tamura <tkent@chromium.org>
371
372 Rename ENABLE_DATALIST to ENABLE_DATALIST_ELEMENT
373 https://bugs.webkit.org/show_bug.cgi?id=91846
374
375 Reviewed by Kentaro Hara.
376
377 A flag name for an elmement should be ENABLE_*_ELEMENT.
378
379 * Source/cmake/OptionsEfl.cmake:
380 * Source/cmake/WebKitFeatures.cmake:
381 * Source/cmakeconfig.h.cmake:
382 * configure.ac:
383
morrita@google.com836359f2012-07-20 06:33:48 +00003842012-07-19 MORITA Hajime <morrita@google.com>
385
386 [Refactoring] Replace Node's Document pointer with a TreeScope pointer
387 https://bugs.webkit.org/show_bug.cgi?id=59816
388
389 Reviewed by Ryosuke Niwa.
390
391 * Source/autotools/symbols.filter: Added newly exported symbols.
392
commit-queue@webkit.org31d46402012-07-19 14:51:50 +00003932012-07-19 Christophe Dumez <christophe.dumez@intel.com>
394
395 [EFL] Bump libsoup dependency to v2.39.4.1 to fix cookie issues
396 https://bugs.webkit.org/show_bug.cgi?id=91741
397
398 Reviewed by Kenneth Rohde Christiansen.
399
400 Bump libsoup dependency in CMake to v2.39.4.1 to fix issues
401 with cookies in non-suffixed/private domains [GNOME #679230].
402
403 * Source/cmake/OptionsEfl.cmake:
404
mario@webkit.org30fc09f2012-07-19 11:07:06 +00004052012-07-19 Mario Sanchez Prada <msanchez@igalia.com>
406
407 [GTK] Enable MHTML support by default at build time
408 https://bugs.webkit.org/show_bug.cgi?id=89987
409
410 Reviewed by Carlos Garcia Campos.
411
412 Enable MHTML support by default for GTK in configure.ac.
413
414 * configure.ac:
415
commit-queue@webkit.orgeb841ae2012-07-19 04:47:59 +00004162012-07-18 Christophe Dumez <christophe.dumez@intel.com>
417
418 [CMake][EFL] Should try to find the same libsoup version pulled by jhbuild
419 https://bugs.webkit.org/show_bug.cgi?id=91626
420
421 Reviewed by Kenneth Rohde Christiansen.
422
423 Bump required version of libsoup in CMake to 2.39.3. This is the first
424 tarball version to contain the API we need (soup_cookie_jar_get_cookies()
425 and soup_cookie_jar_set_cookie_with_first_party()).
426
427 * Source/cmake/OptionsEfl.cmake:
428
commit-queue@webkit.org6967c672012-07-18 18:43:13 +00004292012-07-18 Varun Jain <varunjain@chromium.org>
430
431 [chromium] Drag image for image elements should be scaled with device scale factor.
432 https://bugs.webkit.org/show_bug.cgi?id=89688
433
434 Reviewed by Adam Barth.
435
436 * ManualTests/chromium/drag-image-accounts-for-device-scale.html:
437
commit-queue@webkit.orgfc592f42012-07-18 11:15:41 +00004382012-07-18 Thiago Marcos P. Santos <thiago.santos@intel.com>
439
440 [CMake] Make gtest a shared library
441 https://bugs.webkit.org/show_bug.cgi?id=90973
442
443 Reviewed by Daniel Bates.
444
445 It's nicer to make it a shared library because it might improve
446 linking time and we don't need to force gtest users to link with gtest
447 dependencies like pthreads (which causes linking errors when it is not
448 available).
449
450 * Source/cmake/gtest/CMakeLists.txt:
451
commit-queue@webkit.orga37d9a4f2012-07-17 14:51:54 +00004522012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
453
454 [Qt][V8] Remove the V8 related codepaths and configuration
455 https://bugs.webkit.org/show_bug.cgi?id=90863
456
457 Reviewed by Simon Hausmann.
458
459 * Source/api.pri:
460 * WebKit.pro:
461
kkristof@inf.u-szeged.hu0069e292012-07-17 11:27:55 +00004622012-07-17 Sheriff Bot <webkit.review.bot@gmail.com>
463
464 Unreviewed, rolling out r122834.
465 http://trac.webkit.org/changeset/122834
466 https://bugs.webkit.org/show_bug.cgi?id=91492
467
468 it broke the chromium (Requested by kkristof on #webkit).
469
470 * Source/api.pri:
471 * WebKit.pro:
472
kkristof@inf.u-szeged.hudb065a42012-07-17 10:58:50 +00004732012-07-17 Gabor Ballabas <gaborb@inf.u-szeged.hu>
474
475 [Qt][V8] Remove the V8 related codepaths and configuration
476 https://bugs.webkit.org/show_bug.cgi?id=90863
477
478 Reviewed by Simon Hausmann.
479
480 * Source/api.pri:
481 * WebKit.pro:
482
commit-queue@webkit.org7bf73302012-07-17 07:11:52 +00004832012-07-17 David Barr <davidbarr@chromium.org>
484
485 Introduce ENABLE_CSS_IMAGE_ORIENTATION compile flag
486 https://bugs.webkit.org/show_bug.cgi?id=89055
487
488 Reviewed by Kent Tamura.
489
490 The css3-images module is at candidate recommendation.
491 http://www.w3.org/TR/2012/CR-css3-images-20120417/#the-image-orientation
492
493 Add a configuration option for CSS image-orientation support, disabling it by default.
494
495 * Source/cmake/WebKitFeatures.cmake:
496 * Source/cmakeconfig.h.cmake:
497
commit-queue@webkit.org466dbd42012-07-17 04:37:29 +00004982012-07-16 Pete Williamson <petewil@google.com>
499
500 Expose an export for the iconUrl list so Internals can use it
501 https://bugs.webkit.org/show_bug.cgi?id=88665
502
503 Reviewed by Kent Tamura.
504
505 * Source/autotools/symbols.filter: export iconURLs
506
commit-queue@webkit.org241bd212012-07-17 04:33:25 +00005072012-07-16 Hajime Morrita <morrita@chromium.org>
508
509 WebCore needs WEBCORE_TESTING macro to mark methods being exported for testing.
510 https://bugs.webkit.org/show_bug.cgi?id=90764
511
512 Reviewed by Adam Barth.
513
514 Removed symbols which are now covered by WEBCORE_TESTING.
515
516 * Source/autotools/symbols.filter:
517
carlosgc@webkit.org193c4092012-07-16 09:43:44 +00005182012-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
519
520 Unreviewed. Update NEWS and configure.ac for 1.9.5 release
521
522 * configure.ac: Bump version number.
523
commit-queue@webkit.orgd9c31bf2012-07-14 00:33:28 +00005242012-07-12 Josh Hawn <jhawn@apple.com>
525
526 Fix for WebContext::getWebCoreStatistics() causes crash if no m_process
527 https://bugs.webkit.org/show_bug.cgi?id=91116
528
529 Reviewed by Simon Fraser.
530
531 * Source/WebKit2/UIProcess/WebContext.cpp:
532 WebContext::getWebCoreStatistics():
533 Now invalidates callback if no m_process.
534
commit-queue@webkit.org5b8a8ed2012-07-13 17:25:14 +00005352012-07-13 Thiago Marcos P. Santos <thiago.santos@intel.com>
536
537 [CMake] Proper handling of ENABLE_API_TESTS build option
538 https://bugs.webkit.org/show_bug.cgi?id=91221
539
540 Reviewed by Rob Buis.
541
542 Make the flag reusable across the ports using CMake. We are about to enable the WTF,
543 WebCore and WebKit 2 API's at Tools/TestWebKitAPI and other ports using CMake can get
544 it almost for free.
545
546 * CMakeLists.txt:
547 * Source/cmake/OptionsEfl.cmake:
548 * Source/cmake/WebKitFeatures.cmake:
549 * Source/cmakeconfig.h.cmake:
550
commit-queue@webkit.org820c83b2012-07-12 05:33:03 +00005512012-07-11 Matt Falkenhagen <falken@chromium.org>
552
553 Add dialog element feature toggle to InternalSettings
554 https://bugs.webkit.org/show_bug.cgi?id=90934
555
556 Reviewed by Hajime Morita.
557
558 * Source/autotools/symbols.filter: Added newly exported symbol.
559
commit-queue@webkit.orgae1899f2012-07-11 18:14:47 +00005602012-07-11 Arnaud Renevier <a.renevier@sisa.samsung.com>
561
562 [Gtk] allow building with css-filters
563 https://bugs.webkit.org/show_bug.cgi?id=90908
564
565 Add support for css-filters in Source/WebCore/GNUmakefile.am
566 configure.ac
567
568 Reviewed by Eric Seidel.
569
570 * configure.ac:
571
gyuyoung.kim@samsung.com96508f12012-07-10 22:53:58 +00005722012-07-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
573
574 [CMAKE] Add missing feature macros
575 https://bugs.webkit.org/show_bug.cgi?id=90890
576
577 Reviewed by Eric Seidel.
578
579 ENABLE_CSS_EXCLUSIONS, ENABLE_CSS_REGIONS, ENABLE_TEXT_AUTOSIZING macros
580 haven't defined in cmake feature list.
581
582 * Source/cmake/WebKitFeatures.cmake:
583 * Source/cmakeconfig.h.cmake:
584
tkent@chromium.orgae0b9702012-07-10 11:19:37 +00005852012-07-10 Kent Tamura <tkent@chromium.org>
586
587 RTL calendar picker for <input type=date> is too narrow and clipped
588 https://bugs.webkit.org/show_bug.cgi?id=90864
589
590 Reviewed by Kentaro Hara.
591
592 * ManualTests/forms/calendar-picker.html:
593 - Add isRTL:true for the arabic setting
594 - Reset the iframe size when the setting is changed.
595
ossy@webkit.org6aedce22012-07-10 08:46:08 +00005962012-07-10 Sheriff Bot <webkit.review.bot@gmail.com>
597
598 Unreviewed, rolling out r122178.
599 http://trac.webkit.org/changeset/122178
600 https://bugs.webkit.org/show_bug.cgi?id=90857
601
602 browser tests, PrerenderBrowserTest.PrerenderFavicon and other
603 tests, started to fail (Requested by hayato on #webkit).
604
605 * Source/autotools/symbols.filter:
606
commit-queue@webkit.orge1bba8e2012-07-10 05:45:21 +00006072012-07-09 Matt Falkenhagen <falken@chromium.org>
608
609 Add ENABLE_DIALOG_ELEMENT and skeleton files
610 https://bugs.webkit.org/show_bug.cgi?id=90521
611
612 Reviewed by Kent Tamura.
613
614 * Source/cmake/WebKitFeatures.cmake:
615 * Source/cmakeconfig.h.cmake:
616
commit-queue@webkit.org546c67d2012-07-10 01:37:36 +00006172012-07-09 Pete Williamson <petewil@google.com>
618
619 Expose an export for the iconUrl list so Internals can use it
620 https://bugs.webkit.org/show_bug.cgi?id=88665
621
622 Reviewed by Kent Tamura.
623
624 * Source/autotools/symbols.filter: export iconURLs
625
commit-queue@webkit.org14ae5052012-07-09 19:27:11 +00006262012-07-09 Mike Lattanzio <mlattanzio@rim.com>
627
628 [BlackBerry] meta viewport initial-scale doesn't factor in device pixel ratio
629 https://bugs.webkit.org/show_bug.cgi?id=90575
630
631 Reviewed by Rob Buis.
632
633 Add a manual test to verify wide content doesn't interfere
634 with initial-scale calculations.
635
636 Internal review from Konrad Piascik.
637
638 * ManualTests/blackberry/meta-viewport-initial-scale-wide-content.html: Added.
639
commit-queue@webkit.orgfb3c9682012-07-09 15:39:09 +00006402012-07-09 Sheriff Bot <webkit.review.bot@gmail.com>
641
642 Unreviewed, rolling out r122107.
643 http://trac.webkit.org/changeset/122107
644 https://bugs.webkit.org/show_bug.cgi?id=90794
645
646 Build failure on Mac debug bots (Requested by falken_ on
647 #webkit).
648
649 * Source/cmake/WebKitFeatures.cmake:
650 * Source/cmakeconfig.h.cmake:
651
commit-queue@webkit.orgb46a45d2012-07-09 14:42:00 +00006522012-07-09 Matt Falkenhagen <falken@chromium.org>
653
654 Add ENABLE_DIALOG_ELEMENT and skeleton files
655 https://bugs.webkit.org/show_bug.cgi?id=90521
656
657 Reviewed by Kent Tamura.
658
659 * Source/cmake/WebKitFeatures.cmake:
660 * Source/cmakeconfig.h.cmake:
661
commit-queue@webkit.orge0151792012-07-06 19:19:44 +00006622012-07-06 Thiago Marcos P. Santos <thiago.santos@intel.com>
663
664 [EFL][CMake] Move gtest sources to an upper level
665 https://bugs.webkit.org/show_bug.cgi?id=90602
666
667 Reviewed by Chang Shu.
668
669 CTest was enabled for all the ports, but used only by EFL. Now
670 ENABLE_API_TESTS has to be defined, which will also build gtest.
671
672 * CMakeLists.txt:
673 * Source/CMakeLists.txt:
674 * Source/cmake/OptionsEfl.cmake:
675 * Source/cmake/gtest/CMakeLists.txt: Added.
676
zandobersek@gmail.com03e439c2012-07-06 18:36:31 +00006772012-07-06 Zan Dobersek <zandobersek@gmail.com>
678
679 [Gtk] Add a configuration option for disabling unstable features in releases
680 https://bugs.webkit.org/show_bug.cgi?id=87995
681
682 Reviewed by Martin Robinson.
683
684 Add a configuration flag for enabling the unstable features - features of which
685 support in the Gtk port is being worked on but is not yet complete. The primary
686 use of this flag is when compiling through the build-webkit script.
687
688 All the features that are currently enabled when building through build-webkit but
689 are disabled by default when executing the configure script directly have their default
690 value (when the correspondent flag is not passed) set to 'yes' when unstable features
691 are enabled and 'no' otherwise. This way unstable features are kept disabled when performing
692 a release build (unless they are specifically enabled).
693
694 * configure.ac:
695
ossy@webkit.orgb9f1ca62012-07-06 13:12:01 +00006962012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
697
ossy@webkit.org31681df2012-07-06 13:18:47 +0000698 [Qt] Remove custom qmake logic for module creation
699
700 Qmake now has the necessary hooks to cleanly override the build locations.
701
702 https://bugs.webkit.org/show_bug.cgi?id=90461
703
704 Reviewed by Tor Arne Vestbø.
705
706 * Source/api.pri:
707
7082012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
709
ossy@webkit.org98fee7a2012-07-06 13:17:36 +0000710 [Qt] Add top-level .qmake.conf
711
712 With Qt5, this makes setting $QMAKEPATH externally unnecessary.
713
714 The magic in the perl scripts to set QMAKEPATH is still there, as it doesn't
715 hurt, and is still required for Qt4.
716
717 https://bugs.webkit.org/show_bug.cgi?id=90461
718
719 Reviewed by Tor Arne Vestbø.
720
721 * .qmake.conf: Added.
722 * WebKit.pro:
723
7242012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
725
ossy@webkit.org69a64272012-07-06 13:15:24 +0000726 [Qt] Let qt_module_config create the forwarding module pri file
727
728 https://bugs.webkit.org/show_bug.cgi?id=90461
729
730 Reviewed by Tor Arne Vestbø.
731
732 * Source/sync.profile:
733
7342012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
735
ossy@webkit.org66972eb2012-07-06 13:14:20 +0000736 [Qt] Don't let qt_webkit.pri proclaim its own location
737
738 This won't work any more with recent Qt5 versions, as the forwarding
739 pri is created by qt_module_config, which needs MODULE_PRI to be set
740 up already.
741
742 We also need to load build_config, not qt_module.
743
744 https://bugs.webkit.org/show_bug.cgi?id=90461
745
746 Reviewed by Tor Arne Vestbø.
747
748 * Source/api.pri:
749
7502012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
751
ossy@webkit.orgd9eb8642012-07-06 13:13:07 +0000752 [Qt] Remove redundant CONFIG+=module
753
754 qt_module_config takes care of that.
755
756 In api.pri we are actually testing the flag ourselves, so now we need to
757 test a related flag qt_module_config sets instead.
758
759 https://bugs.webkit.org/show_bug.cgi?id=90461
760
761 Reviewed by Tor Arne Vestbø.
762
763 * Source/api.pri:
764
7652012-07-06 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
766
ossy@webkit.orgb9f1ca62012-07-06 13:12:01 +0000767 [Qt] Adjust to changed generation of master include file
768
769 The responsiblity for creating the master include was moved out of syncqt.
770 @ignore_for_master_contents still stays, as syncqt (ab-)uses this for
771 determining whether a header is private.
772
773 https://bugs.webkit.org/show_bug.cgi?id=90461
774
775 Reviewed by Tor Arne Vestbø.
776
777 * Source/sync.profile:
778
rwlbuis@webkit.org45009b62012-07-05 17:46:09 +00007792012-07-05 Rob Buis <rbuis@rim.com>
780
781 [CMake] Fix some CMake warnings
782 https://bugs.webkit.org/show_bug.cgi?id=90558
783
784 Fix WebKit options so they match with FeatureList.pm.
785
786 Reviewed by Dan Bates.
787
788 * Source/cmake/WebKitFeatures.cmake:
789 * Source/cmakeconfig.h.cmake:
790
vestbo@webkit.org19d488f2012-07-05 16:39:54 +00007912012-07-05 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
792
793 [Qt] Move Webkit1 before WebKit2 in the build order
794
795 Reviewed by Csaba Osztrogonác.
796
797 * WebKit.pro:
798
ryuan.choi@samsung.comdfb773b2012-07-05 14:20:53 +00007992012-07-05 Ryuan Choi <ryuan.choi@samsung.com>
800
801 [CMAKE] Unreviewd typo fix after r121857
802
803 * Source/cmake/WebKitMacros.cmake:
804
commit-queue@webkit.org19f54962012-07-05 10:52:48 +00008052012-07-05 Dongwoo Im <dw.im@samsung.com>
806
807 [EFL] Enable the CUSTOM_SCHEME_HANDLER feature as default.
808 https://bugs.webkit.org/show_bug.cgi?id=88608
809
810 Reviewed by Hajime Morita.
811
812 * Source/cmake/OptionsEfl.cmake: Enable the CUSTOM_SCHEME_HANDLER feature as default.
813
ryuan.choi@samsung.com8d2c4892012-07-05 08:47:49 +00008142012-07-05 Ryuan Choi <ryuan.choi@samsung.com>
815
816 [Wk2][EFL] EFL needs a WebKitTestRunner
817 https://bugs.webkit.org/show_bug.cgi?id=87659
818
819 Reviewed by Kenneth Rohde Christiansen.
820
821 * Source/CMakeLists.txt:
822 Set compiler flags for WebCoreTestSupport to be linked into TestRunnerInjectedBundle
823 shared library.
824 * Source/cmake/WebKitMacros.cmake: Remove unnecessary dependency.
825
commit-queue@webkit.org1fcb31a2012-07-04 16:16:01 +00008262012-07-04 John Mellor <johnme@chromium.org>
827
828 Text Autosizing: Add compile flag and runtime setting
829 https://bugs.webkit.org/show_bug.cgi?id=87394
830
831 This patch renames Font Boosting to Text Autosizing.
832
833 Reviewed by Adam Barth.
834
835 * configure.ac:
836
ryuan.choi@samsung.com9d83d8d2012-07-04 15:25:35 +00008372012-07-04 Ryuan Choi <ryuan.choi@samsung.com>
838
839 [CMAKE] Add GENERATE_BINDINGS macro to share the codes which use generate-bindings.pl.
840 https://bugs.webkit.org/show_bug.cgi?id=90258
841
842 Reviewed by Rob Buis.
843
844 This new macro calls generate-bindings.pl and append generated sources
845 into proper source list.
846
847 * Source/cmake/WebKitMacros.cmake:
848
vestbo@webkit.orgb29c0732012-07-04 14:21:59 +00008492012-07-04 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
850
851 [Qt] Get rid of un-needed QT += declarative for Qt 5
852
853 The declarative module has been renamed to quick1 in Qt 5, and the
854 engine-only module for Qt 5 is named 'qml'. For many of the instances
855 we could just remove 'declarative', since the project file was only
856 used for Qt5/WebKit2 builds. In the other cases the module was wrapped
857 in a haveQt(4) scope.
858
859 Reviewed by Csaba Osztrogonác.
860
861 * Source/api.pri:
862
commit-queue@webkit.orgf8650c72012-07-04 01:56:08 +00008632012-07-03 Christophe Dumez <christophe.dumez@intel.com>
864
865 [EFL] Enable CSS variables support at compile time
866 https://bugs.webkit.org/show_bug.cgi?id=90448
867
868 Reviewed by Kenneth Rohde Christiansen.
869
870 Turn on CSS_VARIABLES flag by default on EFL port.
871
872 * Source/cmake/OptionsEfl.cmake:
873 * Source/cmakeconfig.h.cmake:
874
staikos@webkit.orgcbaf17a2012-07-03 16:34:07 +00008752012-07-03 George Staikos <staikos@webkit.org>
876
877 [BlackBerry] Enable microdata support for BlackBerry.
878 https://bugs.webkit.org/show_bug.cgi?id=90429
879
880 Reviewed by Rob Buis.
881
882 * Source/cmake/OptionsBlackBerry.cmake:
883
vestbo@webkit.org15c931a2012-07-03 16:22:10 +00008842012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
885
886 [Qt] Make use of .qmake.cache for caching features
887
888 Instead of loading() features from the files that need them (and re-running
889 a bunch of checks), we now run feature detection as part of configure.pro,
890 and have build-webkit write the computed feature-defines and CONFIG to
891 .qmake.cache, which is then loaded by qmake _before_ even defaults_pre
892 when building WebKit.pro.
893
894 At some point we'll be able to selectivly prevent running of config tests
895 in configure.pro, which means we don't need a separate code-path for
896 the build-webkit --help case.
897
898 We should also move the code in build-webkit that now uses .webkit.config
899 to detect clean builds, to use .qmake.cache, since we now store the same
900 thing there.
901
902 Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
903
904 Reviewed by Tor Arne Vestbø.
905
906 * Source/QtWebKit.pro:
907 * Source/api.pri:
908 * Source/tests.pri:
909 * WebKit.pro:
910
commit-queue@webkit.org26c3c5d2012-07-03 16:04:50 +00009112012-07-03 Sheriff Bot <webkit.review.bot@gmail.com>
912
913 Unreviewed, rolling out r121766.
914 http://trac.webkit.org/changeset/121766
915 https://bugs.webkit.org/show_bug.cgi?id=90465
916
917 It caused flakey build errors on the bots (Requested by Ossy
918 on #webkit).
919
920 * Source/QtWebKit.pro:
921 * Source/api.pri:
922 * Source/tests.pri:
923 * WebKit.pro:
924
staikos@webkit.org8a898b42012-07-03 15:53:31 +00009252012-07-03 George Staikos <staikos@webkit.org>
926
staikos@webkit.orga9fe4062012-07-03 16:00:22 +0000927 [BlackBerry] Enable Custom Scheme Handlers for BlackBerry.
928 https://bugs.webkit.org/show_bug.cgi?id=90422
929
930 Reviewed by Rob Buis.
931
932 * Source/cmake/OptionsBlackBerry.cmake:
933
9342012-07-03 George Staikos <staikos@webkit.org>
935
staikos@webkit.org8a898b42012-07-03 15:53:31 +0000936 [BlackBerry] Enable RegisterProtocolHandler for BlackBerry.
937 https://bugs.webkit.org/show_bug.cgi?id=90422
938
939 Reviewed by Rob Buis.
940
941 * Source/cmake/OptionsBlackBerry.cmake:
942
commit-queue@webkit.org0f4231e2012-07-03 15:48:38 +00009432012-07-03 Priit Laes <plaes@plaes.org>
944
945 [GTK] Need to bump libsoup requirements (for `soup_cookie_jar_get_cookie_list`)
946 https://bugs.webkit.org/show_bug.cgi?id=90332
947
948 Reviewed by Gustavo Noronha Silva.
949
950 * configure.ac: Bump libsoup requirements to 2.39.2
951
vestbo@webkit.org3ad354f2012-07-03 15:23:20 +00009522012-07-03 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
953
954 [Qt] Make use of .qmake.cache for caching features
955
956 Instead of loading() features from the files that need them (and re-running
957 a bunch of checks), we now run feature detection as part of configure.pro,
958 and have build-webkit write the computed feature-defines and CONFIG to
959 .qmake.cache, which is then loaded by qmake _before_ even defaults_pre
960 when building WebKit.pro.
961
962 At some point we'll be able to selectivly prevent running of config tests
963 in configure.pro, which means we don't need a separate code-path for
964 the build-webkit --help case.
965
966 We should also move the code in build-webkit that now uses .webkit.config
967 to detect clean builds, to use .qmake.cache, since we now store the same
968 thing there.
969
970 Original patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
971
972 Reviewed by Tor Arne Vestbø.
973
974 * Source/QtWebKit.pro:
975 * Source/api.pri:
976 * Source/tests.pri:
977 * WebKit.pro:
978
commit-queue@webkit.orgb70cc582012-07-03 07:01:58 +00009792012-07-03 Christophe Dumez <christophe.dumez@intel.com>
980
981 [EFL] Enable MICRODATA support
982 https://bugs.webkit.org/show_bug.cgi?id=90377
983
984 Reviewed by Kenneth Rohde Christiansen.
985
986 Turn on MICRODATA support by default for EFL port.
987
988 * Source/cmake/OptionsEfl.cmake:
989
staikos@webkit.orgf09221f2012-07-03 03:40:34 +00009902012-07-02 George Staikos <staikos@webkit.org>
991
992 [BlackBerry] Enable scoped style for BlackBerry.
993 https://bugs.webkit.org/show_bug.cgi?id=90418
994
995 Reviewed by Rob Buis.
996
997 * Source/cmake/OptionsBlackBerry.cmake:
998 * Source/cmakeconfig.h.cmake:
999
commit-queue@webkit.org081c9692012-07-03 03:38:29 +000010002012-07-02 Xiaobo Wang <xbwang@torchmobile.com.cn>
1001
1002 [BlackBerry] Use PUBLIC_BUILD to enable/disable DRT
1003 https://bugs.webkit.org/show_bug.cgi?id=90271
1004
1005 Reviewed by George Staikos.
1006
1007 RIM PR #154707
1008
1009 Currently DRT code will be compiled only if ENABLE_DRT is set, and it's not
1010 defined by default.
1011 We should enable DRT by default unless PUBLIC_BUILD is set. In this way we don't
1012 need to rebuild webkit before running DRT.
1013
1014 * Source/cmake/OptionsBlackBerry.cmake:
1015 * Source/cmakeconfig.h.cmake:
1016
commit-queue@webkit.orgcf833612012-07-02 19:46:16 +000010172012-07-02 Thiago Marcos P. Santos <thiago.santos@intel.com>
1018
1019 [EFL][CMake] Integrate API unit tests with CTest
1020 https://bugs.webkit.org/show_bug.cgi?id=87251
1021
1022 Reviewed by Daniel Bates.
1023
1024 Enable CTest on the root CMakeLists.txt as it is expected
1025 to be here. This will create a new build target ("make test")
1026 to run all the API unit tests.
1027
1028 * CMakeLists.txt:
1029
commit-queue@webkit.orgcdf5a922012-07-02 06:22:14 +000010302012-07-01 Christophe Dumez <christophe.dumez@intel.com>
1031
1032 [EFL] Add Gamepad support
1033 https://bugs.webkit.org/show_bug.cgi?id=90170
1034
1035 Reviewed by Kenneth Rohde Christiansen.
1036
1037 * Source/cmake/FindEFL.cmake: Bump EFL libs dependencies.
1038 * Source/cmake/OptionsEfl.cmake: Turn on GAMEPAD flag on EFL port.
1039 * Source/cmakeconfig.h.cmake: Add GAMEPAD flag to CMake.
1040
commit-queue@webkit.orgfc7dc862012-06-30 22:54:56 +000010412012-06-30 Jason Liu <jason.liu@torchmobile.com.cn>
1042
1043 [BlackBerry] WebView/Browser cause blank screen when selecting a dropdown field.
1044 https://bugs.webkit.org/show_bug.cgi?id=90241
1045
1046 This issue is caused by single quotes in option's labels.
1047 We should use the escape character of single quotes in JavaScript's string which
1048 starts and ends with single quotes.
1049 So we replace lablels' single quotes with its escape character during generating the
1050 select popUp's HTML.
1051
1052
1053 Reviewed by George Staikos.
1054
1055 * ManualTests/blackberry/select-popup-items-unicode-display.html:
1056
commit-queue@webkit.orgd62be1b2012-06-30 04:18:40 +000010572012-06-29 Luiz Agostini <luiz.agostini@nokia.com>
1058
1059 [Qt][WK2] Private non-QtQuick API
1060 https://bugs.webkit.org/show_bug.cgi?id=84532
1061
1062 Reviewed by Noam Rosenthal.
1063
1064 API tests for QRawWebView.
1065
1066 * Source/tests.pri:
1067
zandobersek@gmail.come0e4ce72012-06-29 14:38:23 +000010682012-06-29 Zan Dobersek <zandobersek@gmail.com>
1069
1070 Unreviewed build fix after r121518, adding a missing symbol to symbols.filter.
1071
1072 * Source/autotools/symbols.filter:
1073
morrita@google.comc9a96382012-06-29 06:00:56 +000010742012-06-28 MORITA Hajime <morrita@google.com>
1075
1076 [Refactoring] NodeRenderingContext ctor could be built on top of the ComposedShadowTreeWalker
1077 https://bugs.webkit.org/show_bug.cgi?id=89732
1078
1079 Reviewed by Dimitri Glazkov.
1080
1081 * Source/autotools/symbols.filter:
1082
commit-queue@webkit.org05cdaaa2012-06-29 04:20:18 +000010832012-06-28 Jason Liu <jason.liu@torchmobile.com.cn>
1084
1085 [BlackBerry] Selection items show as garbage for non-ascii characters.
1086 https://bugs.webkit.org/show_bug.cgi?id=89969
1087
1088 Add charset utf-8 to the select popup's page.
1089
1090 Reviewed by Antonio Gomes.
1091
1092 * ManualTests/blackberry/select-popup-items-unicode-display.html: Added.
1093
commit-queue@webkit.org0400b6e2012-06-28 21:02:30 +000010942012-06-28 Christophe Dumez <christophe.dumez@intel.com>
1095
1096 [EFL] Enable support for HTML5 datalist
1097 https://bugs.webkit.org/show_bug.cgi?id=90157
1098
1099 Reviewed by Martin Robinson.
1100
1101 Turn on DATALIST flag by default on EFL port to
1102 support HTML5 datalist tag.
1103
1104 * Source/cmake/OptionsEfl.cmake:
1105
zandobersek@gmail.comc8bac582012-06-27 09:19:15 +000011062012-06-27 Zan Dobersek <zandobersek@gmail.com>
1107
1108 [Gtk] Add support for the Gamepad API
1109 https://bugs.webkit.org/show_bug.cgi?id=87503
1110
1111 Reviewed by Carlos Garcia Campos.
1112
1113 Only enable the Gamepad feature on Linux as support
1114 for other operating systems is not present.
1115
1116 Check for the GIO Unix and GUdev dependencies when the
1117 Gamepad feature is enabled.
1118
1119 * configure.ac:
1120
hausmann@webkit.orged7b727a2012-06-26 04:47:14 +000011212012-06-25 Simon Hausmann <simon.hausmann@nokia.com>
1122
1123 [Qt] Make it possible to build WebKit without QtWidgets
1124 https://bugs.webkit.org/show_bug.cgi?id=78109
1125
1126 Reviewed by Tor Arne Vestbø.
1127
1128 * Source/QtWebKit.pro: Don't build WK1 tests and examples if WK1 is disabled.
1129 * Source/api.pri: Move WK1 sources away from here and use WEBKIT += webkit1 instead
1130 * WebKit.pro: Add WK1 to SUBDIRS unless no_webkit1 is set.
1131
gyuyoung.kim@samsung.comdb645152012-06-25 18:01:42 +000011322012-06-25 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1133
1134 [EFL] Implement Network Information API
1135 https://bugs.webkit.org/show_bug.cgi?id=87067
1136
1137 Reviewed by Kenneth Rohde Christiansen.
1138
1139 * Source/cmake/FindEFL.cmake: Find eeze library in build system.
1140
carlosgc@webkit.org447b3712012-06-25 13:38:19 +000011412012-06-25 Carlos Garcia Campos <cgarcia@igalia.com>
1142
1143 Unreviewed. Update NEWS and configure.ac for 1.9.4 release
1144
1145 * configure.ac: Bump version number.
1146
commit-queue@webkit.orgc2df1f02012-06-22 20:10:10 +000011472012-06-22 Joshua Netterfield <jnetterfield@rim.com>
1148
1149 [BlackBerry] Sanitize GLSL code using ANGLE.
1150
1151 BlackBerry port does not sanitize GLSL code with ANGLE
1152 https://bugs.webkit.org/show_bug.cgi?id=89583
1153
1154 Reviewed by Rob Buis.
1155
1156 * Source/cmake/OptionsBlackBerry.cmake: Include ANGLE openGL headers as system headers in BlackBerry port.
1157
commit-queue@webkit.org618672d2012-06-21 19:20:00 +000011582012-06-21 Kalev Lember <kalevlember@gmail.com>
1159
1160 [GTK] Fix NPAPI plugins on Windows
1161 https://bugs.webkit.org/show_bug.cgi?id=54531
1162
1163 Reviewed by Martin Robinson.
1164
1165 Define XP_WIN on Windows for plugin support.
1166
1167 * GNUmakefile.am:
1168
commit-queue@webkit.orgbff9a102012-06-21 15:46:40 +000011692012-06-21 Ryuan Choi <ryuan.choi@gmail.com>
1170
1171 [EFL][WK2] Make WebKit2/Efl headers and resources installable.
1172 https://bugs.webkit.org/show_bug.cgi?id=88207
1173
1174 Reviewed by Chang Shu.
1175
1176 * Source/cmake/OptionsCommon.cmake:
1177 Provide new variable, EXEC_INSTALL_DIR to determine where to install
1178 executables.
1179
ryuan.choi@samsung.com71b54342012-06-21 15:11:48 +000011802012-06-21 Ryuan Choi <ryuan.choi@samsung.com>
1181
1182 [EFL[WK2] Add WKViewEfl and WebKit2 API Object to represent Evas_Object.
1183 https://bugs.webkit.org/show_bug.cgi?id=88935
1184
1185 Reviewed by Chang Shu.
1186
1187 * Source/cmake/OptionsEfl.cmake: Defines BUILDING_EFL__.
1188
commit-queue@webkit.org7a98dfe2012-06-20 22:49:13 +000011892012-06-20 Varun Jain <varunjain@chromium.org>
1190
1191 Account for device scale factor when creating image for dragging.
1192 https://bugs.webkit.org/show_bug.cgi?id=89489
1193
1194 Reviewed by Adam Barth.
1195
1196 * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Added.
1197
philn@webkit.org36de8852012-06-20 02:25:14 +000011982012-06-18 Philippe Normand <pnormand@igalia.com>
1199
1200 [GStreamer] 0.11 video-sink
1201 https://bugs.webkit.org/show_bug.cgi?id=77087
1202
1203 Reviewed by Martin Robinson.
1204
1205 * configure.ac: Fix required gstreamer 0.11 version
1206
jocelyn.turcotte@nokia.com36177bb2012-06-19 15:15:00 +000012072012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1208
1209 [Qt] Fix the Windows build when Qt is built without -release or -debug
1210 https://bugs.webkit.org/show_bug.cgi?id=89471
1211
1212 Reviewed by Tor Arne Vestbø.
1213
1214 Make sure that we at least remove build_all on Windows for api.pri,
1215 as WebCore wasn't built for all configurations.
1216
1217 * Source/api.pri:
1218
commit-queue@webkit.orgf5584612012-06-19 09:13:52 +000012192012-06-19 Mike West <mkwst@chromium.org>
1220
1221 Introduce ENABLE_CSP_NEXT configuration flag.
1222 https://bugs.webkit.org/show_bug.cgi?id=89300
1223
1224 Reviewed by Adam Barth.
1225
1226 The 1.0 draft of the Content Security Policy spec is just about to
1227 move to Last Call. We'll hide work on the upcoming 1.1 spec behind
1228 this ENABLE flag, disabled by default.
1229
1230 Spec: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html
1231
1232 * Source/cmake/WebKitFeatures.cmake:
1233 * Source/cmakeconfig.h.cmake:
1234
hausmann@webkit.orgfa23ca32012-06-19 07:35:06 +000012352012-06-19 Joel Dillon <joel.dillon@codethink.co.uk>, Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1236
1237 [Qt] Allow the modules file generation to work on Windows.
1238 https://bugs.webkit.org/show_bug.cgi?id=89010
1239
1240 Reviewed by Csaba Osztrogonác.
1241
1242 Add calls to toSystemPath and use QMAKE_DIR_SEP where necessary.
1243
1244 * Source/api.pri:
1245
hausmann@webkit.org7c253c02012-06-19 07:32:50 +000012462012-06-19 Jocelyn Turcotte <jocelyn.turcotte@nokia.com>
1247
1248 [Qt] Fix TARGET not properly being set for QtWebKitd5.dll when building in debug.
1249 https://bugs.webkit.org/show_bug.cgi?id=88880
1250
1251 load(qt_module_config) adjusts the TARGET to add the "d" suffix when doing
1252 the debug build_pass. When doing the first pass, qt_module_config.prf doesn't
1253 adjust the target since it is in debug_and_release and expects the debug
1254 build_pass to come later. However, since we remove debug_and_release from CONFIG
1255 right after this, the TARGET hasn't been adjusted and the debug build_pass
1256 will not happen.
1257
1258 Work around it by disabling this optimization on Windows.
1259
1260 Reviewed by Tor Arne Vestbø.
1261
1262 * Source/api.pri:
1263
commit-queue@webkit.org828d2392012-06-19 07:27:33 +000012642012-06-19 Mike West <mkwst@chromium.org>
1265
1266 Add a scheme registry for bypassing Content Security Policy.
1267 https://bugs.webkit.org/show_bug.cgi?id=89373
1268
1269 Reviewed by Adam Barth.
1270
1271 * Source/autotools/symbols.filter:
1272
rwlbuis@webkit.orgbb8126f2012-06-18 22:08:53 +000012732012-06-18 Rob Buis <rbuis@rim.com>
1274
1275 [BlackBerry] Enable LEGACY_VIEWPORT_ADAPTION
1276 https://bugs.webkit.org/show_bug.cgi?id=89381
1277
1278 Reviewed by Antonio Gomes.
1279
1280 PR 163598
1281
1282 Enable LEGACY_VIEWPORT_ADAPTION.
1283
1284 * Source/cmake/OptionsBlackBerry.cmake:
1285
philn@webkit.org538a3bba2012-06-17 18:36:21 +000012862012-06-17 Philippe Normand <pnormand@igalia.com>
1287
philn@webkit.orgc668d9c2012-06-18 02:35:53 +00001288 Unreviewed, GTK 64-bit build fix after r120551.
1289
1290 * Source/autotools/symbols.filter:
1291
12922012-06-17 Philippe Normand <pnormand@igalia.com>
1293
philn@webkit.org538a3bba2012-06-17 18:36:21 +00001294 Unreviewed, GTK build fix after r120397.
1295
1296 * Source/autotools/symbols.filter:
1297
tkent@chromium.orgbcc71632012-06-15 04:34:25 +000012982012-06-14 Kent Tamura <tkent@chromium.org>
1299
1300 Validate form state strings in FormController::setStateForNewFormElements()
1301 https://bugs.webkit.org/show_bug.cgi?id=88768
1302
1303 Reviewed by Hajime Morita.
1304
1305 * Source/autotools/symbols.filter: Expose some symbols used by Internals.cpp.
1306
commit-queue@webkit.orgea3f3f02012-06-14 09:32:37 +000013072012-06-14 Chris Guan <chris.guan@torchmobile.com.cn>
1308
1309 [Blackberry] add a new Api named setAllowNotification
1310 https://bugs.webkit.org/show_bug.cgi?id=88950
1311
1312 Reviewed by Antonio Gomes.
1313
1314 Add a new API named setAllowNotification in webpage class to
1315 let client set those allowed domains into notifications.
1316
1317 Test case:
1318 * ManualTests/blackberry/notification.html: Added.
1319
zandobersek@gmail.com44a6ce72012-06-13 18:21:58 +000013202012-06-13 Zan Dobersek <zandobersek@gmail.com>
1321
1322 [Gtk] Enable link prefetch support in the developer builds
1323 https://bugs.webkit.org/show_bug.cgi?id=89011
1324
1325 Reviewed by Martin Robinson.
1326
1327 Rather export an automake conditional than define a preprocessor
1328 macro for enabling link prefetch support.
1329
1330 * configure.ac:
1331
commit-queue@webkit.org687a1a042012-06-13 12:28:50 +000013322012-06-13 Robin Cao <robin.cao@torchmobile.com.cn>
1333
1334 [BlackBerry] Enable MEDIA_STREAM by default
1335 https://bugs.webkit.org/show_bug.cgi?id=88849
1336
1337 Reviewed by Antonio Gomes.
1338
1339 * Source/cmake/OptionsBlackBerry.cmake:
1340 * Source/cmakeconfig.h.cmake:
1341
morrita@google.com649eaeb2012-06-13 01:28:33 +000013422012-06-12 MORITA Hajime <morrita@google.com>
1343
1344 Shadow Pseudo ID should be able to nest to point nested shadow DOM.
1345 https://bugs.webkit.org/show_bug.cgi?id=62218
1346
1347 Reviewed by Dimitri Glazkov.
1348
1349 * Source/autotools/symbols.filter:
1350
commit-queue@webkit.orge8e0b102012-06-12 16:32:58 +000013512012-06-12 Christophe Dumez <christophe.dumez@intel.com>
1352
commit-queue@webkit.orgf128e802012-06-13 00:28:03 +00001353 [EFL] Enable SHADOW_DOM flag
1354 https://bugs.webkit.org/show_bug.cgi?id=87732
1355
1356 Reviewed by Kentaro Hara.
1357
1358 Enable SHADOW_DOM flag by default at compile time for EFL port.
1359
1360 * Source/autotools/symbols.filter: Fix GTK build by adding new symbol.
1361 * Source/cmake/OptionsEfl.cmake:
1362 * Source/cmakeconfig.h.cmake:
1363
13642012-06-12 Christophe Dumez <christophe.dumez@intel.com>
1365
commit-queue@webkit.orge8e0b102012-06-12 16:32:58 +00001366 [EFL] enable LEGACY_WEBKIT_BLOB_BUILDER flag
1367 https://bugs.webkit.org/show_bug.cgi?id=88715
1368
1369 Reviewed by Noam Rosenthal.
1370
1371 Enable LEGACY_WEBKIT_BLOB_BUILDER flag by default on EFL port.
1372
1373 * Source/cmake/OptionsEfl.cmake:
1374 * Source/cmakeconfig.h.cmake:
1375
commit-queue@webkit.orgb6175312012-06-12 13:19:07 +000013762012-06-12 Thiago Marcos P. Santos <thiago.santos@intel.com>
1377
1378 [CMake] Enabled CSS_BOX_DECORATION_BREAK by default
1379 https://bugs.webkit.org/show_bug.cgi?id=88850
1380
1381 Reviewed by Alexis Menard.
1382
1383 Enabled it by default on CMake ports like in other ports.
1384 This patch is a follow up to r120029.
1385
1386 * Source/cmake/WebKitFeatures.cmake:
1387 * Source/cmakeconfig.h.cmake:
1388
kaustubh@motorola.com479cf832012-06-12 10:47:39 +000013892012-06-11 Kaustubh Atrawalkar <kaustubh@motorola.com>
1390
1391 [DRT] LTC:: counterValueForElementById() could be moved to Internals.
1392 https://bugs.webkit.org/show_bug.cgi?id=84406
1393
1394 Reviewed by Hajime Morita.
1395
1396 Exporting Internals::counterValueForElement symbols for the Gtk build.
1397
1398 * Source/autotools/symbols.filter:
1399
alexis.menard@openbossa.org91279ad2012-06-12 02:21:42 +000014002012-06-11 Alexis Menard <alexis.menard@openbossa.org>
1401
1402 [CSS3 Backgrounds and Borders] Protect box-decoration-break behind a feature flag.
1403 https://bugs.webkit.org/show_bug.cgi?id=88804
1404
1405 Reviewed by Tony Chang.
1406
1407 Protect box-decoration-break behind a feature flag enabled by default.
1408
1409 * configure.ac:
1410
commit-queue@webkit.orgb12c4b92012-06-11 22:16:11 +000014112012-06-11 Arnaud Renevier <arno@renevier.net>
1412
1413 Replace obsolete mkdir_p variable with MKDIR_P
1414 https://bugs.webkit.org/show_bug.cgi?id=88790
1415
1416 Reviewed by Martin Robinson.
1417
1418 * GNUmakefile.am:
1419 * configure.ac:
1420
carlosgc@webkit.orgf4fbe002012-06-11 15:31:19 +000014212012-06-11 Carlos Garcia Campos <cgarcia@igalia.com>
1422
1423 Unreviewed. Fix make distcheck issues.
1424
1425 * GNUmakefile.am: Initialize jscore nosource variables.
1426
darin@apple.com7a26ab32012-06-10 17:15:55 +000014272012-06-10 Darin Adler <darin@apple.com>
1428
1429 Remove unneeded callRemovedLastRef function from TreeShared refactoring
1430 https://bugs.webkit.org/show_bug.cgi?id=88653
1431
1432 Reviewed by Sam Weinig.
1433
1434 * Source/autotools/symbols.filter: Filter removedLastRef instead of
1435 callRemovedLastRef.
1436
commit-queue@webkit.org5deb7492012-06-09 09:05:22 +000014372012-06-09 Sukolsak Sakshuwong <sukolsak@google.com>
1438
1439 Add UNDO_MANAGER flag
1440 https://bugs.webkit.org/show_bug.cgi?id=87908
1441
1442 Reviewed by Tony Chang.
1443
1444 * Source/cmake/WebKitFeatures.cmake:
1445
mrobinson@webkit.org940af952012-06-08 22:24:55 +000014462012-06-08 Martin Robinson <mrobinson@igalia.com>
1447
mrobinson@webkit.org214e0b82012-06-08 23:13:35 +00001448 Fix the GTK+ build when OpenGL is enabled.
1449
1450 * configure.ac: Fix the build.
1451
14522012-06-08 Martin Robinson <mrobinson@igalia.com>
1453
mrobinson@webkit.org940af952012-06-08 22:24:55 +00001454 [GTK] build accelerated compositing on by default if OpenGL is present
1455 https://bugs.webkit.org/show_bug.cgi?id=88677
1456
1457 Reviewed by Alejandro G. Castro.
1458
1459 Build accelerated compositing by default if OpenGL is present, just like WebGL.
1460 Also prevent enabling WebGL if Clutter is turned on.
1461
1462 * configure.ac: Build AC by default.
1463
carlosgc@webkit.org6ea8d202012-06-08 16:37:48 +000014642012-06-08 Carlos Garcia Campos <cgarcia@igalia.com>
1465
1466 [GTK] Add API to get the library version to WebKit2 GTK+
1467 https://bugs.webkit.org/show_bug.cgi?id=88426
1468
1469 Reviewed by Martin Robinson.
1470
1471 * configure.ac: Generate WebKitVersion.h from WebKitVersion.h.in
1472 file.
1473
commit-queue@webkit.org033422c2012-06-08 15:23:12 +000014742012-06-08 Ion Rosca <rosca@adobe.com>
1475
1476 Some overlay scrollbar API calls in ScrollAnimatorMac can lead to an assertion in RenderBox::mapAbsoluteToLocalPoint
1477 https://bugs.webkit.org/show_bug.cgi?id=74111
1478
1479 Reviewed by Simon Fraser.
1480
1481 * ManualTests/scrollbar-crash-on-hide-scrolled-area.html: Added.
1482
haraken@chromium.orgbba7c9c2012-06-08 06:28:12 +000014832012-06-07 Kentaro Hara <haraken@chromium.org>
1484
1485 Reduce Node object size from 72 byte to 64 byte
1486 https://bugs.webkit.org/show_bug.cgi?id=88528
1487
1488 Reviewed by Ryosuke Niwa.
1489
1490 Added a symbol for callRemovedLastRef().
1491
1492 * Source/autotools/symbols.filter:
1493
paroga@webkit.org40935152012-06-07 23:18:38 +000014942012-06-07 Patrick Gansterer <paroga@webkit.org>
1495
1496 Build fix for WinCE after r113570.
1497
1498 * Source/cmake/OptionsWinCE.cmake:
1499
abarth@webkit.org9a476fa2012-06-07 21:21:31 +000015002012-06-07 Adam Barth <abarth@webkit.org>
1501
1502 Settings::defaultDeviceScaleFactor is redundant with Page::deviceScaleFactor
1503 https://bugs.webkit.org/show_bug.cgi?id=88375
1504
1505 Reviewed by James Robinson.
1506
1507 This symbol no longer exists.
1508
1509 * Source/autotools/symbols.filter:
1510
ddkilzer@apple.com19f61db2012-06-06 21:19:38 +000015112012-06-06 David Kilzer <ddkilzer@apple.com>
1512
1513 Teach git about localizable *.strings files
1514 <http://webkit.org/b/88447>
1515
1516 Reviewed by Adam Roben.
1517
1518 * .gitattributes: Set diff attribute for *.strings files so
1519 git-diff doesn't complain about them being binary files once the
1520 git-config command is run.
1521
wingo@igalia.com4990fe82012-06-06 16:00:38 +000015222012-06-06 Andy Wingo <wingo@igalia.com>
1523
1524 [GTK] Enable the LLInt
1525 https://bugs.webkit.org/show_bug.cgi?id=88315
1526
1527 Reviewed by Filip Pizlo.
1528
1529 * configure.ac: Require Ruby, to build the low-level interpreter.
1530
loislo@chromium.org227483d2012-06-06 11:27:56 +000015312012-06-06 Sam D <dsam2912@gmail.com>
1532
1533 Web Inspector: Option for selecting/deselecting all breakpoints in breakpoint pane
1534 https://bugs.webkit.org/show_bug.cgi?id=87644
1535
1536 Reviewed by Pavel Feldman.
1537
1538 Added an option to enable/disable all breakpoints in Breakpoint pane.
1539
1540 * Source/WebCore/English.lproj/localizedStrings.js:
1541 * Source/WebCore/inspector/front-end/BreakpointManager.js:
1542 (WebInspector.BreakpointManager.prototype.enableAllBreakpoints):
1543 (WebInspector.BreakpointManager.prototype.disableAllBreakpoints):
1544 * Source/WebCore/inspector/front-end/BreakpointsSidebarPane.js:
1545 (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu.enabledBreakpointCount):
1546 (WebInspector.JavaScriptBreakpointsSidebarPane.prototype._breakpointContextMenu):
1547
commit-queue@webkit.org4b6f5b32012-06-06 05:19:18 +000015482012-06-05 Danilo Cesar Lemes de Paula <danilo.cesar@collabora.co.uk>
1549
1550 [GTK] show the feature list in alphabetical order
1551 https://bugs.webkit.org/show_bug.cgi?id=88343
1552
1553 Reviewed by Gustavo Noronha Silva.
1554
1555 * configure.ac:
1556
commit-queue@webkit.org3401b2d2012-06-05 11:32:22 +000015572012-06-05 Dongwoo Im <dw.im@samsung.com>
1558
1559 Add 'isProtocolHandlerRegistered' and 'unregisterProtocolHandler'.
1560 https://bugs.webkit.org/show_bug.cgi?id=73176
1561
1562 Reviewed by Adam Barth.
1563
1564 Two more APIs are added in Custom Scheme Handler specification.
1565 http://dev.w3.org/html5/spec/Overview.html#custom-handlers
1566 One is 'isProtocolHandlerRegistered' to query whether the specific URL
1567 is registered or not.
1568 The other is 'unregisterProtocolHandler' to remove the registered URL.
1569
1570 * Source/cmake/WebKitFeatures.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
1571 * Source/cmakeconfig.h.cmake: Add a macro 'ENABLE_CUSTOM_SCHEME_HANDLER'.
1572
commit-queue@webkit.org38d67852012-06-05 03:01:18 +000015732012-06-04 Hugo Parente Lima <hugo.lima@openbossa.org>
1574
1575 Turn LEGACY_VIEWPORT_ADAPTION USE flag into an ENABLE flag.
1576 https://bugs.webkit.org/show_bug.cgi?id=88243
1577
1578 Reviewed by Adam Barth.
1579
1580 * Source/cmake/WebKitFeatures.cmake:
1581
commit-queue@webkit.org14c5bee2012-06-04 20:11:36 +000015822012-06-04 Sadrul Habib Chowdhury <sadrul@chromium.org>
1583
1584 [chromium] Fix software rendering for device-scale-factor > 1
1585 https://bugs.webkit.org/show_bug.cgi?id=88136
1586
1587 Reviewed by Darin Fisher.
1588
1589 Export WebCore::Page::setDeviceScaleFactor and WebCore::Settings::setDefaultDeviceScaleFactor.
1590
1591 * Source/autotools/symbols.filter:
1592
commit-queue@webkit.org2c5253a2012-06-04 19:52:05 +000015932012-06-04 Kevin Greer <kgr@chromium.org>
1594
1595 [chromium] Issue async events for console.time/timeEnd
1596 https://bugs.webkit.org/show_bug.cgi?id=88003
1597
1598 Reviewed by Pavel Feldman.
1599
1600 * ../../Source/WebCore/page/Console.cpp:
1601
carlosgc@webkit.org380b0e12012-06-04 11:00:09 +000016022012-06-04 Carlos Garcia Campos <cgarcia@igalia.com>
1603
1604 Unreviewed. Update NEWS and configure.ac for 1.9.3 release
1605
1606 * configure.ac: Bump version number.
1607
kevino@webkit.orgf2b0e142012-06-02 18:54:52 +000016082012-06-02 Kevin Ollivier <kevino@theolliviers.com>
1609
1610 [wx] Unreviewed build fix. Temporarily disable DerivedSources cleanup on Windows.
1611
1612 * wscript:
1613
hausmann@webkit.org56ac0762012-06-01 20:00:43 +000016142012-06-01 Simon Hausmann <simon.hausmann@nokia.com>
1615
1616 [Qt] Use -Werror only in developer builds
1617
1618 Rubber-stamped by Tor Arne Vestbø.
1619
1620 In production builds -Werror with custom toolchains and wierd system
1621 headers, -Werror is of no use and just creates confusion. So use it
1622 only if Qt is configured with -developer-build.
1623
1624 * Source/api.pri: qt_developer_build determination moved to default_pre.prf
1625
caio.oliveira@openbossa.org8bbea2e2012-06-01 19:57:46 +000016262012-06-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
1627
1628 [Qt] Move QObject bridge related tests from tst_qwebframe to tst_qobjectbridge
1629 https://bugs.webkit.org/show_bug.cgi?id=88117
1630
1631 Reviewed by Noam Rosenthal.
1632
1633 * Source/tests.pri: Add new entry for tst_qobjectbridge.
1634
commit-queue@webkit.orgdc1f1da2012-06-01 16:35:49 +000016352012-06-01 Christophe Dumez <christophe.dumez@intel.com>
1636
1637 [EFL] EFL port does not enable WEB_INTENTS_TAG flag
1638 https://bugs.webkit.org/show_bug.cgi?id=86866
1639
1640 Reviewed by Adam Barth.
1641
1642 Enable WEB_INTENTS_TAG flag by default on EFL port.
1643
1644 * Source/cmake/OptionsEfl.cmake:
1645 * Source/cmake/WebKitFeatures.cmake:
1646 * Source/cmakeconfig.h.cmake:
1647
commit-queue@webkit.org82912a92012-05-31 14:47:30 +000016482012-05-31 Christophe Dumez <christophe.dumez@intel.com>
1649
1650 [EFL] Enable CSS_IMAGE_SET flag
1651 https://bugs.webkit.org/show_bug.cgi?id=87727
1652
1653 Reviewed by Adam Roben.
1654
1655 Add CSS_IMAGE_SET flag to CMake and enable it by default on EFL port.
1656
1657 * Source/cmake/OptionsEfl.cmake:
1658 * Source/cmake/WebKitFeatures.cmake:
1659 * Source/cmakeconfig.h.cmake:
1660
kevino@webkit.org3e068132012-05-30 21:05:29 +000016612012-05-30 Kevin Ollivier <kevino@theolliviers.com>
1662
1663 [wx] Unreviewed build fix. Add needed file back to the wx build.
1664
1665 * wscript:
1666
ryuan.choi@samsung.come9e65c22012-05-30 12:12:23 +000016672012-05-30 Mariusz Grzegorczyk <mariusz.g@samsung.com>, Ryuan Choi <ryuan.choi@samsung.com>
1668
1669 [EFL][WK2] Fix WebKit2-EFL build
1670 https://bugs.webkit.org/show_bug.cgi?id=83693
1671
1672 Reviewed by Carlos Garcia Campos.
1673
1674 * Source/cmake/OptionsEfl.cmake: Define BUILDING_SOUP__ to build WebKit2/Efl.
1675
commit-queue@webkit.org54f7a012012-05-30 03:51:23 +000016762012-05-29 Jonathan Dong <jonathan.dong@torchmobile.com.cn>
1677
1678 [BlackBerry] Loading media data with http authentication
1679 https://bugs.webkit.org/show_bug.cgi?id=84214
1680
1681 Reviewed by George Staikos.
1682
1683 Added a manual test case which needs user to provide a HTTP server
1684 with HTTP authentication support when loading the specified media
1685 resource. The test case will test if the media resource is successfully
1686 loaded.
1687
1688 * ManualTests/blackberry/video-load-with-authentication.html: Added.
1689
simon.fraser@apple.com9d127902012-05-29 20:49:15 +000016902012-05-29 Simon Fraser <simon.fraser@apple.com>
1691
1692 Incomplete repaint on twitter.com when replying to a tweet
1693 https://bugs.webkit.org/show_bug.cgi?id=87553
1694
1695 Reviewed by Dean Jackson.
1696
1697 Manual test that adds a transform to a layer, forcing that
1698 layer to gain backing store.
1699
1700 * ManualTests/compositing/requires-backing-change.html: Added.
1701
commit-queue@webkit.orgd5058402012-05-29 14:44:38 +000017022012-05-29 David Barr <davidbarr@chromium.org>
1703
1704 Introduce ENABLE_CSS_IMAGE_RESOLUTION compile flag
1705 https://bugs.webkit.org/show_bug.cgi?id=87685
1706
1707 Reviewed by Eric Seidel.
1708
1709 Add a configuration option for CSS image-resolution support, disabling it by default.
1710
1711 * Source/cmake/WebKitFeatures.cmake:
1712 * Source/cmakeconfig.h.cmake:
1713
jesus@webkit.org51166e12012-05-28 20:00:49 +000017142012-05-25 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
1715
1716 WebKitTestRunner needs to support layoutTestController.setJavaScriptProfilingEnabled
1717 https://bugs.webkit.org/show_bug.cgi?id=42328
1718
1719 Reviewed by Eric Seidel.
1720
1721 * Source/autotools/symbols.filter: Added needed symbols for GTK build.
1722
gyuyoung.kim@samsung.com741d3552012-05-28 09:05:52 +000017232012-05-28 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1724
1725 Move allowRoundingHacks to Internals interface
1726 https://bugs.webkit.org/show_bug.cgi?id=87328
1727
1728 Reviewed by Hajime Morita.
1729
1730 * Source/autotools/symbols.filter: Add allowRoundingHacks symbol filter.
1731
commit-queue@webkit.org07ecccc2012-05-28 05:00:28 +000017322012-05-27 Sudarsana Nagineni <sudarsana.nagineni@linux.intel.com>
1733
1734 [EFL] Enable blob support for the EFL port
1735 https://bugs.webkit.org/show_bug.cgi?id=85363
1736
1737 Reviewed by Hajime Morita.
1738
1739 Enable Blob support by default for the EFL port.
1740
1741 * Source/cmake/OptionsEfl.cmake:
1742
rakuco@webkit.org1bc22102012-05-28 01:56:44 +000017432012-05-27 Raphael Kubo da Costa <rakuco@webkit.org>
1744
1745 [CMake] Make WEBKIT_SET_EXTRA_COMPILER_FLAGS work with clang.
1746 https://bugs.webkit.org/show_bug.cgi?id=87597
1747
1748 Reviewed by Daniel Bates.
1749
1750 Building with clang requires at least the -fPIC option being
1751 passed correctly, just like it is needed with gcc. clang is also
1752 compatible with most of gcc's compiler options, so we only need to
1753 check for clang besides g++ in the macro definition.
1754
1755 * Source/cmake/WebKitHelpers.cmake: Check for "Clang" and use
1756 CMAKE_COMPILER_IS_GNUCXX for the previous check, as it is shorter
1757 and achieves the same effect.
1758
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +000017592012-05-25 Zan Dobersek <zandobersek@gmail.com>
1760
zandobersek@gmail.comb8b19832012-05-25 19:40:04 +00001761 configure.ac has duplicated AC_MSG_RESULT([$enable_sandbox]) and nothing for seamless iframes
1762 https://bugs.webkit.org/show_bug.cgi?id=87453
1763
1764 Reviewed by Eric Seidel.
1765
1766 Report the value of $enable_iframe_seamless rather than $enable_sandbox
1767 after checking whether to enable the iframe seamless option.
1768
1769 * configure.ac:
1770
17712012-05-25 Zan Dobersek <zandobersek@gmail.com>
1772
zandobersek@gmail.com3f8e9712012-05-25 18:36:13 +00001773 [Gtk] Remove configuration options that do not apply anymore
1774 https://bugs.webkit.org/show_bug.cgi?id=87509
1775
1776 Reviewed by Martin Robinson.
1777
1778 Remove configuration options for enabling or disabling HTML5 datagrid,
1779 DOM storage, image resizer API and sandboxed iframe support. These
1780 features were either turned on by default with the feature defines
1781 removed from the code or removed from the source.
1782
1783 * configure.ac:
1784
commit-queue@webkit.org6e502412012-05-25 12:18:04 +000017852012-05-25 Zalan Bujtas <zbujtas@gmail.com>
1786
1787 [Qt] Broken controls rendering when transform is applied.
1788 https://bugs.webkit.org/show_bug.cgi?id=87483
1789
1790 Reviewed by Simon Hausmann.
1791
1792 * ManualTests/qt/control_paiting_with_transforms.html: Added.
1793
timothy_horton@apple.com3f03ac12012-05-25 06:53:27 +000017942012-05-24 Tim Horton <timothy_horton@apple.com>
1795
1796 Add feature defines for web-facing parts of CSS Regions and Exclusions
1797 https://bugs.webkit.org/show_bug.cgi?id=87442
1798 <rdar://problem/10887709>
1799
1800 Reviewed by Dan Bernstein.
1801
1802 * configure.ac:
1803
tkent@chromium.org9da8b8c2012-05-25 06:50:38 +000018042012-05-24 Kent Tamura <tkent@chromium.org>
1805
1806 PAGE_POPUP: window.setValueAndClosePopup should be moved to a
1807 per-context property of DOMWindow.
1808 https://bugs.webkit.org/show_bug.cgi?id=87086
1809
1810 Reviewed by Adam Barth.
1811
1812 * ManualTests/forms/calendar-picker.html:
1813 Introduce pseudo window.pagePopupController.
1814
commit-queue@webkit.org6d0c3bc2012-05-25 04:00:42 +000018152012-05-24 Philippe Normand <pnormand@igalia.com>
1816
1817 [GTK] Add --enable-css3-flexbox configure option after r118304.
1818 https://bugs.webkit.org/show_bug.cgi?id=87455
1819
1820 Reviewed by Xan Lopez.
1821
1822 * configure.ac:
1823
commit-queue@webkit.org2c8bcde2012-05-24 20:01:53 +000018242012-05-24 John Mellor <johnme@chromium.org>
1825
1826 Font Boosting: Add compile flag and runtime setting
1827 https://bugs.webkit.org/show_bug.cgi?id=87394
1828
1829 Reviewed by Adam Barth.
1830
1831 Add ENABLE_FONT_BOOSTING.
1832
1833 * configure.ac:
1834
rakuco@webkit.org4882cf92012-05-24 02:43:51 +000018352012-05-23 Raphael Kubo da Costa <rakuco@webkit.org>
1836
1837 [CMake] Unreviewed, add ENABLE_CSS3_FLEXBOX after r118304.
1838
1839 * Source/cmake/WebKitFeatures.cmake:
1840 * Source/cmakeconfig.h.cmake:
1841
commit-queue@webkit.orgbc19f902012-05-23 17:46:30 +000018422012-05-23 Xiaobo Wang <xbwang@torchmobile.com.cn>
1843
1844 [BlackBerry] Reset JS state for each test
1845 https://bugs.webkit.org/show_bug.cgi?id=86899
1846
1847 Reviewed by Nikolas Zimmermann.
1848
1849 * DumpRenderTree/blackberry/DumpRenderTree.cpp:
1850 (BlackBerry::WebKit::DumpRenderTree::resetToConsistentStateBeforeTesting):
1851
commit-queue@webkit.orge49ac252012-05-23 05:24:02 +000018522012-05-22 Dongwoo Im <dw.im@samsung.com>
1853
1854 [EFL] Implements the registerProtocolHandler method and option.
1855 https://bugs.webkit.org/show_bug.cgi?id=73638
1856
1857 Reviewed by Andreas Kling.
1858
1859 The registerProtocolHandler() method allows Web sites to register themselves
1860 as possible handlers for particular schemes.
1861
1862 http://dev.w3.org/html5/spec/Overview.html#dom-navigator-registerprotocolhandler
1863
1864 * Source/cmake/OptionsEfl.cmake: Adds the build option.
1865 * Source/cmakeconfig.h.cmake: Adds the build option.
1866
commit-queue@webkit.org0db5ac72012-05-23 02:37:31 +000018672012-05-22 Kangil Han <kangil.han@samsung.com>
1868
1869 [EFL][DRT] Implement touch event
1870 https://bugs.webkit.org/show_bug.cgi?id=86720
1871
1872 Reviewed by Hajime Morita.
1873
1874 Currently EFL DRT doesn't support touch event.
1875 Therefore, this patch enabled it and implemented some eventSender function callbacks.
1876
1877 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check.
1878 * Source/cmake/OptionsEfl.cmake: Enable touch event option.
1879
simon.fraser@apple.com9bd2c702012-05-22 20:37:14 +00001880== Rolled over to ChangeLog-2012-05-22 ==