1 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
3 [Autotools] Unicode's CFLAGS enforce -D_FORTIFY_SOURCE=2, -D_REENTRANT=1, causing faulty Clang builds
4 https://bugs.webkit.org/show_bug.cgi?id=119685
6 Reviewed by Gustavo Noronha Silva.
8 icu-config includes '-D_FORTIFY_SOURCE=2 -D_REENTRANT=1' when printing out C preprocessor flags that are used
9 as the C compiler flags to avoid other unwanted compiler options. This causes problems when building optimized
10 builds with Clang because of a bug in that compiler:
11 http://llvm.org/bugs/show_bug.cgi?id=16821
13 To avoid that, the C preprocessor search flags, as printed by `icu-config --cppflags-searchpath` are now used
14 the Unicode dependency's C compiler flags, avoiding unconditionally specifying the two macros.
16 To adjust for that, the `-pthread` flag is added to the global CFLAGS and CXXFLAGS variables, ensuring
17 the _REENTRANT define is set to 1 and declaring the flag globally instead of relying on Glib dependency's
18 C compiler flags to do so for us. -D_FORTIFY_SOURCE=2 is only added to the CFLAGS and CXXFLAGS variables if
19 the compiler in use is gcc or g++, preventing the Clang builds to malfunction.
21 * Source/autotools/FindDependencies.m4:
22 * Source/autotools/SetupCompilerFlags.m4:
24 2013-08-13 Zan Dobersek <zdobersek@igalia.com>
26 [Autotools] Don't compare $CC, $CXX to exact compiler names
27 https://bugs.webkit.org/show_bug.cgi?id=119683
29 Reviewed by Gustavo Noronha Silva.
31 Instead of comparing $CC and $CXX to exact compiler names (like 'gcc', 'clang++' etc.),
32 use the compiler version checks to also specify the broader compiler collection of which
33 the used compiler is a member of. This avoids failures in some border-line cases where
34 the user would still use either a GCC or a Clang compiler but provide it through a symbolic
35 link that was specified via the CC/CXX environment variables.
37 * Source/autotools/CheckSystemAndBasicDependencies.m4: Store the detected C/C++ compiler collection
38 in c_compiler/cxx_compiler. Throw an error if no supported compiler was found.
39 * Source/autotools/SetupCompilerFlags.m4: Test for a specific compiler by checking against
40 c_compiler/cxx_compiler rather than CC/CXX values.
42 2013-08-12 Zan Dobersek <zdobersek@igalia.com>
44 [Autotools] Adjust the help string for the configure's --enable-optimizations flag
45 https://bugs.webkit.org/show_bug.cgi?id=119682
47 Reviewed by Martin Robinson.
49 * Source/autotools/ReadCommandLineArguments.m4: Remove the 'GCC only' part of the help
50 string for the --enable-optimizations flag. This is not true and can lead to confusion
51 since the optimizations can be applied when compiling with Clang as well.
53 2013-08-11 Carlos Garcia Campos <cgarcia@igalia.com>
55 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
57 * Source/autotools/Versions.m4: Update version numbers.
59 2013-08-09 Zan Dobersek <zdobersek@igalia.com>
61 [Automake] Clean up OpenGL graphics configuration sections
62 https://bugs.webkit.org/show_bug.cgi?id=119554
64 Reviewed by Martin Robinson.
66 Clean up sections in the Automake configuration process that are configuring the OpenGL graphics
67 features and dependencies. Remove unnecessary variable assignments, merge similar code paths,
68 clarify a couple of comments and error messages and fix a few whitespace problems.
70 * Source/autotools/FindDependencies.m4:
71 * Source/autotools/ReadCommandLineArguments.m4:
72 * Source/autotools/SetupAutomake.m4:
74 2013-08-04 Sam Weinig <sam@webkit.org>
76 Remove support for HTML5 MicroData
77 https://bugs.webkit.org/show_bug.cgi?id=119480
79 Reviewed by Anders Carlsson.
81 * Source/autotools/SetupWebKitFeatures.m4:
82 * Source/cmake/OptionsBlackBerry.cmake:
83 * Source/cmake/OptionsEfl.cmake:
84 * Source/cmake/OptionsGTK.cmake:
85 * Source/cmake/WebKitFeatures.cmake:
86 * Source/cmakeconfig.h.cmake:
88 2013-08-06 Simon Pena <simon.pena@samsung.com>
90 Build fix for GTK 32-bit after r153736
92 * Source/autotools/symbols.filter: expose WebCore::SerializedScriptValue::create.
94 2013-08-06 Simon Pena <simon.pena@samsung.com>
96 Build fix for GTK after r153736
98 * Source/autotools/symbols.filter: expose missing symbols
99 WebCore::SerializedScriptValue::create and WebCore::toJS to Internals.
101 2013-08-05 Zan Dobersek <zdobersek@igalia.com>
103 [Automake] Define ENABLE_JIT through the Autoconf header
104 https://bugs.webkit.org/show_bug.cgi?id=119445
106 Reviewed by Martin Robinson.
108 Instead of defining the ENABLE_JIT value through JSC_CPPFLAGS, the feature define is
109 set to be either enabled or disabled through the Autoconf header, based on the value
110 passed through the configuration flag. The 'auto' value is used as default, meaning
111 that the feature is enabled or disabled in the Platform.h header based on the platform
112 configuration (OS, architecture etc.).
114 * Source/autotools/FindDependencies.m4: Remove the JSC_CPPFLAGS definition.
115 * Source/autotools/ReadCommandLineArguments.m4: Change the default value to 'auto' instead
116 of 'autodetect', as used by other configuration options that take a similar approach to enabling
118 * Source/autotools/SetupAutoconfHeader.m4: Set a strict value for the ENABLE_JIT define through
119 the Autoconf header if the feature was specifically enabled or disabled.
121 2013-08-04 Zalan Bujtas <zalan@apple.com>
123 Background doesn't fully repaint when body has margins.
124 https://bugs.webkit.org/show_bug.cgi?id=119033
126 Reviewed by Simon Fraser.
128 Ensure that background-color changes do not leave unpainted areas when
131 Both <body> and <html> background-color get propagated up to the viewport.
132 If <body> has background-color attribute set, while <html> doesn't, the color is
133 applied not only on the <body> but on both the <html> and the viewport. However,
134 it's not enough to mark the RenderView dirty because with tiles backing on,
135 there could be areas outside of the viewport that need repaint. By marking
136 the RenderView's graphics layer dirty instead, we ensure that all the related
137 tiles get marked dirty too and the new background color covers all areas.
139 Manual test added. When forcing top-level composition on (even with embedded iframe to
140 make sure we don't do paintsIntoWindow rendering), the test case execution changes so much,
141 that the repaint rects don't reflect the functionality difference anymore.
143 Reviewed by Simon Fraser.
145 * ManualTests/compositing/background-color-change-on-body-with-margin.html: Added.
147 2013-07-30 Ádám Kallai <kadam@inf.u-szeged.hu>
149 [Qt] Workaround to make syncqt run and generate forwarding headers in SVN repositories too.
150 https://bugs.webkit.org/show_bug.cgi?id=118725.
152 Reviewed by Tor Arne Vestbø.
156 2013-07-30 Carlos Garcia Campos <cgarcia@igalia.com>
158 Unreviewed. Update NEWS and Versions.m4 for 2.1.4 release.
160 * Source/autotools/Versions.m4: Bump version numbers.
162 2013-07-27 Ryuan Choi <ryuan.choi@samsung.com>
164 [EFL] Bump required version of EFL to 1.7
165 https://bugs.webkit.org/show_bug.cgi?id=119144
167 Reviewed by Christophe Dumez.
169 We have supported 1.6 for Tizen build since r137203.
170 But Tizen now supports 1.7+ after Tizen released 2.0.
172 * Source/cmake/OptionsEfl.cmake:
173 Bumped EFL to 1.7 and removed promotion.
175 2013-07-25 Christophe Dumez <ch.dumez@sisa.samsung.com>
177 Unreviewed EFL build fix after r153315.
179 Use -std=gnu++0x instead of -std=c++0x as we rely on GNU extensions such as
182 * Source/cmake/WebKitHelpers.cmake:
184 2013-07-25 Ryuan Choi <ryuan.choi@samsung.com>
186 [CMAKE] Enforce c++0x for cmake based ports
187 https://bugs.webkit.org/show_bug.cgi?id=119081
189 Reviewed by Gyuyoung Kim.
191 * Source/cmake/WebKitHelpers.cmake:
192 Enforce c++0x for all cmake based ports to fix build break.
194 2013-07-24 Ryuan Choi <ryuan.choi@samsung.com>
196 [EFL][CMAKE] Fix wrong syntax about option commands
197 https://bugs.webkit.org/show_bug.cgi?id=119035
199 Reviewed by Christophe Dumez.
201 second argument of cmake option command should be description.
203 * Source/cmake/OptionsEfl.cmake: Added description instead of wrong initial value.
205 2013-07-23 Tim Horton <timothy_horton@apple.com>
207 Add a test for plug-in unavailability indicator obscurity detection
208 https://bugs.webkit.org/show_bug.cgi?id=119007
210 Reviewed by Anders Carlsson.
212 * Source/autotools/symbols.filter:
213 Expose RenderEmbeddedObject::isReplacementObscured to internals.
215 2013-07-16 Balazs Kelemen <kbalazs@webkit.org>
217 [CMake] Undefined references should be detected at build time
218 https://bugs.webkit.org/show_bug.cgi?id=110236
220 Reviewed by Christophe Dumez.
222 Pass the --no-undefined argument to the linker on platforms where it is available.
224 * Source/cmake/OptionsCommon.cmake:
226 2013-07-16 Carlos Garcia Campos <cgarcia@igalia.com>
228 [GTK] Remove compile warnings about GTK+ API deprecated after 3.6
229 https://bugs.webkit.org/show_bug.cgi?id=118237
231 Reviewed by Philippe Normand.
233 We depend on GTK+3.6 so we are not interested in compile warnings
234 about deprecated API after 3.6
236 * Source/autotools/SetupAutoconfHeader.m4: Define
237 GDK_VERSION_MIN_REQUIRED in config.h.
239 2013-07-09 Carlos Garcia Campos <cgarcia@igalia.com>
241 Unreviewed. Update NEWS and Versions.m4 for 2.1.3 release.
243 * Source/autotools/Versions.m4: Bump version numbers.
245 2013-07-08 Andy Estes <aestes@apple.com>
247 Add WebInspectorUI to WebKit.xcworkspace
248 https://bugs.webkit.org/show_bug.cgi?id=118491
250 Reviewed by Sam Weinig.
252 * WebKit.xcworkspace/contents.xcworkspacedata:
254 2013-07-08 ChangSeok Oh <changseok.oh@collabora.com>
256 [GTK] Acceleration description isn't displayed in configured options.
257 https://bugs.webkit.org/show_bug.cgi?id=118441
259 Reviewed by Gustavo Noronha Silva.
261 The acceleration_backend_description has been changed to acceleration_description from r152275.
263 * Source/autotools/PrintBuildConfiguration.m4:
265 2013-07-08 Zan Dobersek <zdobersek@igalia.com>
267 [Autoconf] Define WTF_USE_OPENGL when OpenGL was found
268 https://bugs.webkit.org/show_bug.cgi?id=118341
270 Reviewed by Gustavo Noronha Silva.
272 After r152275, WTF_USE_OPENGL is only defined if the accelerated compositing is enabled.
273 This breaks the build if disabling the accelerated compositing feature as the OpenGL-specific
274 code is not compiled anymore even if it's still required.
276 To avoid that, WTF_USE_OPENGL should be defined if OpenGL was found. The accelerated compositing
277 feature also relies on this condition, exiting the configuration process with an error otherwise.
279 * Source/autotools/SetupAutoconfHeader.m4:
281 2013-07-01 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
283 [GTK] Remove unsupported AC backends
284 https://bugs.webkit.org/show_bug.cgi?id=117362
286 Reviewed by Martin Robinson.
288 * Source/autotools/FindDependencies.m4: remove checks related to acceleration backend,
289 turn them into a check for OpenGL being available, simply.
290 * Source/autotools/ReadCommandLineArguments.m4: remove command line option to select
291 accelerated backend, it's now auto-detected.
292 * Source/autotools/SetupAutoconfHeader.m4: no longer defines USE_CLUTTER and
293 USE_TEXTURE_MAPPER_CAIRO.
294 * Source/autotools/SetupAutomake.m4: remove checks related to acceleration backend,
295 turn them into a check for OpenGL being available, simply.
296 * Source/autotools/Versions.m4: no longer check for clutter/clutter-gtk.
298 2013-07-01 Timothy Hatcher <timothy@apple.com>
300 Link to WebInspectorUI.framework at build time instead of soft linking.
302 https://bugs.webkit.org/show_bug.cgi?id=118261
304 Reviewed by Joseph Pecoraro.
306 * Source/Makefile: Build WebInspectorUI before WebKit and WebKit2.
308 2013-06-28 Sean Bright <sean@malleable.com>
310 [Autotools] Properly quote harfbuzz-icu pkg-config check
311 https://bugs.webkit.org/show_bug.cgi?id=118186
313 Reviewed by Carlos Garcia Campos.
315 A secondary test was added in r150963 to check for harfbuzz-icu
316 when it was split into two packages, but the test is not properly
317 quoted. If the test fails you get an error about missing
318 version "./configure.9.8" instead of the expected "0.9.8."
320 * Source/autotools/FindDependencies.m4:
322 2013-06-27 Christophe Dumez <ch.dumez@sisa.samsung.com>
324 Remove [NoInterfaceObject] from WorkerGlobalScope
325 https://bugs.webkit.org/show_bug.cgi?id=118071
327 Reviewed by Kentaro Hara.
329 Update GENERATE_BINDINGS CMake macro to take 2 additional parameters
330 now needed by the preprocess-idls.pl script.
332 * Source/cmake/WebKitMacros.cmake:
334 2013-06-24 Ryuan Choi <ryuan.choi@samsung.com>
336 [CMAKE] Clear unused cmakedefines
337 https://bugs.webkit.org/show_bug.cgi?id=117931
339 Reviewed by Christophe Dumez.
341 * Source/cmakeconfig.h.cmake:
342 Removed ENABLE_AS_IMAGE, ENABLE_LEGACY_WEBKIT_BLOB_BUILDER and
343 ENABLE_CLIENT_BASED_GEOLOCATION cmakedefines which already removed.
345 2013-06-20 Ryuan Choi <ryuan.choi@samsung.com>
347 [CMAKE][EFL] Enable DOM4 Events Constructor
348 https://bugs.webkit.org/show_bug.cgi?id=117858
350 Reviewed by Laszlo Gombos.
352 * Source/cmake/OptionsEfl.cmake: Enabled ENABLE_DOM4_EVENTS_CONSTRUCTOR.
353 * Source/cmake/WebKitFeatures.cmake: Added ENABLE_DOM4_EVENTS_CONSTRUCTOR.
354 * Source/cmakeconfig.h.cmake: Ditto.
356 2013-06-20 Zan Dobersek <zdobersek@igalia.com>
358 [GTK] remove bashism from configure
359 https://bugs.webkit.org/show_bug.cgi?id=117796
361 Reviewed by Gustavo Noronha Silva.
363 * Source/autotools/FindDependencies.m4: Perform string appending by redeclaring the base string to the value
364 of the base string followed by the string that's being appended. This replaces the use of the '+=' operator
365 that works under bash but is not supported by other shells.
367 2013-06-18 Ryosuke Niwa <rniwa@webkit.org>
369 REGRESSION(r147602): Search text field doesn't render selection when it has some :focus rules
370 https://bugs.webkit.org/show_bug.cgi?id=117747
372 Reviewed by Kent Tamura.
374 * ManualTests/search-select-all-with-focus-style.html: Added.
376 2013-06-18 Carlos Garcia Campos <cgarcia@igalia.com>
378 Unreviewed. Update NEWS and Versions.m4 for 2.1.2 release.
380 * Source/autotools/Versions.m4: Bump version numbers.
382 2013-06-18 Xabier Rodriguez Calvar <calvaris@igalia.com>
384 [GTK][GStreamer] Fullscreen option in video element context menu not working
385 https://bugs.webkit.org/show_bug.cgi?id=105191
387 Fullscreen with native controls is outdated and even broken in
388 [GTK][WK2], so they are deactivated for now.
390 Reviewed by Philippe Normand.
392 * Source/autotools/SetupAutoconfHeader.m4: Removed the use of
393 fullscreen native media controls.
395 2013-06-17 Michael Brüning <michael.bruning@digia.com>
397 [Qt] Remove Qt specific QTKIT flagged code.
398 https://bugs.webkit.org/show_bug.cgi?id=117635
400 Reviewed by Simon Hausmann.
402 Due to disabling QTKIT for Qt in r151546, the
403 code the flags that are not taken into account
404 anymore and the code that has been rendered
405 unreachable by this are removed.
407 * Source/widgetsapi.pri:
409 2013-06-17 Carlos Garcia Campos <cgarcia@igalia.com>
411 Unreviewed. Rename gobject_introspection_required variable.
413 As gobject_introspection_required_version for consistency with all
414 other required_version variables.
416 * Source/autotools/FindDependencies.m4:
417 * Source/autotools/Versions.m4:
419 2013-06-14 Patrick Gansterer <paroga@webkit.org>
421 Introduce USE(WINGDI) for the Windows port
422 https://bugs.webkit.org/show_bug.cgi?id=116138
424 Reviewed by Ryosuke Niwa.
426 Using USE(WINGDI) instead of OS(WINCE) will allow us to
427 compile the GDI based Windows port on WinNT too.
429 * Source/cmake/OptionsWinCE.cmake:
431 2013-06-14 Manuel Rego Casasnovas <rego@igalia.com>
433 [GTK][WK1] Missing symbols
434 https://bugs.webkit.org/show_bug.cgi?id=117629
436 Unreviewed GTK+ build fix.
438 * Source/autotools/symbols.filter: Added missing symbols needed when
441 2013-06-13 Max Vujovic <mvujovic@adobe.com>
443 [CSS Regions] Selection dragged from a region paints its background
444 https://bugs.webkit.org/show_bug.cgi?id=117607
446 Reviewed by Alexandru Chiculita.
448 Add a manual test for the painting of a dragged selection from a region. We don't have an
449 automated way to test this yet. This test is similar to the other manual selection dragging
450 tests (e.g. ManualTests/drag-image.html).
452 * ManualTests/regions/drag-selection-painting.html: Added.
454 2013-06-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
456 [GTK] [WK2] Found missing symbol when running some tests
457 https://bugs.webkit.org/show_bug.cgi?id=117598
459 Reviewed by Martin Robinson.
461 * Source/autotools/symbols.filter: Added missing
462 _ZN7WebCore28notImplementedLoggingChannelEv.
464 2013-06-12 Alberto Garcia <agarcia@igalia.com>
466 [BlackBerry] Remove dead WebDOM code
467 https://bugs.webkit.org/show_bug.cgi?id=113370
469 Reviewed by Anders Carlsson.
472 Internally reviewed by Charles Wei.
474 * Source/cmake/OptionsBlackBerry.cmake:
476 2013-06-06 Timothy Hatcher <timothy@apple.com>
478 Add WebInspectorUI to the Makefile.
480 Reviewed by Mark Rowe.
484 2013-06-11 Seokju Kwon <seokju.kwon@gmail.com>
486 Remove leftover wxWebkit code
487 https://bugs.webkit.org/show_bug.cgi?id=117471
489 Reviewed by Andreas Kling.
491 * Source/cmake/WebKitPackaging.cmake:
493 2013-06-07 Zan Dobersek <zdobersek@igalia.com>
495 [regression] build failure WebKitFontFamilyNames.h missing
496 https://bugs.webkit.org/show_bug.cgi?id=117178
498 Reviewed by Sam Weinig.
500 * GNUmakefile.am: List platform_sources under the BUILT_SOURCES list.
502 2013-06-05 Bear Travis <betravis@adobe.com>
504 [CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
505 https://bugs.webkit.org/show_bug.cgi?id=117172
507 Reviewed by Alexandru Chiculita.
509 Adding the CSS_SHAPES compile flag.
511 * Source/autotools/SetupWebKitFeatures.m4:
512 * Source/autotools/symbols.filter:
513 * Source/cmake/WebKitFeatures.cmake:
514 * Source/cmakeconfig.h.cmake:
516 2013-06-05 Zan Dobersek <zdobersek@igalia.com>
518 Move MemoryInfo under window.internals
519 https://bugs.webkit.org/show_bug.cgi?id=117197
521 Reviewed by Ryosuke Niwa.
523 * Source/autotools/symbols.filter: Export the required symbol.
525 2013-06-04 Christophe Dumez <ch.dumez@sisa.samsung.com>
527 Automatically generate WorkerContext constructor attributes
528 https://bugs.webkit.org/show_bug.cgi?id=117183
530 Reviewed by Kentaro Hara.
532 Update GENERATE_BINDINGS macro to take an additional _workercontext_constructors_file
535 * Source/cmake/WebKitMacros.cmake:
537 2013-06-03 Eduardo Lima Mitev <elima@igalia.com>
539 [EFL] Add ATK version 2.8.0 to efl jhbuild moduleset
540 https://bugs.webkit.org/show_bug.cgi?id=116726
542 Reviewed by Gyuyoung Kim.
544 Bump required version of ATK to 2.8.0 in EFL CMake's build.
546 * Source/cmake/FindATK.cmake: Adds macro to check required version
547 * Source/cmake/OptionsEfl.cmake: Specifies required version of ATK to be 2.8.0
549 2013-05-30 Alberto Garcia <agarcia@igalia.com>
551 [GTK] Needs to check for harfbuzz-icu
552 https://bugs.webkit.org/show_bug.cgi?id=116978
554 Reviewed by Xan Lopez.
556 HarfBuzz 0.9.18 splits harbuzz-icu into a separate library so we
557 also need to check for it in order to get the necessary flags for
558 the compiler and the linker.
560 We keep this conditional for now since we still want to support
561 earlier versions of HarfBuzz.
563 * Source/autotools/FindDependencies.m4:
565 2013-05-29 Kent Tamura <tkent@chromium.org>
567 Remove leftover files for ENABLE_PAGE_POPUP and ENABLE_CALENDAR_PICKER
568 https://bugs.webkit.org/show_bug.cgi?id=116999
570 Reviewed by Anders Carlsson.
572 * ManualTests/forms/calendar-picker-crash-by-type-change.html: Removed.
573 * ManualTests/forms/calendar-picker.html: Removed.
574 * ManualTests/forms/color-suggestion-picker.html: Removed.
575 * ManualTests/forms/date-suggestion-picker.html: Removed.
577 2013-05-29 Martin Robinson <mrobinson@igalia.com>
579 Fix more CMake GTK+ build issues after r150336
581 * Source/cmake/OptionsGTK.cmake: Actually set the new output name variable
582 and be sure to set WTF_USE_EGL when EGL is enabled.
584 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
586 Unreviewed. Update NEWS and Versions.m4 for 2.1.1 release.
588 * Source/autotools/Versions.m4: Bump version numbers.
590 2013-05-29 Carlos Garcia Campos <cgarcia@igalia.com>
592 Unreviewed. Fix make distcheck.
594 * GNUmakefile.am: Add WebKitFeatures.h and WebKitFeatures.txt to
597 2013-05-26 Jon Lee <jonlee@apple.com>
599 [WK2] Notifications clobber each other with multiple processes
600 https://bugs.webkit.org/show_bug.cgi?id=116428
601 <rdar://problem/13935191>
603 Reviewed by Darin Adler.
605 * ManualTests/notification-in-multiple-windows.html: Added.
607 2013-05-27 Patrick Gansterer <paroga@webkit.org>
609 Use ICU_INCLUDE_DIRS in BlackBerry CMake files
610 https://bugs.webkit.org/show_bug.cgi?id=116210
612 Reviewed by Rob Buis.
614 Set and use the ICU_INCLUDE_DIRS variable to avoid
615 duplicated adding of the ICU include directory.
617 * Source/cmake/OptionsBlackBerry.cmake:
619 2013-05-24 Anders Carlsson <andersca@apple.com>
621 Remove PagePopup code
622 https://bugs.webkit.org/show_bug.cgi?id=116732
624 Reviewed by Andreas Kling.
626 * Source/cmakeconfig.h.cmake:
627 Remove ENABLE_PAGE_POPUP.
629 2013-05-21 Martin Robinson <mrobinson@igalia.com>
631 [GTK] [CMake] Add support for building WebKit2
632 https://bugs.webkit.org/show_bug.cgi?id=116372
634 Reviewed by Gustavo Noronha Silva.
636 * Source/cmake/FindWebP.cmake: Added.
637 * Source/cmake/OptionsGTK.cmake: Turn on WebKit2 and the plugin process and also look
638 for WebP. These missing symbols were hidden up until now. ENABLE_TEXTURE_MAPPER was
639 also incorrect specified.
641 2013-05-21 Zan Dobersek <zdobersek@igalia.com>
643 [GTK] Compile everything in C++11 mode
644 https://bugs.webkit.org/show_bug.cgi?id=116452
646 Reviewed by Anders Carlsson.
648 * Source/autotools/SetupCompilerFlags.m4: Use the C++11 standard by default when compiling C++ source code.
649 Perform some minor cleanup around the comments and the order of specifying additional CXXFLAGS entries.
651 2013-05-21 Carlos Garcia Campos <cgarcia@igalia.com>
653 [BlackBerry] Make PagePopup implementation independent from WebCore
654 https://bugs.webkit.org/show_bug.cgi?id=116448
656 Reviewed by Anders Carlsson.
658 * Source/cmake/OptionsBlackBerry.cmake: Do not enable PAGE_POPUP
661 2013-05-20 Christophe Dumez <ch.dumez@sisa.samsung.com>
663 [EFL] Reenabled INDEXED_DATABASE after r150344
664 https://bugs.webkit.org/show_bug.cgi?id=116430
666 Reviewed by Gyuyoung Kim.
668 Reenable INDEXED_DATABASE flag for EFL port now that WebKit2
669 build was fixed in r150344.
671 * Source/cmake/OptionsEfl.cmake:
673 2013-05-19 Anders Carlsson <andersca@apple.com>
675 Remove link prerendering code
676 https://bugs.webkit.org/show_bug.cgi?id=116415
678 Reviewed by Darin Adler.
680 This code was only used by Chromium and is dead now.
682 * Source/autotools/SetupWebKitFeatures.m4:
683 * Source/cmake/WebKitFeatures.cmake:
684 * Source/cmakeconfig.h.cmake:
686 2013-05-18 Patrick Gansterer <paroga@webkit.org>
688 [CMake] Replace *_LIBRARY_NAME with *_OUTPUT_NAME
689 https://bugs.webkit.org/show_bug.cgi?id=114554
691 Reviewed by Gyuyoung Kim.
693 Using variables as target names is very uncommon in CMake.
694 The usual way to specify the name of the resulting binary
695 is to set the OUTPUT_NAME target property.
698 * Source/CMakeLists.txt:
699 * Source/PlatformEfl.cmake:
700 * Source/PlatformGTK.cmake:
701 * Source/cmake/OptionsBlackBerry.cmake:
702 * Source/cmake/OptionsEfl.cmake:
703 * Source/cmake/OptionsGTK.cmake:
704 * Source/cmake/WebKitHelpers.cmake:
705 * Source/cmake/gtest/CMakeLists.txt:
707 2013-05-18 Christophe Dumez <ch.dumez@sisa.samsung.com>
709 Unreviewed EFL build fix.
711 Temporarily disabled INDEXED_DATABASE at compile-time as it breaks
712 WK2 build after r150305.
714 * Source/cmake/OptionsEfl.cmake:
716 2013-05-18 Alberto Garcia <agarcia@igalia.com>
718 [GTK] Parallel build fails if gtk-doc is enabled
719 https://bugs.webkit.org/show_bug.cgi?id=116227
721 Reviewed by Martin Robinson.
724 Define an empty noinst_DATA variable where other automake files
725 can add additional objects to be built.
727 2013-05-16 Martin Robinson <mrobinson@igalia.com>
729 [GTK] [CMake] Disable the shadow DOM
730 https://bugs.webkit.org/show_bug.cgi?id=116237
732 Reviewed by Gustavo Noronha Silva.
734 * Source/cmake/OptionsGTK.cmake: Disable shadow DOM by default.
736 2013-05-14 Martin Robinson <mrobinson@igalia.com>
738 [GTK] Add support for building WebCore to the cmake build
739 https://bugs.webkit.org/show_bug.cgi?id=116128
741 Reviewed by Gustavo Noronha Silva.
743 * Source/PlatformGTK.cmake: Added.
744 * Source/cmake/OptionsGTK.cmake: Added more logic and variables to support WebCore and properly
745 defined some existing variables.
747 2013-05-15 Alexey Proskuryakov <ap@apple.com>
749 More fixing after WebProcessShim renaming in r149074.
751 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme:
752 Updated to insert the right shim.
754 2013-05-15 Patrick Gansterer <paroga@webkit.org>
756 Consolidate lists in WTF CMake files
757 https://bugs.webkit.org/show_bug.cgi?id=116142
759 Reviewed by Martin Robinson.
761 Move common files into the CMakeLists.txt to avoid duplicating the list of files.
762 Also rebase the recently added GTK files to match the other CMake ports, since
763 the submitted patch was based on an older version of the source tree.
765 * Source/cmake/OptionsGTK.cmake:
767 2013-05-14 Zan Dobersek <zdobersek@igalia.com>
769 [GTK] Move generated ColorData.cpp, WebKitFontFamilyNames.(cpp|h) build targets into libPlatform
770 https://bugs.webkit.org/show_bug.cgi?id=115921
772 Reviewed by Gustavo Noronha Silva.
774 * GNUmakefile.am: Add GENSOURCES_PLATFORM, platform_built_sources variables.
776 2013-05-11 Martin Robinson <mrobinson@igalia.com>
778 [GTK] Add a basic cmake build for WTF and JavaScriptCore
779 https://bugs.webkit.org/show_bug.cgi?id=115967
781 Reviewed by Laszlo Gombos.
783 * CMakeLists.txt: Add GTK+ to the list of ports.
784 * Source/CMakeLists.txt: We do not try to build WebCoreTestSupport when WebCore is disabled.
785 * Source/cmake/FindGAIL3.cmake: Added.
786 * Source/cmake/FindGDK3.cmake: Added.
787 * Source/cmake/FindGStreamer.cmake: Use the passed in minimum version.
788 * Source/cmake/FindGTK3.cmake: Added.
789 * Source/cmake/FindXt.cmake: Added.
790 * Source/cmake/OptionsEfl.cmake: Pass in the minimum version.
791 * Source/cmake/OptionsGTK.cmake: Added.
793 2013-05-11 Martin Robinson <mrobinson@igalia.com>
795 Move defines to platform
797 [GTK] Move defines that will never be configured to Platform.h
798 https://bugs.webkit.org/show_bug.cgi?id=115965
800 Reviewed by Andreas Kling.
802 * Source/autotools/SetupAutoconfHeader.m4: Move some unchanging defines to Platform.h.
804 2013-05-09 Christophe Dumez <ch.dumez@sisa.samsung.com>
806 Add support for [NoInterfaceObject] Web IDL extended attribute
807 https://bugs.webkit.org/show_bug.cgi?id=115714
809 Reviewed by Kentaro Hara.
811 Update GENERATE_BINDINGS macro to take an additional _window_constructors_file
814 * Source/cmake/WebKitMacros.cmake:
816 2013-05-08 José Dapena Paz <jdapena@igalia.com> and Zan Dobersek <zdobersek@igalia.com>
818 [GTK] Plumb the Automake build system for the Battery Status API feature
819 https://bugs.webkit.org/show_bug.cgi?id=115718
821 Reviewed by Martin Robinson.
823 * Source/autotools/FindDependencies.m4: Check for the upower-glib dependency if the feature is enabled.
824 * Source/autotools/PrintBuildConfiguration.m4: Print out the feature status.
825 * Source/autotools/ReadCommandLineArguments.m4: Check for the --enable-battery-status option. The deafult,
826 when the option is not given, is to disable the feature.
827 * Source/autotools/SetupWebKitFeatures.m4: Treat the ENABLE_BATTERY_STATUS define as configurable.
828 * Source/autotools/symbols.filter: Export a couple of symbols that are used in the WebCore internals library.
830 2013-05-08 Zan Dobersek <zdobersek@igalia.com>
832 [Automake] Pass --no-demangle to the linker by default to get the mangled symbols
833 https://bugs.webkit.org/show_bug.cgi?id=115732
835 Reviewed by Gustavo Noronha Silva.
837 * GNUmakefile.am: Pass the --no-demangle option to the linker by default. This is done by appending
838 the flag to the LDFLAGS variable. While the AM_LDFLAGS variable would be more appropriate, it's not
839 at all used when linking installable libraries like libwebkitgtk and libwebkit2gtk, so the LDFLAGS
840 variable is used instead.
842 2013-05-07 Gyuyoung Kim <gyuyoung.kim@samsung.com>
844 [CMAKE] Remove SHADOW_DOM from cmakeconfig.h.cmake
845 https://bugs.webkit.org/show_bug.cgi?id=115712
847 Reviewed by Andreas Kling.
849 Nobody uses SHADOW_DOM in cmake.
851 * Source/cmake/WebKitFeatures.cmake:
852 * Source/cmakeconfig.h.cmake:
854 2013-05-06 Mike Lattanzio <mlattanzio@blackberry.com>
856 [BlackBerry] Enable and Expose Text Autosizing through BlackBerry::WebKit::WebSettings
857 https://bugs.webkit.org/show_bug.cgi?id=113808
859 Reviewed by Rob Buis.
861 Set the ENABLE_TEXT_AUTOSIZING default to ON for BlackBerry.
863 * Source/cmake/OptionsBlackBerry.cmake:
865 2013-05-06 Christophe Dumez <ch.dumez@sisa.samsung.com>
867 [EFL] Shadow DOM should be disabled at compile time
868 https://bugs.webkit.org/show_bug.cgi?id=115635
870 Reviewed by Andreas Kling.
872 Disable Shadow DOM at compile time for EFL port. Shadow DOM code
873 is being removed from the tree.
875 * Source/cmake/OptionsEfl.cmake:
877 2013-05-04 Dean Jackson <dino@apple.com>
879 Animations and Transitions should not start when globally suspended
880 https://bugs.webkit.org/show_bug.cgi?id=114915
882 Reviewed by Sam Weinig.
884 Export AnimationController::isSuspended().
886 * Source/autotools/symbols.filter:
888 2013-05-01 Benjamin Poulain <benjamin@webkit.org>
890 Remove the remaining wscript
891 https://bugs.webkit.org/show_bug.cgi?id=115459
893 Reviewed by Andreas Kling.
897 2013-05-01 Sergio Villar Senin <svillar@igalia.com>
899 Show a block cursor in overtype mode
900 https://bugs.webkit.org/show_bug.cgi?id=114819
902 Reviewed by Ryosuke Niwa.
904 * Source/autotools/symbols.filter: export some extra symbols for
907 2013-04-30 Christophe Dumez <ch.dumez@sisa.samsung.com>
909 [EFL] Enable scaled cursors
910 https://bugs.webkit.org/show_bug.cgi?id=106242
912 Reviewed by Gyuyoung Kim.
914 Enable MOUSE_CURSOR_SCALE flag for EFL port.
916 * Source/cmake/OptionsEfl.cmake:
917 * Source/cmake/WebKitFeatures.cmake:
919 2013-04-29 Zan Dobersek <zdobersek@igalia.com>
921 [GTK] Disable Shadow DOM feature
922 https://bugs.webkit.org/show_bug.cgi?id=115374
924 Reviewed by Martin Robinson.
926 Disable the Shadow DOM feature on the GTK port, the feature is planned for removal.
928 * Source/autotools/SetupWebKitFeatures.m4:
930 2013-04-28 Ryuan Choi <ryuan.choi@samsung.com>
932 [EFL][CMAKE] Build break after r149259
933 https://bugs.webkit.org/show_bug.cgi?id=115339
935 Reviewed by Gyuyoung Kim.
937 r149259 used c++11 features(Right angle bracket, Range-based for-loop).
938 This patch enforces c++0x when cmake based ports build WebKit2 using gcc.
940 * Source/cmake/WebKitHelpers.cmake:
942 2013-04-22 Benjamin Poulain <benjamin@webkit.org>
944 Remove the memory instrumentation code
945 https://bugs.webkit.org/show_bug.cgi?id=114931
947 Reviewed by Andreas Kling.
949 * Source/autotools/symbols.filter:
951 2013-04-22 Martin Robinson <mrobinson@igalia.com>
953 [GTK] Enable introspection always for developer builds
954 https://bugs.webkit.org/show_bug.cgi?id=114983
956 Reviewed by Gustavo Noronha Silva.
958 * Source/autotools/SetupAutoconfHeader.m4: No longer expose the ENABLE_INTROSPECTION
959 autoconf header variable. It isn't used and it means that when introspection is enabled
960 or disabled, there is an unnecessary full rebuild.
962 2013-04-22 Zan Dobersek <zdobersek@igalia.com>
964 [GTK] Set up libPlatform.la
965 https://bugs.webkit.org/show_bug.cgi?id=114168
967 Reviewed by Martin Robinson.
969 * GNUmakefile.am: Define the platform_cppflags and platform_sources variables.
971 2013-04-20 Zan Dobersek <zdobersek@igalia.com>
973 Enable sub-pixel layout for the GTK port
974 https://bugs.webkit.org/show_bug.cgi?id=94792
976 Reviewed by Martin Robinson.
978 * Source/autotools/SetupWebKitFeatures.m4: Enable the subpixel layout.
980 2013-04-20 Andras Becsi <andras.becsi@digia.com>
982 [Qt][Mac] Remove obsolete workaround for debug builds
983 https://bugs.webkit.org/show_bug.cgi?id=114750
985 Reviewed by Jocelyn Turcotte.
987 This workaround made default builds fail with recent Qt5 because
988 it removed the major version number from the library name, producing
989 QtWebKitWidgets, whereas the linking command line tried to link
990 against Qt5WebKitWidgets.
991 Debug builds are possible with and without framework-enabled builds
992 of Qt, but the debug versions of the Qt libraries have to be present.
993 Debug builds with a release version of Qt are not possible on Mac
994 since for debug builds qmake produces a linker command line where
995 all the Qt libraries have the "_debug" suffix, therefore if the debug
996 libraries are missing the build fails.
998 * Source/widgetsapi.pri:
1000 2013-04-19 Martin Robinson <mrobinson@igalia.com>
1002 [GTK] JSCore.gir.in has a few problems
1003 https://bugs.webkit.org/show_bug.cgi?id=114710
1005 Reviewed by Philippe Normand.
1007 * GNUmakefile.am: Move common GIR initialization here from WebKit1.
1008 * configure.ac: Updated to reflect new JSC gir file location.
1010 2013-04-18 Ryuan Choi <ryuan.choi@gmail.com>
1012 [EFL] Build break when using cmake without CMAKE_BUILD_TYPE
1013 https://bugs.webkit.org/show_bug.cgi?id=114835
1015 Unreviewed build fix.
1017 * Source/cmake/OptionsEfl.cmake:
1019 2013-04-16 Patrick Gansterer <paroga@webkit.org>
1021 [CMake] Do not use JAVASCRIPTCORE_DIR in add_custom_command() of JavaScriptcore project
1022 https://bugs.webkit.org/show_bug.cgi?id=114265
1024 Reviewed by Brent Fulgham.
1026 * Source/cmake/WebKitMacros.cmake: Removed macro GENERATE_HASH_LUT.
1028 2013-04-16 Andy Estes <aestes@apple.com>
1030 Changed the default debugger from GDB to LLDB for the 'All Source' scheme in WebKit.xcworkspace.
1032 Rubber-stamped by Dan Bernstein.
1034 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source.xcscheme:
1036 2013-04-16 Manuel Rego Casasnovas <rego@igalia.com>
1038 [EFL] Bump libsoup dependency to 2.42.0
1039 https://bugs.webkit.org/show_bug.cgi?id=113927
1041 Reviewed by Gyuyoung Kim.
1043 Update libsoup required version to v2.42.0 and GLib to v2.36.0 as
1044 required by libsoup for EFL port.
1046 * Source/cmake/OptionsEfl.cmake:
1048 2013-04-15 Patrick Gansterer <paroga@webkit.org>
1050 [CMake] Add WTF_USE_*_UNICODE variables
1051 https://bugs.webkit.org/show_bug.cgi?id=114556
1053 Reviewed by Brent Fulgham.
1055 WTF_USE_ICU_UNICODE and WTF_USE_WCHAR_UNICODE are used to
1056 reduce duplication in the platform specific CMake files.
1058 * Source/cmake/OptionsBlackBerry.cmake:
1059 * Source/cmake/OptionsEfl.cmake:
1060 * Source/cmake/OptionsWinCE.cmake:
1062 2013-04-15 Martin Robinson <mrobinson@igalia.com>
1064 [GTK] REGRESSION(r147499): HTTP auth dialog doesn't remember passwords anymore
1065 https://bugs.webkit.org/show_bug.cgi?id=114613
1067 Reviewed by Carlos Garcia Campos.
1069 * Source/autotools/SetupAutoconfHeader.m4: Correct definition of ENABLE_CREDENTIAL_STORAGE
1070 so that the ENABLE(CREDENTIAL_STORAGE) macro work properly.
1072 2013-04-12 Martin Robinson <mrobinson@igalia.com>
1074 [GTK] Lower the pango dependency
1075 https://bugs.webkit.org/show_bug.cgi?id=114520
1077 Reviewed by Carlos Garcia Campos.
1079 * Source/autotools/Versions.m4: Only depend on Pango 1.30.0 instead of
1080 Pango 1.32.0. 1.32.0 isn't strictly necessary and the version of GTK+ that
1081 we depend on (3.6.0) depends on 1.30.0.
1083 2013-04-12 Jer Noble <jer.noble@apple.com>
1085 TimeRanges::nearest() returns incorrect results.
1086 https://bugs.webkit.org/show_bug.cgi?id=114483
1088 Reviewed by Eric Carlson.
1090 Add symbols needed by WebCoreTestSupport to exports list.
1092 * Source/autotools/symbols.filter:
1094 2013-04-12 Commit Queue <rniwa@webkit.org>
1096 Unreviewed, rolling out r148262.
1097 http://trac.webkit.org/changeset/148262
1098 https://bugs.webkit.org/show_bug.cgi?id=114493
1100 Cairo dep should now build, rolling r148247 back in (Requested
1101 by zdobersek on #webkit).
1103 * Source/autotools/FindDependencies.m4:
1104 * Source/autotools/PrintBuildConfiguration.m4:
1105 * Source/autotools/SetupWebKitFeatures.m4:
1107 2013-04-11 Commit Queue <rniwa@webkit.org>
1109 Unreviewed, rolling out r148247.
1110 http://trac.webkit.org/changeset/148247
1111 https://bugs.webkit.org/show_bug.cgi?id=114490
1113 Cairo dep fails to build on builders due to missing EGL
1114 headers (Requested by zdobersek on #webkit).
1116 * Source/autotools/FindDependencies.m4:
1117 * Source/autotools/PrintBuildConfiguration.m4:
1118 * Source/autotools/SetupWebKitFeatures.m4:
1120 2013-04-11 Paweł Forysiuk <tuxator@o2.pl>
1122 [GTK] Webkit fails to build with MinGW compiler after changeset 146468
1123 https://bugs.webkit.org/show_bug.cgi?id=114473
1125 Reviewed by Martin Robinson.
1127 * Source/autotools/CheckSystemAndBasicDependencies.m4: Fix typo.
1129 2013-04-11 Martin Robinson <mrobinson@igalia.com>
1131 [GTK] Add accelerated 2D canvas support using cairo-gl
1132 https://bugs.webkit.org/show_bug.cgi?id=104672
1134 Reviewed by Alejandro G. Castro.
1136 Detect that we can activate accelerated canvas when CairoGL is present and
1137 TextureMapperGL is enabled.
1139 * Source/autotools/FindDependencies.m4: Look for CairoGL.
1140 * Source/autotools/PrintBuildConfiguration.m4: Print the status of accelerated canvas activation.
1141 * Source/autotools/SetupWebKitFeatures.m4: Set the feature.
1143 2013-04-11 Zan Dobersek <zdobersek@igalia.com>
1147 * Source/autotools/symbols.filter: Stop exporting redundant symbols.
1149 2013-04-11 Rune Lillesveen <rune@opera.com>
1151 Incorrect evaluation of resolution media queries
1152 https://bugs.webkit.org/show_bug.cgi?id=114029
1154 Reviewed by Kenneth Rohde Christiansen.
1156 Removed setResolutionOverride from exports.
1158 * Source/autotools/symbols.filter:
1160 2013-04-10 Anton Obzhirov <a.obzhirov@samsung.com>
1162 [GTK] Add support for Page Visibility
1163 https://bugs.webkit.org/show_bug.cgi?id=97324
1165 Reviewed by Sam Weinig.
1167 Page Visibility has been enabled for GTK port.
1168 New GTK unittest has been added.
1170 * Source/autotools/SetupWebKitFeatures.m4:
1172 2013-04-09 Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
1174 [EFL] Declare TEST_THEME_DIR in a single place.
1175 https://bugs.webkit.org/show_bug.cgi?id=114285
1177 Reviewed by Anders Carlsson.
1179 Instead of adding the `THEME_DIR' preprocessor variable in many
1180 different CMakeList.txt files in the tree, declare it in
1181 OptionsEfl.cmake so that we avoid needlessly duplicating code around.
1183 While here, rename it to `TEST_THEME_DIR', which is the name used our
1184 WebKit2 infrastructure, to better reflect the purpose of this value.
1186 * Source/cmake/OptionsEfl.cmake: Add the TEST_THEME_DIR preprocessor
1189 2013-04-09 ChangSeok Oh <changseok.oh@collabora.com>
1191 [GTK][AC] upversion of clutter and its dependecy
1192 https://bugs.webkit.org/show_bug.cgi?id=114016
1194 Reviewed by Gustavo Noronha Silva.
1196 Upversion of clutter to 1.14, cogl to 1.14 and clutter-gtk to 1.4.4.
1198 * Source/autotools/Versions.m4:
1200 2013-04-09 Thiago Marcos P. Santos <thiago.santos@intel.com>
1202 [WK2] Drop WebProcess capabilities on Linux using seccomp filters
1203 https://bugs.webkit.org/show_bug.cgi?id=89875
1205 Reviewed by Maciej Stachowiak.
1207 Added the bits to EFL/CMake buildsystem to find the libseccomp
1210 * Source/cmake/FindLibSeccomp.cmake: Added.
1211 * Source/cmake/OptionsEfl.cmake:
1212 * Source/cmake/WebKitFeatures.cmake:
1213 * Source/cmakeconfig.h.cmake:
1215 2013-04-09 Carlos Garcia Campos <cgarcia@igalia.com>
1217 Unreviewed. Fix GTK+ 32 bit build.
1219 * Source/autotools/symbols.filter: Add some symbols that are
1220 mangled differently in 32 bits due to size_t.
1222 2013-04-09 Patrick Gansterer <paroga@webkit.org>
1224 Do not set CMAKE_BUILD_TYPE if it is not defined
1225 https://bugs.webkit.org/show_bug.cgi?id=114243
1227 Reviewed by Geoffrey Garen.
1229 Setting the CMAKE_BUILD_TYPE causes some problem with Visual Studio.
1230 Adopt the current usage of the variable to better CMake style.
1233 * Source/cmake/OptionsCommon.cmake:
1234 * Source/cmake/OptionsEfl.cmake:
1236 2013-03-31 Martin Robinson <mrobinson@igalia.com>
1238 Bug 110293 uses read -d which is a non-portable bashism
1239 https://bugs.webkit.org/show_bug.cgi?id=113349
1241 Reviewed by Gustavo Noronha Silva.
1243 * Source/autotools/SetupWebKitFeatures.m4: Pass the default feature set to the
1244 feature script in a more portable way.
1246 2013-04-08 Jeff Rogers <jrogers@rim.com>
1248 [BlackBerry] Update BlackBerry JavaScript API
1249 https://bugs.webkit.org/show_bug.cgi?id=114065
1251 Reviewed by Rob Buis.
1254 Export JSC symbols in BlackBerry build.
1256 * Source/cmake/OptionsBlackBerry.cmake:
1258 2013-04-08 Martin Robinson <mrobinson@igalia.com>
1260 [GTK] Configure should verify ICU is installed on mingw
1261 https://bugs.webkit.org/show_bug.cgi?id=113645
1263 Reviewed by Gustavo Noronha Silva.
1265 * Source/autotools/FindDependencies.m4: When falling back to hard-coded compiler flags
1266 for ICU and mingw, check that headers do exist on the system and error out otherwise.
1268 2013-04-08 Carlos Garcia Campos <cgarcia@igalia.com>
1270 [GTK] Build Platform as a separate static library
1271 https://bugs.webkit.org/show_bug.cgi?id=114164
1273 Reviewed by Martin Robinson.
1275 * GNUmakefile.am: Add webkit2platform_sources definition.
1277 2013-04-08 Zan Dobersek <zdobersek@igalia.com>
1279 Unreviewed GTK build fix.
1281 * Source/autotools/symbols.filter: Exporting a bunch of symbols.
1283 2013-04-07 Vivek Galatage <vivek.vg@samsung.com>
1285 Modify .gitignore file to remove entries for chromium generated files
1286 https://bugs.webkit.org/show_bug.cgi?id=114141
1288 Reviewed by Gyuyoung Kim.
1292 2013-04-07 Patrick Gansterer <paroga@webkit.org>
1294 Remove references to Skia and V8 from CMake files
1295 https://bugs.webkit.org/show_bug.cgi?id=114130
1297 Reviewed by Geoffrey Garen.
1299 * Source/cmake/OptionsBlackBerry.cmake:
1300 * Source/cmake/WebKitPackaging.cmake:
1302 2013-04-07 David Kilzer <ddkilzer@apple.com>
1304 Remove the rest of SVG_DOM_OBJC_BINDINGS
1305 <http://webkit.org/b/114112>
1307 Reviewed by Geoffrey Garen.
1309 * Source/autotools/SetupWebKitFeatures.m4:
1310 * Source/cmake/WebKitFeatures.cmake:
1311 * Source/cmakeconfig.h.cmake:
1312 - Remove references to ENABLE_SVG_DOM_OBJC_BINDINGS.
1314 2013-04-05 Ed Bartosh <bartosh@gmail.com>
1316 [EFL] --no-tiled-backing-store build fails because of not used #if USE(ACCELERATED_COMPOSITING)
1317 https://bugs.webkit.org/show_bug.cgi?id=113627
1319 Reviewed by Simon Fraser.
1321 * Source/cmake/OptionsEfl.cmake: Disabled 3D_GRAPHICS and WEB_GL when accelerated compositing is on
1323 2013-04-05 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
1325 [EFL] Enable indexed database
1326 https://bugs.webkit.org/show_bug.cgi?id=107248
1328 Reviewed by Alexis Menard.
1330 * Source/cmake/OptionsEfl.cmake:
1332 2013-04-05 Benjamin Poulain <benjamin@webkit.org>
1334 Fix GTK+ for real after r147712
1336 Reviewed by Ryosuke Niwa.
1339 * Source/Platform: Added.
1340 * Source/Platform/GNUmakefile.am: Added.
1342 2013-04-05 Benjamin Poulain <benjamin@webkit.org>
1344 Fix GTK+ build after r147712
1348 * GNUmakefile.am: remove the reference to
1349 Source/Platform/GNUmakefile.am. The file has been removed.
1351 2013-04-05 Benjamin Poulain <bpoulain@apple.com>
1353 Remove WTFURL from WebKit
1354 https://bugs.webkit.org/show_bug.cgi?id=113994
1356 Reviewed by Ryosuke Niwa.
1358 * Source/cmake/WebKitFeatures.cmake:
1359 * Source/cmakeconfig.h.cmake:
1361 2013-04-04 Ryosuke Niwa <rniwa@webkit.org>
1363 Remove the top level gyp directory and Platform/chromium
1364 https://bugs.webkit.org/show_bug.cgi?id=113999
1366 Reviewed by Benjamin Poulain.
1368 * Source/Platform: Removed.
1369 * Source/gyp: Removed.
1371 2013-04-04 Geoffrey Garen <ggaren@apple.com>
1373 Nixed the defunct chromium folder from ManualTests
1374 https://bugs.webkit.org/show_bug.cgi?id=113995
1376 Reviewed by Benjamin Poulain.
1378 * ManualTests/chromium: Removed.
1379 * ManualTests/chromium/autofill-popup-shiftupdown.hml: Removed.
1380 * ManualTests/chromium/drag-image-accounts-for-device-scale.html: Removed.
1381 * ManualTests/chromium/modifiers-during-drag-and-drop.html: Removed.
1382 * ManualTests/chromium/no-autofill-on-readonly.html: Removed.
1383 * ManualTests/chromium/onchange-reload-popup.html: Removed.
1384 * ManualTests/chromium/popup-menu-crash.html: Removed.
1385 * ManualTests/chromium/select-close-popup-value-change.html: Removed.
1386 * ManualTests/chromium/suggestions-popup-font-change.html: Removed.
1388 2013-04-04 Xabier Rodriguez Calvar <calvaris@igalia.com>
1390 [GStreamer] Virtual modifier for MediaPlayer::simulateAudioInterruption must go
1391 https://bugs.webkit.org/show_bug.cgi?id=113851
1393 Reviewed by Eric Carlson.
1395 * Source/autotools/symbols.filter: Added
1396 _ZN7WebCore11MediaPlayer25simulateAudioInterruptionEv symbol.
1398 2013-04-03 Carlos Garcia Campos <cgarcia@igalia.com>
1400 [GTK] Bump required versions of some dependencies
1401 https://bugs.webkit.org/show_bug.cgi?id=113282
1403 Reviewed by Martin Robinson.
1405 This patch updates the following dependencies:
1407 - libsoup 2.42.0: is the current stable release.
1409 - glib 2.36.0: libsoup 2.42 requires 2.35.0, but we don't want to
1410 depend on unstable versions and 2.36 is the next stable version
1413 - gtk+ 3.6.0: this is the previous stable release. We don't
1414 currently have any code using newer API, so we will be able to
1415 remove all the #ifdefed code.
1417 - at-spi2 2.5.3: is the version required by gtk+ 3.6.
1419 - GObject introspection 1.32.0: is the version required by gtk+ 3.6.
1421 - Pango 1.32.0: it's the current stable version and the first one
1422 depending on Harfbuzz.
1424 - Fontconfig 2.5: required by pango 1.32.0 when using Harfbuzz.
1426 - gtk+ 2.24.10: it allows us to remove a lot of deprecated code
1429 * Source/autotools/Versions.m4:
1431 2013-04-02 Martin Robinson <mrobinson@igalia.com>
1433 [GTK] Make libsecret optional
1434 https://bugs.webkit.org/show_bug.cgi?id=113821
1436 Reviewed by Gustavo Noronha Silva.
1438 Add a configuration option to disable credential storage and thus remove
1439 the libsecret dependency. This should make it possible to build WebKit 2.x
1442 * Source/autotools/FindDependencies.m4: Only look for libsecret if credential storage is active.
1443 * Source/autotools/PrintBuildConfiguration.m4: Print whether or not credential storage is active.
1444 * Source/autotools/ReadCommandLineArguments.m4: Added an option to control credential storage.
1445 * Source/autotools/SetupAutoconfHeader.m4: Expose credential storage setting to code.
1447 2013-04-02 Sheriff Bot <webkit.review.bot@gmail.com>
1449 Unreviewed, rolling out r147401.
1450 http://trac.webkit.org/changeset/147401
1451 https://bugs.webkit.org/show_bug.cgi?id=113767
1453 The patch makes it extremely hard to set up the dependencies
1454 properly on the GTK builders (Requested by zdobersek on
1457 * Source/autotools/Versions.m4:
1459 2013-04-02 Carlos Garcia Campos <cgarcia@igalia.com>
1461 [GTK] Bump required versions of some dependencies
1462 https://bugs.webkit.org/show_bug.cgi?id=113282
1464 Reviewed by Martin Robinson.
1466 This patch updates the following dependencies:
1468 - libsoup 2.42.0: is the current stable release.
1470 - glib 2.36.0: libsoup 2.42 requires 2.35.0, but we don't want to
1471 depend on unstable versions and 2.36 is the next stable version
1474 - gtk+ 3.6.0: this is the previous stable release. We don't
1475 currently have any code using newer API, so we will be able to
1476 remove all the #ifdefed code.
1478 - at-spi2 2.5.3: is the version required by gtk+ 3.6.
1480 - GObject introspection 1.32.0: is the version required by gtk+ 3.6.
1482 - Pango 1.32.0: it's the current stable version and the first one
1483 depending on Harfbuzz.
1485 - Fontconfig 2.5: required by pango 1.32.0 when using Harfbuzz.
1487 - gtk+ 2.24.10: it allows us to remove a lot of deprecated code
1490 * Source/autotools/Versions.m4:
1492 2013-04-02 Carlos Garcia Campos <cgarcia@igalia.com>
1494 [EFL][CMAKE] Move MOZ_X11 definition from OptionsCommon to OptionsEfl
1495 https://bugs.webkit.org/show_bug.cgi?id=113685
1497 Reviewed by Martin Robinson.
1499 MOZ_X11 is added unconditionally in OptionsCommon for UNIX
1500 platforms, but not all UNIX platforms use X11 for plugins,
1501 BlackBerry doesn't. The only port using cmake that uses X11 is EFL
1502 and it already has checks for X11, so we can just move the
1503 definition to OptionsEfl.
1505 * Source/cmake/OptionsCommon.cmake:
1506 * Source/cmake/OptionsEfl.cmake:
1508 2013-04-01 Jinwoo Song <jinwoo7.song@samsung.com>
1510 [EFL] Enable user-select:all for EFL port
1511 https://bugs.webkit.org/show_bug.cgi?id=113494
1513 Reviewed by Gyuyoung Kim.
1515 Add a feature flag for user-select:all and enable it for EFL port.
1517 * Source/cmake/OptionsEfl.cmake:
1518 * Source/cmake/WebKitFeatures.cmake:
1519 * Source/cmakeconfig.h.cmake:
1521 2013-03-29 Charles Wei <charles.wei@torchmobile.com.cn>
1523 [BlackBerry] Cleanup the CONTEXT_MENUS in BlackBerry porting
1524 https://bugs.webkit.org/show_bug.cgi?id=113562
1526 Reviewed by George Staikos.
1527 Internally reviewed by Mike Fenton and Gen Mak.
1529 * Source/cmake/OptionsBlackBerry.cmake:
1530 * Source/cmake/WebKitFeatures.cmake:
1531 * Source/cmakeconfig.h.cmake:
1533 2013-03-28 Zan Dobersek <zdobersek@igalia.com>
1535 [GTK] Build GTK-specific, non-layer-violating source code into WebCore-independent libPlatformGtk.la
1536 https://bugs.webkit.org/show_bug.cgi?id=112546
1538 Reviewed by Martin Robinson.
1540 * GNUmakefile.am: Define the new platform_webcore_cppflags.
1542 2013-03-28 Zan Dobersek <zdobersek@igalia.com>
1544 Unreviewed GTK build fix after r147039.
1546 * Source/autotools/symbols.filter: Export the missing symbols.
1548 2013-03-27 Patrick Gansterer <paroga@webkit.org>
1550 Set WTF_ARM_ARCH_VERSION to correct value when used with MSVC
1551 https://bugs.webkit.org/show_bug.cgi?id=113436
1553 Reviewed by Benjamin Poulain.
1555 * Source/cmake/OptionsWinCE.cmake: CPU(ARM_TRADITIONAL) is now set correctly by Platform.h.
1557 2013-03-27 Timothy Hatcher <timothy@apple.com>
1559 Add support for dock-to-right of the Web Inspector in the Mac port.
1561 Unfortunately this requires Safari changes, so it is disabled in the nightly builds.
1563 https://webkit.org/b/113341
1564 rdar://problem/10368152
1566 Reviewed by Joseph Pecoraro.
1568 * Source/autotools/symbols.filter:
1570 2013-03-27 Sheriff Bot <webkit.review.bot@gmail.com>
1572 Unreviewed, rolling out r146864.
1573 http://trac.webkit.org/changeset/146864
1574 https://bugs.webkit.org/show_bug.cgi?id=113391
1576 causes crashes on Wk2 EFL release bot (Requested by drott on
1579 * Source/cmake/OptionsEfl.cmake:
1581 2013-03-26 Rijubrata Bhaumik <rijubrata.bhaumik@intel.com>
1583 [EFL] Enable IndexedDB by default
1584 https://bugs.webkit.org/show_bug.cgi?id=107248
1586 Reviewed by Laszlo Gombos.
1588 * Source/cmake/OptionsEfl.cmake:
1589 Enable IndexedDB by default on EFL.
1591 2013-03-25 Kent Tamura <tkent@chromium.org>
1593 Rename ENABLE_INPUT_TYPE_DATETIME
1594 https://bugs.webkit.org/show_bug.cgi?id=113254
1596 Reviewed by Kentaro Hara.
1598 Rename ENABLE_INPUT_TYPE_DATETIME to ENABLE_INPUT_TYPE_DATETIME_INCOMPLETE.
1599 Actually I'd like to remove the code, but we shouldn't remove it yet
1600 because we shipped products with it on some platforms.
1602 * Source/autotools/SetupWebKitFeatures.m4:
1603 * Source/cmake/WebKitFeatures.cmake:
1604 * Source/cmakeconfig.h.cmake:
1606 2013-03-25 Daniel Cheng <dcheng@chromium.org>
1608 Don't allow drags to start after a mouse press that creates a context menu
1609 https://bugs.webkit.org/show_bug.cgi?id=112079
1611 Reviewed by Tony Chang.
1613 * ManualTests/context-menu-during-drag-selection.html: Added.
1615 2013-03-22 Yuki Sekiguchi <yuki.sekiguchi@access-company.com>
1617 Cannot run All Source (target WebProcess) on Xcode.
1618 https://bugs.webkit.org/show_bug.cgi?id=111042
1620 Reviewed by Alexey Proskuryakov.
1622 WebProcessShim is renamed by r139066.
1623 However, WebProcessShim is not renamed to SecItemShim in WebKit.xcworkspace.
1624 This make WebProcess.app load WebProcessShim.dylib, and it cause dyld loading error.
1626 * WebKit.xcworkspace/xcshareddata/xcschemes/All Source (target WebProcess).xcscheme: Renamed WebProcessShim to SecItemShim.
1628 2013-03-21 Zan Dobersek <zdobersek@igalia.com>
1630 [GTK] Move libLevelDB.la setup into a separate GNUmakefile.am
1631 https://bugs.webkit.org/show_bug.cgi?id=112947
1633 Reviewed by Martin Robinson.
1635 * GNUmakefile.am: Include the new GNUmakefile.am, located under Source/ThirdParty/leveldb.
1637 2013-03-21 Martin Robinson <mrobinson@igalia.com>
1639 Source/ThirdParty/leveldb/db/builder.cc does not build on systems without <endian.h>
1640 https://bugs.webkit.org/show_bug.cgi?id=111817
1642 Reviewed by Gustavo Noronha Silva.
1644 Improve processing of the autoconf host variable. Setup up the wiring to detect
1645 whether or not we are compiling for Darwin.
1647 * Source/autotools/CheckSystemAndBasicDependencies.m4: Improve host detection.
1648 * Source/autotools/SetupAutomake.m4: Tell automake if we are compiling for Darwin or not.
1650 2013-03-20 Michael Pruett <michael@68k.org>
1652 [JSC] Implement EnforceRange IDL attribute for integer conversions
1653 https://bugs.webkit.org/show_bug.cgi?id=112506
1655 Reviewed by Kentaro Hara.
1657 * Source/autotools/symbols.filter:
1659 2013-03-20 Zan Dobersek <zdobersek@igalia.com>
1661 [GTK] Build ANGLE sources into a separate library from libWebCore.la
1662 https://bugs.webkit.org/show_bug.cgi?id=112778
1664 Reviewed by Martin Robinson.
1666 * GNUmakefile.am: Include the GNUmakefile.am covering the libANGLE.la library.
1668 2013-03-20 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
1670 [Qt] Define MODULE_VERSION
1671 https://bugs.webkit.org/show_bug.cgi?id=112808
1673 Reviewed by Allan Sandfeld Jensen.
1675 Upstream http://codereview.qt-project.org/49052
1676 Use 5.2.0 as this is the next release that will be branched from trunk.
1680 2013-03-20 Rouslan Solomakhin <rouslan@chromium.org>
1682 Copy-paste should not spellcheck when continuous spellcheck is turned off
1683 https://bugs.webkit.org/show_bug.cgi?id=112464
1685 Reviewed by Ryosuke Niwa.
1687 * Source/autotools/symbols.filter: Export WebCore::Editor::isContinuousSpellCheckingEnabled() and WebCore::Editor::toggleContinuousSpellChecking() for use by internals.
1689 2013-03-20 JungJik Lee <jungjik.lee@samsung.com>
1691 [EFL] Disable REQUEST_ANIMATION_FRAME_TIMER to render a new animation frame.
1692 https://bugs.webkit.org/show_bug.cgi?id=112114
1694 Reviewed by Kenneth Rohde Christiansen.
1696 Add a manual test to check the running of scripted transition animation.
1698 * ManualTests/animation/transition-on-and-offscreen-animation.html: Added.
1700 2013-03-19 David Rosca <nowrep@gmail.com>
1702 [Qt] QStyle: Set State_Enabled by default when painting style widgets.
1703 https://bugs.webkit.org/show_bug.cgi?id=112688
1705 Reviewed by Jocelyn Turcotte.
1707 All Qt style widgets were painted with a disabled state, even when
1708 they actually were enabled.
1709 This change fixes it by setting State_Enabled as a default state,
1710 which is then correctly removed when element is disabled.
1712 * Source/WebCore/platform/qt/RenderThemeQStyle.cpp:
1714 2013-03-17 Gustavo Noronha Silva <gns@gnome.org>
1716 [GTK] Exports leveldb symbols
1717 https://bugs.webkit.org/show_bug.cgi?id=112526
1719 Reviewed by Carlos Garcia Campos.
1721 * Source/autotools/symbols.filter: make leveldb symbols local.
1723 2013-03-15 Jae Hyun Park <jae.park@company100.net>
1725 [GTK] acceleration_backend_description does not concatenate "(gles2"
1726 https://bugs.webkit.org/show_bug.cgi?id=112405
1728 Reviewed by Martin Robinson.
1730 In FindDependencies.m4, acceleration_backend_description string does not
1731 concatenate if there is a space between the operator and the operand.
1733 * Source/autotools/FindDependencies.m4:
1735 2013-03-15 Allan Sandfeld Jensen <allan.jensen@digia.com>
1737 [Qt] Build error with building with Qt 5.1
1738 https://bugs.webkit.org/show_bug.cgi?id=112435
1740 Reviewed by Noam Rosenthal.
1742 QAccessibleWidget has moved to private.
1744 * Source/widgetsapi.pri:
1746 2013-03-14 Tobias Mueller <tobiasmue@gnome.org>
1748 Build: Remove XSLT option and depend hard on XSLT.
1749 You will now not be able to give --disable-xslt or --enable-xslt
1750 because it is not optional anymore.
1751 https://bugs.webkit.org/show_bug.cgi?id=112368
1753 Reviewed by Martin Robinson.
1755 * Source/autotools/FindDependencies.m4:
1756 Always check for libxslt
1758 * Source/autotools/PrintBuildConfiguration.m4:
1759 Removed printing out the value of XSLT
1761 * Source/autotools/ReadCommandLineArguments.m4:
1762 Removed reading XSLT options
1764 2013-03-14 Jesus Sanchez-Palencia <jesus.palencia@openbossa.org>
1766 [EFL] Use CROSS_PLATFORM_CONTEXT_MENU
1767 https://bugs.webkit.org/show_bug.cgi?id=111877
1769 Reviewed by Caio Marcelo de Oliveira Filho.
1771 * Source/cmake/OptionsEfl.cmake: add -DWTF_USE_CROSS_PLATFORM_CONTEXT_MENUS=1
1773 2013-03-14 Simon Hausmann <simon.hausmann@digia.com>
1775 [Qt] Improve the handling of mock geolocation, device orientation and motion clients
1777 Reviewed by Tor Arne Vestbø.
1779 The mock versions of these web facing features should be instantiated when
1780 running in DumpRenderTree only. In order for them to work, no extra Qt modules
1781 such as QtLocation are actually needed.
1783 This patch decouples enabling device orientation/motion and geolocation from
1784 the underlying Qt modules and makes them available in developer builds
1785 (!production_build) and backed by mock backends when running in drt.
1787 So if the Qt 5 modules are available, they'll be used (unless drtRun). For
1788 developers the web facing features are always enabled (although requests will
1789 time out) and the mock backends are enabled inside DRT, allowing for the layout
1790 tests to run with less dependencies.
1792 In addition this also enables the mock device motion client, which was
1793 previously never instantiated.
1795 * Source/widgetsapi.pri:
1797 2013-03-13 Ryosuke Niwa <rniwa@webkit.org>
1799 Threaded HTML Parser is missing feature define flags in all but Chromium port's build files
1800 https://bugs.webkit.org/show_bug.cgi?id=112277
1802 Reviewed by Adam Barth.
1804 * Source/autotools/SetupWebKitFeatures.m4:
1805 * Source/cmake/WebKitFeatures.cmake:
1806 * Source/cmakeconfig.h.cmake:
1808 2013-03-13 Nate Chapin <japhet@chromium.org>
1810 Expose symbols for internals
1811 https://bugs.webkit.org/show_bug.cgi?id=112194
1813 Reviewed by Alexey Proskuryakov.
1815 * Source/autotools/symbols.filter:
1817 2013-03-12 Zan Dobersek <zdobersek@igalia.com>
1819 [GTK] 'unrecognized command line option "-Wno-c++11-extensions"' warning reported when using gcc
1820 https://bugs.webkit.org/show_bug.cgi?id=111936
1822 Reviewed by Martin Robinson.
1824 * Source/autotools/SetupCompilerFlags.m4: Only use the -Wno-c++11-extensions warning when building
1825 with Clang as GCC does not support the warning just yet. Also enhance the comment about using libstdc++
1826 as the standard C++ library when compiling with Clang.
1828 2013-03-12 Zan Dobersek <zdobersek@igalia.com>
1830 [GTK] Set up the libPlatformGtk.la library
1831 https://bugs.webkit.org/show_bug.cgi?id=111738
1833 Reviewed by Martin Robinson.
1835 * GNUmakefile.am: Define the two variables that will hold sources list and cppflags as required for the new library.
1836 Include the new GNUmakefile.am that's now available under Source/Platform.
1838 2013-03-11 Tobias Mueller <tobiasmue@gnome.org>
1840 [Autotools] Set ENABLE_GTK_DOC to false if gtk-doc is not installed
1841 https://bugs.webkit.org/show_bug.cgi?id=111980
1843 Reviewed by Martin Robinson.
1845 WebKit did not configure if gtk-doc-am was not installed with the error:
1846 Tools/GNUmakefile.am:419: ENABLE_GTK_DOC does not appear in AM_CONDITIONAL
1848 * Source/autotools/FindDependencies.m4:
1850 2013-03-11 Claudio Saavedra <csaavedra@igalia.com>
1853 https://bugs.webkit.org/show_bug.cgi?id=112055
1855 Reviewed by Martin Robinson.
1857 * Source/autotools/Versions.m4: Bump to 2.1.0
1859 2013-03-11 Jeff Rogers <jrogers@rim.com>
1861 [BlackBerry] Disable MathML support
1862 https://bugs.webkit.org/show_bug.cgi?id=111929
1864 Reviewed by Rob Buis.
1866 * Source/cmake/OptionsBlackBerry.cmake:
1868 2013-03-09 Martin Robinson <mrobinson@igalia.com>
1870 [GTK] Versions.m4 is missing some key dependencies version definitions
1871 https://bugs.webkit.org/show_bug.cgi?id=111903
1873 Reviewed by Carlos Garcia Campos.
1875 * Source/autotools/Versions.m4: Add missing required version
1878 2013-03-08 Dean Jackson <dino@apple.com>
1880 Don't snapshot Java plugins
1881 https://bugs.webkit.org/show_bug.cgi?id=111899
1883 Reviewed by Tim Horton.
1885 Export MIMETypeRegistry::isJavaAppletMIMEType symbol.
1887 * Source/autotools/symbols.filter:
1889 2013-03-08 Chandra Shekar Vallala <brk376@motorola.com>
1891 [chromium] Keydown event for 'shift+alt' returns win keycode instead of 'alt'
1892 https://bugs.webkit.org/show_bug.cgi?id=111112
1894 Reviewed by Tony Chang.
1896 Return windows keycode of Alt incase of GDK_META_L, GDK_META_R.
1898 Try press Shift then alt key. The test passes if the shiftKey, altKey values
1899 of JSKeyEvent are true and keycode/which is 18.
1901 * ManualTests/shift-alt-key-event.html: Added.
1903 2013-03-08 Zan Dobersek <zdobersek@igalia.com>
1905 [Autotools] Remove definitions of unnecessary Automake conditionals
1906 https://bugs.webkit.org/show_bug.cgi?id=111830
1908 Reviewed by Philippe Normand.
1910 The following Automake conditionals are not used anywhere and should have their
1911 definitions in SetupAutomake.m4 removed:
1912 ENABLE_GAMEPAD, ENABLE_XSLT, ENABLE_GEOLOCATION, ENABLE_SVG_FONTS,
1913 ENABLE_OPCODE_STATS, ENABLE_CSS_FILTERS, ENABLE_CSS_SHADERS.
1915 * Source/autotools/SetupAutomake.m4:
1917 2013-03-08 Zan Dobersek <zdobersek@igalia.com>
1919 [GTK] Remove media stream support from the configuration options
1920 https://bugs.webkit.org/show_bug.cgi?id=111813
1922 Reviewed by Philippe Normand.
1924 Remove the media-stream configuration flag. The feature is incomplete and
1925 thus unsupported, so it really shouldn't be possible to enable it.
1927 * Source/autotools/PrintBuildConfiguration.m4:
1928 * Source/autotools/ReadCommandLineArguments.m4:
1929 * Source/autotools/SetupAutomake.m4:
1930 * Source/autotools/SetupWebKitFeatures.m4:
1932 2013-03-07 Keishi Hattori <keishi@webkit.org>
1934 Update calendar picker UI
1935 https://bugs.webkit.org/show_bug.cgi?id=109439
1937 Reviewed by Kent Tamura.
1939 * ManualTests/forms/calendar-picker.html: New test file with more options.
1940 * ManualTests/forms/date-suggestion-picker.html: Copied from ManualTests/forms/calendar-picker.html. Old one kept for dat/time suggestion picker testing.
1942 2013-03-07 Christophe Dumez <ch.dumez@sisa.samsung.com>
1944 [EFL] Bump libsoup dependency to 2.40.3 to fix regressions
1945 https://bugs.webkit.org/show_bug.cgi?id=111756
1947 Reviewed by Kenneth Rohde Christiansen.
1949 Update libsoup required version to v2.40.3 for EFL port.
1951 * Source/cmake/OptionsEfl.cmake:
1953 2013-03-07 Zan Dobersek <zdobersek@igalia.com>
1955 [GTK] Limit the supported compilers to GCC >= 4.7 and Clang >= 3.0
1956 https://bugs.webkit.org/show_bug.cgi?id=109932
1958 Reviewed by Martin Robinson.
1960 * Source/autotools/CheckSystemAndBasicDependencies.m4: Strictly check for one of the two compilers.
1961 * Source/autotools/SetupCompilerFlags.m4: Set up C++11-specific compiler flags. Force the C99 standard for the C code.
1962 Use the -Qunused-arguments flag when using Clang, it reduces irrelevant errors when using ccache.
1964 2013-03-05 Gustavo Noronha Silva <gns@gnome.org>
1966 [GTK] Enable translations for WebKit2
1967 https://bugs.webkit.org/show_bug.cgi?id=111398
1969 Reviewed by Martin Robinson.
1971 * GNUmakefile.am: adjust path for i18n GNUmakefile.am.
1972 * configure.ac: generate the i18n makefile unconditionally, the translations are
1973 used by both WebKitGTK+ and WebKit2GTK+.
1975 2013-03-06 Adam Klein <adamk@chromium.org>
1977 [V8] Use implicit references instead of object groups to keep registered MutationObservers alive
1978 https://bugs.webkit.org/show_bug.cgi?id=111382
1980 Reviewed by Adam Barth.
1982 * ManualTests/mutation-observer-leaks-nodes.html: Added.
1984 2013-03-06 Gustavo Noronha Silva <gns@gnome.org>
1986 Build fix. Fixes problems building code that uses deprecated functions from GTK+ 2,
1987 such as RenderThemeGtk2.cpp, in debug mode. RenderThemeGtk2.cpp tries to allow usage
1988 of deprecated functions by undefining GTK_DISABLE_DEPRECATED, but it ended up being
1989 redefined because autotoolsconfig.h was included again by headers that came after
1992 Reviewed by Martin Robinson.
1994 * Source/autotools/SetupWebKitFeatures.m4: add checks to ensure the
1995 autotoolsconfig.h header is only included once.
1997 2013-03-05 Ryuan Choi <ryuan.choi@samsung.com>
1999 [EFL] Build break with latest EFL libraries
2000 https://bugs.webkit.org/show_bug.cgi?id=111028
2002 Reviewed by Dirk Pranke.
2004 In latest EFL trunk, include path of ecore sub modules are changed from
2005 ecore-1 to ecore-XXX-1.
2006 So, this patch adds missing ECORE_XXX_INCLUDE_DIRS.
2008 * Source/cmake/FindEcore.cmake: Added additional path suffixes to find include directories of ecore-XXX
2009 * Source/cmake/FindElementary.cmake: Checked Ecore_Con dependency which Elementary requires.
2010 * Source/cmake/OptionsEfl.cmake: Made Imf and Imf_Evas mandatory.
2012 2013-03-05 Shawn Singh <shawnsingh@chromium.org>
2014 Fix default background of a dragged image.
2015 https://bugs.webkit.org/show_bug.cgi?id=110512
2017 Reviewed by Tony Chang.
2019 * ManualTests/drag-background-with-padding.html: Added.
2021 2013-03-05 Gustavo Noronha Silva <gns@gnome.org>
2023 Unreviewed build fix.
2025 * GNUmakefile.am: remove bad path for generate-feature-defines-files from EXTRA_DIST.
2027 2013-03-04 Ruslan Abdikeev <aruslan@chromium.org>
2029 <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
2030 https://bugs.webkit.org/show_bug.cgi?id=109061
2032 Reviewed by Adam Barth.
2034 * Source/autotools/symbols.filter:
2036 2013-03-04 Kunihiko Sakamoto <ksakamoto@chromium.org>
2038 Add build flag for FontLoader
2039 https://bugs.webkit.org/show_bug.cgi?id=111289
2041 Reviewed by Benjamin Poulain.
2043 Add ENABLE_FONT_LOAD_EVENTS build flag (disabled by default).
2045 * Source/autotools/SetupWebKitFeatures.m4:
2046 * Source/cmake/WebKitFeatures.cmake:
2047 * Source/cmakeconfig.h.cmake:
2049 2013-03-03 Sheriff Bot <webkit.review.bot@gmail.com>
2051 Unreviewed, rolling out r144567.
2052 http://trac.webkit.org/changeset/144567
2053 https://bugs.webkit.org/show_bug.cgi?id=111266
2055 Does not compile on apple-win (Requested by abarth on
2058 * Source/autotools/symbols.filter:
2060 2013-03-03 Ruslan Abdikeev <aruslan@chromium.org>
2062 <link rel="apple-touch-icon"> tag is not honored on CNN.com, workflowy.com etc
2063 https://bugs.webkit.org/show_bug.cgi?id=109061
2065 Reviewed by Adam Barth.
2067 * Source/autotools/symbols.filter:
2069 2013-03-01 Elliott Sprehn <esprehn@gmail.com>
2071 Don't leak Documents when using MutationObserver from extensions
2072 https://bugs.webkit.org/show_bug.cgi?id=111234
2074 Reviewed by Adam Barth.
2076 * ManualTests/leak-observer-nonmain-world.html: Added.
2078 2013-02-27 Zan Dobersek <zdobersek@igalia.com>
2080 [GTK] Disable MathML support in release builds
2081 https://bugs.webkit.org/show_bug.cgi?id=110981
2083 Reviewed by Martin Robinson.
2085 * Source/autotools/SetupWebKitFeatures.m4: Disable the MathML support in release builds
2086 as the code is not yet deemed production-ready.
2088 2013-02-27 Glenn Adams <glenn@skynav.com>
2090 Add ENABLE_CSS3_TEXT_LINE_BREAK flag.
2091 https://bugs.webkit.org/show_bug.cgi?id=110944
2093 Reviewed by Dean Jackson.
2095 * Source/cmake/WebKitFeatures.cmake:
2096 * Source/cmakeconfig.h.cmake:
2098 2013-02-24 Laszlo Gombos <l.gombos@samsung.com>
2100 [EFL] Rename ENABLE_REGIONS to ENABLE_CSS_REGIONS
2101 https://bugs.webkit.org/show_bug.cgi?id=110699
2103 Reviewed by Andreas Kling.
2105 Fix a typo. ENABLE_REGIONS is called ENABLE_CSS_REGIONS
2106 throughout the project.
2108 * Source/cmake/OptionsEfl.cmake:
2110 2013-02-24 Zan Dobersek <zdobersek@igalia.com>
2112 [GTK] Stop generating UserAgentGtk.h
2113 https://bugs.webkit.org/show_bug.cgi?id=110582
2115 Reviewed by Martin Robinson.
2117 * configure.ac: Provide the USER_AGENT_GTK_(MAJOR|MINOR)_VERSION defines in the autotoolsconfig.h
2118 header, containing the user agent versions that are to be used in the user agent string. The
2119 WEBKIT_USER_AGENT_(MAJOR|MINOR)_VERSION name is avoided as the same defines are specified in the
2120 webkitversion.h API header (but are not accessible from the WebCore layer). The UserAgentGtk.h
2121 header is also not generated anymore from the input file.
2123 2013-02-21 Tony Chang <tony@chromium.org>
2125 Autogenerate Settings that call setNeedsRecalcStyleInAllFrames when set
2126 https://bugs.webkit.org/show_bug.cgi?id=109989
2128 Reviewed by Ryosuke Niwa.
2130 Add setters to export symbols.
2132 * Source/autotools/symbols.filter:
2134 2013-02-21 Martin Robinson <mrobinson@igalia.com>
2136 [GTK] Move feature overriding to the configure phase
2137 https://bugs.webkit.org/show_bug.cgi?id=110293
2139 Reviewed by Gustavo Noronha Silva.
2141 Rework the feature overrides logic so all feature defines go into a
2142 header rather than the command line. This has a few benefits. Most
2143 notably, we can reuse the header in the gyp build. Another nice result
2144 is that changes to the configuration automatically result in a full
2145 rebuild and Debug and Release builds can have different configurations.
2147 All feature define processing happens now during the configuration phase,
2148 instead of when running autogen.sh. This means that we need to distribute
2149 the feature processing script.
2151 * GNUmakefile.am: Read feature defines from WebKitFeatures.txt when kicking
2152 off a build. Also include generate-feature-defines-files in the distribution.
2153 * Source/autotools/SetupAutoconfHeader.m4: Remove an extra ENABLE_3D_RENDERING
2154 from the autoconf header, as it is already provided by the feature configuration.
2155 * Source/autotools/SetupWebKitFeatures.m4: Added.
2156 * Source/autotools/webkitfeature.m4: Removed. The functionality has been moved
2157 to SetupWebKitFeatures.m4.
2158 * autogen.sh: Remove the call to override-feature-defines.
2159 * configure.ac: Now include SetupWebKitFeatures.
2161 2013-02-20 Dirk Schulze <krit@webkit.org>
2163 Enable CANVAS_PATH flag
2164 https://bugs.webkit.org/show_bug.cgi?id=108508
2166 Reviewed by Simon Fraser.
2168 Enable CANVAS_PATH flag on trunk.
2170 Existing tests cover the feature.
2172 * Source/cmake/WebKitFeatures.cmake:
2174 2013-02-19 Claudio Saavedra <csaavedra@igalia.com>
2176 Unreviewed build fix.
2178 * Source/autotools/FindDependencies.m4:
2179 * Source/autotools/Versions.m4:
2180 * Source/cmake/FindHarfBuzz.cmake:
2182 Bump gtk and efl dependencies on harfbuzz
2183 to 0.9.7. See bug 110145.
2185 2013-02-19 Changhun Kang <temoochin@company100.net>
2187 Only depend on xrender if x11 is being used
2188 https://bugs.webkit.org/show_bug.cgi?id=84095
2190 Reviewed by Martin Robinson.
2192 * Source/autotools/FindDependencies.m4:
2194 2013-02-18 ChangSeok Oh <shivamidow@gmail.com>
2196 [GTK] Fix nits for configuration
2197 https://bugs.webkit.org/show_bug.cgi?id=110083
2199 Reviewed by Martin Robinson.
2201 Remove unicode backend printing option. The only backend for unicode is icu
2202 after changeset 142724.
2204 * Source/autotools/PrintBuildConfiguration.m4:
2206 2013-02-15 Gustavo Noronha Silva <gns@gnome.org>
2208 Unreviewed build fix.
2210 * Source/autotools/SetupLibtool.m4: Move AR_FLAGS definition so it comes before dolt
2211 and libtool initialization, thus having an effect once again.
2213 2013-02-15 Keishi Hattori <keishi@webkit.org>
2215 Add setValue and closePopup methods to PagePopupController
2216 https://bugs.webkit.org/show_bug.cgi?id=109897
2218 Reviewed by Kent Tamura.
2220 * ManualTests/forms/calendar-picker.html: Added mock setValue and closePopup implementation.
2221 * ManualTests/forms/color-suggestion-picker.html: Ditto.
2223 2013-02-15 Allan Sandfeld Jensen <allan.jensen@digia.com>
2225 Simplify hitTestResultAtPoint and nodesFromRect APIs
2226 https://bugs.webkit.org/show_bug.cgi?id=95720
2228 Reviewed by Julien Chaffraix.
2230 Update exported symbols.
2232 * Source/autotools/symbols.filter:
2234 2013-02-08 Andrey Kosyakov <caseq@chromium.org>
2236 Web Inspector: expose did{Begin,Cancel}Frame() and {will,did}Composite() on WebDebToolsAgent
2237 https://bugs.webkit.org/show_bug.cgi?id=109192
2239 Reviewed by Pavel Feldman.
2241 * Source/autotools/symbols.filter:
2243 2013-02-13 Martin Robinson <mrobinson@igalia.com>
2245 Try once again to fix the build after r142756
2247 * Source/autotools/PrintBuildConfiguration.m4: Do not try to print the GStreamer version
2248 in the build output.
2249 * Source/autotools/SetupAutoconfHeader.m4: Remove the last reference to have_gstreamer.
2251 2013-02-13 Martin Robinson <mrobinson@igalia.com>
2253 Try to fix the build after r142756
2255 * Source/autotools/SetupAutomake.m4: Instead of using the (now gone) have_gstreamer
2256 variable, activate GStreamer if either web audio or web video is enabled.
2258 2013-02-13 Xianzhu Wang <wangxianzhu@chromium.org>
2260 Heap-use-after-free in WebCore::ScrollingCoordinator::hasVisibleSlowRepaintViewportConstrainedObjects.
2261 https://bugs.webkit.org/show_bug.cgi?id=108695
2263 Add a manual test. Unable to write a normal layout test because
2264 1) must waitUntilDone() to reproduce the crash but the redirected URL can't notifyDone();
2265 2) Can't use a frame to contain the test because ScrollingCoordinator handles only the main frame.
2267 Reviewed by Abhishek Arya.
2269 * ManualTests/scrolling-coordinator-viewport-constrained-crash.html: Added.
2271 2013-02-13 Martin Robinson <mrobinson@igalia.com>
2273 [GTK] Remove support for compiling with GStreamer 0.10
2274 https://bugs.webkit.org/show_bug.cgi?id=109593
2276 Reviewed by Philippe Normand.
2278 Remove support for building WebKitGTK+ with GStreamer 0.10. We
2279 can simplify things greatly because we don't have to worry any
2280 longer about selecting one GStreamer API set.
2282 * Source/autotools/FindDependencies.m4:
2283 * Source/autotools/ReadCommandLineArguments.m4:
2284 * Source/autotools/SetupAutoconfHeader.m4:
2285 * Source/autotools/Versions.m4:
2287 2013-02-12 Martin Robinson <mrobinson@igalia.com>
2289 [GTK] Remove the GLib unicode backend
2290 https://bugs.webkit.org/show_bug.cgi?id=109627
2292 Reviewed by Benjamin Poulain.
2294 Remove references to the GLib unicode backend from configuration.
2296 * Source/autotools/FindDependencies.m4:
2297 * Source/autotools/ReadCommandLineArguments.m4:
2298 * Source/autotools/SetupAutoconfHeader.m4:
2299 * Source/autotools/SetupAutomake.m4:
2301 2013-02-12 Christophe Dumez <ch.dumez@sisa.samsung.com>
2303 Remove remaining traces of Web Intents
2304 https://bugs.webkit.org/show_bug.cgi?id=109586
2306 Reviewed by Eric Seidel.
2308 Remove references to Web Intents from CMake files as the functionality
2309 was removed in r142549.
2311 * Source/cmake/WebKitFeatures.cmake:
2312 * Source/cmakeconfig.h.cmake:
2314 2013-02-12 Martin Robinson <mrobinson@igalia.com>
2316 [GTK] Remove the enable-debug-feature configuration option
2317 https://bugs.webkit.org/show_bug.cgi?id=109539
2319 Reviewed by Philippe Normand.
2321 Remove the --enable-debug-feature option from configuration. It doesn't
2322 do anything that --enable-debug doesn't.
2324 * Source/autotools/PrintBuildConfiguration.m4: Remove references to --enable-debug-features.
2325 * Source/autotools/ReadCommandLineArguments.m4: Ditto.
2326 * Source/autotools/SetupAutoconfHeader.m4: Ditto.
2327 * Source/autotools/SetupAutomake.m4: Ditto.
2329 2013-02-12 Zan Dobersek <zdobersek@igalia.com>
2331 Remove ENABLE_XHR_RESPONSE_BLOB handling from various build systems
2332 https://bugs.webkit.org/show_bug.cgi?id=109481
2334 Reviewed by Daniel Bates.
2336 The ENABLE_XHR_RESPONSE_BLOB feature define was removed from the code
2337 back in r120574. There are still occurrences of it in various build systems
2338 which should all be removed as they are useless.
2340 * Source/cmake/OptionsBlackBerry.cmake:
2341 * Source/cmakeconfig.h.cmake:
2343 2013-02-11 Eric Carlson <eric.carlson@apple.com>
2345 [Mac] Track language selection should be sticky
2346 https://bugs.webkit.org/show_bug.cgi?id=109466
2348 Reviewed by Dean Jackson.
2350 * Source/autotools/symbols.filter: Export PageGroup::captionPreferences and Page::initGroup.
2352 2013-02-11 Benjamin Poulain <benjamin@webkit.org>
2354 Kill TestRunner::setMinimumTimerInterval; implement the feature with InternalSettings
2355 https://bugs.webkit.org/show_bug.cgi?id=109349
2357 Reviewed by Sam Weinig.
2359 * Source/autotools/symbols.filter:
2361 2013-02-11 Zan Dobersek <zdobersek@igalia.com>
2363 * Source/WebCore: Modified property svn:ignore, adding GNUmakefile.features.am
2364 to the list of paths to be ignored.
2366 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
2368 Consolidate the way WTF_USE_PTHREADS is enabled
2369 https://bugs.webkit.org/show_bug.cgi?id=108191
2371 Reviewed by Benjamin Poulain.
2373 Remove duplicated definition of WTF_USE_PTHREADS.
2375 WTF_USE_PTHREADS is defined to 1 on all OS(UNIX) environments in
2378 * Source/cmake/OptionsBlackBerry.cmake:
2379 * Source/cmake/OptionsEfl.cmake:
2381 2013-02-10 Jae Hyun Park <jae.park08@gmail.com>
2383 Rename ENABLE(GLIB_SUPPORT) to USE(GLIB)
2384 https://bugs.webkit.org/show_bug.cgi?id=104266
2386 Reviewed by Philippe Normand.
2388 Using USE(GLIB) instead of ENABLE(GLIB_SUPPORT) is more consistent with
2389 the existing macro naming conventions.
2392 USE() - use a particular third-party library or optional OS service
2393 ENABLE() - turn on a specific feature of WebKit
2395 * Source/autotools/SetupAutoconfHeader.m4:
2396 * Source/cmake/OptionsEfl.cmake:
2398 2013-02-09 Philippe Normand <pnormand@igalia.com>
2400 Unreviewed, another GTK+ build fix after r142343.
2402 * Source/autotools/symbols.filter: Expose the InlineBox delete operator.
2404 2013-02-08 Benjamin Poulain <bpoulain@apple.com>
2406 Move workerThreadCount from TestRunner to WebCore Internals
2407 https://bugs.webkit.org/show_bug.cgi?id=109239
2409 Reviewed by Darin Adler.
2411 * Source/autotools/symbols.filter:
2413 2013-02-08 Dean Jackson <dino@apple.com>
2415 Only a fool would cut and paste from a terminal showing truncated git logs.
2418 Export the full symbol for InlineBox::nodeAtPoint.
2420 * Source/autotools/symbols.filter:
2422 2013-02-08 Dean Jackson <dino@apple.com>
2424 Snapshotted plug-in should use shadow root
2425 https://bugs.webkit.org/show_bug.cgi?id=108284
2427 Unreviewed GTK+ build fix.
2429 * Source/autotools/symbols.filter: Export InlineBox symbols.
2431 2013-02-08 Seulgi Kim <seulgikim@company100.net>
2433 Update .gitignore for vim swap files.
2434 https://bugs.webkit.org/show_bug.cgi?id=109252
2436 Reviewed by Dirk Pranke.
2438 When opening the same files multiple with vim, vim creates a .*.sw[a-p]
2439 file as the swap file.
2443 2013-02-08 Tomas Popela <tpopela@redhat.com>
2445 [GTK] Include files from DerivedSources/webkitdom for introspection
2446 https://bugs.webkit.org/show_bug.cgi?id=108631
2448 Reviewed by Martin Robinson.
2450 Include files from DerivedSources/webkitdom for introspection
2452 * /Source/WebKit/gtk/GNUmakefile.am:
2453 * /Source/WebKit2/GNUmakefile.am:
2455 2013-02-07 Martin Robinson <mrobinson@igalia.com>
2457 [GTK] Split configure.ac into reusable portions
2458 https://bugs.webkit.org/show_bug.cgi?id=109246
2460 Reviewed by Philippe Normand.
2462 Split up configure.ac into sections based on different "phases"
2463 of configuration. This should make it easier to find what you are
2464 looking for as well as creating a "right" place to put things.
2465 A nice side effect of this is that we can share the different
2466 modules with a gyp build.
2468 * Source/autotools/CheckSystemAndBasicDependencies.m4: Added.
2469 * Source/autotools/FindDependencies.m4: Added.
2470 * Source/autotools/PrintBuildConfiguration.m4: Added.
2471 * Source/autotools/ReadCommandLineArguments.m4: Added.
2472 * Source/autotools/SetupAutoconfHeader.m4: Added.
2473 * Source/autotools/SetupAutomake.m4: Added.
2474 * Source/autotools/SetupCompilerFlags.m4: Added.
2475 * Source/autotools/SetupLibtool.m4: Added.
2476 * Source/autotools/Versions.m4: Added.
2479 2013-02-07 David Farler <dfarler@apple.com>
2481 Makefiles should work for arbitrary SDKs and architectures on Apple ports
2482 https://bugs.webkit.org/show_bug.cgi?id=107863
2484 Reviewed by Mark Rowe.
2487 Allow SDKROOT, ARCHS outside of $(ARGS).
2488 Setting ARCHS => ONLY_ACTIVE_ARCH=NO.
2489 * Makefile.shared: options to webkitdirs based on SDKROOT
2490 * Source/Makefile: don't build WebKit2 for iOS
2492 2013-02-07 Martin Robinson <mrobinson@igalia.com>
2494 [GTK] Cleanup command-line defines
2495 https://bugs.webkit.org/show_bug.cgi?id=109213
2497 Reviewed by Xan Lopez.
2499 * GNUmakefile.am: Remove references to flags that are now provided
2500 by autotoolsconfig.h
2501 * configure.ac: Add new AC_DEFINE invocations for flags that were
2502 before manually appended to the compiler CPPFLAGS and clump all
2503 AC_DEFINE invocations together.
2505 2013-02-07 ChangSeok Oh <shivamidow@gmail.com>
2507 [GTK][AC] Clutter required version up to 1.12
2508 https://bugs.webkit.org/show_bug.cgi?id=109037
2510 Reviewed by Martin Robinson.
2512 The clutter requried version is changed to 1.12.
2516 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
2518 [Autotools] Remove uses of Automake FARSTREAM_(CFLAGS|LIBS) variables, USE_FARSTREAM conditional
2519 https://bugs.webkit.org/show_bug.cgi?id=109198
2521 Reviewed by Martin Robinson.
2523 * GNUmakefile.am: The USE_FARSTREAM conditional is being removed while the WTF_USE_FARSTREAM
2524 define is currently a no-op.
2525 * configure.ac: Don't set the Automake conditional as it's currently not needed due
2526 to checking for Farstream dependency being removed in r142005.
2528 2013-02-07 Gavin Peters <gavinp@chromium.org>
2530 Unreviewed, rolling out r142141.
2531 http://trac.webkit.org/changeset/142141
2532 https://bugs.webkit.org/show_bug.cgi?id=108990
2534 Reland r142112, will update Chromium expectations and create a
2535 Chromium bug instead for the crash.
2537 * ManualTests/remove-fixed-position-but-keep-compositing.html: Added.
2539 2013-02-07 Gavin Peters <gavinp@chromium.org>
2541 Unreviewed, rolling out r142112.
2542 http://trac.webkit.org/changeset/142112
2543 https://bugs.webkit.org/show_bug.cgi?id=108990
2545 The new test scrollingcoordinator/non-fast-scrollable-region-transformed- iframe.html crashes on Lion.
2547 See http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=scrollingcoordinator%2Fnon-fast-scrollable-region-transformed-iframe.html
2549 * ManualTests/remove-fixed-position-but-keep-compositing.html: Removed.
2551 2013-02-07 Zan Dobersek <zdobersek@igalia.com>
2553 [GTK] configure.ac requires a cleanup
2554 https://bugs.webkit.org/show_bug.cgi?id=99272
2556 Reviewed by Martin Robinson.
2558 Clean up configure.ac. While there is no strict style guideline determined
2559 for this file the changes enforce the usual indentation of four spaces along
2560 with line wrapping at 130 characters and grammar fixes/updates.
2564 2013-02-07 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
2566 [CoordinatedGraphics] Use ScrollingCoordinator to track fixed layers
2567 https://bugs.webkit.org/show_bug.cgi?id=108990
2569 Reviewed by Noam Rosenthal.
2571 Add a new test that allow us to remove the fixed positioning of a layer but still keeping
2572 it compositing. Coordinated Graphics had a bug where the CoordinatedSceneGraph would still
2573 count this layer as fixed position.
2575 * ManualTests/remove-fixed-position-but-keep-compositing.html: Added.
2577 2013-02-07 Gustavo Noronha Silva <gns@gnome.org>
2579 Unreviewed build fix after r141196 for 32 bits autotools.
2581 * Source/autotools/symbols.filter: restore 32 bits version of the
2582 WebCore::TextIterator::getLocationAndLengthFromRange(WebCore::Node*,
2583 WebCore::Range const*, unsigned int&, unsigned int&) symbol.
2585 2013-02-05 Simon Hausmann <simon.hausmann@digia.com>
2587 [Qt] Compile WTF tests of TestWebKitAPI
2588 https://bugs.webkit.org/show_bug.cgi?id=108935
2590 Reviewed by Kenneth Rohde Christiansen.
2592 Build gtest on Linux.
2596 2013-02-06 Jonathon Jongsma <jonathon.jongsma@collabora.com>
2598 [GStreamer] MediaPlayer's code is not easily reusable by other GStreamer-based players
2599 https://bugs.webkit.org/show_bug.cgi?id=100261
2601 Reviewed by Philippe Normand
2603 * configure.ac: removed farstream requirement for now since it's
2604 not actually used yet and makes it more difficult to build and test
2606 2013-02-06 Mike West <mkwst@chromium.org>
2608 Add an ENABLE_NOSNIFF feature flag.
2609 https://bugs.webkit.org/show_bug.cgi?id=109029
2611 Reviewed by Jochen Eisinger.
2613 This new flag will control the behavior of 'X-Content-Type-Options: nosniff'
2614 when processing script and other resource types.
2616 * Source/cmake/WebKitFeatures.cmake:
2617 * Source/cmakeconfig.h.cmake:
2619 2013-02-05 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
2621 [Qt] REGRESSION(r137436): It made all inspector tests timeout on developer builds
2622 https://bugs.webkit.org/show_bug.cgi?id=106554
2624 Reviewed by Simon Hausmann.
2626 Explicitely link WebCore resources in the final DLL only on Windows to
2627 support force_static_libs_as_shared on other platforms.
2629 WebKit1 applications don't get the QtWebKit dynamic library loaded
2630 since libQtWebKitWidgets doesn't depend on libQtWebKit if WebCore and
2631 WebKit1 are dynamic libraries of their own.
2635 2013-02-05 Martin Robinson <mrobinson@igalia.com>
2637 Update the NEWS and configuration in preparation for 1.11.5.
2639 Reviewed by Philippe Normand.
2643 2013-02-04 Benjamin Poulain <bpoulain@apple.com>
2645 Kill suspendAnimation(), resumeAnimation() and numberOfActiveAnimations() from DRT/WTR; use Internals
2646 https://bugs.webkit.org/show_bug.cgi?id=108741
2648 Reviewed by Tony Chang.
2650 * Source/autotools/symbols.filter:
2652 2013-02-02 Patrick Gansterer <paroga@webkit.org>
2654 [CMake] Adopt the WinCE port to new CMake
2655 https://bugs.webkit.org/show_bug.cgi?id=108754
2657 Reviewed by Laszlo Gombos.
2659 Remove the entry point hack which isn't required in the new
2660 CMake version with offical WindowsCE support.
2662 * Source/cmake/OptionsWindows.cmake:
2664 2013-02-01 Benjamin Poulain <bpoulain@apple.com>
2666 Clean the String->AtomicString conversion for AnimationController::pauseAnimationAtTime
2667 https://bugs.webkit.org/show_bug.cgi?id=108558
2669 Reviewed by Dean Jackson.
2671 * Source/autotools/symbols.filter:
2673 2013-02-01 Zan Dobersek <zdobersek@igalia.com>
2675 [GTK] Add WTFURL source files to the build
2676 https://bugs.webkit.org/show_bug.cgi?id=108215
2678 Reviewed by Benjamin Poulain.
2680 * Source/autotools/symbols.filter: Force the export of the KURL::string() symbol.
2681 This is required when using the WTFURL backend but otherwise doesn't affect the build.
2683 2013-02-01 Alexis Menard <alexis@webkit.org>
2685 Enable unprefixed CSS transitions by default.
2686 https://bugs.webkit.org/show_bug.cgi?id=108216
2688 Reviewed by Dean Jackson.
2690 Rename the flag CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
2691 to CSS_TRANSFORMS_ANIMATIONS_UNPREFIXED which will be used later to
2692 guard the unprefixing work for CSS Transforms and animations.
2694 * Source/cmake/WebKitFeatures.cmake:
2695 * Source/cmakeconfig.h.cmake:
2697 2013-01-31 Christophe Dumez <dchris@gmail.com>
2699 [EFL] Disable Web Intents
2700 https://bugs.webkit.org/show_bug.cgi?id=108457
2702 Reviewed by Alexey Proskuryakov.
2704 Turn off WEB_INTENTS flag in EFL CMake project.
2706 * Source/cmake/OptionsEfl.cmake:
2708 2013-01-31 Simon Hausmann <simon.hausmann@digia.com>
2710 [Qt] Make it possible to compile WebKit2 Qt related files without access to internal WK2 C++ API
2711 https://bugs.webkit.org/show_bug.cgi?id=108472
2713 Reviewed by Andreas Kling.
2715 When linking WebKit2, also link the WebKit2QML module.
2719 2013-01-30 Dominik Röttsches <dominik.rottsches@intel.com>
2721 [HarfBuzz] Remove the HarfBuzz-old code
2722 https://bugs.webkit.org/show_bug.cgi?id=108077
2724 Reviewed by Benjamin Poulain.
2726 Rename WTF_USE_HARFBUZZ_NG to WTF_USE_HARFBUZZ since there
2727 won't be a distinction between ng and non-ng HarfBuzz after
2728 removing the old code.
2730 * Source/cmake/OptionsEfl.cmake:
2732 2013-01-29 Zan Dobersek <zdobersek@igalia.com>
2734 Unreviewed GTK build fix after r141175.
2736 * Source/autotools/symbols.filter: Export the WebCore::Element::createShadowRoot symbol.
2738 2013-01-29 Shinya Kawanaka <shinyak@chromium.org>
2740 [Chromium] Cannot copy text when selecting readonly (or disabled) input elements
2741 https://bugs.webkit.org/show_bug.cgi?id=106287
2743 Reviewed by Hajime Morita.
2745 * Source/autotools/symbols.filter:
2747 2013-01-29 Laszlo Gombos <l.gombos@samsung.com>
2749 [CMake] Add minimum version information for tool dependencies
2750 https://bugs.webkit.org/show_bug.cgi?id=97592
2752 Reviewed by Kenneth Rohde Christiansen.
2754 Capture the minimum version information for the tools that are required
2755 to build WebKit for all CMake based build systems.
2759 2013-01-29 Nate Chapin <japhet@chromium.org>
2761 Enable reuse of cached main resources
2762 https://bugs.webkit.org/show_bug.cgi?id=105667
2764 Reviewed by Adam Barth.
2766 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
2768 2013-01-29 Laszlo Gombos <l.gombos@samsung.com>
2770 Enable Workers for WinCE
2771 https://bugs.webkit.org/show_bug.cgi?id=108099
2773 Reviewed by Gyuyoung Kim.
2775 WORKERS are enabled for all CMake based ports except WinCE.
2776 Turn on WORKERS for all CMake based ports.
2778 * Source/cmake/OptionsBlackBerry.cmake:
2779 * Source/cmake/OptionsEfl.cmake:
2780 * Source/cmake/WebKitFeatures.cmake:
2782 2013-01-28 Halton Huo <halton.huo@intel.com>
2784 [EFL] Quit debug build without -DSHARED_CORE=ON
2785 https://bugs.webkit.org/show_bug.cgi?id=104773
2787 Reviewed by Laszlo Gombos.
2789 Debug build without -DSHARED_CORE=ON will fail because libwebcore_efl.a
2790 is too big (>4G) to archive. The solution is simply to abort cmake in
2791 this condition and notify developer.
2794 * Source/cmake/OptionsEfl.cmake:
2795 * Source/cmake/OptionsCommon.cmake:
2797 2013-01-28 Renata Hodovan <reni@webkit.org>
2799 [WK2] Putting QtWebProcess into a chrooted sandbox
2800 https://bugs.webkit.org/show_bug.cgi?id=90005
2802 Reviewed by Anders Carlsson and Zoltan Herczeg.
2804 Make it possible to build WebKit2 with SandboxProcess.
2806 * Source/QtWebKit.pro:
2808 2013-01-27 David Farler <dfarler@apple.com>
2810 REGRESSION (r140912): Broke specifying non-trivial ARCHS value to make / build-webkit
2811 https://bugs.webkit.org/show_bug.cgi?id=108028
2813 Reviewed by Dan Bernstein.
2815 * Makefile: Reverted.
2816 * Makefile.shared: Reverted.
2817 * Source/Makefile: Reverted.
2819 2013-01-26 David Farler <dfarler@apple.com>
2821 Allow building with arbitrary SDK and ARCHS with make + Xcode
2822 https://bugs.webkit.org/show_bug.cgi?id=107863
2824 Reviewed by David Kilzer.
2827 Removed references to legacy Xcode configurations.
2829 Added default ARCHS + SDK settings and parameterized xcodebuild calls.
2831 iOS does not build WebKit2.
2833 2013-01-25 Jussi Kukkonen <jussi.kukkonen@intel.com>
2835 [CMake][EFL] Build ThirdParty/leveldb when IndexedDB is enabled
2836 https://bugs.webkit.org/show_bug.cgi?id=106443
2838 Reviewed by Laszlo Gombos.
2840 LevelDB is now included in ThirdParty. Use it when IndexDB is
2843 * Source/cmake/OptionsEfl.cmake:
2844 Set WTF_USE_LEVELDB when IndexedDB is enabled
2846 2013-01-24 Keishi Hattori <keishi@webkit.org>
2848 Adjust design of the Calendar Picker
2849 https://bugs.webkit.org/show_bug.cgi?id=107507
2851 Reviewed by Kent Tamura.
2853 * ManualTests/forms/calendar-picker.html: Use pickerCommonChromium.css and calendarPickerChromium.css.
2855 2013-01-24 Soo-Hyun Choi <s.choi@hackerslab.eu>
2857 [CMake] Remove the definition of WTF_PLATFORM_WIN from the build system
2858 https://bugs.webkit.org/show_bug.cgi?id=101635
2860 Reviewed by Laszlo Gombos.
2862 WTF_PLATFORM_WIN defined twice: Source/cmake/OptionsWindows.cmake and in
2863 Source/WTF/wtf/Platform.h.
2864 It would be more future-proof to have it only defined in common C++ code in
2867 * Source/cmake/OptionsWindows.cmake:
2869 2013-01-23 Zan Dobersek <zdobersek@igalia.com>
2873 Speculative build fix for the GTK port after 140539.
2875 * Source/autotools/symbols.filter:
2877 2013-01-22 Gustavo Noronha Silva <gns@gnome.org>
2879 [GTK] Debug build failure on x86-64
2880 https://bugs.webkit.org/show_bug.cgi?id=107400
2882 Reviewed by Xan Lopez.
2884 * configure.ac: use thin archives for convenience libraries, if AR_FLAGS was not
2885 overriden through the environment variable.
2887 2013-01-22 Zan Dobersek <zdobersek@igalia.com>
2889 [Autotools] Remove the Canvas Path configuration option
2890 https://bugs.webkit.org/show_bug.cgi?id=107537
2892 Reviewed by Martin Robinson.
2894 * configure.ac: Remove the configuration option for the Canvas Path
2895 feature as this is not in line with the new guidelines about feature
2896 enablement in the autotools build system.
2898 2013-01-22 Zan Dobersek <zdobersek@igalia.com>
2900 [Autotools] Place a warning in configure.ac about adding new configuration options
2901 https://bugs.webkit.org/show_bug.cgi?id=107559
2903 Reviewed by Martin Robinson.
2905 * configure.ac: Add an eye-catching section explaining that changes in this file might
2906 not be necessary at all and a link pointing to the guidelines on the Trac wiki.
2908 2013-01-21 Dirk Schulze <dschulze@adobe.com>
2910 Add build flag for Canvas's Path object (disabled by default)
2911 https://bugs.webkit.org/show_bug.cgi?id=107473
2913 Reviewed by Dean Jackson.
2915 Add CANVAS_PATH build flag to build systems.
2917 * Source/cmake/WebKitFeatures.cmake:
2918 * Source/cmakeconfig.h.cmake:
2921 2013-01-19 Ryosuke Niwa <rniwa@webkit.org>
2923 Delete webkit-perf.appspot.com code from WebKit repository
2924 https://bugs.webkit.org/show_bug.cgi?id=107390
2926 Reviewed by Adam Barth.
2928 Delete webkit-perf.appspot.com code from WebKit repository since I maintain
2929 and push the code via https://github.com/rniwa/webkit-perf now.
2931 * Websites/webkit-perf.appspot.com: Removed.
2933 2013-01-19 Philip Rogers <pdr@google.com>
2935 Merge SVGStylable into SVGStyledElement
2936 https://bugs.webkit.org/show_bug.cgi?id=106877
2938 Reviewed by Dirk Schulze.
2940 SVG2 changes element inheritance so all SVGElements are stylable. As a first-step towards a
2941 cleaner class hierarchy, this patch moves SVGStylable into SVGStyledElement.
2945 2013-01-18 Sudarsana Nagineni <sudarsana.nagineni@intel.com>
2947 [CMake] Fix CMake warnings
2948 https://bugs.webkit.org/show_bug.cgi?id=107290
2950 Reviewed by Laszlo Gombos.
2952 Add missing WebKit options to CMake features list.
2954 * Source/cmake/WebKitFeatures.cmake:
2955 * Source/cmakeconfig.h.cmake:
2957 2013-01-18 Sheriff Bot <webkit.review.bot@gmail.com>
2959 Unreviewed, rolling out r140005.
2960 http://trac.webkit.org/changeset/140005
2961 https://bugs.webkit.org/show_bug.cgi?id=107235
2963 broke downstream Chromium interactive_ui_tests (Requested by
2964 dominicc on #webkit).
2966 * Source/autotools/symbols.filter:
2968 2013-01-17 Martin Robinson <mrobinson@igalia.com>
2970 [GTK] Build with LevelDB when IndexedDB is enabled
2971 https://bugs.webkit.org/show_bug.cgi?id=103220
2973 Reviewed by Gustavo Noronha Silva.
2975 * configure.ac: Detect whether the IndexedDatabase feature is enabled. We cannot
2976 use the typical approach for feature detection since we need to adjust the automake
2977 file output based on whether or not IndexedDatabase is enabled.
2979 2013-01-17 Nate Chapin <japhet@chromium.org>
2981 Enable reuse of cached main resources
2982 https://bugs.webkit.org/show_bug.cgi?id=105667
2984 Reviewed by Antti Koivisto.
2986 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
2988 2013-01-17 Seokju Kwon <seokju.kwon@gmail.com>
2990 [EFL][CMAKE] Compress resource files of inspector
2991 https://bugs.webkit.org/show_bug.cgi?id=106210
2993 Reviewed by Gyuyoung Kim.
2995 Add compressing JavaScript
2996 for smaller package and faster connection of remote web inspector.
2998 * Source/PlatformEfl.cmake:
3000 2013-01-16 Hugo Parente Lima <hugo.lima@openbossa.org>
3002 [CMake] Report actual values for feature configuration (instead of the default)
3003 https://bugs.webkit.org/show_bug.cgi?id=107010
3005 Reviewed by Laszlo Gombos.
3007 * Source/cmake/WebKitFeatures.cmake:
3009 2013-01-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3011 [EFL] Move 'DefaultTheme' folder to WebCore/platform/efl
3012 https://bugs.webkit.org/show_bug.cgi?id=106969
3014 Reviewed by Benjamin Poulain.
3016 * Source/PlatformEfl.cmake: Change DefaultTheme path.
3017 * Source/cmake/OptionsEfl.cmake: ditto.
3019 2013-01-15 Alberto Garcia <agarcia@igalia.com>
3021 Fix typos in WebKitFeatures.cmake
3022 https://bugs.webkit.org/show_bug.cgi?id=106952
3024 Reviewed by Martin Robinson.
3026 * Source/cmake/WebKitFeatures.cmake:
3027 Replace "Toogle" with "Toggle".
3029 2013-01-15 Zan Dobersek <zandobersek@gmail.com>
3031 [Autotools] Add support for WebKit2-only builds
3032 https://bugs.webkit.org/show_bug.cgi?id=106889
3034 Reviewed by Gustavo Noronha Silva.
3036 * GNUmakefile.am: Only copy the WebKit1 documentation into the destination
3037 directory if building WebKit1.
3038 * configure.ac: Add a configuration option for disabling the WebKit1 build.
3039 Only conditionally copy WebKit1-specific targets from the input files. Some
3040 small style changes to the WebKit2 configuration flag included as well.
3042 2013-01-14 Nate Chapin <japhet@chromium.org>
3044 Enable reuse of cached main resources
3045 https://bugs.webkit.org/show_bug.cgi?id=105667
3047 Reviewed by Antti Koivisto.
3049 * Source/autotools/symbols.filter: Expose MemoryCache::resourceForURL().
3051 2013-01-14 Alexandre Rostovtsev <tetromino@gentoo.org>
3053 Do not hardcode -ldl in OPENGL_LIBS
3054 https://bugs.webkit.org/show_bug.cgi?id=96602
3056 Reviewed by Philippe Normand.
3058 Some non-Linux systems, e.g. FreeBSD, have dlopen() as part of their
3059 libc, and do not use a separate libdl.
3063 2013-01-11 Carlos Garcia Campos <cgarcia@igalia.com>
3065 Unreviewed. Update NEWS and configure.ac for 1.11.4 release
3067 * configure.ac: Bump version numbers.
3069 2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
3071 [GTK] Add API to set the web extensions directory to WebKit2 GTK+
3072 https://bugs.webkit.org/show_bug.cgi?id=106462
3074 Reviewed by Xan Lopez.
3076 * Source/autotools/symbols.filter: Update
3077 WebGtkExtensionManager::initialize symbol.
3079 2013-01-10 Tony Chang <tony@chromium.org>
3081 Speed up supplemental dependency computation
3082 https://bugs.webkit.org/show_bug.cgi?id=106503
3084 Reviewed by Adam Barth.
3086 * Source/cmake/WebKitMacros.cmake: Add --idlAttributesFile to the binding generation step in cmake.
3088 2013-01-10 Zan Dobersek <zandobersek@gmail.com>
3090 [Autotools] Add the AM_WEBKIT_FEATURE_CONDITIONAL macro
3091 https://bugs.webkit.org/show_bug.cgi?id=106576
3093 Reviewed by Martin Robinson.
3095 Replace the AC_CHECK_WEBKIT_FEATURE_ENABLED with the new macro.
3096 The former was executing actions based on the passed-in feature being
3097 enabled in the (possibly overridden) GNUmakefile.features.am, the actions
3098 usually affecting the Automake conditional value that was set up afterwards.
3099 The new macro does this directly, setting up an Automake conditional of the
3100 same name as the feature that was checked.
3102 * Source/autotools/webkitfeature.m4:
3104 2013-01-10 Zan Dobersek <zandobersek@gmail.com>
3106 Remove the ENABLE_ANIMATION_API feature define occurences
3107 https://bugs.webkit.org/show_bug.cgi?id=106544
3109 Reviewed by Simon Fraser.
3111 The Animation API code was removed in r137243. The ENABLE_ANIMATION_API
3112 feature define handling still lingers in various build systems and configurations
3113 but is of no use, so it should be removed.
3115 * Source/cmake/OptionsBlackBerry.cmake:
3116 * Source/cmake/OptionsEfl.cmake:
3117 * Source/cmake/WebKitFeatures.cmake:
3118 * Source/cmakeconfig.h.cmake:
3120 2013-01-10 Carlos Garcia Campos <cgarcia@igalia.com>
3122 [GTK] Add support for loading web process extensions
3123 https://bugs.webkit.org/show_bug.cgi?id=105631
3125 Reviewed by Gustavo Noronha Silva.
3127 * GNUmakefile.am: Add webkit2_web_extension_h_api.
3128 * Source/autotools/symbols.filter: Export WebGtkExtensionManager
3129 symbols required by the injected bundle lib.
3131 2013-01-10 Christophe Dumez <christophe.dumez@intel.com>
3133 [EFL] Add gstreamer 1.0.5 to jhbuild
3134 https://bugs.webkit.org/show_bug.cgi?id=106178
3136 Reviewed by Laszlo Gombos.
3138 Update EFL CMake configuration to require gstreamer
3141 * Source/cmake/FindGStreamer.cmake:
3142 * Source/cmake/OptionsEfl.cmake:
3144 2013-01-09 Hajime Morrita <morrita@google.com>
3146 [Shadow DOM] Distribution related code on ElementShadow should be minimized.
3147 https://bugs.webkit.org/show_bug.cgi?id=106294
3149 Reviewed by Dimitri Glazkov.
3151 * Source/autotools/symbols.filter:
3153 2013-01-08 Zan Dobersek <zandobersek@gmail.com>
3155 Add an Autoconf macro that checks whether a given feature is enabled
3156 https://bugs.webkit.org/show_bug.cgi?id=106380
3158 Reviewed by Martin Robinson.
3160 Add the AC_CHECK_WEBKIT_FEATURE_ENABLED macro. It checks the generated
3161 Source/WebCore/GNUmakefile.features.am file to determine whether the
3162 given feature is enabled or disabled in the build that's being configured.
3164 * Source/autotools/webkitfeature.m4: Added.
3166 2013-01-08 Hajime Morrita <morrita@google.com>
3168 [Shadow DOM] Distribution related code on ShadowRoot should be minimized.
3169 https://bugs.webkit.org/show_bug.cgi?id=106282
3171 Reviewed by Dimitri Glazkov.
3173 * Source/autotools/symbols.filter:
3175 2013-01-03 Sergio Villar Senin <svillar@igalia.com>
3177 [GTK] Add WebP image support
3178 https://bugs.webkit.org/show_bug.cgi?id=105915
3180 Reviewed by Martin Robinson.
3182 WebP is from now on a dependency for WebKitGtk+.
3184 * configure.ac: added WebP library detection.
3186 2013-01-07 Xianzhu Wang <wangxianzhu@chromium.org>
3188 Add window.internals.nonFastScrollableRects for testing scrollable areas in fast/slow paths
3189 https://bugs.webkit.org/show_bug.cgi?id=105546
3191 Reviewed by James Robinson.
3193 Export the new symbol.
3195 * Source/autotools/symbols.filter:
3197 2013-01-04 Adam Klein <adamk@chromium.org>
3199 Remove ENABLE_MUTATION_OBSERVERS #define
3200 https://bugs.webkit.org/show_bug.cgi?id=105459
3202 Reviewed by Ryosuke Niwa.
3204 * Source/cmake/WebKitFeatures.cmake:
3205 * Source/cmakeconfig.h.cmake:
3207 2013-01-04 Zan Dobersek <zandobersek@gmail.com>
3209 REGRESSION (r138184): transitions/transitions-parsing.html is failing on GTK
3210 https://bugs.webkit.org/show_bug.cgi?id=105522
3212 Reviewed by Xan Lopez.
3214 Remove the configuration flag covering unprefixed CSS transition property names.
3215 It does not introduce any dependency. The unprefixed property names should be
3216 available by default.
3220 2013-01-03 Tony Chang <tony@chromium.org>
3222 Generate internal.settings from Settings.in
3223 https://bugs.webkit.org/show_bug.cgi?id=104740
3225 Reviewed by Adam Barth.
3227 * Source/cmake/WebKitMacros.cmake: Specify additional output files from make_settings.pl.
3229 2013-01-02 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3231 [EFL][CMAKE] Remove duplicated conditionals
3232 https://bugs.webkit.org/show_bug.cgi?id=105905
3234 Reviewed by Laszlo Gombos.
3236 * Source/cmake/OptionsEfl.cmake: Remove set(WTF_USE_GLX 1).
3238 2013-01-02 Tony Chang <tony@chromium.org>
3240 Unreviewed, rolling out r138661.
3241 http://trac.webkit.org/changeset/138661
3242 https://bugs.webkit.org/show_bug.cgi?id=104740
3244 Compile problems on EFL
3246 * Source/cmake/WebKitMacros.cmake:
3248 2013-01-02 Tony Chang <tony@chromium.org>
3250 Generate internal.settings from Settings.in
3251 https://bugs.webkit.org/show_bug.cgi?id=104740
3253 Reviewed by Adam Barth.
3255 * Source/cmake/WebKitMacros.cmake: Specify additional output files from make_settings.pl.
3257 2013-01-02 Elliott Sprehn <esprehn@chromium.org>
3259 Transitions and animations do not apply to CSS ::before and ::after pseudo-elements
3260 https://bugs.webkit.org/show_bug.cgi?id=92591
3262 Reviewed by Eric Seidel.
3264 Expose Element::pseudoElement for Internals.
3266 * Source/autotools/symbols.filter:
3268 2013-01-01 KwangYong Choi <ky0.choi@samsung.com>
3270 [EFL] Enable MHTML feature
3271 https://bugs.webkit.org/show_bug.cgi?id=105815
3273 Reviewed by Laszlo Gombos.
3275 ENABLE_MHTML is now ON for EFL.
3277 * Source/cmake/OptionsEfl.cmake:
3279 2012-12-31 Kondapally Kalyan <kalyan.kondapally@intel.com>
3281 [EFL][WebGL] Add compile time support for GLES2.
3282 https://bugs.webkit.org/show_bug.cgi?id=105816
3284 Reviewed by Kenneth Rohde Christiansen.
3286 This patch adds build support for GLES2.
3287 GLES2 support can be enabled during compile time by passing -DENABLE_GLES2=ON as
3288 cmake config parameter. GLES2 options is not enabled by default. This patch doesn't
3289 address all the build issues related to GLES2 but only adds the needed support in
3292 * Source/cmake/OptionsEfl.cmake:
3294 2012-12-31 Carlos Garcia Campos <cgarcia@igalia.com>
3296 [GTK] Move ImageDiff to the Tools directory root
3297 https://bugs.webkit.org/show_bug.cgi?id=105421
3299 Reviewed by Kenneth Rohde Christiansen.
3301 * GNUmakefile.am: Remove the old ImageDiff makefile include.
3303 2012-12-30 Kondapally Kalyan <kalyan.kondapally@intel.com>
3305 [EFL] [WebGL] Rename EGLConfigHelper as EGLConfigSelector.
3306 https://bugs.webkit.org/show_bug.cgi?id=105876
3308 Reviewed by Kenneth Rohde Christiansen.
3310 This is to sync the naming conventions of our classes in both EGL and GLX implementations.
3311 In our GLX implementation, class responsible for the same functionality is named as GLXConfigSelector.
3312 This patch renames EGLConfigHelper as EGLConfigSelector.
3314 * Source/cmake/OptionsEfl.cmake:
3316 2012-12-30 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3318 [EFL] Enable TEMPLATE_ELEMENT feature
3319 https://bugs.webkit.org/show_bug.cgi?id=105865
3321 Reviewed by Laszlo Gombos.
3323 * Source/cmake/OptionsEfl.cmake: Add ENABLE_TEMPLATE_ELEMENT macro.
3325 2012-12-27 Kondapally Kalyan <kalyan.kondapally@intel.com>
3327 [EFL][WebGL] Implement EGL support with GLX.
3328 https://bugs.webkit.org/show_bug.cgi?id=105602
3330 Reviewed by Kenneth Rohde Christiansen.
3332 Adds support for EGL with GLX backend. EGL support can be enabled during compile time
3333 by passing -DENABLE_EGL=ON as cmake config parameter.
3335 * Source/cmake/OptionsEfl.cmake:
3337 2012-12-24 Kondapally Kalyan <kalyan.kondapally@intel.com>
3339 [EFL [WebGL] GLES2 detection is broken.
3340 https://bugs.webkit.org/show_bug.cgi?id=105677
3342 We use the logic in FindGLES.cmake to detect GLES2 support during compile time.
3343 OPENGLES2_FOUND is never set, even though OPENGLES2_INCLUDE_DIR and OPENGLES2_LIBRARY
3344 contain right information. The name passed to find_package_handle_standard_args seems to be the issue here.
3345 This patch changes the name passed to find_package_handle_standard_args to OPENGLES2.
3347 Reviewed by Kenneth Rohde Christiansen.
3349 * Source/cmake/FindGLES.cmake:
3351 2012-12-20 Martin Robinson <mrobinson@igalia.com>
3353 [GTK] Remove plugin process configuration option
3354 https://bugs.webkit.org/show_bug.cgi?id=105564
3356 Reviewed by Carlos Garcia Campos.
3358 Remove the --enable-plugin-process configuration option, opting instead to
3359 always build the plugin process when building WebKit2. It isn't very interesting
3360 for downstream to enable or disable the plugin process. It should always be
3361 enabled for WebKit2 and it's better for us not to have to keep a disabled plugin
3362 process building. Additionally, the in-process plugin isn't functional, since
3363 plugins depend on GTK+ 2 and WebKit2 depends on GTK+ 3.
3365 * configure.ac: Remove the configuration option.
3367 2012-12-21 Elliott Sprehn <esprehn@chromium.org>
3369 Replace documentFragmentIsShadowRoot with isTreeScope
3370 https://bugs.webkit.org/show_bug.cgi?id=105345
3372 Reviewed by Dimitri Glazkov.
3374 Expose isTreeScope symbol.
3376 * Source/autotools/symbols.filter:
3378 2012-12-21 Sheriff Bot <webkit.review.bot@gmail.com>
3380 Unreviewed, rolling out r138338.
3381 http://trac.webkit.org/changeset/138338
3382 https://bugs.webkit.org/show_bug.cgi?id=105621
3384 speculative rollout because fast/dom/shadow/content-element-
3385 distributed-nodes.html is crashing on linux debug. (Requested
3386 by loislo on #webkit).
3388 * Source/autotools/symbols.filter:
3390 2012-12-20 Elliott Sprehn <esprehn@chromium.org>
3392 Replace documentFragmentIsShadowRoot with isTreeScope
3393 https://bugs.webkit.org/show_bug.cgi?id=105345
3395 Reviewed by Dimitri Glazkov.
3397 Expose isTreeScope symbol.
3399 * Source/autotools/symbols.filter:
3401 2012-12-20 Ryuan Choi <ryuan.choi@samsung.com>
3403 [EFL] Build break with latest EFL libraries.
3404 https://bugs.webkit.org/show_bug.cgi?id=104827
3406 Reviewed by Laszlo Gombos.
3408 The eo EFL package is introduced and evas and ecore use it since 1.8.
3409 While introducing Eo, EFL changed several structures of Evas and Ecore
3410 from own specific class to Eo.
3412 So, this patch adds FindEo and changes declaration of Evas, Evas_Object,
3413 Ecore_Timer to build with latest EFL libraries.
3415 * Source/cmake/FindEo.cmake: Added.
3416 * Source/cmake/OptionsEfl.cmake:
3417 Modified to check Eo when version of EFL libraries is 1.8.
3419 2012-12-20 Kondapally Kalyan <kalyan.kondapally@intel.com>
3421 [EFL][WebGL][Wk2] Replace HAVE(GLX) checks with USE(GLX).
3422 https://bugs.webkit.org/show_bug.cgi?id=105431
3424 Reviewed by Kenneth Rohde Christiansen.
3426 This patch changes the check HAVE(GLX) to USE(GLX).
3427 This would enable us to choose our preferred GL backend during build time.
3429 * Source/cmake/OptionsEfl.cmake:
3431 2012-12-20 Zan Dobersek <zandobersek@gmail.com>
3433 [GTK] Remove the --enable-unstable-features configuration option
3434 https://bugs.webkit.org/show_bug.cgi?id=105327
3436 Reviewed by Martin Robinson.
3438 Remove the unnecessary feature_defines_unstable variable.
3439 Remove the unstable-features configuration option.
3444 2012-12-20 Dominik Röttsches <dominik.rottsches@intel.com>
3446 [EFL] MiniBrowser does not play Infinite Gangnam Style
3447 https://bugs.webkit.org/show_bug.cgi?id=103531
3449 Reviewed by Kenneth Rohde Christiansen.
3451 WebAudio now switched to ON for EFL.
3453 * Source/cmake/OptionsEfl.cmake:
3455 2012-12-19 Yael Aharon <yael.aharon@intel.com>
3457 [EFL] Allow the build system to find OpenGL ES
3458 https://bugs.webkit.org/show_bug.cgi?id=104760
3460 Reviewed by Laszlo Gombos.
3462 Add a way to find if GLESv2 is supported by the build system.
3463 Support for GLESv2 will be added separately.
3465 * Source/cmake/FindGLES.cmake: Added.
3467 2012-12-19 Alexis Menard <alexis@webkit.org>
3469 Implement CSS parsing for CSS transitions unprefixed.
3470 https://bugs.webkit.org/show_bug.cgi?id=104804
3472 Reviewed by Dean Jackson.
3474 Add a new flag ENABLE_CSS_TRANSFORMS_ANIMATIONS_TRANSITIONS_UNPREFIXED
3475 to cover the work of unprefixing Transforms, Animations and
3476 Transitions. It will let the possibility of each ports to turn it off
3477 in their release branches until we're confident that these CSS
3478 properties are ready to be unprefixed.
3480 * Source/cmake/WebKitFeatures.cmake:
3481 * Source/cmakeconfig.h.cmake:
3484 2012-12-18 Ming Xie <mxie@rim.com>
3486 [BlackBerry] Add -fno-exceptions to CXX_FLAGS
3487 https://bugs.webkit.org/show_bug.cgi?id=105306
3489 Reviewed by Rob Buis.
3491 Disable exception handling. We don't have any try or catch
3492 constructs in our code.
3494 * Source/cmake/OptionsBlackBerry.cmake:
3496 2012-12-18 Kondapally Kalyan <kalyan.kondapally@intel.com>
3498 [EFL] Allow the build system to detect EGL support.
3499 https://bugs.webkit.org/show_bug.cgi?id=105287
3501 Reviewed by Laszlo Gombos.
3503 Currently, we don't have any way to determine if EGL is supported by the build.
3504 This patch adds support for this. The patch doesn't make any changes to take this into
3505 use. This will be done in another patch.
3507 * Source/cmake/FindEGL.cmake:
3509 2012-12-17 Halton Huo <halton.huo@intel.com>
3511 [EFL] Add ecore_imf_evas to FindEcore.cmake
3512 https://bugs.webkit.org/show_bug.cgi?id=105159
3514 Reviewed by Laszlo Gombos.
3516 ecore_imf_evas is a separate library, we should add for EFL port as well.
3518 * Source/cmake/FindEcore.cmake: Add finding FIND_EFL_LIBRARY for ecore_imf_evas
3520 2012-12-17 Kenneth Rohde Christiansen <kenneth@webkit.org>
3522 Add manual test to verify that geometry methods (moveTo, etc) work
3523 https://bugs.webkit.org/show_bug.cgi?id=105160
3525 Reviewed by Alexis Menard.
3527 * ManualTests/window-geometry.html: Added.
3529 2012-12-16 ChangSeok Oh <shivamidow@gmail.com>
3531 [GTK][AC] Build failure with an option --with-acceleration-backend=clutter
3532 https://bugs.webkit.org/show_bug.cgi?id=105027
3534 Reviewed by Gustavo Noronha Silva.
3536 I turned off opengl related variables, enable_glx, enable_egl and enable_gles2
3537 when selecting clutter as the acceleration-backend. Because they seem useless for the AC by clutter.
3541 2012-12-15 Simon Fraser <simon.fraser@apple.com>
3543 Fix repaint issues when resizing a window with centered content, for platforms with a tile cache
3544 https://bugs.webkit.org/show_bug.cgi?id=105073
3546 Reviewed by Dan Bernstein.
3548 Add a manual test for window resize with a centered element.
3550 * ManualTests/resize-repaint.html: Added.
3552 2012-12-13 Stephen White <senorblanco@chromium.org>
3554 Added manual test for canvas setFont speed.
3555 https://bugs.webkit.org/show_bug.cgi?id=104923
3557 Reviewed by James Robinson.
3559 * ManualTests/canvas-font-speed.html: Added.
3561 2012-12-13 Jerome Pasion <jerome.pasion@digia.com>
3563 [Qt] Doc: Fixing Qt WebKit reference documentation.
3565 Reviewed by Simon Hausmann.
3568 -added \module for C++ classes and \qmlmodule for QML types
3569 -added links to the Qt WebKit Examples pages
3570 -fixed the qhp settings for Qt Creator
3572 Task-number: QTBUG-28583
3573 Task-number: QTBUG-28418
3574 Task-number: QTBUG-27646
3576 * Source/qtwebkit.qdocconf:
3578 2012-12-13 Jerome Pasion <Jerome.Pasion@digia.com>
3580 [Qt] Fix missing doc dependency to examples
3582 Reviewed by Simon Hausmann.
3584 * Source/qtwebkit.qdocconf:
3586 2012-12-12 John Griggs <jgriggs@rim.com>
3588 2012-12-12 John Griggs <jgriggs@rim.com>
3590 [BlackBerry] Update Media Controls for BlackBerry Platform
3591 https://bugs.webkit.org/show_bug.cgi?id=104443
3592 https://przilla.ott.qnx.com/bugzilla/show_bug.cgi?id=204748
3594 Update Media Controls for BlackBerry platform to allow audio, embedded video and fullscreen video controls to be positioned and styled differently.
3596 Reviewed by Rob Buis.
3598 * Source/cmake/OptionsBlackBerry.cmake:
3600 2012-12-12 Xianzhu Wang <wangxianzhu@chromium.org>
3602 Pre-painting should not paint out-of-view fixed position elements
3603 https://bugs.webkit.org/show_bug.cgi?id=104724
3605 Reviewed by James Robinson.
3609 * ManualTests/compositing/fixed-position-out-of-view-scroll-prepaint.html: Added.
3611 2012-12-12 Krzysztof Czech <k.czech@samsung.com>
3613 [EFL] Possibility to turn off accessibility feature for WebKit-EFL.
3614 https://bugs.webkit.org/show_bug.cgi?id=103036
3616 Reviewed by Laszlo Gombos.
3618 Guard dependencies for accessibility (ATK), so that they can be turned off.
3620 * Source/cmake/OptionsEfl.cmake:
3621 * Source/cmake/WebKitFeatures.cmake:
3623 2012-12-12 Zan Dobersek <zandobersek@gmail.com>
3625 [GTK] Remove the last of unnecessary configuration options in configure.ac
3626 https://bugs.webkit.org/show_bug.cgi?id=104793
3628 Reviewed by Martin Robinson.
3630 Remove the last of the configuration options that don't introduce any dependencies and/or
3631 are enabled by default in the GNUmakefile.features.am.in file.
3635 2012-12-11 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
3637 [Qt] Fix the inspector not showing up on Windows
3638 https://bugs.webkit.org/show_bug.cgi?id=104677
3640 Reviewed by Simon Hausmann.
3642 Resources aren't transfered properly from a static WebCore to the final DLL
3643 with MSVC since the linker only pick from the static lib symbols that
3644 are referenced in the final binary.
3646 Move the resource files directly to Qt5WebKit.dll to make sure that they are
3651 2012-12-11 Xianzhu Wang <wangxianzhu@chromium.org>
3653 Add window.internals.mainThreadScrollReasonsAsText for testing slow scrolling
3654 https://bugs.webkit.org/show_bug.cgi?id=104714
3656 Reviewed by Eric Seidel.
3658 Export symbol Page::mainThreadScrollingReasonsAsText().
3660 * Source/autotools/symbols.filter:
3662 2012-12-11 Michael Pruett <michael@68k.org>
3664 [JSC] Add tests for explicit serialization values
3665 https://bugs.webkit.org/show_bug.cgi?id=104423
3667 Reviewed by Oliver Hunt.
3669 Add tests for serialization and deserialization mechanisms of
3670 the JSC implementation of SerializedScriptValue. Similar tests
3671 already exist for the V8 implementation.
3673 * Source/autotools/symbols.filter:
3675 2012-12-11 Carlos Garcia Campos <cgarcia@igalia.com>
3677 [GTK] Install GObject DOM bindings headers in its own directory
3678 https://bugs.webkit.org/show_bug.cgi?id=104663
3680 Reviewed by Gustavo Noronha Silva.
3682 * GNUmakefile.am: Add GENSOURCES_WEBKITDOM and
3683 webkitgtk_gdom_built_h_api variables.
3685 2012-12-11 Stephen Kelly <stephen.kelly@kdab.com>
3687 WebKit tests for the Qt API should include tests of CMake config files
3688 https://bugs.webkit.org/show_bug.cgi?id=104003
3690 Reviewed by Simon Hausmann.
3692 The Qt WebKit CI system is not going to run this test, but it can
3693 be run locally and to test packages.
3697 2012-12-11 Xabier Rodriguez Calvar <calvaris@igalia.com>
3699 [GTK][jhbuild] Switch to GStreamer 1.0 build
3700 https://bugs.webkit.org/show_bug.cgi?id=91727
3702 Reviewed by Philippe Normand.
3704 Switch build-webkit --gtk to GStreamer 1.0 support and build the
3705 necessary GStreamer git modules from JHBuild.
3707 * configure.ac: Removed GStreamer unstable API flag, made
3708 GStreamer 1.0 default instead of 0.10 and made required version
3709 1.0.3. In case no GStreamer version is specified, it falls back to
3710 0.10. In case no video or web-audio are requested, GStreamer
3711 and Farstream checks are not performed.
3713 2012-12-11 Zan Dobersek <zandobersek@gmail.com>
3715 [GTK] Feature enabling/disabling should be possible through build-webkit
3716 https://bugs.webkit.org/show_bug.cgi?id=99271
3718 Reviewed by Gustavo Noronha Silva.
3720 The autogen.sh script now calls the Tools/gtk/override-feature-defines script
3721 before calling autoreconf. This ensures that Source/WebCore/GNUmakefile.features.am
3722 is present and properly modified if the build-webkit script intends to override
3725 The Source/WebCore/GNUmakefile.features.am file is added to the ignored files list
3726 so it doesn't pop out as a new, untracked file.
3731 2012-12-10 Martin Robinson <mrobinson@igalia.com>
3733 [GTK] Remove the Pango backend
3734 https://bugs.webkit.org/show_bug.cgi?id=104569
3736 Reviewed by Daniel Bates.
3738 Always look for Freetype and Harfbuzz. We still depend on Pango for a few
3739 things, so we cannot yet eliminate our dependency on Pango.
3741 * configure.ac: Always look for FreeType/Harfbuzz.
3743 2012-12-10 Laszlo Gombos <l.gombos@samsung.com>
3745 [EFL] Change the minimum required EFL version to 1.6
3746 https://bugs.webkit.org/show_bug.cgi?id=104431
3748 Reviewed by Kenneth Rohde Christiansen.
3750 Change the minimum required EFL version to 1.6 from 1.7 to enable
3753 The elementary EFL package is only required to build MiniBrowser,
3754 so I moved the required only to the Minibrowser CMake file.
3756 * Source/cmake/OptionsEfl.cmake:
3758 2012-12-10 Alexis Menard <alexis@webkit.org>
3760 [CSS3 Backgrounds and Borders] Remove CSS3_BACKGROUND feature flag.
3761 https://bugs.webkit.org/show_bug.cgi?id=104539
3763 Reviewed by Antonio Gomes.
3765 As discussed on webkit-dev it is not needed to keep this feature flag
3766 as support for <position> type is a small feature that is already
3767 implemented by three other UAs. It was useful while landing this
3768 feature as partial bits were landed one after one.
3770 * Source/cmake/OptionsEfl.cmake:
3771 * Source/cmake/WebKitFeatures.cmake:
3772 * Source/cmakeconfig.h.cmake:
3775 2012-12-10 Jocelyn Turcotte <jocelyn.turcotte@digia.com>
3777 [Qt] Remove the support for building a debug WebKit with a release Qt
3778 https://bugs.webkit.org/show_bug.cgi?id=104560
3780 Reviewed by Tor Arne Vestbø.
3782 This creates issues with non-framework builds of Qt (necessary for debug-only
3783 builds) since a Qt5 prefix is now added to the base target name.
3787 2012-12-09 Gustavo Noronha Silva <gustavo.noronha@collabora.com>
3789 [Soup] utilize multipart/x-mixed-replace support recently added to libsoup
3790 https://bugs.webkit.org/show_bug.cgi?id=94515
3792 Reviewed by Martin Robinson.
3794 * configure.ac: require soup 2.40.0, which adds the new support.
3796 2012-12-10 Martin Robinson <mrobinson@igalia.com>
3798 [GTK] Bring Harfbuzz-ng support to Gtk
3799 https://bugs.webkit.org/show_bug.cgi?id=92098
3801 Reviewed by Gustavo Noronha Silva.
3803 Add support for detecting HarfBuzz during configuration phase. Add these
3804 flags to the FreeType ones since HarfBuzz support is part of the FreeType
3807 * configure.ac: Detect HarfBuzz.
3809 2012-12-08 Seokju Kwon <seokju.kwon@gmail.com>
3811 [EFL][WK2] Add Remote Web Inspector
3812 https://bugs.webkit.org/show_bug.cgi?id=98705
3814 Reviewed by Gyuyoung Kim.
3816 Prepare inspectorPageIndex.html for remote web inspector.
3818 * Source/PlatformEfl.cmake:
3820 2012-12-06 Rick Byers <rbyers@chromium.org>
3822 CSS cursor property should support webkit-image-set
3823 https://bugs.webkit.org/show_bug.cgi?id=99493
3825 Reviewed by Beth Dakin.
3827 Add ENABLE_MOUSE_CURSOR_SCALE (disabled by default)
3829 * Source/cmake/WebKitFeatures.cmake:
3830 * Source/cmakeconfig.h.cmake:
3832 2012-12-06 Laszlo Gombos <l.gombos@samsung.com>
3834 [EFL] Remove ENABLE_GLIB_SUPPORT CMake variable
3835 https://bugs.webkit.org/show_bug.cgi?id=104278
3837 Reviewed by Brent Fulgham.
3839 The variable is unnecessary as glib is a required dependency
3840 for the EFL port and glib is not used by other ports building
3843 * Source/cmake/OptionsEfl.cmake:
3844 * Source/cmake/WebKitFeatures.cmake:
3845 * Source/cmakeconfig.h.cmake:
3847 2012-12-06 Tony Chang <tony@chromium.org>
3849 REGRESSION(r135082): Restore the ability to insert author level style sheets from script
3850 https://bugs.webkit.org/show_bug.cgi?id=104042
3852 Reviewed by Antti Koivisto.
3854 Update exports for Internals.cpp.
3856 * Source/autotools/symbols.filter:
3858 2012-12-06 Laszlo Gombos <l.gombos@samsung.com>
3860 [EFL] Optimize binary size by removing dead sections on unix/gcc