1 2013-01-28 Renata Hodovan <reni@webkit.org>
3 [WK2] Putting QtWebProcess into a chrooted sandbox
4 https://bugs.webkit.org/show_bug.cgi?id=90005
6 Reviewed by Anders Carlsson and Zoltan Herczeg.
8 Make it possible to build WebKit2 with SandboxProcess.
10 * Source/QtWebKit.pro:
12 2013-01-27 David Farler <dfarler@apple.com>
14 REGRESSION (r140912): Broke specifying non-trivial ARCHS value to make / build-webkit
15 https://bugs.webkit.org/show_bug.cgi?id=108028
17 Reviewed by Dan Bernstein.
20 * Makefile.shared: Reverted.
21 * Source/Makefile: Reverted.
23 2013-01-26 David Farler <dfarler@apple.com>
25 Allow building with arbitrary SDK and ARCHS with make + Xcode
26 https://bugs.webkit.org/show_bug.cgi?id=107863
28 Reviewed by David Kilzer.
31 Removed references to legacy Xcode configurations.
33 Added default ARCHS + SDK settings and parameterized xcodebuild calls.
35 iOS does not build WebKit2.
37 2013-01-25 Jussi Kukkonen <jussi.kukkonen@intel.com>
39 [CMake][EFL] Build ThirdParty/leveldb when IndexedDB is enabled
40 https://bugs.webkit.org/show_bug.cgi?id=106443
42 Reviewed by Laszlo Gombos.
44 LevelDB is now included in ThirdParty. Use it when IndexDB is
47 * Source/cmake/OptionsEfl.cmake:
48 Set WTF_USE_LEVELDB when IndexedDB is enabled
50 2013-01-24 Keishi Hattori <keishi@webkit.org>
52 Adjust design of the Calendar Picker
53 https://bugs.webkit.org/show_bug.cgi?id=107507
55 Reviewed by Kent Tamura.
57 * ManualTests/forms/calendar-picker.html: Use pickerCommonChromium.css and calendarPickerChromium.css.
59 2013-01-24 Soo-Hyun Choi <s.choi@hackerslab.eu>
61 [CMake] Remove the definition of WTF_PLATFORM_WIN from the build system
62 https://bugs.webkit.org/show_bug.cgi?id=101635
64 Reviewed by Laszlo Gombos.
66 WTF_PLATFORM_WIN defined twice: Source/cmake/OptionsWindows.cmake and in
67 Source/WTF/wtf/Platform.h.
68 It would be more future-proof to have it only defined in common C++ code in
71 * Source/cmake/OptionsWindows.cmake:
73 2013-01-23 Zan Dobersek <zdobersek@igalia.com>
77 Speculative build fix for the GTK port after 140539.
79 * Source/autotools/symbols.filter:
81 2013-01-22 Gustavo Noronha Silva <gns@gnome.org>
83 [GTK] Debug build failure on x86-64
84 https://bugs.webkit.org/show_bug.cgi?id=107400
86 Reviewed by Xan Lopez.
88 * configure.ac: use thin archives for convenience libraries, if AR_FLAGS was not
89 overriden through the environment variable.
91 2013-01-22 Zan Dobersek <zdobersek@igalia.com>
93 [Autotools] Remove the Canvas Path configuration option
94 https://bugs.webkit.org/show_bug.cgi?id=107537
96 Reviewed by Martin Robinson.
98 * configure.ac: Remove the configuration option for the Canvas Path
99 feature as this is not in line with the new guidelines about feature
100 enablement in the autotools build system.
102 2013-01-22 Zan Dobersek <zdobersek@igalia.com>
104 [Autotools] Place a warning in configure.ac about adding new configuration options
105 https://bugs.webkit.org/show_bug.cgi?id=107559
107 Reviewed by Martin Robinson.
109 * configure.ac: Add an eye-catching section explaining that changes in this file might
110 not be necessary at all and a link pointing to the guidelines on the Trac wiki.
112 2013-01-21 Dirk Schulze <dschulze@adobe.com>
114 Add build flag for Canvas's Path object (disabled by default)
115 https://bugs.webkit.org/show_bug.cgi?id=107473
117 Reviewed by Dean Jackson.
119 Add CANVAS_PATH build flag to build systems.
121 * Source/cmake/WebKitFeatures.cmake:
122 * Source/cmakeconfig.h.cmake:
125 2013-01-19 Ryosuke Niwa <rniwa@webkit.org>
127 Delete webkit-perf.appspot.com code from WebKit repository
128 https://bugs.webkit.org/show_bug.cgi?id=107390
130 Reviewed by Adam Barth.
132 Delete webkit-perf.appspot.com code from WebKit repository since I maintain
133 and push the code via https://github.com/rniwa/webkit-perf now.
135 * Websites/webkit-perf.appspot.com: Removed.
137 2013-01-19 Philip Rogers <pdr@google.com>
139 Merge SVGStylable into SVGStyledElement
140 https://bugs.webkit.org/show_bug.cgi?id=106877
142 Reviewed by Dirk Schulze.
144 SVG2 changes element inheritance so all SVGElements are stylable. As a first-step towards a
145 cleaner class hierarchy, this patch moves SVGStylable into SVGStyledElement.
149 2013-01-18 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
151 [CMake] Fix CMake warnings
152 https://bugs.webkit.org/show_bug.cgi?id=107290
154 Reviewed by Laszlo Gombos.
156 Add missing WebKit options to CMake features list.
158 * Source/cmake/WebKitFeatures.cmake:
159 * Source/cmakeconfig.h.cmake:
161 2013-01-18 Sheriff Bot <webkit.review.bot@gmail.com>
163 Unreviewed, rolling out r140005.
164 http://trac.webkit.org/changeset/140005
165 https://bugs.webkit.org/show_bug.cgi?id=107235
167 broke downstream Chromium interactive_ui_tests (Requested by
168 dominicc on #webkit).
170 * Source/autotools/symbols.filter:
172 2013-01-17 Martin Robinson <mrobinson@igalia.com>
174 [GTK] Build with LevelDB when IndexedDB is enabled
175 https://bugs.webkit.org/show_bug.cgi?id=103220
177 Reviewed by Gustavo Noronha Silva.
179 * configure.ac: Detect whether the IndexedDatabase feature is enabled. We cannot
180 use the typical approach for feature detection since we need to adjust the automake
181 file output based on whether or not IndexedDatabase is enabled.
183 2013-01-17 Nate Chapin <japhet@chromium.org>
185 Enable reuse of cached main resources
186 https://bugs.webkit.org/show_bug.cgi?id=105667
188 Reviewed by Antti Koivisto.
190 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
192 2013-01-17 Seokju Kwon <seokju.kwon@gmail.com>
194 [EFL][CMAKE] Compress resource files of inspector
195 https://bugs.webkit.org/show_bug.cgi?id=106210
197 Reviewed by Gyuyoung Kim.
199 Add compressing JavaScript
200 for smaller package and faster connection of remote web inspector.
202 * Source/PlatformEfl.cmake:
204 2013-01-16 Hugo Parente Lima <hugo.lima@openbossa.org>
206 [CMake] Report actual values for feature configuration (instead of the default)
207 https://bugs.webkit.org/show_bug.cgi?id=107010
209 Reviewed by Laszlo Gombos.
211 * Source/cmake/WebKitFeatures.cmake:
213 2013-01-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
215 [EFL] Move 'DefaultTheme' folder to WebCore/platform/efl
216 https://bugs.webkit.org/show_bug.cgi?id=106969
218 Reviewed by Benjamin Poulain.
220 * Source/PlatformEfl.cmake: Change DefaultTheme path.
221 * Source/cmake/OptionsEfl.cmake: ditto.
223 2013-01-15 Alberto Garcia <agarcia@igalia.com>
225 Fix typos in WebKitFeatures.cmake
226 https://bugs.webkit.org/show_bug.cgi?id=106952
228 Reviewed by Martin Robinson.
230 * Source/cmake/WebKitFeatures.cmake:
231 Replace "Toogle" with "Toggle".
233 2013-01-15 Zan Dobersek <zandobersek@gmail.com>
235 [Autotools] Add support for WebKit2-only builds
236 https://bugs.webkit.org/show_bug.cgi?id=106889
238 Reviewed by Gustavo Noronha Silva.
240 * GNUmakefile.am: Only copy the WebKit1 documentation into the destination
241 directory if building WebKit1.
242 * configure.ac: Add a configuration option for disabling the WebKit1 build.
243 Only conditionally copy WebKit1-specific targets from the input files. Some
244 small style changes to the WebKit2 configuration flag included as well.
246 2013-01-14 Nate Chapin <japhet@chromium.org>
248 Enable reuse of cached main resources
249 https://bugs.webkit.org/show_bug.cgi?id=105667
251 Reviewed by Antti Koivisto.
253 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
255 2013-01-14 Alexandre Rostovtsev <tetromino@gentoo.org>
257 Do not hardcode -ldl in OPENGL_LIBS
258 https://bugs.webkit.org/show_bug.cgi?id=96602
260 Reviewed by Philippe Normand.
262 Some non-Linux systems, e.g. FreeBSD, have dlopen() as part of their
263 libc, and do not use a separate libdl.
267 2013-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
269 Unreviewed. Update NEWS and configure.ac for 1.11.4 release
271 * configure.ac: Bump version numbers.
273 2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
275 [GTK] Add API to set the web extensions directory to WebKit2 GTK+
276 https://bugs.webkit.org/show_bug.cgi?id=106462
278 Reviewed by Xan Lopez.
280 * Source/autotools/symbols.filter: Update
281 WebGtkExtensionManager::initialize symbol.
283 2013-01-10 Tony Chang <tony@chromium.org>
285 Speed up supplemental dependency computation
286 https://bugs.webkit.org/show_bug.cgi?id=106503
288 Reviewed by Adam Barth.
290 * Source/cmake/WebKitMacros.cmake: Add --idlAttributesFile to the binding generation step in cmake.
292 2013-01-10 Zan Dobersek <zandobersek@gmail.com>
294 [Autotools] Add the AM_WEBKIT_FEATURE_CONDITIONAL macro
295 https://bugs.webkit.org/show_bug.cgi?id=106576
297 Reviewed by Martin Robinson.
299 Replace the AC_CHECK_WEBKIT_FEATURE_ENABLED with the new macro.
300 The former was executing actions based on the passed-in feature being
301 enabled in the (possibly overridden) GNUmakefile.features.am, the actions
302 usually affecting the Automake conditional value that was set up afterwards.
303 The new macro does this directly, setting up an Automake conditional of the
304 same name as the feature that was checked.
306 * Source/autotools/webkitfeature.m4:
308 2013-01-10 Zan Dobersek <zandobersek@gmail.com>
310 Remove the ENABLE_ANIMATION_API feature define occurences
311 https://bugs.webkit.org/show_bug.cgi?id=106544
313 Reviewed by Simon Fraser.
315 The Animation API code was removed in r137243. The ENABLE_ANIMATION_API
316 feature define handling still lingers in various build systems and configurations
317 but is of no use, so it should be removed.
319 * Source/cmake/OptionsBlackBerry.cmake:
320 * Source/cmake/OptionsEfl.cmake:
321 * Source/cmake/WebKitFeatures.cmake:
322 * Source/cmakeconfig.h.cmake:
324 2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
326 [GTK] Add support for loading web process extensions
327 https://bugs.webkit.org/show_bug.cgi?id=105631
329 Reviewed by Gustavo Noronha Silva.
331 * GNUmakefile.am: Add webkit2_web_extension_h_api.
332 * Source/autotools/symbols.filter: Export WebGtkExtensionManager
333 symbols required by the injected bundle lib.
335 2013-01-10 Christophe Dumez <christophe.dumez@intel.com>
337 [EFL] Add gstreamer 1.0.5 to jhbuild
338 https://bugs.webkit.org/show_bug.cgi?id=106178
340 Reviewed by Laszlo Gombos.
342 Update EFL CMake configuration to require gstreamer
345 * Source/cmake/FindGStreamer.cmake:
346 * Source/cmake/OptionsEfl.cmake:
348 2013-01-09 Hajime Morrita <morrita@google.com>
350 [Shadow DOM] Distribution related code on ElementShadow should be minimized.
351 https://bugs.webkit.org/show_bug.cgi?id=106294
353 Reviewed by Dimitri Glazkov.
355 * Source/autotools/symbols.filter:
357 2013-01-08 Zan Dobersek <zandobersek@gmail.com>
359 Add an Autoconf macro that checks whether a given feature is enabled
360 https://bugs.webkit.org/show_bug.cgi?id=106380
362 Reviewed by Martin Robinson.
364 Add the AC_CHECK_WEBKIT_FEATURE_ENABLED macro. It checks the generated
365 Source/WebCore/GNUmakefile.features.am file to determine whether the
366 given feature is enabled or disabled in the build that's being configured.
368 * Source/autotools/webkitfeature.m4: Added.
370 2013-01-08 Hajime Morrita <morrita@google.com>
372 [Shadow DOM] Distribution related code on ShadowRoot should be minimized.
373 https://bugs.webkit.org/show_bug.cgi?id=106282
375 Reviewed by Dimitri Glazkov.
377 * Source/autotools/symbols.filter:
379 2013-01-03 Sergio Villar Senin <svillar@igalia.com>
381 [GTK] Add WebP image support
382 https://bugs.webkit.org/show_bug.cgi?id=105915
384 Reviewed by Martin Robinson.
386 WebP is from now on a dependency for WebKitGtk+.
388 * configure.ac: added WebP library detection.
390 2013-01-07 Xianzhu Wang <wangxianzhu@chromium.org>
392 Add window.internals.nonFastScrollableRects for testing scrollable areas in fast/slow paths
393 https://bugs.webkit.org/show_bug.cgi?id=105546
395 Reviewed by James Robinson.
397 Export the new symbol.
399 * Source/autotools/symbols.filter:
401 2013-01-04 Adam Klein <adamk@chromium.org>
403 Remove ENABLE_MUTATION_OBSERVERS #define
404 https://bugs.webkit.org/show_bug.cgi?id=105459
406 Reviewed by Ryosuke Niwa.
408 * Source/cmake/WebKitFeatures.cmake:
409 * Source/cmakeconfig.h.cmake:
411 2013-01-04 Zan Dobersek <zandobersek@gmail.com>
413 REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK
414 https://bugs.webkit.org/show_bug.cgi?id=105522
416 Reviewed by Xan Lopez.
418 Remove the configuration flag covering unprefixed CSS transition property names.
419 It does not introduce any dependency. The unprefixed property names should be
420 available by default.
424 2013-01-03 Tony Chang <tony@chromium.org>
426 Generate internal.settings from Settings.in
427 https://bugs.webkit.org/show_bug.cgi?id=104740
429 Reviewed by Adam Barth.
431 * Source/cmake/WebKitMacros.cmake: Specify additional output files from make_settings.pl.
433 2013-01-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
435 [EFL][CMAKE] Remove duplicated conditionals
436 https://bugs.webkit.org/show_bug.cgi?id=105905
438 Reviewed by Laszlo Gombos.
440 * Source/cmake/OptionsEfl.cmake: Remove set(WTF_USE_GLX 1).
442 2013-01-02 Tony Chang <tony@chromium.org>
444 Unreviewed, rolling out r138661.
445 http://trac.webkit.org/changeset/138661
446 https://bugs.webkit.org/show_bug.cgi?id=104740
448 Compile problems on EFL
450 * Source/cmake/WebKitMacros.cmake:
452 2013-01-02 Tony Chang <tony@chromium.org>
454 Generate internal.settings from Settings.in
455 https://bugs.webkit.org/show_bug.cgi?id=104740
457 Reviewed by Adam Barth.
459 * Source/cmake/WebKitMacros.cmake: Specify additional output files from make_settings.pl.
461 2013-01-02 Elliott Sprehn <esprehn@chromium.org>
463 Transitions and animations do not apply to CSS ::before and ::after pseudo-elements
464 https://bugs.webkit.org/show_bug.cgi?id=92591
466 Reviewed by Eric Seidel.
468 Expose Element::pseudoElement for Internals.
470 * Source/autotools/symbols.filter:
472 2013-01-01 KwangYong Choi <ky0.choi@samsung.com>
474 [EFL] Enable MHTML feature
475 https://bugs.webkit.org/show_bug.cgi?id=105815
477 Reviewed by Laszlo Gombos.
479 ENABLE_MHTML is now ON for EFL.
481 * Source/cmake/OptionsEfl.cmake:
483 2012-12-31 Kondapally Kalyan <kalyan.kondapally@intel.com>
485 [EFL][WebGL] Add compile time support for GLES2.
486 https://bugs.webkit.org/show_bug.cgi?id=105816
488 Reviewed by Kenneth Rohde Christiansen.
490 This patch adds build support for GLES2.
491 GLES2 support can be enabled during compile time by passing -DENABLE_GLES2=ON as
492 cmake config parameter. GLES2 options is not enabled by default. This patch doesn't
493 address all the build issues related to GLES2 but only adds the needed support in
496 * Source/cmake/OptionsEfl.cmake:
498 2012-12-31 Carlos Garcia Campos <cgarcia@igalia.com>
500 [GTK] Move ImageDiff to the Tools directory root
501 https://bugs.webkit.org/show_bug.cgi?id=105421
503 Reviewed by Kenneth Rohde Christiansen.
505 * GNUmakefile.am: Remove the old ImageDiff makefile include.
507 2012-12-30 Kondapally Kalyan <kalyan.kondapally@intel.com>
509 [EFL] [WebGL] Rename EGLConfigHelper as EGLConfigSelector.
510 https://bugs.webkit.org/show_bug.cgi?id=105876
512 Reviewed by Kenneth Rohde Christiansen.
514 This is to sync the naming conventions of our classes in both EGL and GLX implementations.
515 In our GLX implementation, class responsible for the same functionality is named as GLXConfigSelector.
516 This patch renames EGLConfigHelper as EGLConfigSelector.
518 * Source/cmake/OptionsEfl.cmake:
520 2012-12-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
522 [EFL] Enable TEMPLATE_ELEMENT feature
523 https://bugs.webkit.org/show_bug.cgi?id=105865
525 Reviewed by Laszlo Gombos.
527 * Source/cmake/OptionsEfl.cmake: Add ENABLE_TEMPLATE_ELEMENT macro.
529 2012-12-27 Kondapally Kalyan <kalyan.kondapally@intel.com>
531 [EFL][WebGL] Implement EGL support with GLX.
532 https://bugs.webkit.org/show_bug.cgi?id=105602
534 Reviewed by Kenneth Rohde Christiansen.
536 Adds support for EGL with GLX backend. EGL support can be enabled during compile time
537 by passing -DENABLE_EGL=ON as cmake config parameter.
539 * Source/cmake/OptionsEfl.cmake:
541 2012-12-24 Kondapally Kalyan <kalyan.kondapally@intel.com>
543 [EFL [WebGL] GLES2 detection is broken.
544 https://bugs.webkit.org/show_bug.cgi?id=105677
546 We use the logic in FindGLES.cmake to detect GLES2 support during compile time.
547 OPENGLES2_FOUND is never set, even though OPENGLES2_INCLUDE_DIR and OPENGLES2_LIBRARY
548 contain right information. The name passed to find_package_handle_standard_args seems to be the issue here.
549 This patch changes the name passed to find_package_handle_standard_args to OPENGLES2.
551 Reviewed by Kenneth Rohde Christiansen.
553 * Source/cmake/FindGLES.cmake:
555 2012-12-20 Martin Robinson <mrobinson@igalia.com>
557 [GTK] Remove plugin process configuration option
558 https://bugs.webkit.org/show_bug.cgi?id=105564
560 Reviewed by Carlos Garcia Campos.
562 Remove the --enable-plugin-process configuration option, opting instead to
563 always build the plugin process when building WebKit2. It isn't very interesting
564 for downstream to enable or disable the plugin process. It should always be
565 enabled for WebKit2 and it's better for us not to have to keep a disabled plugin
566 process building. Additionally, the in-process plugin isn't functional, since
567 plugins depend on GTK+ 2 and WebKit2 depends on GTK+ 3.
569 * configure.ac: Remove the configuration option.
571 2012-12-21 Elliott Sprehn <esprehn@chromium.org>
573 Replace documentFragmentIsShadowRoot with isTreeScope
574 https://bugs.webkit.org/show_bug.cgi?id=105345
576 Reviewed by Dimitri Glazkov.
578 Expose isTreeScope symbol.
580 * Source/autotools/symbols.filter:
582 2012-12-21 Sheriff Bot <webkit.review.bot@gmail.com>
584 Unreviewed, rolling out r138338.
585 http://trac.webkit.org/changeset/138338
586 https://bugs.webkit.org/show_bug.cgi?id=105621
588 speculative rollout because fast/dom/shadow/content-element-
589 distributed-nodes.html is crashing on linux debug. (Requested
590 by loislo on #webkit).
592 * Source/autotools/symbols.filter:
594 2012-12-20 Elliott Sprehn <esprehn@chromium.org>
596 Replace documentFragmentIsShadowRoot with isTreeScope
597 https://bugs.webkit.org/show_bug.cgi?id=105345
599 Reviewed by Dimitri Glazkov.
601 Expose isTreeScope symbol.
603 * Source/autotools/symbols.filter:
605 2012-12-20 Ryuan Choi <ryuan.choi@samsung.com>
607 [EFL] Build break with latest EFL libraries.
608 https://bugs.webkit.org/show_bug.cgi?id=104827
610 Reviewed by Laszlo Gombos.
612 The eo EFL package is introduced and evas and ecore use it since 1.8.
613 While introducing Eo, EFL changed several structures of Evas and Ecore
614 from own specific class to Eo.
616 So, this patch adds FindEo and changes declaration of Evas, Evas_Object,
617 Ecore_Timer to build with latest EFL libraries.
619 * Source/cmake/FindEo.cmake: Added.
620 * Source/cmake/OptionsEfl.cmake:
621 Modified to check Eo when version of EFL libraries is 1.8.
623 2012-12-20 Kondapally Kalyan <kalyan.kondapally@intel.com>
625 [EFL][WebGL][Wk2] Replace HAVE(GLX) checks with USE(GLX).
626 https://bugs.webkit.org/show_bug.cgi?id=105431
628 Reviewed by Kenneth Rohde Christiansen.
630 This patch changes the check HAVE(GLX) to USE(GLX).
631 This would enable us to choose our preferred GL backend during build time.
633 * Source/cmake/OptionsEfl.cmake:
635 2012-12-20 Zan Dobersek <zandobersek@gmail.com>
637 [GTK] Remove the --enable-unstable-features configuration option
638 https://bugs.webkit.org/show_bug.cgi?id=105327
640 Reviewed by Martin Robinson.
642 Remove the unnecessary feature_defines_unstable variable.
643 Remove the unstable-features configuration option.
648 2012-12-20 Dominik Röttsches <dominik.rottsches@intel.com>
650 [EFL] MiniBrowser does not play Infinite Gangnam Style
651 https://bugs.webkit.org/show_bug.cgi?id=103531
653 Reviewed by Kenneth Rohde Christiansen.
655 WebAudio now switched to ON for EFL.
657 * Source/cmake/OptionsEfl.cmake:
659 2012-12-19 Yael Aharon <yael.aharon@intel.com>
661 [EFL] Allow the build system to find OpenGL ES
662 https://bugs.webkit.org/show_bug.cgi?id=104760
664 Reviewed by Laszlo Gombos.
666 Add a way to find if GLESv2 is supported by the build system.
667 Support for GLESv2 will be added separately.
669 * Source/cmake/FindGLES.cmake: Added.
671 2012-12-19 Alexis Menard <alexis@webkit.org>
673 Implement CSS parsing for CSS transitions unprefixed.
674 https://bugs.webkit.org/show_bug.cgi?id=104804
676 Reviewed by Dean Jackson.
678 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
679 to cover the work of unprefixing Transforms, Animations and
680 Transitions. It will let the possibility of each ports to turn it off
681 in their release branches until we're confident that these CSS
682 properties are ready to be unprefixed.
684 * Source/cmake/WebKitFeatures.cmake:
685 * Source/cmakeconfig.h.cmake:
688 2012-12-18 Ming Xie <mxie@rim.com>
690 [BlackBerry] Add -fno-exceptions to CXX_FLAGS
691 https://bugs.webkit.org/show_bug.cgi?id=105306
693 Reviewed by Rob Buis.
695 Disable exception handling. We don't have any try or catch
696 constructs in our code.
698 * Source/cmake/OptionsBlackBerry.cmake:
700 2012-12-18 Kondapally Kalyan <kalyan.kondapally@intel.com>
702 [EFL] Allow the build system to detect EGL support.
703 https://bugs.webkit.org/show_bug.cgi?id=105287
705 Reviewed by Laszlo Gombos.
707 Currently, we don't have any way to determine if EGL is supported by the build.
708 This patch adds support for this. The patch doesn't make any changes to take this into
709 use. This will be done in another patch.
711 * Source/cmake/FindEGL.cmake:
713 2012-12-17 Halton Huo <halton.huo@intel.com>
715 [EFL] Add ecore_imf_evas to FindEcore.cmake
716 https://bugs.webkit.org/show_bug.cgi?id=105159
718 Reviewed by Laszlo Gombos.
720 ecore_imf_evas is a separate library, we should add for EFL port as well.
722 * Source/cmake/FindEcore.cmake: Add finding FIND_EFL_LIBRARY for ecore_imf_evas
724 2012-12-17 Kenneth Rohde Christiansen <kenneth@webkit.org>
726 Add manual test to verify that geometry methods (moveTo, etc) work
727 https://bugs.webkit.org/show_bug.cgi?id=105160
729 Reviewed by Alexis Menard.
731 * ManualTests/window-geometry.html: Added.
733 2012-12-16 ChangSeok Oh <shivamidow@gmail.com>
735 [GTK][AC] Build failure with an option --with-acceleration-backend=clutter
736 https://bugs.webkit.org/show_bug.cgi?id=105027
738 Reviewed by Gustavo Noronha Silva.
740 I turned off opengl related variables, enable_glx, enable_egl and enable_gles2
741 when selecting clutter as the acceleration-backend. Because they seem useless for the AC by clutter.
745 2012-12-15 Simon Fraser <simon.fraser@apple.com>
747 Fix repaint issues when resizing a window with centered content, for platforms with a tile cache
748 https://bugs.webkit.org/show_bug.cgi?id=105073
750 Reviewed by Dan Bernstein.
752 Add a manual test for window resize with a centered element.
754 * ManualTests/resize-repaint.html: Added.
756 2012-12-13 Stephen White <senorblanco@chromium.org>
758 Added manual test for canvas setFont speed.
759 https://bugs.webkit.org/show_bug.cgi?id=104923
761 Reviewed by James Robinson.
763 * ManualTests/canvas-font-speed.html: Added.
765 2012-12-13 Jerome Pasion <jerome.pasion@digia.com>
767 [Qt] Doc: Fixing Qt WebKit reference documentation.
769 Reviewed by Simon Hausmann.
772 -added \module for C++ classes and \qmlmodule for QML types
773 -added links to the Qt WebKit Examples pages
774 -fixed the qhp settings for Qt Creator
776 Task-number: QTBUG-28583
777 Task-number: QTBUG-28418
778 Task-number: QTBUG-27646
780 * Source/qtwebkit.qdocconf:
782 2012-12-13 Jerome Pasion <Jerome.Pasion@digia.com>
784 [Qt] Fix missing doc dependency to examples
786 Reviewed by Simon Hausmann.
788 * Source/qtwebkit.qdocconf:
790 2012-12-12 John Griggs <jgriggs@rim.com>
792 2012-12-12 John Griggs <jgriggs@rim.com>
794 [BlackBerry] Update Media Controls for BlackBerry Platform
795 https://bugs.webkit.org/show_bug.cgi?id=104443
796 https://przilla.ott.qnx.com/bugzilla/show_bug.cgi?id=204748
798 Update Media Controls for BlackBerry platform to allow audio, embedded video and fullscreen video controls to be positioned and styled differently.
800 Reviewed by Rob Buis.
802 * Source/cmake/OptionsBlackBerry.cmake:
804 2012-12-12 Xianzhu Wang <wangxianzhu@chromium.org>
806 Pre-painting should not paint out-of-view fixed position elements
807 https://bugs.webkit.org/show_bug.cgi?id=104724
809 Reviewed by James Robinson.
813 * ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html: Added.
815 2012-12-12 Krzysztof Czech <k.czech@samsung.com>
817 [EFL] Possibility to turn off accessibility feature for WebKit-EFL.
818 https://bugs.webkit.org/show_bug.cgi?id=103036
820 Reviewed by Laszlo Gombos.
822 Guard dependencies for accessibility (ATK), so that they can be turned off.
824 * Source/cmake/OptionsEfl.cmake:
825 * Source/cmake/WebKitFeatures.cmake:
827 2012-12-12 Zan Dobersek <zandobersek@gmail.com>
829 [GTK] Remove the last of unnecessary configuration options in configure.ac
830 https://bugs.webkit.org/show_bug.cgi?id=104793
832 Reviewed by Martin Robinson.
834 Remove the last of the configuration options that don't introduce any dependencies and/or
835 are enabled by default in the GNUmakefile.features.am.in file.
839 2012-12-11 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
841 [Qt] Fix the inspector not showing up on Windows
842 https://bugs.webkit.org/show_bug.cgi?id=104677
844 Reviewed by Simon Hausmann.
846 Resources aren't transfered properly from a static WebCore to the final DLL
847 with MSVC since the linker only pick from the static lib symbols that
848 are referenced in the final binary.
850 Move the resource files directly to Qt5WebKit.dll to make sure that they are
855 2012-12-11 Xianzhu Wang <wangxianzhu@chromium.org>
857 Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling
858 https://bugs.webkit.org/show_bug.cgi?id=104714
860 Reviewed by Eric Seidel.
862 Export symbol Page::mainThreadScrollingReasonsAsText().
864 * Source/autotools/symbols.filter:
866 2012-12-11 Michael Pruett <michael@68k.org>
868 [JSC] Add tests for explicit serialization values
869 https://bugs.webkit.org/show_bug.cgi?id=104423
871 Reviewed by Oliver Hunt.
873 Add tests for serialization and deserialization mechanisms of
874 the JSC implementation of SerializedScriptValue. Similar tests
875 already exist for the V8 implementation.
877 * Source/autotools/symbols.filter:
879 2012-12-11 Carlos Garcia Campos <cgarcia@igalia.com>
881 [GTK] Install GObject DOM bindings headers in its own directory
882 https://bugs.webkit.org/show_bug.cgi?id=104663
884 Reviewed by Gustavo Noronha Silva.
886 * GNUmakefile.am: Add GENSOURCES_WEBKITDOM and
887 webkitgtk_gdom_built_h_api variables.
889 2012-12-11 Stephen Kelly <stephen.kelly@kdab.com>
891 WebKit tests for the Qt API should include tests of CMake config files
892 https://bugs.webkit.org/show_bug.cgi?id=104003
894 Reviewed by Simon Hausmann.
896 The Qt WebKit CI system is not going to run this test, but it can
897 be run locally and to test packages.
901 2012-12-11 Xabier Rodriguez Calvar <calvaris@igalia.com>
903 [GTK][jhbuild] Switch to GStreamer 1.0 build
904 https://bugs.webkit.org/show_bug.cgi?id=91727
906 Reviewed by Philippe Normand.
908 Switch build-webkit --gtk to GStreamer 1.0 support and build the
909 necessary GStreamer git modules from JHBuild.
911 * configure.ac: Removed GStreamer unstable API flag, made
912 GStreamer 1.0 default instead of 0.10 and made required version
913 1.0.3. In case no GStreamer version is specified, it falls back to
914 0.10. In case no video or web-audio are requested, GStreamer
915 and Farstream checks are not performed.
917 2012-12-11 Zan Dobersek <zandobersek@gmail.com>
919 [GTK] Feature enabling/disabling should be possible through build-webkit
920 https://bugs.webkit.org/show_bug.cgi?id=99271
922 Reviewed by Gustavo Noronha Silva.
924 The autogen.sh script now calls the Tools/gtk/override-feature-defines script
925 before calling autoreconf. This ensures that Source/WebCore/GNUmakefile.features.am
926 is present and properly modified if the build-webkit script intends to override
929 The Source/WebCore/GNUmakefile.features.am file is added to the ignored files list
930 so it doesn't pop out as a new, untracked file.
935 2012-12-10 Martin Robinson <mrobinson@igalia.com>
937 [GTK] Remove the Pango backend
938 https://bugs.webkit.org/show_bug.cgi?id=104569
940 Reviewed by Daniel Bates.
942 Always look for Freetype and Harfbuzz. We still depend on Pango for a few
943 things, so we cannot yet eliminate our dependency on Pango.
945 * configure.ac: Always look for FreeType/Harfbuzz.
947 2012-12-10 Laszlo Gombos <l.gombos@samsung.com>
949 [EFL] Change the minimum required EFL version to 1.6
950 https://bugs.webkit.org/show_bug.cgi?id=104431
952 Reviewed by Kenneth Rohde Christiansen.
954 Change the minimum required EFL version to 1.6 from 1.7 to enable
957 The elementary EFL package is only required to build MiniBrowser,
958 so I moved the required only to the Minibrowser CMake file.
960 * Source/cmake/OptionsEfl.cmake:
962 2012-12-10 Alexis Menard <alexis@webkit.org>
964 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
965 https://bugs.webkit.org/show_bug.cgi?id=104539
967 Reviewed by Antonio Gomes.
969 As discussed on webkit-dev it is not needed to keep this feature flag
970 as support for <position> type is a small feature that is already
971 implemented by three other UAs. It was useful while landing this
972 feature as partial bits were landed one after one.
974 * Source/cmake/OptionsEfl.cmake:
975 * Source/cmake/WebKitFeatures.cmake:
976 * Source/cmakeconfig.h.cmake:
979 2012-12-10 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
981 [Qt] Remove the support for building a debug WebKit with a release Qt
982 https://bugs.webkit.org/show_bug.cgi?id=104560
984 Reviewed by Tor Arne Vestbø.
986 This creates issues with non-framework builds of Qt (necessary for debug-only
987 builds) since a Qt5 prefix is now added to the base target name.
991 2012-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
993 [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
994 https://bugs.webkit.org/show_bug.cgi?id=94515
996 Reviewed by Martin Robinson.
998 * configure.ac: require soup 2.40.0, which adds the new support.
1000 2012-12-10 Martin Robinson <mrobinson@igalia.com>
1002 [GTK] Bring Harfbuzz-ng support to Gtk
1003 https://bugs.webkit.org/show_bug.cgi?id=92098
1005 Reviewed by Gustavo Noronha Silva.
1007 Add support for detecting HarfBuzz during configuration phase. Add these
1008 flags to the FreeType ones since HarfBuzz support is part of the FreeType
1011 * configure.ac: Detect HarfBuzz.
1013 2012-12-08 Seokju Kwon <seokju.kwon@gmail.com>
1015 [EFL][WK2] Add Remote Web Inspector
1016 https://bugs.webkit.org/show_bug.cgi?id=98705
1018 Reviewed by Gyuyoung Kim.
1020 Prepare inspectorPageIndex.html for remote web inspector.
1022 * Source/PlatformEfl.cmake:
1024 2012-12-06 Rick Byers <rbyers@chromium.org>
1026 CSS cursor property should support webkit-image-set
1027 https://bugs.webkit.org/show_bug.cgi?id=99493
1029 Reviewed by Beth Dakin.
1031 Add ENABLE_MOUSE_CURSOR_SCALE (disabled by default)
1033 * Source/cmake/WebKitFeatures.cmake:
1034 * Source/cmakeconfig.h.cmake:
1036 2012-12-06 Laszlo Gombos <l.gombos@samsung.com>
1038 [EFL] Remove ENABLE_GLIB_SUPPORT CMake variable
1039 https://bugs.webkit.org/show_bug.cgi?id=104278
1041 Reviewed by Brent Fulgham.
1043 The variable is unnecessary as glib is a required dependency
1044 for the EFL port and glib is not used by other ports building
1047 * Source/cmake/OptionsEfl.cmake:
1048 * Source/cmake/WebKitFeatures.cmake:
1049 * Source/cmakeconfig.h.cmake:
1051 2012-12-06 Tony Chang <tony@chromium.org>
1053 REGRESSION(r135082): Restore the ability to insert author level style sheets from script
1054 https://bugs.webkit.org/show_bug.cgi?id=104042
1056 Reviewed by Antti Koivisto.
1058 Update exports for Internals.cpp.
1060 * Source/autotools/symbols.filter:
1062 2012-12-06 Laszlo Gombos <l.gombos@samsung.com>
1064 [EFL] Optimize binary size by removing dead sections on unix/gcc
1065 https://bugs.webkit.org/show_bug.cgi?id=102827
1067 Reviewed by Kenneth Rohde Christiansen.
1069 Turn on -ffunction-sections -fdata-sections --gc-section flags
1070 on unix for the gcc toolchain for release builds to optimize binary
1071 size for the Efl port.
1073 * Source/cmake/OptionsEfl.cmake:
1075 2012-12-06 Seokju Kwon <seokju.kwon@gmail.com>
1077 [EFL] Fix destination path in Source/PlatformEfl.cmake
1078 https://bugs.webkit.org/show_bug.cgi?id=104237
1080 Reviewed by Laszlo Gombos.
1082 Remove InspectorBackendCommands.js when copying it for the consistency in Source/PlatformEfl.cmake.
1084 * Source/PlatformEfl.cmake:
1086 2012-12-06 Shinya Kawanaka <shinyak@chromium.org>
1088 Internals.getElementByIdInShadowRoot is nonsense now.
1089 https://bugs.webkit.org/show_bug.cgi?id=104241
1091 Reviewed by Kent Tamura.
1093 * Source/autotools/symbols.filter:
1095 2012-12-05 Halton Huo <halton.huo@intel.com>
1097 [CMake] Unify coding style for CMake files
1098 https://bugs.webkit.org/show_bug.cgi?id=103605
1100 Reviewed by Laszlo Gombos.
1102 Update cmake files(.cmake, CMakeLists.txt) with following style rules:
1104 1.1 Use spaces, not tabs.
1105 1.2 Four spaces as indent.
1107 2.1 Place one space between control statements and their parentheses.
1108 For eg, if (), else (), elseif (), endif (), foreach (),
1109 endforeach (), while (), endwhile (), break ().
1110 2.2 Do not place spaces between function and macro statements and
1111 their parentheses. For eg, macro(), endmacro(), function(),
1113 2.3 Do not place spaces between a command or function or macro and its
1114 parentheses, or between a parenthesis and its content. For eg,
1115 message("testing") not message( "testing") or message ("testing" )
1116 2.4 No space at line ending.
1117 3. Lowercase when call commands macros and functions. For eg,
1118 add_executable() not ADD_EXECUTABLE(), set() not SET().
1121 * Source/CMakeLists.txt:
1122 * Source/PlatformEfl.cmake:
1123 * Source/cmake/EFLHelpers.cmake:
1124 * Source/cmake/FindATK.cmake:
1125 * Source/cmake/FindCFLite.cmake:
1126 * Source/cmake/FindCairo.cmake:
1127 * Source/cmake/FindDBus.cmake:
1128 * Source/cmake/FindDirectX.cmake:
1129 * Source/cmake/FindE_DBus.cmake:
1130 * Source/cmake/FindEcore.cmake:
1131 * Source/cmake/FindEdje.cmake:
1132 * Source/cmake/FindEet.cmake:
1133 * Source/cmake/FindEeze.cmake:
1134 * Source/cmake/FindEfreet.cmake:
1135 * Source/cmake/FindEina.cmake:
1136 * Source/cmake/FindElementary.cmake:
1137 * Source/cmake/FindEnchant.cmake:
1138 * Source/cmake/FindEvas.cmake:
1139 * Source/cmake/FindFontconfig.cmake:
1140 * Source/cmake/FindGLIB.cmake:
1141 * Source/cmake/FindGStreamer.cmake:
1142 * Source/cmake/FindGperf.cmake:
1143 * Source/cmake/FindHarfBuzz.cmake:
1144 * Source/cmake/FindICU.cmake:
1145 * Source/cmake/FindLibSoup.cmake:
1146 * Source/cmake/FindQuickTimeSDK.cmake:
1147 * Source/cmake/FindSqlite.cmake:
1148 * Source/cmake/OptionsBlackBerry.cmake:
1149 * Source/cmake/OptionsCommon.cmake:
1150 * Source/cmake/OptionsEfl.cmake:
1151 * Source/cmake/OptionsWinCE.cmake:
1152 * Source/cmake/OptionsWindows.cmake:
1153 * Source/cmake/WebKitFS.cmake:
1154 * Source/cmake/WebKitFeatures.cmake:
1155 * Source/cmake/WebKitHelpers.cmake:
1156 * Source/cmake/WebKitMacros.cmake:
1157 * Source/cmake/WebKitPackaging.cmake:
1158 * Source/cmake/gtest/CMakeLists.txt:
1160 2012-12-05 Yong Li <yoli@rim.com>
1162 [BlackBerry] Build with libjpegturbo
1163 https://bugs.webkit.org/show_bug.cgi?id=104152
1165 Reviewed by Rob Buis.
1168 This change is made by Ming Xie to link with libjpegturbo.
1170 * Source/cmake/OptionsBlackBerry.cmake:
1172 2012-12-05 Leo Yang <leoyang@rim.com>
1174 [BlackBerry] Enable CSS_IMAGE_RESOLUTION
1175 https://bugs.webkit.org/show_bug.cgi?id=104132
1177 Reviewed by Yong Li.
1179 * Source/cmake/OptionsBlackBerry.cmake:
1181 2012-12-05 Laszlo Gombos <l.gombos@samsung.com>
1183 [CMake] Enable to build WebKit sources without Tools
1184 https://bugs.webkit.org/show_bug.cgi?id=103918
1186 Reviewed by Gyuyoung Kim.
1188 Turn on building Tools by default only if ENABLE_TOOLS is not explicitly set
1189 (enabled or disabled) and the Tools directory exists for all CMake based ports.
1191 This change enables the possibility to build WebKit even if the Tools directory
1196 2012-12-04 Kondapally Kalyan <kalyan.kondapally@intel.com>
1198 [EFL][WK2][AC] USE_GRAPHICS_SURFACE should be enabled only if Xcomposite and Xrender extensions are found.
1199 https://bugs.webkit.org/show_bug.cgi?id=103710.
1201 Reviewed by Kenneth Rohde Christiansen.
1203 When using GLX back-end we are dependent on GLX support, Xcomposite and Xrender extensions.
1204 In this case, GraphicsSurface usage depends on Xcomposite and Xrender extensions.
1205 USE_GRAPHICS_SURFACE should be enabled only if Xcomposite and Xrender extensions are found.
1207 * Source/cmake/OptionsEfl.cmake:
1209 2012-12-03 Pierre Rossi <pierre.rossi@digia.com>
1211 [Qt] another stab at fixing the windows build
1213 It seems the QT_BUILD_{TARGET}_LIB are not set as they should by qt_module.prf.
1214 Define them by hand to be on the safe side.
1216 * Source/widgetsapi.pri:
1218 2012-12-03 Alexis Menard <alexis@webkit.org>
1220 [EFL] Enable CSS3 background-position offsets by default.
1221 https://bugs.webkit.org/show_bug.cgi?id=103879
1223 Reviewed by Laszlo Gombos.
1225 Enable the feature for EFL only.
1227 * Source/cmake/OptionsEfl.cmake:
1229 2012-12-03 Alexis Menard <alexis@webkit.org>
1231 [GTK] Enable CSS3 background-background position offset by default.
1232 https://bugs.webkit.org/show_bug.cgi?id=103903
1234 Reviewed by Philippe Normand.
1236 Turn on the flag by default.
1240 2012-12-03 Cosmin Truta <ctruta@rim.com>
1242 [BlackBerry] Enable HIDDEN_PAGE_DOM_TIMER_THROTTLING
1243 https://bugs.webkit.org/show_bug.cgi?id=103842
1245 Reviewed by Yong Li.
1247 Set ENABLE_HIDDEN_PAGE_DOM_TIMER_THROTTLING to ON.
1249 * Source/cmake/OptionsBlackBerry.cmake:
1251 2012-12-03 Laszlo Gombos <l.gombos@samsung.com>
1253 [CMake] Enable building WebKit2-only build for the EFL port
1254 https://bugs.webkit.org/show_bug.cgi?id=103820
1256 Reviewed by Gyuyoung Kim.
1258 To create a WebKit2-only build for EFL use the following command:
1259 build-webkit --efl --cmakeargs="-DENABLE_WEBKIT=OFF".
1261 * CMakeLists.txt: Turn on WebKit1 support if it is not explicitly set (enabled or disabled) for
1262 all CMake based ports.
1264 * Source/cmake/OptionsEfl.cmake: Enable WebKit2
1265 for the EFL port if it is not explicitly set (enabled or disabled).
1267 2012-12-03 Zeno Albisser <zeno@webkit.org>
1269 [Qt][Mac] QtWebKitWidgets has wrong install_name.
1271 This part got lost during the library split.
1272 It was done for QtWebKit before, but it also
1273 needs to be applied to QtWebKitWidgets.
1275 Reviewed by Tor Arne Vestbø.
1277 * Source/widgetsapi.pri:
1279 2012-11-30 Justin Novosad <junov@google.com>
1281 [Chromium] Animation updates fail when using a canvas as a CSS backround-image style with -webkit-canvas
1282 https://bugs.webkit.org/show_bug.cgi?id=103643
1284 Reviewed by Stephen White.
1286 New test to verify that elements using a canvas as a style image
1287 source are redrawn when the canvas is animated. Added as a manual test
1288 because the bug was not reproducible in DumpRenderTree.
1290 * ManualTests/animated-canvas-as-background.html: Added.
1292 2012-11-30 Pierre Rossi <pierre.rossi@gmail.com>
1294 [Qt] Unreviewed build break
1296 Rubber-stamped by Simon Hausmann.
1298 Poor man's way to trigger a clean build on a bot.
1302 2012-11-30 Simon Hausmann <simon.hausmann@digia.com>
1304 [Qt] Unreviewed doc fix
1306 Add additional search paths for API folders.
1308 * Source/qtwebkit.qdocconf:
1310 2012-11-30 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com>
1312 [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets
1313 https://bugs.webkit.org/show_bug.cgi?id=99314
1315 Reviewed by Tor Arne Vestbø.
1317 This big change separates QtWebKit into QtWebKit and QtWebKitWidgets as
1320 It's a big refactoring that mostly involves moving WebCore dependent
1321 code into QtWebKit and accessing it through exported QWebFrameAdapter
1322 and QWebPageAdapter classes.
1324 * Source/QtWebKit.pro:
1326 * Source/sync.profile:
1327 * Source/widgetsapi.pri: Added.
1330 2012-11-30 Tor Arne Vestbø <tor.arne.vestbo@digia.com>
1332 [Qt] Build as a regular Qt module when production_build is enabled
1334 Instead of always setting CONFIG+=force_independent. This means the
1335 libs, headers, and documentation will end up in qtbase for developer
1336 builds of Qt, instead of always in the QtWebKit build directory.
1338 Reviewed by Simon Hausmann.
1342 2012-11-29 Rafael Weinstein <rafaelw@chromium.org>
1344 [HTMLTemplateElement] Add feature flag
1345 https://bugs.webkit.org/show_bug.cgi?id=103694
1347 Reviewed by Adam Barth.
1349 This flag will guard the implementation of the HTMLTemplateElement.
1350 http://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/templates/index.html
1352 * Source/cmake/WebKitFeatures.cmake:
1353 * Source/cmakeconfig.h.cmake:
1355 2012-11-28 Michael Pruett <michael@68k.org>
1357 IndexedDB: Remove duplicate toWireString() and createFromWire() methods in JSC SerializedScriptValue
1358 https://bugs.webkit.org/show_bug.cgi?id=103554
1360 Reviewed by Kentaro Hara.
1362 In r135022, duplicate createFromWire() and toWireString() methods
1363 were added to the JSC version of SerializedScriptValue. In
1364 order to allow the JSC SerializedScriptValue to compile when
1365 ENABLE(INDEXED_DATABASE) is turned on, these new methods have
1366 been removed and the old methods have been moved outside the
1367 ENABLE(INDEXED_DATABASE) guard.
1369 * Source/autotools/symbols.filter:
1371 2012-11-28 Shinya Kawanaka <shinyak@chromium.org>
1373 [Shadow] Move Distribution stuffs from ShadowRoot
1374 https://bugs.webkit.org/show_bug.cgi?id=103481
1376 Reviewed by Hajime Morita.
1378 * Source/autotools/symbols.filter:
1380 2012-11-26 Halton Huo <halton.huo@intel.com>
1382 [EFL] CMake shows ENABLE_3D_RENDERING and ENABLE_WEBGL is still OFF when AC is enabled
1383 https://bugs.webkit.org/show_bug.cgi?id=100829
1385 Reviewed by Gyuyoung Kim.
1387 In WebKitFeatures.cmake, only use ${_name} for condition to print
1388 a option as ON will prevent the overridden ones in OptionsXXX.cmake,
1389 should use ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} instead.
1391 * Source/cmake/OptionsEfl.cmake: Turn on ENABLE_3D_RENDERING and
1393 * Source/cmake/WebKitFeatures.cmake: Use
1394 ${_WEBKIT_AVAILABLE_OPTIONS_INITALVALUE_${_name}} to as value of
1395 a feature is enabled. Adjust options in lexicographical order.
1397 2012-11-26 Kalev Lember <kalevlember@gmail.com>
1399 [GTK] Explicitly link against librt
1400 https://bugs.webkit.org/show_bug.cgi?id=103194
1402 Reviewed by Martin Robinson.
1404 Fixes broken build with undefined references to shm_open / shm_unlink
1405 symbols. SharedMemoryUnix.cpp uses these so we need to link with -lrt.
1409 2012-11-26 Laszlo Gombos <l.gombos@samsung.com>
1411 [CMake] Allow user specified compiler flags to take precedence
1412 https://bugs.webkit.org/show_bug.cgi?id=103101
1414 Reviewed by Brent Fulgham.
1416 Make sure that compiler and linker flags specified by the build system
1417 are always prepended to the variables that can be specified by the
1418 environment and the user as well.
1420 * Source/cmake/OptionsCommon.cmake:
1421 * Source/cmake/OptionsWindows.cmake:
1422 * Source/cmake/WebKitHelpers.cmake:
1424 2012-11-23 Alexis Menard <alexis@webkit.org>
1426 [CSS3 Backgrounds and Borders] Implement new CSS3 background-position parsing.
1427 https://bugs.webkit.org/show_bug.cgi?id=102104
1429 Reviewed by Julien Chaffraix.
1431 Protect the new feature behind a feature flag.
1433 * Source/cmake/WebKitFeatures.cmake:
1434 * Source/cmakeconfig.h.cmake:
1437 2012-11-23 Patrick Gansterer <paroga@webkit.org>
1439 [CMake] Add support for winflexbison distribution
1440 https://bugs.webkit.org/show_bug.cgi?id=102551
1442 Reviewed by Laszlo Gombos.
1444 Since GnuWin32 does not provide recent versions of bision and flex supporting
1445 the alternative winflexbison distribution is the prefered option.
1447 * Source/cmake/WebKitMacros.cmake:
1449 2012-11-23 Laszlo Gombos <l.gombos@samsung.com>
1451 [EFL] Define WTF_PLATFORM_EFL in Platform.h
1452 https://bugs.webkit.org/show_bug.cgi?id=101482
1454 Reviewed by Kenneth Rohde Christiansen.
1456 Remove the definition of WTF_PLATFORM_EFL from the build system to
1457 make the EFL port consistent with other ports.
1459 * Source/cmake/OptionsEfl.cmake:
1461 2012-11-23 Krzysztof Czech <k.czech@samsung.com>
1463 [EFL] Platform support for Accessibility feature.
1464 https://bugs.webkit.org/show_bug.cgi?id=100848
1466 Reviewed by Gyuyoung Kim.
1468 Add support for ATK library.
1470 * Source/cmake/FindATK.cmake: Added.
1471 * Source/cmake/OptionsEfl.cmake:
1473 2012-09-26 Gustavo Noronha Silva <gns@gnome.org>
1475 [GTK] Split SVG from WebCore to work-around make limitation
1476 https://bugs.webkit.org/show_bug.cgi?id=97735
1478 Reviewed by Carlos Garcia Campos.
1480 Add a new libtool convenience library, libWebCoreSVG.la, to work-around
1481 make limitation when linking libWebCore.
1483 * GNUmakefile.am: variables for the new library.
1485 2012-11-22 Simon Hausmann <simon.hausmann@digia.com>, Pierre Rossi <pierre.rossi@digia.com>
1487 [Qt] Separate QWidget dependant code into separate WebKitWidgets static library
1488 https://bugs.webkit.org/show_bug.cgi?id=102800
1490 Reviewed by Tor Arne Vestbø.
1492 This patch separates code that needs to use QWidget related APIs in
1493 WebKit/qt/WebCoreSupport and Api from code that doesn't. This means for
1494 example FrameLoaderClientQt.cpp remains in the WebKit1 static library,
1495 while qwebpage.cpp and qwebframe.cpp become part of the WebKitWidgets
1496 static library. WebKit1 is compiled without QT += widgets and therefore
1497 any widget related dependency has been moved "up" and out of WebKit1 into
1498 the WebKitWidgets library.
1500 Between the code in WebKit.a and WebKitWidgets.a new adapters and
1501 interfaces have been introduced, such as QWebPageAdapter and
1502 QWebFrameAdapter. QWebPageAdapter, when used from WebKit1, is a way to
1503 call out into the API layer, implemented by QWebPage (QWebPagePrivate).
1504 The other way around if QWebPage wants to access WebCore or
1505 WebCoreSupport related functionality, it will go through
1506 QWebPageAdapater (as base class). The separation in the direction up
1507 into the API layer is complete with this patch, no code in WebKit1
1508 depends on QtWidgets. The separation the other way around, code in the
1509 API layer not using any WebCore types, is not complete yet.
1511 Some classes such as QWebSettings, QWebElement or
1512 DumpRenderTreeSupportQt remain in WebKit1. While they are API layer,
1513 they do not depend on widget related Qt APIs and they make much more
1514 use of WebCore internal APIs and therefore are easier to keep in
1517 In the future we plan to place a real shared library boundary between
1518 WebKit1 and WebKitWidgets, by keeping the WebKit1 static library as
1519 part of the QtWebKit shared library and by turning the WebKitWidgets
1520 static library into a shared one.
1526 2012-11-21 Ryuan Choi <ryuan.choi@gmail.com>
1528 [EFL] Remove unnecessary definition, -DENABLE_SPELLCHECK=1
1529 https://bugs.webkit.org/show_bug.cgi?id=102988
1531 Reviewed by Laszlo Gombos.
1533 Removed -DENABLE_SPELLCHECK=1 because feature macros are controlled by
1534 WEBKIT_OPTION_XXX and cmakeconfig.h.cmake.
1536 * Source/cmake/OptionsEfl.cmake:
1538 2012-11-21 Kondapally Kalyan <kalyan.kondapally@intel.com>
1540 [EFL] GLX detection is broken.
1541 https://bugs.webkit.org/show_bug.cgi?id=102687.
1543 Reviewed by Laszlo Gombos.
1545 HAVE_GLX is enabled only if WebGL is enabled. This is wrong and we should
1546 explicitly test for GLX support.
1547 This patch makes changes so that we check for glx.h header and sets HAVE_GLX flag appropriately.
1549 * Source/cmake/OptionsEfl.cmake:
1551 2012-11-21 Yael Aharon <yael.aharon@intel.com>
1553 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
1554 https://bugs.webkit.org/show_bug.cgi?id=101526
1556 Reviewed by Kenneth Rohde Christiansen.
1558 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
1560 * Source/cmake/OptionsEfl.cmake:
1562 2012-11-20 Sheriff Bot <webkit.review.bot@gmail.com>
1564 Unreviewed, rolling out r133859.
1565 http://trac.webkit.org/changeset/133859
1566 https://bugs.webkit.org/show_bug.cgi?id=102875
1568 This patch makes API test broken (Requested by gyuyoung on
1571 * Source/cmake/OptionsEfl.cmake:
1573 2012-11-20 Elliott Sprehn <esprehn@chromium.org>
1575 Store MutationObserver callback in a hidden property for V8
1576 https://bugs.webkit.org/show_bug.cgi?id=102555
1578 Reviewed by Adam Barth.
1580 Test for reference cycle leaks with mutation observers. There doesn't seem
1581 to be a way to check this for v8, but if you manually run you can see if it
1584 * ManualTests/leak-cycle-observer-wrapper.html: Added.
1586 2012-11-20 Carlos Garcia Campos <cgarcia@igalia.com>
1588 Unreviewed. Update NEWS and configure.ac for 1.11.2 release
1590 * configure.ac: Bump tarball version number, not updated in
1591 previous commit by mistake.
1593 2012-11-20 Carlos Garcia Campos <cgarcia@igalia.com>
1595 Unreviewed. Update NEWS and configure.ac for 1.11.2 release
1597 * configure.ac: Bump version numbers.
1599 2012-11-19 Kihong Kwon <kihong.kwon@samsung.com>
1601 Add PROXIMITY_EVENTS feature
1602 https://bugs.webkit.org/show_bug.cgi?id=102658
1604 Reviewed by Kentaro Hara.
1606 Add PROXIMITY_EVENTS feature to cmake.
1608 * Source/cmake/WebKitFeatures.cmake:
1609 * Source/cmakeconfig.h.cmake:
1611 2012-11-18 Laszlo Gombos <l.gombos@samsung.com>
1613 Remove non-existent directories from the make system
1614 https://bugs.webkit.org/show_bug.cgi?id=102632
1616 Reviewed by Kenneth Rohde Christiansen.
1618 Remove (non-existent) symbian references from the exclude list for packaging.
1620 * Source/cmake/WebKitPackaging.cmake:
1622 2012-11-18 Laszlo Gombos <l.gombos@samsung.com>
1624 Remove non-existent directories from the make system
1625 https://bugs.webkit.org/show_bug.cgi?id=102632
1627 Reviewed by Adam Barth.
1629 Remove (non-existent) symbian references from the exclude list for packaging.
1631 * Source/cmake/WebKitPackaging.cmake:
1633 2012-11-18 Genevieve Mak <gmak@rim.com>
1635 [BlackBerry] Enable Touch Sliders
1636 https://bugs.webkit.org/show_bug.cgi?id=102516
1638 Reviewed by Rob Buis.
1640 Enabled for BlackBerry only
1644 * Source/cmake/OptionsBlackBerry.cmake:
1645 * Source/cmake/WebKitFeatures.cmake:
1646 * Source/cmakeconfig.h.cmake:
1648 2012-11-18 Carlos Garcia Campos <cgarcia@igalia.com>
1650 Unreviewed. Fix GTK+ build after r135022.
1652 * Source/autotools/symbols.filter: Add exports for
1653 SerializedScriptValue changes.
1655 2012-11-16 Tony Chang <tony@chromium.org>
1657 Remove ENABLE_CSS_HIERARCHIES since it's no longer in use
1658 https://bugs.webkit.org/show_bug.cgi?id=102554
1660 Reviewed by Andreas Kling.
1662 As mentioned in https://bugs.webkit.org/show_bug.cgi?id=79939#c41 ,
1663 we're going to revist this feature once additional vendor support is
1666 * Source/cmake/WebKitFeatures.cmake:
1667 * Source/cmakeconfig.h.cmake:
1669 2012-11-16 Ulan Degenbaev <ulan@chromium.org>
1671 [V8] Increment the amount of externally allocated memory for the receiving V8 isolate when transferring ArrayBuffer
1672 https://bugs.webkit.org/show_bug.cgi?id=94463
1674 Reviewed by Kentaro Hara.
1676 Call AdjustAmountOfExternalAllocatedMemory when V8ArrayBuffer is deserialized and transferred.
1678 * ManualTests/typed-array-memory.html:
1680 2012-11-16 Sheriff Bot <webkit.review.bot@gmail.com>
1682 Unreviewed, rolling out r134908.
1683 http://trac.webkit.org/changeset/134908
1684 https://bugs.webkit.org/show_bug.cgi?id=102473
1686 Broke the Apple Windows Debug build. (Requested by dydx on
1689 * Source/autotools/symbols.filter:
1691 2012-11-16 Sheriff Bot <webkit.review.bot@gmail.com>
1693 Unreviewed, rolling out r134865.
1694 http://trac.webkit.org/changeset/134865
1695 https://bugs.webkit.org/show_bug.cgi?id=102466
1697 Broke the Apple Windows Debug build. (Requested by dydx on
1700 * Source/autotools/symbols.filter:
1702 2012-11-16 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
1704 Avoid copying of ViewportArguments in computeViewportAttributes function
1705 https://bugs.webkit.org/show_bug.cgi?id=102354
1707 Reviewed by Kenneth Rohde Christiansen.
1709 Updated exported symbols for GTK.
1711 * Source/autotools/symbols.filter:
1713 2012-11-15 Gustavo Noronha Silva <gns@gnome.org>
1715 [GTK] Split WebCore/platform into a separate library
1716 https://bugs.webkit.org/show_bug.cgi?id=94435
1718 Reviewed by Martin Robinson.
1720 More people have been reporting problems when linking WebCore because
1721 the command line limit is being exceeded. Splitting WebCore a bit more
1724 * GNUmakefile.am: add variable that will hold the list of source files
1725 for libWebCorePlatform .
1727 2012-11-15 Tony Chang <tony@chromium.org>
1729 Generate Settings from a .in file
1730 https://bugs.webkit.org/show_bug.cgi?id=100393
1732 Reviewed by Adam Barth.
1734 Generate SettingsMacros.h for cmake.
1736 * Source/cmake/WebKitMacros.cmake:
1738 2012-11-15 Rick Byers <rbyers@chromium.org>
1740 No tests for changing mouse cursors
1741 https://bugs.webkit.org/show_bug.cgi?id=100550
1743 Reviewed by Brent Fulgham.
1745 Add necessary exports for Internals::getCurrentCursorInfo
1747 * Source/autotools/symbols.filter:
1749 2012-11-15 Kent Tamura <tkent@chromium.org>
1751 Support stand-alone month names in calendar picker
1752 https://bugs.webkit.org/show_bug.cgi?id=102196
1754 Reviewed by Kentaro Hara.
1756 * ManualTests/forms/calendar-picker.html:
1757 - Remove monthLabels arguments.
1758 - Add a mock implementation of pagePopupController.formatMonth.
1760 2012-11-14 Sheriff Bot <webkit.review.bot@gmail.com>
1762 Unreviewed, rolling out r134741.
1763 http://trac.webkit.org/changeset/134741
1764 https://bugs.webkit.org/show_bug.cgi?id=102337
1766 "Change is incorrect." (Requested by dydx on #webkit).
1768 * Source/autotools/symbols.filter:
1770 2012-11-14 Daniel Bates <dbates@webkit.org>
1772 Attempt to fix the Apple Windows Debug and GTK builds after <http://trac.webkit.org/changeset/134691>
1773 (https://bugs.webkit.org/show_bug.cgi?id=96818)
1775 Export symbols similar to the ones we added to WebCore.exp.in in
1776 <http://trac.webkit.org/changeset/134691>.
1778 * Source/autotools/symbols.filter:
1780 2012-11-14 KyungTae Kim <ktf.kim@samsung.com>
1782 [EFL] Turn on error on warnings for "sign-compare"
1783 https://bugs.webkit.org/show_bug.cgi?id=101761
1785 Reviewed by Gyuyoung Kim.
1787 Remove "-Wno-error=sign-compare" to turn on error on warnings for "sign-compare"
1789 * Source/cmake/WebKitHelpers.cmake:
1791 2012-11-13 Hugo Parente Lima <hugo.lima@openbossa.org>
1793 FindGLIB.cmake fails do find glib gmodule module.
1794 https://bugs.webkit.org/show_bug.cgi?id=101784
1796 Reviewed by Caio Marcelo de Oliveira Filho.
1798 * Source/cmake/FindGLIB.cmake:
1800 2012-11-13 Huang Dongsung <luxtella@company100.net>
1802 Coordinated Graphics: Directly composited animated GIFs only render the first image.
1803 https://bugs.webkit.org/show_bug.cgi?id=102043
1805 Reviewed by Noam Rosenthal.
1807 Add a test to check that a gif animation can run on a compositing layer.
1809 * ManualTests/animated-gif-on-compositing-layer.html: Added.
1811 2012-11-12 KyungTae Kim <ktf.kim@samsung.com>
1813 [EFL] Turn on errors on warnings for WebKit1 and WebKit2 libraries
1814 https://bugs.webkit.org/show_bug.cgi?id=101762
1816 Reviewed by Gyuyoung Kim.
1818 In case of EFL, add ENABLE_WERROR to EXTRA_COMPILER_FLAGS for WEBKIT and WEBKIT2
1820 * Source/CMakeLists.txt:
1822 2012-11-12 Joe Mason <jmason@rim.com>
1824 [BlackBerry] NetworkJob should not check if data is received with HEAD
1825 https://bugs.webkit.org/show_bug.cgi?id=102034
1827 Reviewed by George Staikos.
1831 Add test that HEAD XMLHttpRequests return status 404 instead of calling onerror.
1833 * ManualTests/blackberry/head-xhr-nonexistant-file.html: Added.
1835 2012-11-12 KyungTae Kim <ktf.kim@samsung.com>
1837 [EFL] Turn on error on warnings for "switch"
1838 https://bugs.webkit.org/show_bug.cgi?id=101760
1840 Reviewed by Gyuyoung Kim.
1842 Turn on error on warning for "switch" by removing "-Wno-error=switch"
1844 * Source/cmake/WebKitHelpers.cmake:
1846 2012-11-11 Shinya Kawanaka <shinyak@chromium.org>
1848 [Shadow] ElementShadow should have RuleFeatureSet for select attribute selectors.
1849 https://bugs.webkit.org/show_bug.cgi?id=101180
1851 Reviewed by Dimitri Glazkov.
1853 Exposes necessary symbols.
1855 * Source/autotools/symbols.filter:
1857 2012-11-11 Sheriff Bot <webkit.review.bot@gmail.com>
1859 Unreviewed, rolling out r134144.
1860 http://trac.webkit.org/changeset/134144
1861 https://bugs.webkit.org/show_bug.cgi?id=101876
1863 seems to break win 7 chromium browser test (Requested by
1866 * Source/autotools/symbols.filter:
1868 2012-11-09 Rick Byers <rbyers@chromium.org>
1870 No tests for changing mouse cursors
1871 https://bugs.webkit.org/show_bug.cgi?id=100550
1873 Reviewed by Adam Barth.
1875 Add necessary exports for Internals::getCurrentCursorInfo
1877 * Source/autotools/symbols.filter:
1879 2012-11-09 Laszlo Gombos <l.gombos@samsung.com>
1881 [EFL] Enable -Werror for the EFL port
1882 https://bugs.webkit.org/show_bug.cgi?id=98715
1884 Reviewed by Gyuyoung Kim.
1886 Treat all warnings as errors, except the existing warnings in the
1887 current code base ("unused-parameter", "sign-compare" and "switch").
1889 Thanks for Raphael Kubo da Costa for the extra help.
1891 * Source/CMakeLists.txt: Enable warnings as error for all libraries
1892 (except WebKit and WebKit2) for the EFL port.
1893 Other cmake-based ports are welcome to join.
1895 * Source/cmake/WebKitHelpers.cmake: Treat warnings as errors by
1896 default for cmake-based ports when ENABLE_WERROR is set.
1898 2012-11-08 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1900 [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake.
1901 https://bugs.webkit.org/show_bug.cgi?id=101559
1903 Reviewed by Kenneth Rohde Christiansen.
1905 Follow-up to 133859; also change the default value in
1906 OptionsEfl.cmake so that the default changes for people not using
1907 build-webkit (ie. users) as well.
1909 * Source/cmake/OptionsEfl.cmake:
1911 2012-11-08 Yael Aharon <yael.aharon@intel.com>
1913 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
1914 https://bugs.webkit.org/show_bug.cgi?id=101526
1916 Reviewed by Kenneth Rohde Christiansen.
1918 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
1920 * Source/cmake/OptionsEfl.cmake:
1922 2012-11-08 Laszlo Gombos <l.gombos@samsung.com>
1924 [EFL] Remove non-variable options from the build system
1925 https://bugs.webkit.org/show_bug.cgi?id=101506
1927 Reviewed by Kenneth Rohde Christiansen.
1929 Remove WTF_USE_PTHREADS, WTF_USE_ICU_UNICODE, WTF_USE_CAIRO,
1930 WTF_USE_FREETYPE and WTF_USE_HARFBUZZ_NG cmake variables
1931 as these are always set to const 1 and not really configurable.
1933 Remove the definition of ENABLE_CONTEXT_MENUS as this is already set to 1 by default in Platform.h.
1935 * Source/cmake/OptionsEfl.cmake:
1937 2012-11-08 Sheriff Bot <webkit.review.bot@gmail.com>
1939 Unreviewed, rolling out r133865.
1940 http://trac.webkit.org/changeset/133865
1941 https://bugs.webkit.org/show_bug.cgi?id=101579
1943 dependent patch has been rolled out. (Requested by drott on
1946 * Source/cmake/OptionsEfl.cmake:
1948 2012-11-08 Dominik Röttsches <dominik.rottsches@intel.com>
1950 Unreviewed, rolling out r133859.
1951 http://trac.webkit.org/changeset/133859
1952 https://bugs.webkit.org/show_bug.cgi?id=101526
1954 Breaks EFL bots test execution.
1956 * Source/cmake/OptionsEfl.cmake:
1958 2012-11-08 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1960 [EFL] Turn WTF_USE_TILED_BACKING_STORE in OptionsEfl.cmake.
1961 https://bugs.webkit.org/show_bug.cgi?id=101559
1963 Reviewed by Kenneth Rohde Christiansen.
1965 Follow-up to 133859; also change the default value in
1966 OptionsEfl.cmake so that the default changes for people not using
1967 build-webkit (ie. users) as well.
1969 * Source/cmake/OptionsEfl.cmake:
1971 2012-11-08 Yael Aharon <yael.aharon@intel.com>
1973 [EFL] Turn on WTF_USE_TILED_BACKING_STORE by default
1974 https://bugs.webkit.org/show_bug.cgi?id=101526
1976 Reviewed by Kenneth Rohde Christiansen.
1978 Separate out ENABLE_WEBGL. It is not ready to be enabled by default.
1980 * Source/cmake/OptionsEfl.cmake:
1982 2012-11-07 Keishi Hattori <keishi@webkit.org>
1984 Implement week picking to calendar picker
1985 https://bugs.webkit.org/show_bug.cgi?id=101449
1987 Reviewed by Kent Tamura.
1989 * ManualTests/forms/calendar-picker.html: Added test for week picker.
1991 2012-11-07 Sheriff Bot <webkit.review.bot@gmail.com>
1993 Unreviewed, rolling out r133841.
1994 http://trac.webkit.org/changeset/133841
1995 https://bugs.webkit.org/show_bug.cgi?id=101542
1997 Reverted patches were innocent (Requested by shinyak on
2000 * Source/autotools/symbols.filter:
2002 2012-11-07 Shinya Kawanaka <shinyak@chromium.org>
2004 Unreviewed, rolling out r133428 and r133749
2005 https://bugs.webkit.org/show_bug.cgi?id=101533
2007 These patches might cause memory regression.
2009 * Source/autotools/symbols.filter:
2011 2012-11-07 Shinya Kawanaka <shinyak@chromium.org>
2013 [Shadow] Use setPseudo() instead of setShadowPseudoId().
2014 https://bugs.webkit.org/show_bug.cgi?id=101306
2016 Reviewed by Kent Tamura.
2018 Exposes necessary symbols.
2020 * Source/autotools/symbols.filter:
2022 2012-11-07 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2024 [Qt] Fix build of modules depending on QtWebKit when using prefix
2025 https://bugs.webkit.org/show_bug.cgi?id=101437
2027 Reviewed by Simon Hausmann.
2029 .qmake.conf loads qt_build_config.prf, which nowadays is responsible for
2030 adding the path to .qmake.super (before it was done by default_pre.prf,
2031 so having setting the path in our default_pre wrapper was sufficient).
2035 2012-11-06 Keishi Hattori <keishi@webkit.org>
2037 Implement month picking to calendar picker
2038 https://bugs.webkit.org/show_bug.cgi?id=101333
2040 Reviewed by Kent Tamura.
2042 * ManualTests/forms/calendar-picker.html: Added test for month picker.
2044 2012-11-06 Laszlo Gombos <l.gombos@samsung.com>
2046 [EFL] Simplify the build system
2047 https://bugs.webkit.org/show_bug.cgi?id=101392
2049 Reviewed by Kenneth Rohde Christiansen.
2051 Remove unused cmake variables. In addition there is no longer a need to define
2052 WTF_USE_TEXTURE_MAPPER_GL in the build system as that is now handled in Platform.h
2055 * Source/cmake/OptionsEfl.cmake:
2057 2012-11-05 Simon Hausmann <simon.hausmann@digia.com>
2059 [Qt] Trivial unreviewed: Add missing module dependencies for builds in Qt CI system.
2061 These fields aren't used by anyone except some perl scripts in the Qt CI builds.
2063 * Source/sync.profile:
2065 2012-11-02 Adam Barth <abarth@webkit.org>
2067 ENABLE(UNDO_MANAGER) is disabled everywhere and is not under active development
2068 https://bugs.webkit.org/show_bug.cgi?id=100711
2070 Reviewed by Eric Seidel.
2072 * Source/cmake/WebKitFeatures.cmake:
2073 * Source/cmakeconfig.h.cmake:
2075 2012-11-02 Martin Robinson <mrobinson@igalia.com>
2077 [GTK] Remove dependency on SoupPasswordManager
2078 https://bugs.webkit.org/show_bug.cgi?id=100775
2080 Reviewed by Carlos Garcia Campos.
2082 Add a libsecret dependency to the build. This is necessary so that we can remove
2083 a dependency on SoupPasswordManager.
2085 * configure.ac: Look for libsecret using the pkg-config configuration macro.
2087 2012-11-02 Michael Brüning <michael.bruning@digia.com>
2089 [Qt][WK2] ASSERT hit for every mouse click
2090 https://bugs.webkit.org/show_bug.cgi?id=100607
2092 Reviewed by Jocelyn Turcotte.
2094 Added a test with a link that contains an <em> tag surrounding the entire inner text.
2095 The test should be run on an assert enabled build and the assert should not be
2096 triggered when tapping the link.
2098 * ManualTests/tap-gesture-on-em-link-tap-highlight-assert.html: Added.
2100 2012-11-01 Ami Fischman <fischman@chromium.org>
2102 HTMLMediaPlayer should free m_player when src is set/changed
2103 https://bugs.webkit.org/show_bug.cgi?id=99647
2105 Reviewed by Eric Carlson.
2107 * ManualTests/media-players-are-dropped-on-error.html: Added.
2108 Various scenarios are tested to make sure players aren't
2109 leaked in different ways for each of them.
2111 2012-11-01 Beth Dakin <bdakin@apple.com>
2113 https://bugs.webkit.org/show_bug.cgi?id=100917
2114 There should be a way to dump the scrolling tree from the layout tests
2116 Reviewed by Simon Fraser.
2118 * Source/autotools/symbols.filter:
2120 2012-10-31 Thiago Marcos P. Santos <thiago.santos@intel.com>
2122 Added viewport at-rule to the CSS parser and tokenizer
2123 https://bugs.webkit.org/show_bug.cgi?id=95961
2125 Reviewed by Kenneth Rohde Christiansen.
2127 Enable CSS Device Adaptation by default on EFL.
2129 * Source/cmake/OptionsEfl.cmake:
2131 2012-10-31 Ian Vollick <vollick@chromium.org>
2133 Add support for text-based repaint testing
2134 https://bugs.webkit.org/show_bug.cgi?id=100584
2136 Reviewed by Simon Fraser.
2138 Allows tracked repaint rects to be dumped as text.
2140 * Source/autotools/symbols.filter:
2142 FrameView::setTracksRepaints(bool)
2143 Frame::trackedRepaintRectsAsText() const
2146 2012-10-30 Vivek Galatage <vivekgalatage@gmail.com>
2148 Add files generated by Windows to ignore list for git repository
2149 https://bugs.webkit.org/show_bug.cgi?id=100729
2151 Reviewed by Gyuyoung Kim.
2153 Adding the additional files generated by windows port to the ignore list
2157 2012-10-30 Carlos Garcia Campos <cgarcia@igalia.com>
2159 [GTK] Add a configure option to build with -g1
2160 https://bugs.webkit.org/show_bug.cgi?id=100670
2162 Reviewed by Martin Robinson.
2164 Add min and full options to the --enable-debug-symbols configure
2165 option. Using --enable-debug-symbols=min will use -g1 instead of
2166 -g (which is actually -g2). The first level is enough for most of
2167 the cases, like getting a backtrace, and it's the only way to
2168 build WebKit with debug symbols in a 32 bit system. The option
2169 full is actually the same than yes for backwards compatibility.
2173 2012-10-26 Rob Buis <rbuis@rim.com>
2175 [BlackBerry] Platform Abstraction for WebKit Resource/Image Loading
2176 https://bugs.webkit.org/show_bug.cgi?id=100518
2180 Reviewed by Yong Li.
2182 Remove RESOURCE_PATH from webkit, this is now abstracted in our platform layer.
2184 * Source/cmake/OptionsBlackBerry.cmake:
2186 2012-10-26 Regina Chung <heejin.r.chung@samsung.com>
2188 [EFL][WK2] Enable WebGL
2189 https://bugs.webkit.org/show_bug.cgi?id=97652
2191 Reviewed by Gyuyoung Kim.
2193 Use Graphics Surface to enable WebGL for WebKit2 EFL.
2195 * Source/cmake/OptionsEfl.cmake:
2197 2012-10-26 Sheriff Bot <webkit.review.bot@gmail.com>
2199 Unreviewed, rolling out r132601.
2200 http://trac.webkit.org/changeset/132601
2201 https://bugs.webkit.org/show_bug.cgi?id=100494
2203 It broke the Qt build (Requested by Ossy on #webkit).
2205 * Source/cmake/OptionsEfl.cmake:
2207 2012-10-26 Regina Chung <heejin.r.chung@samsung.com>
2209 [EFL][WK2] Enable WebGL
2210 https://bugs.webkit.org/show_bug.cgi?id=97652
2212 Reviewed by Gyuyoung Kim.
2214 Use Graphics Surface to enable WebGL for WebKit2 EFL.
2216 * Source/cmake/OptionsEfl.cmake:
2218 2012-10-26 Thiago Marcos P. Santos <thiago.santos@intel.com>
2220 Add feature flags for CSS Device Adaptation
2221 https://bugs.webkit.org/show_bug.cgi?id=95960
2223 Reviewed by Kenneth Rohde Christiansen.
2225 * Source/cmake/WebKitFeatures.cmake:
2226 * Source/cmakeconfig.h.cmake:
2229 2012-10-25 Yael Aharon <yael.aharon@intel.com>
2231 [EFL][WK2][AC] Enable 3D_RENDERING flag
2232 https://bugs.webkit.org/show_bug.cgi?id=99535
2234 Reviewed by Laszlo Gombos.
2236 Turn on the flag ENABLE_3D_RENDERING when WTF_USE_TILE_BACKING_STORE flag is on.
2237 This flag controls perspective and preserves-3d behavior.
2239 * Source/cmake/OptionsEfl.cmake:
2241 2012-10-25 Dominik Röttsches <dominik.rottsches@intel.com>
2243 Adding feature for XHR_TIMEOUT
2245 Conditionalize XHR timeout support
2246 https://bugs.webkit.org/show_bug.cgi?id=100356
2248 Reviewed by Adam Barth.
2250 Adding feature for XHR_TIMEOUT to disable it on ports that don't have
2251 network backend support for setTimeoutInterval.
2253 * Source/cmake/OptionsEfl.cmake: Default ON on EFL.
2254 * Source/cmake/WebKitFeatures.cmake: Default OFF for any CMAKE based port.
2255 * Source/cmakeconfig.h.cmake: Adding define.
2256 * configure.ac: Make autogen.sh support the --enable/--disable-xhr-timeout parameter.
2258 2012-10-25 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
2260 Add setMediaTypeOverride to window.internals.settings
2261 https://bugs.webkit.org/show_bug.cgi?id=100249
2263 Reviewed by Kenneth Rohde Christiansen.
2265 Exported WebCore::Settings::setMediaTypeOverride(WTF::String const&) for GTK port.
2267 * Source/autotools/symbols.filter:
2269 2012-10-24 Michael Carmody <mcarmody@rim.com>
2271 [BlackBerry] change CMAKE_<CCXX|C>_FLAGS_<RELEASE|DEBUG> from enviroment flags
2272 https://bugs.webkit.org/show_bug.cgi?id=100256
2274 Reviewed by Rob Buis.
2276 This allow override of compile flags without having to edit CMake files.
2278 * Source/cmake/OptionsBlackBerry.cmake:
2280 2012-10-24 Priit Laes <plaes@plaes.org>
2282 [GTK] ./configure output for CSS Shaders is broken
2283 https://bugs.webkit.org/show_bug.cgi?id=100217
2285 Reviewed by Martin Robinson.
2287 Reformat CSS Filters / Shaders check to clean configure output.
2291 2012-10-24 Thiago Marcos P. Santos <thiago.santos@intel.com>
2293 [EFL] run-webkit-tests writes garbage on stderr when running on Xvfb
2294 https://bugs.webkit.org/show_bug.cgi?id=100243
2296 Reviewed by Kenneth Rohde Christiansen.
2298 Search for X11 development libraries (and thus Xext), necessary to
2299 disable the X extensions error reporting.
2301 * Source/cmake/OptionsEfl.cmake:
2303 2012-10-24 Mario Sanchez Prada <mario@webkit.org>
2305 [WK2] [GTK] TestWebKitAccessibility is not being run
2306 https://bugs.webkit.org/show_bug.cgi?id=100102
2308 Reviewed by Carlos Garcia Campos.
2310 Moved check for at-spi2 after the definition of enable_webkit2,
2311 since it's only needed for WebKit2GTK API tests.
2313 * configure.ac: Moved the check for at-spi2 down in the file.
2315 2012-10-23 Martin Robinson <mrobinson@igalia.com>
2317 POTFILES.in/.skip need updates for translators
2318 https://bugs.webkit.org/show_bug.cgi?id=67580
2320 Reviewed by Xan Lopez.
2322 Now process POTFILES.in during configuration.
2326 2012-10-23 Kenneth Rohde Christiansen <kenneth@webkit.org>
2328 Add support for resolution media query
2329 https://bugs.webkit.org/show_bug.cgi?id=99077
2331 Reviewed by Antti Koivisto.
2333 * Source/cmake/OptionsEfl.cmake:
2334 * Source/cmake/WebKitFeatures.cmake:
2335 * Source/cmakeconfig.h.cmake:
2337 Add support for the RESOLUTION_MEDIA_QUERY feature flag.
2339 * Source/autotools/symbols.filter:
2341 Export the WebCore::Settings setting.
2343 2012-10-23 Carlos Garcia Campos <cgarcia@igalia.com>
2345 Unreviewed. Update NEWS and configure.ac for 1.11.1 release
2347 * configure.ac: Bump version numbers.
2349 2012-10-23 Ryuan Choi <ryuan.choi@samsung.com>
2351 [EFL][WK2] Add support for IMF composition
2352 https://bugs.webkit.org/show_bug.cgi?id=89552
2354 Reviewed by Gyuyoung Kim.
2356 * Source/cmake/FindEcore.cmake: Checked Ecore_IMF.
2358 2012-10-23 Andras Becsi <andras.becsi@digia.com>
2360 Remove devicePixelRatio from ViewportAttributes
2361 https://bugs.webkit.org/show_bug.cgi?id=99845
2363 Reviewed by Adam Barth.
2365 * Source/autotools/symbols.filter: Update symbol.
2367 2012-10-22 Pavel Feldman <pfeldman@chromium.org>
2369 Web Inspector: merge "docked" state into the "dock side" enum.
2370 https://bugs.webkit.org/show_bug.cgi?id=99717
2372 Reviewed by Vsevolod Vlasov.
2374 Otherwise, it is hard to manage these inter-dependent flags.
2376 * Source/autotools/symbols.filter:
2378 2012-10-19 Tony Chang <tony@chromium.org>
2380 Unreviewed, rolling out r131936.
2381 http://trac.webkit.org/changeset/131936
2382 https://bugs.webkit.org/show_bug.cgi?id=99717
2384 Broke the clang build
2386 * Source/autotools/symbols.filter:
2388 2012-10-19 Dongwoo Joshua Im <dw.im@samsung.com>
2390 Rename ENABLE_CSS3_TEXT_DECORATION to ENABLE_CSS3_TEXT
2391 https://bugs.webkit.org/show_bug.cgi?id=99804
2393 Reviewed by Julien Chaffraix.
2395 CSS3 text related properties will be implemented under this flag,
2396 including text decoration, text-align-last, and text-justify.
2398 * Source/cmake/OptionsEfl.cmake:
2399 * Source/cmake/WebKitFeatures.cmake:
2400 * Source/cmakeconfig.h.cmake:
2402 2012-10-18 Laszlo Gombos <l.gombos@samsung.com>
2404 [EFL] Buildfix if Netscape plugin support is disabled
2405 https://bugs.webkit.org/show_bug.cgi?id=99757
2407 Reviewed by Gyuyoung Kim.
2409 Set ENABLE_PLUGIN_PROCESS only if ENABLE_NETSCAPE_PLUGIN_API is set.
2411 * Source/cmake/OptionsEfl.cmake:
2413 2012-10-18 Pablo Flouret <pablof@motorola.com>
2415 Implement css3-conditional's @supports rule
2416 https://bugs.webkit.org/show_bug.cgi?id=86146
2418 Reviewed by Antti Koivisto.
2420 * Source/cmake/WebKitFeatures.cmake:
2421 * Source/cmakeconfig.h.cmake:
2423 Add an ENABLE_CSS3_CONDITIONAL_RULES flag.
2425 2012-10-18 Simon Hausmann <simon.hausmann@digia.com>
2427 [Qt] Clean up variables controlling Qt module creation/handling
2429 Reviewed by Tor Arne Vestbø.
2431 We now depend on a Qt 5 version that is new enough to allow us to
2432 clean this up. Qt's default_pre.prf uses MODULE_QMAKE_OUTDIR, but
2433 the other MODULE_BASE_* variables are onl used in qmodule.prf.
2437 2012-10-17 Tor Arne Vestbø <tor.arne.vestbo@digia.com>
2439 [Qt] Modularize documentation for QtWebKit
2441 Running 'make docs' would fail unless 'make qmake_all' was ran first,
2442 but qmake_all involved generating all the derived sources, which seems
2443 overly complex just for building documentation.
2445 We solve this by preventing all subdirs except QtWebKit from having a
2446 docs target. This would normally work fine on its own, but since we
2447 use CONFIG += ordered, there's now a missing doc target for the
2448 immediate dependency of the QtWebKit subdir. We solve this by adding
2449 a dummy-target ourselves.
2451 Finally, we clean up the qdocconf file to match the rest of the Qt
2452 documentation modularization efforts.
2454 Reviewed by Simon Hausmann.
2456 * Source/QtWebKit.pro:
2458 * Source/qtwebkit.qdocconf: Added.
2460 2012-10-17 Grzegorz Czajkowski <g.czajkowski@samsung.com>, Michal Roj <m.roj@sasmung.com>
2462 [WK2][EFL] Implementation of spellchecking feature.
2463 https://bugs.webkit.org/show_bug.cgi?id=91854
2465 Reviewed by Gyuyoung Kim.
2467 Define SPELLCHECK macro and enable it for WK2-Efl.
2468 The spellchecking implementation is based on the Enchant library.
2469 It can be used by other WebKit ports.
2471 * Source/cmake/FindEnchant.cmake: Added.
2472 * Source/cmake/OptionsEfl.cmake: Enable spellchecking feature for WebKit2-EFL.
2473 * Source/cmake/WebKitFeatures.cmake: Define the SPELLCHECK macro.
2474 * Source/cmakeconfig.h.cmake: Add the feature.
2476 2012-10-16 Pablo Flouret <pablof@motorola.com>
2478 Pre-process CSSGrammar.y before running through bison.
2479 https://bugs.webkit.org/show_bug.cgi?id=94290
2481 Reviewed by Tony Chang.
2483 * Source/cmake/WebKitMacros.cmake:
2484 Use WebCore/css/makegrammar.pl to generate bison grammar files.
2486 2012-10-15 Jer Noble <jer.noble@apple.com>
2488 WebAudio: limit output level to 0db
2489 https://bugs.webkit.org/show_bug.cgi?id=95792
2490 <rdar://problem/11966135>
2492 Reviewed by Chris Rogers.
2494 Add a manual test to determine that output volume has been limited to 0db.
2496 * ManualTests/webaudio/limit-level-0db.html: Added.
2498 2012-10-16 Simon Hausmann <simon.hausmann@digia.com>
2500 [Qt] Fix support for silent builds
2502 Reviewed by Tor Arne Vestbø.
2504 The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
2505 ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
2510 2012-10-16 Simon Hausmann <simon.hausmann@digia.com>, Tor Arne Vestbø <tor.arne.vestbo@digia.com>
2512 [Qt] Add logic for triggering clean builds on changes to build system files
2514 Reviewed by Csaba Osztrogonác.
2516 Add a line here that can be re-used for recording dummy commits to count how the clean-build-needed
2521 2012-10-16 Simon Hausmann <simon.hausmann@digia.com>
2523 Unreviewed, rolling out r131436.
2524 http://trac.webkit.org/changeset/131436
2526 Broke various Qt bots strangely
2530 2012-10-16 Simon Hausmann <simon.hausmann@digia.com>
2532 [Qt] Fix support for silent builds
2534 Reviewed by Tor Arne Vestbø.
2536 The .qmake.conf file in Qt modules usually contains a load(qt_build_config), which
2537 ends up loading qmodule.pri, which contains the CONFIG += silent if Qt was configured
2542 2012-10-15 Ryuan Choi <ryuan.choi@samsung.com>
2544 [EFL] Share resources installed for inspector
2545 https://bugs.webkit.org/show_bug.cgi?id=98991
2547 Reviewed by Gyuyoung Kim.
2549 Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory
2550 when INSPECTOR is enabled.
2552 This patch changes to install resources one time and share it.
2554 * Source/PlatformEfl.cmake:
2555 Extracted build scripts which install resources from WebKit/PlatformEfl.cmake.
2556 * Source/cmake/OptionsEfl.cmake:
2558 2012-10-15 Simon Hausmann <simon.hausmann@digia.com>
2560 [Qt] Separate Qt WebKit into Qt WebKit and Qt WebKit Widgets
2561 https://bugs.webkit.org/show_bug.cgi?id=88162
2563 Reviewed by Kenneth Rohde Christiansen.
2565 Rename the QtWebKit module to QtWebKitWidgets.
2568 * Source/sync.profile:
2570 2012-10-14 Patrick Gansterer <paroga@webkit.org>
2572 Unreviewed, rolling out r130656.
2573 http://trac.webkit.org/changeset/130656
2574 https://bugs.webkit.org/show_bug.cgi?id=97592
2576 Broke CMake build on Windows
2580 2012-10-12 Sheriff Bot <webkit.review.bot@gmail.com>
2582 Unreviewed, rolling out r131189.
2583 http://trac.webkit.org/changeset/131189
2584 https://bugs.webkit.org/show_bug.cgi?id=99187
2586 Made inspector http tests crash on WK2. (Requested by rakuco
2589 * Source/PlatformEfl.cmake:
2590 * Source/cmake/OptionsEfl.cmake:
2592 2012-10-12 Ryuan Choi <ryuan.choi@samsung.com>
2594 [EFL] Share resources installed for inspector
2595 https://bugs.webkit.org/show_bug.cgi?id=98991
2597 Reviewed by Gyuyoung Kim.
2599 Now, WebKit1/Efl and WebKit2/Efl install same resources to different directory
2600 when INSPECTOR is enabled.
2602 This patch changes to install resources one time and share it.
2604 * Source/PlatformEfl.cmake:
2605 Extracted build scripts which install resources from WebKit/PlatformEfl.cmake.
2606 * Source/cmake/OptionsEfl.cmake:
2608 2012-10-12 Balazs Kelemen <kbalazs@webkit.org>
2610 Unreviewed, rolling out r130389.
2611 http://trac.webkit.org/changeset/130389
2612 https://bugs.webkit.org/show_bug.cgi?id=98048
2616 * Source/autotools/symbols.filter:
2618 2012-10-11 Jinwoo Song <jinwoo7.song@samsung.com>
2620 [CMAKE] Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature
2621 https://bugs.webkit.org/show_bug.cgi?id=99030
2623 Reviewed by Laszlo Gombos.
2625 Add HIDDEN_PAGE_DOM_TIMER_THROTTLING feature which throttles DOM timers
2626 on hidden pages to WebKitFeatures.cmake and cmakeconfig.h.cmake.
2628 * Source/cmake/WebKitFeatures.cmake:
2629 * Source/cmakeconfig.h.cmake:
2631 2012-10-11 Ryosuke Niwa <rniwa@webkit.org>
2633 Perf-o-matic build fixes.
2635 Get the password from the first item of the array now that each JSON contains an array as
2636 the top-level structure instead of a dictionary, which is the first item in the array.
2638 Remove spaces after comma to save space in Runs objects to work-around the AppEngine's
2639 object size limit. This should buy us a couple of days. We'll implement a proper fix later.
2641 * Websites/webkit-perf.appspot.com/models.py:
2642 (Runs.update_incrementally):
2643 * Websites/webkit-perf.appspot.com/models_unittest.py:
2644 (RunsTest.test_update_or_insert):
2645 * Websites/webkit-perf.appspot.com/report_handler.py:
2646 (ReportHandler.post):
2648 2012-10-10 Tony Chang <tony@chromium.org>
2650 Unreviewed, rolling out r130937, r130949, r130955, and
2652 http://trac.webkit.org/changeset/130937
2653 http://trac.webkit.org/changeset/130949
2654 http://trac.webkit.org/changeset/130955
2655 http://trac.webkit.org/changeset/130957
2656 https://bugs.webkit.org/show_bug.cgi?id=94290
2660 * Source/cmake/WebKitMacros.cmake:
2662 2012-10-10 Pablo Flouret <pablof@motorola.com>
2664 Pre-process CSSGrammar.y before running through bison.
2665 https://bugs.webkit.org/show_bug.cgi?id=94290
2667 Reviewed by Tony Chang.
2669 * Source/cmake/WebKitMacros.cmake:
2670 Use WebCore/css/makegrammar.pl to generate bison grammar files.
2672 2012-10-10 Simon Fraser <simon.fraser@apple.com>
2674 Attempt to fix gtk build which controls exports via this mysteriously-named
2677 * Source/autotools/symbols.filter:
2679 2012-10-10 Shinya Kawanaka <shinyak@chromium.org>
2681 Needs internal API to return distributed nodes for InsertionPoint
2682 https://bugs.webkit.org/show_bug.cgi?id=98868
2684 Reviewed by Hajime Morita.
2686 * Source/autotools/symbols.filter:
2688 2012-10-10 Yong Li <yoli@rim.com>
2690 [BlackBerry] Define WTF_USE_EXTRA_MACROS in cmake rather than Platform.h
2691 https://bugs.webkit.org/show_bug.cgi?id=98819
2693 Reviewed by Rob Buis.
2695 And make it depend on SHARED_CORE
2698 * Source/cmake/OptionsBlackBerry.cmake:
2700 2012-10-10 Keishi Hattori <keishi@webkit.org>
2702 REGRESSION (r129738): Calendar picker is too wide when the input is rtl
2703 https://bugs.webkit.org/show_bug.cgi?id=98881
2705 Reviewed by kent Tamura.
2707 * ManualTests/forms/calendar-picker.html: Added isCalendarRTL parameters.
2709 2012-10-10 Christophe Dumez <christophe.dumez@intel.com>
2711 [EFL][WK2] Port MiniBrowser to Elementary
2712 https://bugs.webkit.org/show_bug.cgi?id=98748
2714 Reviewed by Kenneth Rohde Christiansen.
2716 Bump EFL librairies dependencies to v1.7
2717 and add Elementary as optional dependency now
2718 that it is needed to build MiniBrowser.
2720 * Source/cmake/FindEet.cmake: Added.
2721 * Source/cmake/FindElementary.cmake: Added.
2722 * Source/cmake/OptionsEfl.cmake:
2724 2012-10-09 Simon Pena <spena@igalia.com>
2726 [GTK] Add support for running JavaScript from GResources
2727 https://bugs.webkit.org/show_bug.cgi?id=98488
2729 Reviewed by Carlos Garcia Campos.
2731 GResources allow embedding certain resources, frequently used, in a "bundle"
2732 which can be kept separated or stored in the binary. This patch adds
2733 support for running JavaScript from GResources.
2735 * configure.ac: Add support for compiling GResources
2737 2012-10-09 Zan Dobersek <zandobersek@gmail.com>
2739 Unreviewed GTK build fix after r130689.
2741 Adding a required symbol to symbols.filter.
2743 * Source/autotools/symbols.filter:
2745 2012-10-08 Laszlo Gombos <l.gombos@samsung.com>
2747 [EFL] Add minimum version information for tool dependencies
2748 https://bugs.webkit.org/show_bug.cgi?id=97592
2750 Reviewed by Kenneth Rohde Christiansen.
2752 Capture the minimum version information for the tools that are required
2753 to build the EFL port (or more generally WebKit).
2757 2012-10-08 Dongwoo Joshua Im <dw.im@samsung.com>
2759 [EFL] Fix build break when WEB_AUDIO is enabled.
2760 https://bugs.webkit.org/show_bug.cgi?id=98635
2762 Unreviewed build fix.
2764 Build error is occurred because of the new flag, ENABLE_LEGACY_WEB_AUDIO,
2765 which was introduced by https://bugs.webkit.org/show_bug.cgi?id=97050.
2767 * Source/cmakeconfig.h.cmake: Add ENABLE_LEGACY_WEB_AUDIO.
2769 2012-10-08 Joone Hur <joone.hur@intel.com>
2771 [EFL] Add support for -webkit-sticky
2772 https://bugs.webkit.org/show_bug.cgi?id=95182
2774 Reviewed by Kenneth Rohde Christiansen.
2776 Turn on CSS sticky position by default for WebKitEfl,
2777 but most of the CSS sticky position test cases still do not pass on WK1.
2779 * Source/cmake/OptionsEfl.cmake:
2781 2012-10-05 José Dapena Paz <jdapena@igalia.com>
2783 [GTK] Add support for creating EGL contexts
2784 https://bugs.webkit.org/show_bug.cgi?id=77921
2786 Reviewed by Martin Robinson.
2788 This patch adds support for EGL, using OpenGL and OpenGL ES 2. Both
2789 options are set up on compile time, with the configure options
2790 --enable-egl and --enable-gles2.
2792 The implementation only adds support for EGL on top of X11, to
2793 isolate the changes to the minimum. More changes should come
2794 later to enable EGL for other targets (as Wayland).
2797 * configure.ac: new configure options --enable-egl and --enable-gles2.
2799 2012-10-04 Rob Buis <rbuis@rim.com>
2801 [BlackBerry] Sync up CMake files
2802 https://bugs.webkit.org/show_bug.cgi?id=98442
2804 Reviewed by Gyuyoung Kim.
2806 Amongst others some internal paths changed.
2808 * Source/cmake/OptionsBlackBerry.cmake:
2810 2012-10-04 Christophe Dumez <christophe.dumez@intel.com>
2812 [EFL] Add libxml 2.8.0 to jhbuild
2813 https://bugs.webkit.org/show_bug.cgi?id=98418
2815 Reviewed by Laszlo Gombos.
2817 Bump dependency for libxml to 2.8.0 to match
2820 * Source/cmake/OptionsEfl.cmake:
2822 2012-10-04 Balazs Kelemen <kbalazs@webkit.org>
2824 Don't allow to disable compositing in forced compositing mode
2825 https://bugs.webkit.org/show_bug.cgi?id=98048
2827 Reviewed by Jocelyn Turcotte.
2829 Export Settings::setAcceleratedCompositingEnabled because it has been deinlined.
2831 * Source/autotools/symbols.filter:
2833 2012-10-03 Ryuan Choi <ryuan.choi@samsung.com>
2835 [EFL] Default.edj should be generated although ENABLE_WEBKIT disabled.
2836 https://bugs.webkit.org/show_bug.cgi?id=97753
2838 Reviewed by Laszlo Gombos.
2840 default.edj is used in both webkit/efl and webkit2/efl.
2841 However, it has been generated only when ENABLE_WEBKIT is enabled.
2843 This patch separates the script which generates default.edj
2844 from source/webkit/platformefl.cmake.
2846 * Source/CMakeLists.txt:
2847 * Source/PlatformEfl.cmake: Added to generate custom target for default theme.
2848 * Source/cmake/OptionsEfl.cmake:
2849 Moved directory generation from WebKit/PlatformEfl.cmake
2850 because THEME_BINARY_DIR is used for both Default Theme and control theme in Tools.
2852 2012-10-03 Otto Derek Cheung <otcheung@rim.com>
2854 [BlackBerry] Implementing the NetworkInfo API for BB port
2855 https://bugs.webkit.org/show_bug.cgi?id=98273
2857 Reviewed by Rob Buis.
2859 Adding references to new classes added to support BlackBerry's
2860 NetworkInfo implementation.
2862 * Source/cmake/OptionsBlackBerry.cmake:
2864 2012-10-01 Keishi Hattori <keishi@webkit.org>
2866 Calendar picker should use zero as default step base
2867 https://bugs.webkit.org/show_bug.cgi?id=97976
2869 Reviewed by Kent Tamura.
2871 * ManualTests/forms/calendar-picker.html: Added stepBase parameters.
2873 2012-09-28 Mariusz Grzegorczyk <mariusz.g@samsung.com>
2875 [WK2][GTK][EFL] Share WebKit2-GTK plugin process implementation with EFL port
2876 https://bugs.webkit.org/show_bug.cgi?id=91844
2878 Reviewed by Simon Hausmann.
2880 Turn on Netscape Plugin API by default for WebKit2-Efl.
2882 * Source/cmake/OptionsEfl.cmake:
2884 2012-09-28 Alpha Lam <hclam@chromium.org>
2886 REGRESSION(r122215) - CachedImage::likelyToBeUsedSoon crashes on accessing a deleted CachedImageClient
2887 https://bugs.webkit.org/show_bug.cgi?id=97749
2889 Reviewed by James Robinson.
2891 Added a manual test to demonstrate drag image and crashing.
2893 * ManualTests/drag-image-no-crash.html: Added.
2895 2012-09-27 Keishi Hattori <keishi@webkit.org>
2897 SuggestionPicker should support rtl
2898 https://bugs.webkit.org/show_bug.cgi?id=97555
2900 Reviewed by Kent Tamura.
2902 * ManualTests/forms/calendar-picker.html: Added tests for Arabic with datalist.
2904 2012-09-27 Patrick Gansterer <paroga@webkit.org>
2906 [WINCE] Enable JIT by default
2908 * Source/cmake/OptionsWinCE.cmake:
2910 2012-09-26 Martin Robinson <mrobinson@igalia.com>
2912 [GTK] Use XDamage to simplify RedirectedXCompositeWindow
2913 https://bugs.webkit.org/show_bug.cgi?id=97267
2915 Reviewed by Alejandro G. Castro.
2917 Use XDamage to queue redraws of the widget when redirecting accelerated compositing
2918 to an offscreen window. This allows removing a finicky timer-based approach, improves
2919 performance, and allows simplifying things greatly.
2921 * configure.ac: Add support for finding XDamage via pkg-config.
2923 2012-09-26 Simon Hausmann <simon.hausmann@digia.com>
2925 [Qt] Remove Qt Quick 1 support
2927 Reviewed by Kenneth Rohde Christiansen.
2929 It is being moved to the Qt5 QtQuick1 module.
2933 2012-09-26 Zan Dobersek <zandobersek@gmail.com>
2935 [GTK] Enable some of the unstable CSS features
2936 https://bugs.webkit.org/show_bug.cgi?id=97572
2938 Reviewed by Martin Robinson.
2940 Export the required RuntimeEnabledFeatures symbol.
2942 * Source/autotools/symbols.filter:
2944 2012-09-25 Cosmin Truta <ctruta@rim.com>
2946 [BlackBerry] Enable LLInt
2947 https://bugs.webkit.org/show_bug.cgi?id=97604
2949 Reviewed by Yong Li.
2951 * Source/cmake/OptionsBlackBerry.cmake:
2953 2012-09-25 Ryosuke Niwa <rniwa@webkit.org>
2955 Perf-o-matic should store "values" and support array'ed input
2956 https://bugs.webkit.org/show_bug.cgi?id=97601
2958 Reviewed by Dirk Pranke.
2960 Support new JSON format where the outermost structure is an array instead of a dictionary and results may
2961 contain "values". This change will let us remove some code from run-perf-tests.
2963 Old: {"webkit-revision": 123456, "results": {"test": {"avg": 123}}
2964 New: [{"webkit-revision": 123456, "results": {"test": {"avg": 123, values: [122, 123, 124]}}}]
2966 * Websites/webkit-perf.appspot.com/app.yaml: Incremented the version number.
2967 * Websites/webkit-perf.appspot.com/models.py:
2968 (TestResult): Added values property.
2969 (TestResult.get_or_insert_from_parsed_json): Pass in "values" to the constructor if the value is present.
2970 (ReportLog.get_value): Use the first item in the array if self._parsed uses the new format.
2971 (ReportLog.results_are_well_formed): Verifies that items in "values" are floats convertible. Also verify that
2972 if the JSON uses new format, there is exactly one set of results. In theory, we could support multiple results
2973 but we don't do that now for its complexity.
2974 * Websites/webkit-perf.appspot.com/models_unittest.py:
2975 (TestResultTests.test_get_or_insert_stat_value): Make sure values is present and is an empty list.
2976 (TestResultTests.test_get_or_insert_stat_value_with_values): Added.
2977 (ReportLogTests.test_results_are_well_formed):
2978 (ReportLogTests.test_chromium_revision): Renamed from chromium_revision so that it actually runs.
2979 (ReportLogTests.test_results_in_array):
2981 2012-09-25 Laszlo Gombos <l.gombos@samsung.com>
2983 [EFL] Update minimal required versions for dependencies
2984 https://bugs.webkit.org/show_bug.cgi?id=97523
2986 Reviewed by Gyuyoung Kim.
2988 Use the same versions numbers for dependencies as in Tools/efl/jhbuild.modules.
2990 * Source/cmake/OptionsEfl.cmake:
2992 2012-09-24 Simon Hausmann <simon.hausmann@digia.com>
2994 [Qt] Fix build with latest Qt 5
2995 https://bugs.webkit.org/show_bug.cgi?id=97479
2997 Reviewed by Tor Arne Vestbø.
2999 Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is
3000 passed as last parameter (source dir) to syncqt now, so set it to the directory that contains
3005 2012-09-24 Bo Liu <boliu@chromium.org>
3007 Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
3008 https://bugs.webkit.org/show_bug.cgi?id=97055
3010 Reviewed by Adam Barth.
3012 Relanding 128780, 128676, 128645. Was reverted in 128914 due to
3013 performance regression in Chromium.
3015 New changes in addition to previously reverted patches:
3017 Refactored CachedResource::requestResource, loadResource, and
3018 revalidateResource. Moved CachedResource::load method to end of
3019 requestResource so there is one place where load is called for all
3022 Added a enum parameter for requestResource and
3023 determineRevalidationPolicy so that FrameLoaderClient::allowImage call
3024 do not need to be called multiple times.
3026 Removed CachedImage::load call in requestImage so it is not called
3029 Removed unnecessary Frame.h includes in CachedResource and
3032 Removed dead load() method declaration in CachedImage.
3034 Updated text expectation for two image-permissions tests to reflect
3035 the removed calls to allowImage.
3037 * Source/autotools/symbols.filter:
3039 2012-09-24 Byungwoo Lee <bw80.lee@samsung.com>
3041 [CMake] Change hardcoded 'lib' and 'bin' in CMakeLists.txt to 'LIB_INSTALL_DIR' and 'EXEC_INSTALL_DIR'.
3042 https://bugs.webkit.org/show_bug.cgi?id=97419
3044 Reviewed by Gyuyoung Kim.
3046 Use the value of LIB_INSTALL_DIR and EXEC_INSTALL_DIR instead of
3047 hardcoding 'lib' and 'bin' for CMAKE_{ARCHIVE,LIBRARY,RUNTIME}_OUTPUT_DIRECTORY.
3050 Use ${LIB_INSTALL_DIR} instead of hardcoding "lib".
3051 Use ${EXEC_INSTALL_DIR} instead of hardcoding "bin".
3053 2012-09-24 Sheriff Bot <webkit.review.bot@gmail.com>
3055 Unreviewed, rolling out r129343.
3056 http://trac.webkit.org/changeset/129343
3057 https://bugs.webkit.org/show_bug.cgi?id=97479
3059 It broke the build (Requested by Ossy_NIGHT on #webkit).
3063 2012-09-24 Sheriff Bot <webkit.review.bot@gmail.com>
3065 Unreviewed, rolling out r129388.
3066 http://trac.webkit.org/changeset/129388
3067 https://bugs.webkit.org/show_bug.cgi?id=97477
3069 Caused an assertion in a WebKit2 unit test (Requested by
3072 * Source/autotools/symbols.filter:
3074 2012-09-24 Dominik Röttsches <dominik.rottsches@intel.com>
3076 [EFL][DRT] Enable Regions support
3077 https://bugs.webkit.org/show_bug.cgi?id=83897
3079 Reviewed by Kenneth Rohde Christiansen.
3081 Default build setting for CSS regions set to on.
3083 * Source/cmake/OptionsEfl.cmake:
3085 2012-09-24 Bo Liu <boliu@chromium.org>
3087 Reland "Add in-place reload behavior to ImagesEnabled setting" with optimizations
3088 https://bugs.webkit.org/show_bug.cgi?id=97055
3090 Reviewed by Adam Barth.
3092 Relanding 128780, 128676, 128645. Was reverted in 128914 due to
3093 performance regression in Chromium.
3095 New changes in addition to previously reverted patches:
3097 Refactored CachedResource::requestResource, loadResource, and
3098 revalidateResource. Moved CachedResource::load method to end of
3099 requestResource so there is one place where load is called for all
3102 Added a enum parameter for requestResource and
3103 determineRevalidationPolicy so that FrameLoaderClient::allowImage call
3104 do not need to be called multiple times.
3106 Removed CachedImage::load call in requestImage so it is not called
3109 Removed unnecessary Frame.h includes in CachedResource and
3112 Removed dead load() method declaration in CachedImage.
3114 Updated text expectation for two image-permissions tests to reflect
3115 the removed calls to allowImage.
3117 * Source/autotools/symbols.filter:
3119 2012-09-24 Vivek Galatage <vivekgalatage@gmail.com>
3121 Web Inspector: implement testing harness for pure protocol tests.
3122 https://bugs.webkit.org/show_bug.cgi?id=90675
3124 Reviewed by Yury Semikhatsky.
3126 Added export symbols required for Gtk+ to support the Inspector Protocol
3129 * Source/autotools/symbols.filter:
3131 2012-09-24 Simon Hausmann <simon.hausmann@digia.com>
3133 [Qt] Fix build with latest Qt 5
3135 Reviewed by Tor Arne Vestbø.
3137 Define MODULE_BASE_DIR before loading qt_module.prf, which now calls syncqt. MODULE_BASE_DIR is
3138 passed as last parameter (source dir) to syncqt now, so set it to the directory that contains
3143 2012-09-23 Keishi Hattori <keishi@webkit.org>
3145 Add suggestionPicker to CalendarPicker
3146 https://bugs.webkit.org/show_bug.cgi?id=97201
3148 Reviewed by Kent Tamura.
3150 * ManualTests/forms/calendar-picker.html: Added tests for SuggestionPicker.
3152 2012-09-21 Ami Fischman <fischman@chromium.org>
3154 HTMLMediaElement isn't garbage collected between document reloads
3155 https://bugs.webkit.org/show_bug.cgi?id=97020
3157 Reviewed by Eric Carlson.
3159 Manual test added: ManualTests/audio-freed-during-reload.html
3161 * ManualTests/audio-freed-during-reload.html:
3163 2012-09-21 Chris Rogers <crogers@google.com>
3165 Add Web Audio support for deprecated/legacy APIs
3166 https://bugs.webkit.org/show_bug.cgi?id=97050
3168 Reviewed by Eric Carlson.
3170 * Source/cmake/WebKitFeatures.cmake:
3172 2012-09-21 Simon Hausmann <simon.hausmann@digia.com>
3174 [Qt] Bail out when trying to build WebKit with Qt != 5
3176 Reviewed by Tor Arne Vestbø.
3178 Moved check for Qt version out of default_pre into top-level WebKit.pro,
3179 because we never reach default_pre.prf due to the lack of .qmake.conf support
3180 in older versions of Qt/QMake.
3184 2012-09-20 Simon Hausmann <simon.hausmann@digia.com>
3186 [Qt] QtWebKit module header includes private dependencies
3188 Reviewed by Tor Arne Vestbø.
3190 Moved loading of webkit_modules.prf a few lines down after the definition
3191 of QT_API_DEPENDS, because webkit_modules.prf does the sanitization of the
3192 QT variable now and therefore needs QT_API_DEPENDS.
3196 2012-09-18 Sailesh Agrawal <sail@chromium.org>
3198 Chromium: Scrollbar with tickmarks doesn't respond to clicks
3199 https://bugs.webkit.org/show_bug.cgi?id=96049
3201 Reviewed by Beth Dakin.
3203 Update exported symbols.
3205 * Source/autotools/symbols.filter:
3207 2012-09-18 Bo Liu <boliu@chromium.org>
3209 Revert 128780, 128676, 128645
3210 https://bugs.webkit.org/show_bug.cgi?id=97022
3212 Reviewed by Adam Barth.
3214 I made these revisions to add in-place reload behavior to ImagesEnabled setting.
3215 Reverting this for now due to them causing performance regression in
3216 chromium, possibly caused by increased calls to
3217 PermissionClient::imageAllowed.
3219 * Source/autotools/symbols.filter:
3221 2012-09-18 Ryuan Choi <ryuan.choi@samsung.com>
3223 [CMAKE] Fix build break because of memory exhausted.
3224 https://bugs.webkit.org/show_bug.cgi?id=77327
3226 Reviewed by Gyuyoung Kim.
3228 Added to avoid memory exhaustion on 32bit linux debug build.
3230 * Source/cmake/OptionsCommon.cmake:
3232 2012-09-17 Rob Buis <rbuis@rim.com>
3234 [BlackBerry] Enable VIDEO_TRACK
3235 https://bugs.webkit.org/show_bug.cgi?id=96949
3237 Reviewed by Antonio Gomes.
3239 Turn on VIDEO_TRACK feature.
3241 * Source/cmake/OptionsBlackBerry.cmake:
3243 2012-09-17 Zan Dobersek <zandobersek@gmail.com>
3245 [Gtk] Remove configuration options for stable features that are currently enabled
3246 https://bugs.webkit.org/show_bug.cgi?id=96621
3248 Reviewed by Martin Robinson.
3250 Remove configuration flags that were used for either features that were enabled
3251 by default or were enabled only when unstable features support was enabled. In
3252 any case the feature was removed only if it does not introduce a dependency.
3256 2012-09-17 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3258 [Qt] Auto-generate the module pri file for QtWebKit
3260 Reviewed by Simon Hausmann.
3264 2012-09-14 Julien Chaffraix <jchaffraix@webkit.org>
3266 Revert r127457 and following fixes due to several hit-testing regressions
3267 https://bugs.webkit.org/show_bug.cgi?id=96830
3269 Reviewed by Antonio Gomes.
3271 This change reverts r127457, r127863 and r128505.
3273 * Source/autotools/symbols.filter:
3275 2012-09-14 Adam Barth <abarth@webkit.org>
3277 Remove webkitPostMessage
3278 https://bugs.webkit.org/show_bug.cgi?id=96577
3280 Reviewed by Ojan Vafai.
3282 Add ENABLE_LEGACY_VENDOR_PREFIXES flag.
3284 * Source/cmake/WebKitFeatures.cmake:
3285 * Source/cmakeconfig.h.cmake:
3287 2012-09-14 Jeffrey Pfau <jpfau@apple.com>
3289 Allow third-party storage blocking setting to change while a page is loaded
3290 https://bugs.webkit.org/show_bug.cgi?id=95790
3292 Reviewed by Brady Eidson.
3294 Update exported symbols.
3296 * Source/autotools/symbols.filter:
3298 2012-09-14 Bo Liu <boliu@chromium.org>
3300 Add in-place reload behavior to ImagesEnabled setting
3301 https://bugs.webkit.org/show_bug.cgi?id=95478
3303 Reviewed by Adam Barth.
3305 Export WebCore::Settings::setImagesEnabled symbol.
3307 * Source/autotools/symbols.filter:
3309 2012-09-14 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3311 [Qt] Fix handling of debug/release/debug_and_release/build_all
3313 We now pick up the defaults from Qt, in default_pre (CONFIG already
3314 contains the appropriate values for debug and release). We then let
3315 the command line arguments to qmake, or the project files themselves,
3316 override the configuration, and finally we sanitize the configuration
3319 Reviewed by Simon Hausmann.
3323 2012-09-14 Keishi Hattori <keishi@webkit.org>
3325 Add runtime flag that enables lang attribute for form controls in LayoutTests
3326 https://bugs.webkit.org/show_bug.cgi?id=96636
3328 Reviewed by Kent Tamura.
3330 * Source/autotools/symbols.filter:
3332 2012-09-13 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
3334 [CMake] Remove some redundant warning flags and enable a few more warnings.
3335 https://bugs.webkit.org/show_bug.cgi?id=96654
3337 Reviewed by Kenneth Rohde Christiansen.
3339 * Source/cmake/WebKitHelpers.cmake: Remove a few warning flags
3340 which are already enabled by -Wall and -Wextra, remove -W which
3341 looks useless and also enable a few more warnings by removing
3342 their -Wno-foo counterparts which were present.
3344 2012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3346 [Qt] Ensure that QT is finalized before loading qt_module.prf
3348 As qt_module.prf does dependency tracking based on the content of the
3349 QT variable. The intermediate WebKit modules modify the variable in
3350 their .pri files, so we have to ensure we've loaded all the modules
3351 before loading qt_module.
3353 Reviewed by Tor Arne Vestbø.
3354 Patch by Oswald Buddenhagen <oswald.buddenhagen@nokia.com> on 2012-09-13
3358 2012-09-13 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3360 [Qt] Make sure LIBS, PKGCONFIG, and QT, do not affect QtWebKit's prl file
3362 Unless it's actually a dependency of the public QtWebKit API.
3364 We could replace every occurance of LIBS, PKGCONFIG, and QT, in the pri
3365 files with their _PRIVATE equivivalent, but that's likely to break when
3366 someone adds a new QT/LIBS/PKGCONFIG += foo line somewhere. Instead we
3367 clean up the variables in default_post.
3369 This means that the CONFIG -= explicitlib in linkAgainstLibrary() is no
3370 longer needed, as it was a workaround for the intermediate libraries ending
3371 up in the prl file. And, since CONFIG -= staticlib was there to support
3372 the explicitlib option, we can remove that too (as well as the exception
3373 for gprof, since it would be empty). If gprof needs tweaks to always link
3374 statically they should go in gprof.prf.
3376 Reviewed by Simon Hausmann.
3380 2012-09-13 Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
3382 [Qt] Fllow rename of qt_module_config.prf to qt_module.prf
3384 Reviewed by Tor Arne Vestbø.
3388 2012-09-13 Simon Hausmann <simon.hausmann@nokia.com>
3390 [Qt] syncqt isn't re-run when WebKit1.pro changes and we're building with --no-webkit2
3391 https://bugs.webkit.org/show_bug.cgi?id=96545
3393 Reviewed by Tor Arne Vestbø.
3395 Do the QMAKE_INTERNAL_INCLUDED_FILES trick separately for WebKit1.pro and WebKit2/Target.pri,
3396 depending on build?(webkit1) and build?(webkit2), as discussed earlier.
3400 2012-09-12 Sheriff Bot <webkit.review.bot@gmail.com>
3402 Unreviewed, rolling out r127876.
3403 http://trac.webkit.org/changeset/127876
3404 https://bugs.webkit.org/show_bug.cgi?id=96600
3406 mouse click doesn't work for spin button if spin button in
3407 iframe (Requested by yosin on #webkit).
3409 * Source/autotools/symbols.filter:
3411 2012-09-12 KyungTae Kim <ktf.kim@samsung.com>
3413 [EFL] Support download attribute feature
3414 https://bugs.webkit.org/show_bug.cgi?id=96462
3416 Reviewed by Gyuyoung Kim.
3418 * Source/cmake/OptionsEfl.cmake: Enable DOWNLOAD_ATTRIBUTE feature.
3420 2012-09-12 Sami Kyostila <skyostil@google.com>
3422 Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING
3423 https://bugs.webkit.org/show_bug.cgi?id=96251
3425 Reviewed by Simon Fraser.
3427 Rename OVERFLOW_SCROLLING as ACCELERATED_OVERFLOW_SCROLLING to better describe
3428 the feature it controls.
3430 * Source/cmakeconfig.h.cmake:
3432 2012-09-11 Ryuan Choi <ryuan.choi@samsung.com>
3434 [CMAKE] Supply feature defines to CodeGeneratorTestRunner.
3435 https://bugs.webkit.org/show_bug.cgi?id=96273
3437 Reviewed by Gyuyoung Kim.
3439 * Source/cmake/WebKitFeatures.cmake: Generated FEATURE_DEFINES_WITH_SPACE_SEPARATOR.
3441 2012-09-11 Arnaud Renevier <a.renevier@sisa.samsung.com>
3443 [Gtk] allow building with css-shaders
3444 https://bugs.webkit.org/show_bug.cgi?id=95603
3446 Reviewed by Martin Robinson.
3448 if unstable features and accelerated compositing are turned on, and
3449 acceleration backend is opengl, then build CSS Shaders and CSS
3454 2012-09-11 Marcelo Lira <marcelo.lira@openbossa.org>
3456 Restore original value of mock scrollbars enabled in InternalSettings
3457 https://bugs.webkit.org/show_bug.cgi?id=87680
3459 Reviewed by Adam Barth.
3461 Added backup support for mock scrollbars state in
3462 InternalSettings::Backup, and removed support for these
3463 from Qt's DumpRenderTree.
3465 * Source/autotools/symbols.filter:
3467 2012-09-11 Raphael Kubo da Costa <rakuco@webkit.org>
3469 [EFL] Rewrite the EFL-related Find modules
3470 https://bugs.webkit.org/show_bug.cgi?id=95237
3472 Reviewed by Kenneth Rohde Christiansen.
3474 FindEFL.cmake had several problems which caused unnecessary trouble
3475 when building the EFL port under some setups:
3477 o It looked for some modules (such as ecore) more than once for no
3478 reason, which led to people adding libraries and include paths in
3479 different ways across the build system.
3481 o It depended on pkg-config being present for the searches to
3484 o It obtained the library definitions from pkg-config, so
3485 ${FOO_LIBRARIES} would be set to something like "foo;bar" which
3486 expanded to "-lfoo -lbar" to the linker. If a wrong -L<path> was
3487 passed before that, the wrong library installation would end up
3490 o Due to the problem above, we also needed to set the LINK_FLAGS
3491 property for each target with the value of ${FOO_LDFLAGS}, which was
3492 also obtained from pkg-config and sort of compensated the fact that
3493 the libraries did not use absolute paths and added the required -L
3494 paths. This also included dependencies for these libraries, so we
3495 ended up including libraries indirectly, which is bad.
3497 We have now replaced that file with a set of Find-modules which are
3498 much more granular, each of them responsible for looking for a
3499 single library and its components and setting library and include
3500 locations the right way (with FIND_PATH() and FIND_LIBRARY()), so
3501 that all the problems above are fixed.
3503 * Source/cmake/EFLHelpers.cmake: Added.
3504 * Source/cmake/FindEDBus.cmake: Added.
3505 * Source/cmake/FindEFL.cmake: Removed.
3506 * Source/cmake/FindEcore.cmake: Added.
3507 * Source/cmake/FindEdje.cmake: Added.
3508 * Source/cmake/FindEeze.cmake: Added.
3509 * Source/cmake/FindEfreet.cmake: Added.
3510 * Source/cmake/FindEina.cmake: Added.
3511 * Source/cmake/FindEvas.cmake: Added.
3512 * Source/cmake/OptionsEfl.cmake:
3514 2012-09-11 Simon Hausmann <simon.hausmann@nokia.com>
3516 [Qt] In-source builds are broken
3518 Reviewed by Tor Arne Vestbø.
3520 The Tools sub-directory contains a Makefile checked into SVN. For in-source builds let's not try to
3521 overwrite it but instead generate a dedicated Makefile.Tools.
3526 2012-09-11 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3528 [Qt] Add a configure step to the Qt build system
3530 This allows building the Qt port using just 'qmake WebKit.pro'. Using
3531 the build-webkit script is still supported, and will add slightly more
3532 logic to the build, such as detecting the need for clean or incremental
3535 Internally, the build system now uses a new variable, WEBKIT_CONFIG, for
3536 all things related to configuring the build, such as use/have/enable flags,
3537 and these are translated to defines in default_post. Project files should
3538 no longer check contains(DEFINES,...) to detect features, but use the new
3539 enable?(), use?(), and have?() functions. The no_webkit1 and no_webkit2
3540 options have been translated into WEBKIT_CONFIG options as well, and can
3541 be checked using build?().
3543 Reviewed by Simon Hausmann.
3545 * Source/QtWebKit.pro:
3550 2012-09-10 Thiago Marcos P. Santos <thiago.santos@intel.com>
3552 [CMake][EFL] Enable the LLInt
3553 https://bugs.webkit.org/show_bug.cgi?id=92682
3555 Reviewed by Csaba Osztrogonác.
3557 Added LLInt to CMake buildsystem and enabled it by default on EFL.
3558 Note that Ruby is not enforced: a secondary check is done when LLInt
3559 is enabled on the JSC's CMakeLists.txt.
3562 * Source/cmake/OptionsEfl.cmake:
3563 * Source/cmake/WebKitFeatures.cmake:
3564 * Source/cmakeconfig.h.cmake:
3566 2012-09-07 Simon Fraser <simon.fraser@apple.com>
3568 box-shadow causes overlay scrollbars to be in the wrong position when element is composited
3569 https://bugs.webkit.org/show_bug.cgi?id=85647
3571 Reviewed by James Robinson.
3573 Test overlay scrollbars in composited layers.
3575 * ManualTests/scrollbars/scrollbars-in-composited-layers.html: Added.
3577 2012-09-07 Martin Robinson <mrobinson@igalia.com>
3579 [GTK] Move user agent helpers to WebCore
3580 https://bugs.webkit.org/show_bug.cgi?id=95745
3582 Reviewed by Carlos Garcia Campos.
3584 Added an autoconf step for the new user agent shared code header in
3585 WebCore. This is necessary so that we can use the user agent version
3586 based on the information in the configure.ac file.
3590 2012-09-07 Allan Sandfeld Jensen <allan.jensen@nokia.com>
3592 Simplify hitTestResultAtPoint and nodesFromRect APIs
3593 https://bugs.webkit.org/show_bug.cgi?id=95720
3595 Reviewed by Antonio Gomes.
3597 Update exported symbols.
3599 * Source/autotools/symbols.filter:
3601 2012-09-07 Zan Dobersek <zandobersek@gmail.com>
3603 [GTK] Multiple feature defines in webcore_cppflags can occur
3604 https://bugs.webkit.org/show_bug.cgi?id=95942
3606 Reviewed by Martin Robinson.
3608 Add the feature_defines_unstable variable that should control values of feature
3609 defines for unstable features when unstable features are not enabled (e.g. release builds).
3613 2012-09-06 Zan Dobersek <zandobersek@gmail.com>
3615 [Gtk] Remove configuration options for features that are not supported by the Gtk port
3616 https://bugs.webkit.org/show_bug.cgi?id=87664
3618 Reviewed by Martin Robinson.
3620 Remove configuration options for features that are completely unsupported by the GTK port.
3621 They only bloat the configure.ac file. They should be re-added when the feature becomes
3622 supported and introduces an external dependency that the users might want to avoid.
3626 2012-09-06 Simon Hausmann <simon.hausmann@nokia.com>
3628 [Qt] Fix build with ANGLE on platforms that provide EGL/GLESv2
3629 https://bugs.webkit.org/show_bug.cgi?id=95965
3631 Reviewed by Tor Arne Vestbø.
3633 Add ANGLE as separate static library to the build and dependencies.
3638 2012-09-05 George Staikos <staikos@webkit.org>
3640 [BlackBerry] Match th ebuild flags from the platform library
3641 https://bugs.webkit.org/show_bug.cgi?id=95423
3643 Reviewed by Antonio Gomes.
3645 Unaligned build flags can cause crashes and other strange behavior.
3646 These two were not defined here but were defined on the system.
3648 * Source/cmake/OptionsBlackBerry.cmake:
3650 2012-09-05 Kaustubh Atrawalkar <kaustubh@motorola.com>
3652 [DRT] LTC:: Move printing related APIs from LayoutTestController to Internals
3653 https://bugs.webkit.org/show_bug.cgi?id=92735
3655 Reviewed by Hajime Morita.
3657 Move numberOfPages, pageProperty & pageSizeAndMarginsInPixels in Internals and remove duplicated code from DumprenderTree & WebkitTestRunner.
3658 Added symbols for GTK builds for corresponding APIs.
3660 * Source/autotools/symbols.filter:
3662 2012-09-04 Julien Chaffraix <jchaffraix@webkit.org>
3664 REGRESSION(r120832): RenderLayer::clampScrollOffset doesn't properly clamp
3665 https://bugs.webkit.org/show_bug.cgi?id=95776
3667 Reviewed by Simon Fraser.
3669 * ManualTests/select-menu-list-wrongly-positioned.html: Added.
3671 2012-09-04 Michał Pakuła vel Rutka <m.pakula@samsung.com>
3673 [EFL] Context menu restore.
3674 https://bugs.webkit.org/show_bug.cgi?id=74179
3676 Reviewed by Gyuyoung Kim.
3678 Adds context menu support for EFL port using non-CROSS_PLATFORM_CONTEXT_MENUS
3679 approach, the same as used in WebKit2.
3681 * Source/cmake/OptionsEfl.cmake: Turn on CONTEXT_MENUS flag for EFL port
3683 2012-09-04 Allan Sandfeld Jensen <allan.jensen@nokia.com>
3685 Allow child-frame content in hit-tests.
3686 https://bugs.webkit.org/show_bug.cgi?id=95204
3688 Reviewed by Antonio Gomes.
3690 Update exported symbols.
3692 * Source/autotools/symbols.filter:
3694 2012-09-04 Jinwoo Song <jinwoo7.song@samsung.com>
3696 [CMAKE] Update cmakeconfig.h.cmake
3697 https://bugs.webkit.org/show_bug.cgi?id=95712
3699 Reviewed by Gyuyoung Kim.
3701 Update feature definitions which are missing compared to WebKitFeatures.cmake
3703 * Source/cmakeconfig.h.cmake:
3705 2012-09-03 Jinwoo Song <jinwoo7.song@samsung.com>
3707 [EFL] Use WebKitVersion.h to get version information
3708 https://bugs.webkit.org/show_bug.cgi?id=95669
3710 Reviewed by Gyuyoung Kim.
3712 WEBKIT_USER_AGENT_MAJOR_VERSION and WEBKIT_USER_AGENT_MINOR_VERSION
3713 are defined as constant in the OptionsEfl.cmake. But we do not need
3714 to define these here but can use the defined constant in WebKitVersion.h.
3716 WebKitVersion.h is already generated with the version information
3717 from the Source/WebCore/Configurations/Version.xcconfig.
3719 * Source/cmake/OptionsEfl.cmake: Do not set WEBKIT_USER_AGENT_* variables.
3720 * Source/cmakeconfig.h.cmake: Remove WEBKIT_USER_AGENT_* definitions
3721 as no more port uses.
3723 2012-08-31 Tony Chang <tony@chromium.org>
3725 Remove ENABLE_CSS3_FLEXBOX compile time flag
3726 https://bugs.webkit.org/show_bug.cgi?id=95382
3728 Reviewed by Ojan Vafai.
3730 Everyone is already enabling this by default and the spec has stablized.
3732 * Source/cmake/WebKitFeatures.cmake:
3733 * Source/cmakeconfig.h.cmake:
3736 2012-08-30 JungJik Lee <jungjik.lee@samsung.com>
3738 [EFL][WK2] Add WebMemorySampler feature.
3739 https://bugs.webkit.org/show_bug.cgi?id=91214
3741 Reviewed by Kenneth Rohde Christiansen.
3743 Set WebMemorySampler feature on in EFL port.
3745 * Source/cmake/OptionsEfl.cmake:
3746 * Source/cmake/WebKitFeatures.cmake:
3747 * Source/cmakeconfig.h.cmake:
3749 2012-08-30 Rob Buis <rbuis@rim.com>
3751 [CMake] Suppress ANGLE compilation warnings
3752 https://bugs.webkit.org/show_bug.cgi?id=95377
3754 Reviewed by Antonio Gomes.
3756 Change WEBKIT_SET_EXTRA_COMPILER_FLAGS so it has an option to suppress C++ warnings.
3758 * Source/cmake/WebKitHelpers.cmake:
3760 2012-08-29 Thiago Macieira <thiago.macieira@intel.com>
3762 Tell git-archive to not export .gitattributes and .gitignore
3764 Reviewed by Simon Hausmann.
3766 Exclude git specific files from archives created via git-archive.
3770 2012-08-28 Mario Sanchez Prada <msanchez@igalia.com>
3772 Add directory generated by Eclipse to .gitignore
3773 https://bugs.webkit.org/show_bug.cgi?id=95231
3775 Reviewed by Andreas Kling.
3777 * .gitignore: Ignore .settings directory.
3779 2012-08-27 Rob Buis <rbuis@rim.com>
3781 [BlackBerry] remove -fno-rtti option in CMAKE_C_FLAGS
3782 https://bugs.webkit.org/show_bug.cgi?id=95089
3784 Reviewed by Antonio Gomes.
3786 This option does not make sense for compiling C and gives a warning.
3788 * Source/cmake/OptionsBlackBerry.cmake:
3790 2012-08-27 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3792 Rename RegisterProtocolHandler API to NavigatorContentUtils
3793 https://bugs.webkit.org/show_bug.cgi?id=94920
3795 Reviewed by Adam Barth.
3797 Modified configuration files so that they contain renamed NavigatorContentUtils-prefixed files.
3799 * Source/cmake/OptionsBlackBerry.cmake:
3800 * Source/cmake/OptionsEfl.cmake:
3801 * Source/cmake/WebKitFeatures.cmake:
3802 * Source/cmakeconfig.h.cmake:
3804 2012-08-23 Kevin Ollivier <kevino@theolliviers.com>
3806 [wx] Unreviewed build fix. Disable compilation of WebDOM file for now,
3807 add the opentype directory, and remove old ATSUI files no longer in the tree.
3811 2012-08-22 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
3813 [EFL] Use WTF_USE_SOUP instead BUILDING_SOUP__
3814 https://bugs.webkit.org/show_bug.cgi?id=94744
3816 Reviewed by Gustavo Noronha Silva.
3818 There is no need to define BUILDING_SOUP__ if only WTF_USE_SOUP
3822 * Source/cmake/OptionsEfl.cmake:
3824 2012-08-23 Zan Dobersek <zandobersek@gmail.com>
3826 [Gtk] Move feature defines processing into a GNUmakefile that's simple to autogenerate
3827 https://bugs.webkit.org/show_bug.cgi?id=87127
3829 Reviewed by Martin Robinson.
3831 Add 'feature_defines_defaults' and 'feature_defines_overrides' variables
3832 and define them, along with 'feature_defines' (changed from the all-caps version),
3833 before webcore_cppflags.
3837 2012-08-23 Martin Robinson <mrobinson@igalia.com>
3839 [GTK] The tarball should be called webkitgtk-x.x.x.tar.xz
3840 https://bugs.webkit.org/show_bug.cgi?id=94572
3842 Reviewed by Carlos Garcia Campos.
3844 Change the name of the tarball to match the name of the library
3845 and to disambiguate it from other WebKit ports.
3847 * configure.ac: Update the tarball name.
3849 2012-08-23 Carlos Garcia Campos <cgarcia@igalia.com>
3851 Unreviewed. Bump WebKitGTK+ version number.
3853 * configure.ac: Bump version number to 1.11.0 now that we branched
3856 2012-08-23 Carlos Garcia Campos <cgarcia@igalia.com>
3858 REGRESSION(r126306): it broke the plugin process
3859 https://bugs.webkit.org/show_bug.cgi?id=94797
3861 Reviewed by Xan Lopez.
3865 2012-08-22 Beth Dakin <bdakin@apple.com>
3867 https://bugs.webkit.org/show_bug.cgi?id=94401
3868 Add support for making a web site become paginated using overflow:
3871 <rdar://problem/11831783>
3873 Reviewed by Dave Hyatt.
3875 * Source/autotools/symbols.filter:
3877 2012-08-22 Gustavo Noronha Silva <gns@gnome.org>
3879 [GTK] Split WebCore/platform into a separate library
3880 https://bugs.webkit.org/show_bug.cgi?id=94435
3882 Reviewed by Martin Robinson.