1 2011-08-03 Carlos Garcia Campos <cgarcia@igalia.com>
3 [GTK] Reorganize pkg-config files
4 https://bugs.webkit.org/show_bug.cgi?id=65548
6 Reviewed by Martin Robinson.
8 * GNUmakefile.am: Initialize pkgconfigdir and pkgconfig_DATA which
9 are common to all libraries.
10 * configure.ac: Update pkg-config files.
12 2011-08-02 Varun Jain <varunjain@google.com>
14 Missing null check in WebViewImpl::selectionRange
15 https://bugs.webkit.org/show_bug.cgi?id=65561
17 Reviewed by Darin Fisher.
19 * Source/WebKit/chromium/src/WebViewImpl.cpp:
21 2011-08-01 Scott Graham <scottmg@chromium.org>
23 REGRESSION (r39725?): Resources removed from document can not be freed until the document is deleted
24 https://bugs.webkit.org/show_bug.cgi?id=61006
26 Reviewed by Antti Koivisto.
28 Update exports for test harness.
30 * Source/autotools/symbols.filter:
32 2011-08-01 Hayato Ito <hayato@chromium.org>
34 Add support for getting an element in shadow root by its id into a window.internals object.
35 https://bugs.webkit.org/show_bug.cgi?id=64587
37 Reviewed by Hajime Morita.
39 * Source/autotools/symbols.filter:
41 2011-08-01 Neil Roberts <neil@linux.intel.com>
43 build: Fix finding the headers for GStreamer
45 The cmake files to find the various GStreamer packages were all
46 checking for the header gst/gst.h. However if gst-plugins-base is
47 installed into a separate prefix from gstreamer then all of these
48 tests would only pick up the gstreamer include path so the build
49 would fail. This patch changes it to try and find a file
50 appropriate to each package.
52 https://bugs.webkit.org/show_bug.cgi?id=64933
54 Reviewed by Martin Robinson.
56 * Source/cmake/FindGStreamer-App.cmake:
57 * Source/cmake/FindGStreamer-Base.cmake:
58 * Source/cmake/FindGStreamer-Interfaces.cmake:
59 * Source/cmake/FindGStreamer-Pbutils.cmake:
60 * Source/cmake/FindGStreamer-Plugins-Base.cmake:
61 * Source/cmake/FindGStreamer-Video.cmake:
63 2011-07-31 Daniel Bates <dbates@webkit.org>
65 Add missing semicolons to build fix attempt in <http://trac.webkit.org/changeset/92080>.
67 * Source/autotools/symbols.filter:
69 2011-07-31 Daniel Bates <dbates@webkit.org>
71 Some more fixes to the GTK build after r92059 (https://bugs.webkit.org/show_bug.cgi?id=65419).
73 * Source/autotools/symbols.filter: Export symbols needed by Internals.
75 2011-07-27 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
77 [Qt] Fix build in Qt 5 of QDeclarativeWebView
78 https://bugs.webkit.org/show_bug.cgi?id=65258
80 Reviewed by Andreas Kling.
82 In Qt 5, the QGraphicsView-based classes for QtQuick are in the
83 qtquick1 module, including QDeclarativeItem and QDeclarativeView.
87 2011-07-26 Andras Becsi <abecsi@webkit.org>
89 [Qt] [WK2] Disable the build with Qt versions older than 5.0
90 https://bugs.webkit.org/show_bug.cgi?id=65189
92 Reviewed by Csaba Osztrogonác.
94 * Source/WebKit.pro: Abort if not using Qt5.
96 2011-07-20 Pierre Rossi <pierre.rossi@gmail.com>
98 [Qt] Qt5 Build Fix: Disable the legacy mac assert macros.
100 This is done in order to prevent collision with the recently
101 introduced function QSslCertificate::verify() in Qt5.
103 https://bugs.webkit.org/show_bug.cgi?id=64855
105 Reviewed by Simon Hausmann.
109 2011-07-19 Robert Sesek <rsesek@chromium.org>
111 [Chromium] Need to remove app/ from DEPS
112 https://bugs.webkit.org/show_bug.cgi?id=64750
114 Reviewed by Tony Chang.
116 Remove Source/WebKit/chromium/app/ from .gitignore.
120 2011-07-18 MORITA Hajime <morrita@google.com>
122 [ShadowContentElement] forwarded node should be able to access its hosting content element.
123 https://bugs.webkit.org/show_bug.cgi?id=64251
125 Reviewed by Dimitri Glazkov.
127 Added GTK symbols for new window.internals methods.
129 * Source/autotools/symbols.filter:
131 2011-07-15 Martin Robinson <mrobinson@igalia.com>
133 Build fixes for WebKit2. Ensure that all generated sources are
134 on nodist primaries, that they are on forward declared variables
135 so that BUILT_SOURCES is calculated properly and that zlib is
136 included during linking (for WOFF support).
139 * Source/autotools/webkit.m4: Include test for zlib.
141 2011-07-15 Carlos Garcia Campos <cgarcia@igalia.com>
143 [GTK] Build plugin process by default when building WebKit2
144 https://bugs.webkit.org/show_bug.cgi?id=64592
146 Reviewed by Philippe Normand.
150 2011-07-14 Carlos Garcia Campos <cgarcia@igalia.com>
152 Reviewed by Martin Robinson.
154 [GTK] Implement Plugin Process
155 https://bugs.webkit.org/show_bug.cgi?id=60546
157 * configure.ac: Always check for gtk2 when building the plugin
160 2011-07-14 MORITA Hajime <morrita@google.com>
162 Unreviewed, rolling out r90976, r90981, and r90985.
163 http://trac.webkit.org/changeset/90976
164 http://trac.webkit.org/changeset/90981
165 http://trac.webkit.org/changeset/90985
166 https://bugs.webkit.org/show_bug.cgi?id=64251
170 * Source/autotools/symbols.filter:
172 2011-07-14 MORITA Hajime <morrita@google.com>
174 Unreviewed attempt to build fix.
176 * Source/autotools/symbols.filter:
178 2011-07-13 MORITA Hajime <morrita@google.com>
180 [ShadowContentElement] forwarded node should be able to access its hosting content element.
181 https://bugs.webkit.org/show_bug.cgi?id=64251
183 Reviewed by Dimitri Glazkov.
185 Added GTK symbols for new window.internals methods.
187 * Source/autotools/symbols.filter:
189 2011-07-06 Gyuyoung Kim <gyuyoung.kim@samsung.com>
191 [EFL] Add Fullscreen API feature
192 https://bugs.webkit.org/show_bug.cgi?id=63975
194 This is just to add disabled ENABLE_FULLSCREEN_API to OptionEFl.cmake.
195 ENABLE_FULLSCREEN_API will be enabled after finishing missing implementations.
197 Reviewed by Adam Barth.
199 * Source/cmake/OptionsEfl.cmake: Add disabled ENABLE_FULLSCREEN_API feature.
200 * Source/cmakeconfig.h.cmake: ditto.
202 2011-07-05 Vsevolod Vlasov <vsevik@chromium.org>
204 Web Inspector: Show content for plugin requests in network panel.
205 https://bugs.webkit.org/show_bug.cgi?id=30080
207 Added GTK symbols for new window.internals methods.
209 Reviewed by Pavel Feldman.
211 * Source/autotools/symbols.filter:
213 2011-07-04 Sheriff Bot <webkit.review.bot@gmail.com>
215 Unreviewed, rolling out r90373.
216 http://trac.webkit.org/changeset/90373
217 https://bugs.webkit.org/show_bug.cgi?id=63917
219 Breaks Qt Linux Release minimal (Requested by vsevik on
222 * Source/autotools/symbols.filter:
224 2011-07-04 Vsevolod Vlasov <vsevik@chromium.org>
226 Web Inspector: Show content for plugin requests in network panel.
227 https://bugs.webkit.org/show_bug.cgi?id=30080
229 Reviewed by Pavel Feldman.
231 * Source/autotools/symbols.filter:
233 2011-07-01 Tony Chang <tony@chromium.org>
235 Add chromium sql directory to git ignore.
239 2011-07-01 Patrick Gansterer <paroga@webkit.org>
241 Reviewed by Daniel Bates.
243 [CMake] Add cpu detection for MIPS
244 https://bugs.webkit.org/show_bug.cgi?id=63693
246 * Source/CMakeLists.txt:
248 2011-07-01 Joone Hur <joone.hur@collabora.co.uk>
250 Reviewed by Martin Robinson.
252 [GTK] Add DeviceOrientation feature
253 https://bugs.webkit.org/show_bug.cgi?id=63720
255 Add configure option to enable/disable DeviceOrientation feature.
259 2011-06-28 Joone Hur <joone.hur@collabora.co.uk>
261 Reviewed by Martin Robinson.
263 [GTK] Rename 3D transforms to 3D rendering
264 https://bugs.webkit.org/show_bug.cgi?id=63508
266 WebKitGtk+ provides the 3D transforms feature, but it was
267 renamed to 3D Rendering. This features supports CSS 3D trasnforms.
269 * configure.ac: Rename ENABLE_3D_TRANSFORMS to ENABLE_3D_RENDERING.
271 2011-06-27 Alexis Menard <alexis.menard@openbossa.org>
273 Reviewed by Kenneth Rohde Christiansen.
275 [Qt] Remove Phonon MediaPlayer from the tree.
276 https://bugs.webkit.org/show_bug.cgi?id=63448
278 Remvove from the build.
282 2011-06-24 Dominic Cooney <dominicc@chromium.org>
284 Reviewed by Dimitri Glazkov.
286 Convert shadow DOM-related tests to use window.internals
287 https://bugs.webkit.org/show_bug.cgi?id=61671
289 * Source/autotools/symbols.filter: Export symbols for GTK.
291 2011-06-24 Carlos Garcia Campos <cgarcia@igalia.com>
293 Reviewed by Martin Robinson.
295 [GTK] Add more debug options to compilation
296 https://bugs.webkit.org/show_bug.cgi?id=63318
298 Add --enable-debug-symbols to enable/disable compilation with
299 debug symbols and --enable-debug-features to enable/disable debug
300 features. Both options are unconditionally enabled for debug
305 2011-06-23 Oliver Hunt <oliver@apple.com>
307 Qt build-fix: remove warning that no other platform appears to use.
308 Someone can add it back if they really feel it's needed.
312 2011-06-22 Ryuan Choi <ryuan.choi@samsung.com>
314 Reviewed by Antonio Gomes.
316 [EFL] Add an option to enable Device Orientation Event.
317 https://bugs.webkit.org/show_bug.cgi?id=63120
319 ADD ENABLE_DEVICE_ORIENTATION.
321 * Source/cmake/OptionsEfl.cmake:
322 * Source/cmakeconfig.h.cmake:
324 2011-06-22 Nate Chapin <japhet@chromium.org>
326 Reviewed by Adam Barth.
328 Add symbols required for window.internals.
329 https://bugs.webkit.org/show_bug.cgi?id=62066
331 * Source/autotools/symbols.filter:
333 2011-06-22 Martin Robinson <mrobinson@igalia.com>
335 Reviewed by Adam Roben.
337 [GTK] Implement pixel dump support for WebKitTestRunner
338 https://bugs.webkit.org/show_bug.cgi?id=58242
340 * GNUmakefile.am: Reference the new ImageDiff GNUmakefile.
342 2011-06-21 MORITA Hajime <morrita@google.com>
344 Unreviewed, rolling out r89401 and r89403.
345 http://trac.webkit.org/changeset/89401
346 http://trac.webkit.org/changeset/89403
347 https://bugs.webkit.org/show_bug.cgi?id=62970
349 Breaks mac build and mistakenly enables the spellcheck API
353 2011-06-20 MORITA Hajime <morrita@google.com>
355 Reviewed by Kent Tamura.
357 Spellcheck API should be build-able.
358 https://bugs.webkit.org/show_bug.cgi?id=62970
362 2011-06-20 MORITA Hajime <morrita@google.com>
364 Unreviewed GTK build fix.
365 This change corrected syntax error on symbols.filter.
367 * Source/autotools/symbols.filter:
369 2011-06-19 MORITA Hajime <morrita@google.com>
371 Unreviewed GTK build fix.
373 * Source/autotools/symbols.filter:
375 2011-06-19 MORITA Hajime <morrita@google.com>
377 Reviewed by Dimitri Glazkov.
379 The internals object should have createShadowContentElement()
380 https://bugs.webkit.org/show_bug.cgi?id=62432
382 * Source/autotools/symbols.filter: Added some more symbols necessary for
383 window.internals to function to the global symbol list.
386 2011-06-19 Adam Bergkvist <adam.bergkvist@ericsson.com>
388 Reviewed by Martin Robinson.
390 [GTK] Enable Media Stream feature and make it default on
391 https://bugs.webkit.org/show_bug.cgi?id=60394
395 2011-06-17 Joone Hur <joone.hur@collabora.co.uk>
397 Reviewed by Martin Robinson.
399 [GTK] Replace GdkRectangle by cairo_rectangle_int_t
400 https://bugs.webkit.org/show_bug.cgi?id=60687
402 Replace GdkRectangle by cairo_rectangle_int_t.
404 * configure.ac: Check whether Cairo version is higher than 1.10.
406 2011-06-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
408 Reviewed by Eric Seidel.
410 [CMAKE] Enable METER_TAG of HTML5
411 https://bugs.webkit.org/show_bug.cgi?id=62697
413 Support for meter tag of html5 in CMake build system. However, this feature is
414 only enabled on EFL port now.
416 * Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
417 * Source/cmakeconfig.h.cmake:ditto.
419 2011-06-16 Carlos Garcia Campos <cgarcia@igalia.com>
421 Reviewed by Xan Lopez.
423 [GTK] Remove support for GTK+2 in WebKit2
424 https://bugs.webkit.org/show_bug.cgi?id=62794
426 * configure.ac: Make WebKit2 require GTK+ 3.x.
428 2011-06-15 Ryuan Choi <ryuan.choi@samsung.com>
430 Rubber stamped by Eric Seidel.
432 [CMAKE][WK2] Add an option to build webkit2.
433 https://bugs.webkit.org/show_bug.cgi?id=62260
435 Add ENABLE_WEBKIT2 to build WebKit2 using CMake and ENABLE_WEBKIT to disable
438 * Source/CMakeLists.txt:
439 * Source/cmake/WebKitFS.cmake:
441 2011-06-14 Ryuan Choi <ryuan.choi@samsung.com>
443 Reviewed by Eric Seidel.
445 [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
446 https://bugs.webkit.org/show_bug.cgi?id=62604
448 Add feature to enable or disable ENABLE_TOUCH_ICON which supports
449 apple-touch-icon and apple-touch-icon-precomposed in link tag.
451 * Source/cmake/OptionsEfl.cmake:
452 * Source/cmakeconfig.h.cmake:
454 2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
456 Reviewed by Martin Robinson.
458 [GTK] Add configure option to enable/disable register protocol handler
459 https://bugs.webkit.org/show_bug.cgi?id=62534
461 This patch just adds configure option to enable/disable register protocol handler.
462 So, it needs more code to use register protocol handler.
464 * configure.ac: Add configure option to enable/disable register protocol handler.
466 2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
468 Reviewed by Martin Robinson.
470 [GTK] Need to report whether touch icon loading is enabled
471 https://bugs.webkit.org/show_bug.cgi?id=62532
473 It needs to report whether touch icon loading is enabled.
475 * configure.ac: Updated option parsing code for loading touch icons.
477 2011-06-13 Lucas De Marchi <lucas.demarchi@profusion.mobi>
479 Reviewed by Eric Seidel.
481 [CMAKE] Conditionally generate DerivedSources
482 https://bugs.webkit.org/show_bug.cgi?id=62277
484 Speedup build by not generating DerivedSources of features that are
485 disabled. This was already been done for some features like ENABLE_SVG
486 and now it's extended the following features: ENABLE_DATABASE,
487 ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
488 ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
489 ENABLE_DATA_TRANSFER_ITEMS.
491 * Source/cmakeconfig.h.cmake: add definition for INDEXED_DATABASE
493 2011-06-10 Lucas De Marchi <lucas.demarchi@profusion.mobi>
495 Reviewed by Kenneth Rohde Christiansen.
497 [CMAKE] Add generic support for building with WebGL
498 https://bugs.webkit.org/show_bug.cgi?id=62376
500 Add files that need to be compiled in every port for supporting WebGL.
501 Each port still needs to add its specific files to
502 CMakeLists${PORT}.txt. Therefore we do not enable WebGL in any port
505 * Source/CMakeLists.txt: Add files needed to support WebGL.
506 * Source/cmake/OptionsCommon.cmake: Find required OpenGL package.
507 * Source/cmakeconfig.h.cmake: define ENABLE_WEBGL this feature is
510 2011-06-09 Lucas De Marchi <lucas.demarchi@profusion.mobi>
512 Reviewed by Antonio Gomes.
514 [CMAKE] Never let USER_AGENT defined to nothing
515 https://bugs.webkit.org/show_bug.cgi?id=62410
517 This patch is similar to r88342, but sets WEBKIT_USER_AGENT_*
518 definitions only if that port defined it. A port might prefer to set it
519 in other place, e.g. a header that is part of the public API (like GTK
522 By using #cmakedefine instead of #define, if that variable is not set
523 in CMake it will expand to:
525 /* #define WEBKIT_USER_AGENT_MAJOR_VERSION */
527 * Source/cmake/OptionsEfl.cmake:
528 * Source/cmakeconfig.h.cmake:
530 2011-06-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
532 Reviewed by Antonio Gomes.
534 [EFL] Enable PROGRESS_TAG feature
535 https://bugs.webkit.org/show_bug.cgi?id=62212
537 * Source/cmake/OptionsEfl.cmake: Turn on PROGRESS_TAG by default.
539 2011-06-08 Lucas De Marchi <lucas.demarchi@profusion.mobi>
541 Reviewed by Kenneth Rohde Christiansen.
543 [CMAKE] Never let a WTF_FEATURE defined to nothing
544 https://bugs.webkit.org/show_bug.cgi?id=60820
546 If a port doesn't want to give the user some configure options,
547 nevertheless it would have to define this feature as OFF. Otherwise
548 there's a build error because the generated cmakeconfig.h is not
549 parsed correctly by ENABLE macro, which expects each feature to be
550 either undefined or defined to TRUE/FALSE.
552 * Source/cmake/WebKitFeatures.cmake: Use a variable with the same name
553 of the feature, which allows CONFIGURE_FILE() to replace it in the new
555 * Source/cmakeconfig.h.cmake: use #cmakedefine01 instead of #define
556 with another variable. This way the feature will always be 0 or 1 and
557 it will never be left undefined.
559 2011-06-07 Lucas De Marchi <lucas.demarchi@profusion.mobi>
561 Reviewed by Antonio Gomes.
563 [EFL] Remove Ecore_X bits from PlatformScreenEfl
564 https://bugs.webkit.org/show_bug.cgi?id=61649
566 Remove the need for Ecore_X and some X calls by always using
567 new functions available in EFL to get the screen size.
569 * Source/cmake/FindEFL.cmake: Bump ecore and ecore-evas versions.
571 2011-06-07 Andreas Kling <andreas.kling@nokia.com>
573 Reviewed by Laszlo Gombos.
575 [Qt] Fix Symbian build with RVCT 2.x
576 https://bugs.webkit.org/show_bug.cgi?id=62205
578 RVCT 2.x doesn't support (or need) the --signed_bitfields command-line
579 option, so restrict it to version 4.x of the compiler.
583 2011-06-06 Martin Robinson <mrobinson@igalia.com>
585 Fix the GTK+ build by ensuring that the autogenerated sources
586 necessary for libWebCoreInternals are recorded in a predeclared
587 variable before assigning to BUILT_SOURCES.
589 * GNUmakefile.am: Assign libWebCoreInternals built sources to
590 libwebcoreinternals_built_sources before adding to the source list
591 and to BUILT_SOURCES.
593 2011-06-06 Carlos Garcia Campos <cgarcia@igalia.com>
595 Unreviewed. Fix the GTK+ build.
597 * GNUmakefile.am: Add javascriptcore_cflags variable.
599 2011-06-04 Kevin Ollivier <kevino@theolliviers.com>
601 [wx] Unreviewed build fix. Restore the PPC build and allow users to specify architectures
606 2011-06-04 Adam Barth <abarth@webkit.org>
608 Configure new commit-queue instance. (Please ignore.)
610 2011-06-03 Martin Robinson <mrobinson@igalia.com>
612 Reviewed by Dimitri Glazkov.
614 Teach Gtk build about window.internals
615 https://bugs.webkit.org/show_bug.cgi?id=61071
617 * Source/autotools/symbols.filter: Added some symbols necessary for
618 window.internals to function to the global symbol list.
620 2011-06-03 Alexis Menard <alexis.menard@openbossa.org>
622 Reviewed by Benjamin Poulain.
624 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
625 https://bugs.webkit.org/show_bug.cgi?id=61957
627 When building inside the Qt source tree, qmake always append the mkspecs
628 defines after ours. We have to workaround and make sure that we append
629 our flags after the qmake variable used inside Qt. This workaround was provided
630 by our qmake folks. We need to append in both case because qmake behave differently
631 when called with -spec or via SUBDIR+=.
635 2011-06-02 Alexis Menard <alexis.menard@openbossa.org>
637 Reviewed by Andreas Kling.
639 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
640 https://bugs.webkit.org/show_bug.cgi?id=61957
642 When building inside the Qt source tree, qmake always append the mkspecs
643 defines after ours. We have to workaround and make sure that we append
644 our flags after the qmake variable used inside Qt. This workaround was provided
649 2011-03-30 Martin Robinson <mrobinson@igalia.com>
651 Reviewed by Adam Roben.
653 [GTK] [WebKit2] Implement a basic WebKitTestRunner
654 https://bugs.webkit.org/show_bug.cgi?id=57068
656 * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
658 2011-05-31 Xan Lopez <xlopez@igalia.com>
660 Reviewed by Martin Robinson.
662 Bump version to 1.5.1.
666 2011-05-25 Gregg Tavares <gman@chromium.org>
668 Reviewed by Kenneth Russell.
670 Add 'noExtensions' option to Web/GraphicsContext3D attributes.
671 https://bugs.webkit.org/show_bug.cgi?id=61460
673 * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
674 * Source/WebCore/platform/graphics/GraphicsContext3D.h:
675 * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
676 * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
678 2011-05-24 Keishi Hattori <keishi@webkit.org>
680 Reviewed by Kent Tamura.
682 Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
683 https://bugs.webkit.org/show_bug.cgi?id=61273
685 * configure.ac: Added INPUT_COLOR feature flag.
687 2011-05-24 Jay Civelli <jcivelli@chromium.org>
689 Reviewed by Adam Barth.
691 Adding MHTML reading support.
692 https://bugs.webkit.org/show_bug.cgi?id=7168
696 2011-05-23 Ryuan Choi <ryuan.choi@samsung.com>
698 Rubber stamped by Eric Seidel.
700 [CMAKE] Refactoring wtf related code.
701 https://bugs.webkit.org/show_bug.cgi?id=60146
703 Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
705 * Source/cmake/OptionsCommon.cmake:
706 * Source/cmake/OptionsEfl.cmake:
708 2011-05-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
710 Unreviewed. Fix build break.
712 * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
714 2011-05-16 Carlos Garcia Campos <cgarcia@igalia.com>
716 Reviewed by Martin Robinson.
718 [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
719 https://bugs.webkit.org/show_bug.cgi?id=58223
721 * configure.ac: Add configure option to enable/disable plugin
724 2011-05-12 Gregg Tavares <gman@chromium.org>
726 Reviewed by Kenneth Russell.
728 Add option to select GraphicsContext3D implementation.
729 https://bugs.webkit.org/show_bug.cgi?id=60297
731 * Source/WebKit/chromium/DEPS:
732 * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
734 2011-05-12 Lucas De Marchi <lucas.demarchi@profusion.mobi>
736 Reviewed by Antonio Gomes.
738 [CMAKE] Add option to unconditionally enable/disable a feature
739 https://bugs.webkit.org/show_bug.cgi?id=60643
741 Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
742 to enable a feature without showing to user that it can be disabled.
743 This is useful if a port needs an option to be always ON/OFF and
744 changing it will break the build.
746 This way it's possible to add mandatory features to each port without
747 touching the cmakeconfig.cmake file.
749 * Source/cmake/WebKitFeatures.cmake:
751 2011-05-11 Dmitry Lomov <dslomov@google.com>
753 Reviewed by David Levin.
755 https://bugs.webkit.org/show_bug.cgi?id=59561
756 Switch TestWebKitAPI to GTest
758 Fixes Makefiles and WinCairo build as well
760 * Source/ThirdParty/gtest/README.WebKit:
761 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
762 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
763 * Source/ThirdParty/gtest/xcode/Makefile: Added.
765 2011-05-09 Dmitry Lomov <dslomov@google.com>
767 Reviewed by Sam Weinig.
769 Switch TestWebKitAPI to GTest
770 https://bugs.webkit.org/show_bug.cgi?id=59561
772 * Source/ThirdParty/gtest/README.WebKit:
773 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
775 2011-05-09 Xan Lopez <xlopez@igalia.com>
777 Reviewed by Gustavo Noronha.
779 Fix logic in GCC version detection, it was reversed.
783 2011-05-09 Alexis Menard <alexis.menard@openbossa.org>
785 Reviewed by Andreas Kling.
787 [Qt] Fix the build on Embedded Linux.
788 https://bugs.webkit.org/show_bug.cgi?id=60347
790 qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
791 still be used in order to build properly.
795 2011-05-05 Kevin Ollivier <kevino@theolliviers.com>
797 [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
801 2011-05-05 Prasanth Ullattil <prasanth.ullattil@nokia.com>
803 Reviewed by Simon Hausmann.
805 Install correct header files for webkit.
807 Since WebKit is no longer inside Qt, we can remove the detection for
810 [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
811 https://bugs.webkit.org/show_bug.cgi?id=57621
813 * Source/sync.profile:
815 2011-05-05 Adam Barth <abarth@webkit.org>
817 Remove a couple stray mentions of WML that I missed before.
821 2011-05-05 Alexis Menard <alexis.menard@openbossa.org>
823 Reviewed by Benjamin Poulain.
825 [Qt] Make QtWebKit build when using gcc 4.6.0
826 https://bugs.webkit.org/show_bug.cgi?id=60265
828 If QtWebKit is compiled with gcc 4.6.0 and the build is not done
829 with c++0x support we need to deactivate warnings about compatibility.
830 Some WebKit types have names which conflicts with upcoming c++0x
831 types. If QtWebKit is built with c++0x support, WebKit has code to
832 fallback to the standard type rather than the WebKit implementation.
833 For example nullptr will be the one of the std if build options turns on
838 2011-05-04 Xan Lopez <xlopez@igalia.com>
840 Reviewed by Martin Robinson.
842 [GTK] Fix warnings in webkit.m4 with autoconf 2.68
843 https://bugs.webkit.org/show_bug.cgi?id=60189
845 Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
848 * Source/autotools/webkit.m4: ditto.
850 2011-05-04 Martin Robinson <mrobinson@igalia.com>
852 Fix the WebKitGTK+ build.
854 * configure.ac: Added option parsing code for loading touch icons.
856 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
858 Reviewed by Xan Lopez.
860 [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
861 https://bugs.webkit.org/show_bug.cgi?id=60041
863 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
864 4.6.0) until our codebase is ready. This is the same as done for
867 * Source/cmake/WebKitHelpers.cmake: ditto.
869 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
871 Unreviewed, rolling out r85624.
872 http://trac.webkit.org/changeset/85624
874 The same command is used also for make_names.pl, which breaks
877 * Source/cmake/OptionsCommon.cmake: ditto.
879 2011-05-03 Leandro Pereira <leandro@profusion.mobi>
881 [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
883 Force linking with zlib so that uncompress() exists.
885 * Source/cmake/OptionsEfl.cmake: Find zlib.
887 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
889 [CMAKE] Unreviewed build fix for gcc >= 4.6
891 Same fix as done in r84123. CMake explicitly pass the arguments to
892 make_names.pl, so let's make them the same.
894 * Source/cmake/OptionsCommon.cmake: ditto.
896 2011-05-02 Adam Klein <adamk@chromium.org>
898 Reviewed by Tony Chang.
900 Roll chromium DEPS to r83722, add new crypto directory to DEPS
901 https://bugs.webkit.org/show_bug.cgi?id=59992
904 Ignore new chromium/crypto directory.
906 2011-05-03 Carlos Garcia Campos <cgarcia@igalia.com>
908 Reviewed by Eric Seidel.
910 [GTK] Build webkit1 even when webkit2 is enabled
911 https://bugs.webkit.org/show_bug.cgi?id=59695
916 2011-05-01 ojab <ojab@ojab.ru>
918 Reviewed by Eric Seidel.
920 --disable-video-track if --disable-video
921 https://bugs.webkit.org/show_bug.cgi?id=59605
925 2011-04-29 Dean Jackson <dino@apple.com>
927 Reviewed by Simon Fraser.
929 Add ENABLE macro for WebKitAnimation
930 https://bugs.webkit.org/show_bug.cgi?id=59729
932 Add new feature to toggle WebKit Animation API.
936 2011-04-29 Kevin Ollivier <kevino@theolliviers.com>
938 [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
942 2011-04-28 Adam Barth <abarth@webkit.org>
944 Reviewed by Eric Seidel.
947 https://bugs.webkit.org/show_bug.cgi?id=59678
949 Remove WML configuration option from the CMake build system.
951 * Source/cmake/OptionsEfl.cmake:
952 * Source/cmake/OptionsWinCE.cmake:
953 * Source/cmakeconfig.h.cmake:
955 2011-04-28 Xan Lopez <xlopez@igalia.com>
957 Reviewed by Martin Robinson.
959 [Gtk] Split JSC and WebCore builds
960 https://bugs.webkit.org/show_bug.cgi?id=19428
962 Add a pkg-config file for JavaScriptCoreGTK+.
964 * configure.ac: generate the final pkg-config file from our .in
967 2011-04-28 Xan Lopez <xlopez@igalia.com>
969 Reviewed by Martin Robinson.
971 [Gtk] Split JSC and WebCore builds
972 https://bugs.webkit.org/show_bug.cgi?id=19428
974 Build JavaScriptCore as a libtool shared library instead of a
975 private convenience library.
977 * GNUmakefile.am: remove convenience library definition for jsc.
979 2011-04-28 Xan Lopez <xlopez@igalia.com>
981 Reviewed by Martin Robinson.
983 [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
984 https://bugs.webkit.org/show_bug.cgi?id=59718
986 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
987 4.6.0) until our codebase is ready.
989 * configure.ac: do that.
991 2011-04-27 Yi Shen <yi.4.shen@nokia.com>
993 Reviewed by Kenneth Rohde Christiansen.
995 [Qt] Upstream Symbian platform plugin
996 https://bugs.webkit.org/show_bug.cgi?id=58435
998 Upstream Symbian platform plugin.
1000 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
1002 2011-04-27 Steve Block <steveblock@google.com>
1004 Reviewed by David Levin.
1006 Remove Android build system
1007 https://bugs.webkit.org/show_bug.cgi?id=48111
1009 This is to avoid the maintenance burden until the Android port is
1012 * Source/Android.mk: Removed.
1014 2011-04-26 Kevin Ollivier <kevino@theolliviers.com>
1016 Rubberstamped by Eric Seidel.
1018 Enable waf to be used to build other ports
1019 https://bugs.webkit.org/show_bug.cgi?id=58213
1023 2011-04-22 Sheriff Bot <webkit.review.bot@gmail.com>
1025 Unreviewed, rolling out r84627.
1026 http://trac.webkit.org/changeset/84627
1027 https://bugs.webkit.org/show_bug.cgi?id=59271
1029 It broke Symbian build (Requested by Ossy on #webkit).
1031 * Source/WebKit.pro:
1033 2011-04-22 Yi Shen <yi.4.shen@nokia.com>
1035 Reviewed by Kenneth Rohde Christiansen.
1037 [Qt] Upstream Symbian platform plugin
1038 https://bugs.webkit.org/show_bug.cgi?id=58435
1040 Upstream Symbian platform plugin.
1042 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
1044 2011-04-21 Maciej Stachowiak <mjs@apple.com>
1046 Reviewed by Adam Roben.
1048 Add a feature define to allow <details> and <summary> to be disabled
1049 https://bugs.webkit.org/show_bug.cgi?id=59118
1050 <rdar://problem/9257045>
1054 2011-04-18 Evan Martin <evan@chromium.org>
1056 Reviewed by Eric Seidel.
1058 [chromium] expose title direction to webkit client
1059 https://bugs.webkit.org/show_bug.cgi?id=58823
1061 * Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
1062 * Tools/DumpRenderTree/chromium/LayoutTestController.h:
1063 Adapt to new API. Expose title direction to JS so it can be tested.
1065 * Tools/DumpRenderTree/chromium/WebViewHost.cpp:
1066 * Tools/DumpRenderTree/chromium/WebViewHost.h:
1069 2011-04-18 Hans Wennborg <hans@chromium.org>
1071 Reviewed by Steve Block.
1073 LevelDB backend for IndexedDB
1074 https://bugs.webkit.org/show_bug.cgi?id=57372
1076 Add LevelDB wrappers to Android.mk.
1078 * Source/Android.mk:
1080 2011-04-18 Patrick Gansterer <paroga@webkit.org>
1082 Reviewed by Pavel Feldman.
1084 REGRESSION (r81479): generate-inspector-idl fails on native win32
1085 https://bugs.webkit.org/show_bug.cgi?id=58315
1087 Disable git autocrlf for Inspector.json.
1091 2011-04-16 Patrick Gansterer <paroga@webkit.org>
1093 Reviewed by Eric Seidel.
1095 Rename PLATFORM(CAIRO) to USE(CAIRO)
1096 https://bugs.webkit.org/show_bug.cgi?id=55192
1098 * Source/cmake/OptionsEfl.cmake:
1100 2011-04-15 Shishir Agrawal <shishir@chromium.org>
1102 Reviewed by James Robinson.
1104 Add a flag to guard Page Visibility API changes.
1105 https://bugs.webkit.org/show_bug.cgi?id=58464
1108 http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
1112 2011-04-15 Xan Lopez <xlopez@igalia.com>
1114 Reviewed by Martin Robinson.
1116 * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
1117 branch and was already cut off.
1119 2011-04-15 Anna Cavender <annacc@chromium.org>
1121 Reviewed by Eric Carlson.
1123 Renaming TRACK feature define to VIDEO_TRACK
1124 https://bugs.webkit.org/show_bug.cgi?id=53556
1128 2011-04-13 Dmitry Lomov <dslomov@google.com>
1130 Reviewed by David Levin.
1132 Add GTest unit-testing framework to WebKit
1133 https://bugs.webkit.org/show_bug.cgi?id=58507
1135 * Source/ThirdParty/gtest/CHANGES: Added.
1136 * Source/ThirdParty/gtest/CMakeLists.txt: Added.
1137 * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
1138 * Source/ThirdParty/gtest/COPYING: Added.
1139 * Source/ThirdParty/gtest/Makefile.am: Added.
1140 * Source/ThirdParty/gtest/README: Added.
1141 * Source/ThirdParty/gtest/README.WebKit: Added.
1142 * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
1143 * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
1144 * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
1145 * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
1146 * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
1147 * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
1148 * Source/ThirdParty/gtest/configure.ac: Added.
1149 * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
1150 * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
1151 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
1152 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
1153 * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
1154 * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
1155 * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
1156 * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
1157 * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
1158 * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
1159 * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
1160 * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
1161 * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
1162 * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
1163 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
1164 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
1165 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
1166 * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
1167 * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
1168 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
1169 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
1170 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
1171 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
1172 * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
1173 * Source/ThirdParty/gtest/m4/gtest.m4: Added.
1174 * Source/ThirdParty/gtest/make/Makefile: Added.
1175 * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
1176 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
1177 * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
1178 * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
1179 * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
1180 * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
1181 * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
1182 * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
1183 * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
1184 * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
1185 * Source/ThirdParty/gtest/run_tests.py: Added.
1186 * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
1187 * Source/ThirdParty/gtest/samples/sample1.cc: Added.
1188 * Source/ThirdParty/gtest/samples/sample1.h: Added.
1189 * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
1190 * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
1191 * Source/ThirdParty/gtest/samples/sample2.cc: Added.
1192 * Source/ThirdParty/gtest/samples/sample2.h: Added.
1193 * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
1194 * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
1195 * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
1196 * Source/ThirdParty/gtest/samples/sample4.cc: Added.
1197 * Source/ThirdParty/gtest/samples/sample4.h: Added.
1198 * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
1199 * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
1200 * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
1201 * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
1202 * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
1203 * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
1204 * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
1205 * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
1206 * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
1207 * Source/ThirdParty/gtest/scripts/pump.py: Added.
1208 * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
1209 * Source/ThirdParty/gtest/scripts/upload.py: Added.
1210 * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
1211 * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
1212 * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
1213 * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
1214 * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
1215 * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
1216 * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
1217 * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
1218 * Source/ThirdParty/gtest/src/gtest.cc: Added.
1219 * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
1220 * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
1221 * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
1222 * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
1223 * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
1224 * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
1225 * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
1226 * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
1227 * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
1228 * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
1229 * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
1230 * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
1231 * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
1232 * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
1233 * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
1234 * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
1235 * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
1236 * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
1237 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
1238 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
1239 * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
1240 * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
1241 * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
1242 * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
1243 * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
1244 * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
1245 * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
1246 * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
1247 * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
1248 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
1249 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
1250 * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
1251 * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
1252 * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
1253 * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
1254 * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
1255 * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
1256 * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
1257 * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
1258 * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
1259 * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
1260 * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
1261 * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
1262 * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
1263 * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
1264 * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
1265 * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
1266 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
1267 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
1268 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
1269 * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
1270 * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
1271 * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
1272 * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
1273 * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
1274 * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
1275 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
1276 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
1277 * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
1278 * Source/ThirdParty/gtest/test/production.cc: Added.
1279 * Source/ThirdParty/gtest/test/production.h: Added.
1280 * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
1281 * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
1282 * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
1283 * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
1284 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
1285 * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
1286 * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
1287 * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
1288 * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
1289 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
1290 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
1291 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
1292 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
1293 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
1294 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
1295 * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
1296 * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
1297 * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
1299 2011-04-13 Ryuan Choi <ryuan.choi@samsung.com>
1301 Reviewed by Kenneth Rohde Christiansen.
1303 [CMAKE] Separate DerivedSources.
1304 https://bugs.webkit.org/show_bug.cgi?id=58427
1306 Seperate DerivedSources/ to DerivedSources/WebCore and
1307 DerivedSources/JavaScriptCore.
1309 * Source/CMakeLists.txt:
1310 * Source/cmake/OptionsCommon.cmake:
1311 * Source/cmake/WebKitFS.cmake:
1312 * Source/cmake/WebKitHelpers.cmake:
1313 * Source/cmake/WebKitMacros.cmake:
1315 2011-04-13 Tony Chang <tony@chromium.org>
1317 Ignore files generated from glu.gyp.
1321 2011-03-28 Adam Barth <abarth@webkit.org>
1323 Reviewed by Kenneth Russell.
1325 Move libtess from WebCore/thirdparty to ThirdParty
1326 https://bugs.webkit.org/show_bug.cgi?id=57288
1328 We're putting third party code in Source/ThirdParty these days.
1330 * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
1331 * Source/ThirdParty/glu/glu.gyp: Added.
1333 2011-04-12 Thouraya ANDOLSI <thouraya.andolsi@st.com>
1335 Reviewed by Eric Seidel.
1337 [QT] Enable JIT build for SH4 platforms.
1338 https://bugs.webkit.org/show_bug.cgi?id=58317
1339 add disable_uitools for SH4 platforms.
1341 * Source/WebKit.pri:
1343 2011-04-11 Anna Cavender <annacc@chromium.org>
1345 Reviewed by Eric Carlson.
1347 Setup ENABLE(TRACK) feature define
1348 https://bugs.webkit.org/show_bug.cgi?id=53556
1352 2011-04-11 Varun Jain <varunjain@chromium.org>
1354 Reviewed by Darin Fisher.
1356 Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
1357 https://bugs.webkit.org/show_bug.cgi?id=58245
1359 * Source/WebKit/chromium/public/WebWidget.h:
1361 2011-04-11 Thouraya ANDOLSI <thouraya.andolsi@st.com>
1363 Reviewed by Oliver Hunt.
1366 https://bugs.webkit.org/show_bug.cgi?id=44329
1368 Enable JIT support for SH4 platforms.
1372 2011-04-11 Andreas Kling <andreas.kling@nokia.com>
1374 Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
1376 * Source/WebKit.pri:
1378 2011-04-09 Keith Kyzivat <keith.kyzivat@nokia.com>
1380 Reviewed by Laszlo Gombos.
1382 [Qt] Don't link against fontconfig or X11 if embedded
1383 https://bugs.webkit.org/show_bug.cgi?id=58104
1385 * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
1387 2011-04-08 Alpha Lam <hclam@chromium.org>
1389 Unreviewed, rolling out r83335.
1390 http://trac.webkit.org/changeset/83335
1391 https://bugs.webkit.org/show_bug.cgi?id=53556
1393 GTK and QT bots are broken.
1397 2011-04-08 Kristian Amlie <kristian.amlie@nokia.com>
1399 Reviewed by Andreas Kling.
1401 [Qt] Remove modular references after support for the flag was removed.
1402 https://bugs.webkit.org/show_bug.cgi?id=57018
1404 Removed modular references after support for the flag was removed.
1406 Support was removed because the Qt Modularization project decided we
1407 don't need it. It's better to base decisions on the available
1408 information, as demonstrated in the patch by checking
1411 * Source/WebKit.pri:
1413 2011-04-07 Anna Cavender <annacc@chromium.org>
1415 Reviewed by Eric Carlson.
1417 Setup ENABLE(TRACK) feature define
1418 https://bugs.webkit.org/show_bug.cgi?id=53556
1422 2011-04-08 Varun Jain <varunjain@chromium.org>
1424 Reviewed by Darin Fisher.
1426 Need to extend WebKit chromium API to access text selection
1427 https://bugs.webkit.org/show_bug.cgi?id=57888
1429 * Source/WebKit/chromium/public/WebFrame.h:
1430 * Source/WebKit/chromium/public/WebWidget.h:
1431 * Source/WebKit/chromium/src/WebFrameImpl.cpp:
1432 * Source/WebKit/chromium/src/WebFrameImpl.h:
1433 * Source/WebKit/chromium/src/WebPopupMenuImpl.h:
1434 * Source/WebKit/chromium/src/WebViewImpl.cpp:
1435 * Source/WebKit/chromium/src/WebViewImpl.h:
1436 * Source/WebKit/chromium/tests/PopupMenuTest.cpp:
1438 2011-04-08 Jon Lee <jonlee@apple.com>
1440 Reviewed by David Levin.
1442 adding *.vcproj.*.user to .gitignore for Visual Studio development
1443 https://bugs.webkit.org/show_bug.cgi?id=58097
1447 2011-04-07 Eric Seidel <eric@webkit.org>
1449 Reviewed by Adam Barth.
1451 Add stub support for generating Gtk build system from gyp
1452 https://bugs.webkit.org/show_bug.cgi?id=58086
1454 This adds support for a new --port argument and plumbs through
1455 the necessary paths to allow generating for a port other than Mac.
1457 * Source/gyp/configure:
1459 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
1461 Revert ENABLE_TRACK patch due to compile failures.
1465 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
1467 Reviewed by David Levin.
1469 Add QUOTA build flag for unified quota API
1470 https://bugs.webkit.org/show_bug.cgi?id=57918
1472 * configure.ac: Added QUOTA build flag
1474 2011-04-04 Martin Robinson <mrobinson@igalia.com>
1476 Build fix for GTK+ after r82876.
1478 * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
1479 from WTF that DRT uses.
1481 2011-04-04 Martin Robinson <mrobinson@igalia.com>
1483 Reviewed by Gustavo Noronha Silva.
1486 https://bugs.webkit.org/show_bug.cgi?id=31517
1488 * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
1490 2011-04-04 Jon Lee <jonlee@apple.com>
1492 Reviewed by Eric Seidel.
1494 add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
1495 https://bugs.webkit.org/show_bug.cgi?id=57646
1497 * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
1499 2011-03-31 Xan Lopez <xlopez@igalia.com>
1501 Reviewed by Martin Robinson.
1503 [GTK] Link explicitly with XRender on Linux/Unix
1504 https://bugs.webkit.org/show_bug.cgi?id=57558
1506 Some linkers, like GNU Gold, require explicit linkage of all the
1507 libraries used instead of relying on our dependencies to bring
1508 them in. In this case, the build fails because we use XRender in
1509 the plugin code but don't link directly to it.
1511 * configure.ac: check for XRender on UNIX.
1513 2011-03-31 Vamshikrishna.Yellenki <vamshi@motorola.com> and Alejandro G. Castro <alex@igalia.com>
1515 Reviewed by Martin Robinson.
1517 Implement MiniBrowser for Gtk port.
1518 https://bugs.webkit.org/show_bug.cgi?id=48512
1520 Initial implementation of the Gtk MiniBrowser.
1524 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
1526 [Qt] Typo fix, remove an accidentally added line.
1528 * Source/WebKit.pri:
1530 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
1532 [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
1534 * Source/WebKit.pri:
1536 2011-03-29 Csaba Osztrogonác <ossy@webkit.org>
1538 Rubber-stamped by Andreas Kling.
1540 [Qt] Remove modular references after support for the flag was removed.
1541 https://bugs.webkit.org/show_bug.cgi?id=57018
1543 Symbian buildfix after r82232.
1545 * Source/WebKit.pri: Readd uitools option.
1547 2011-03-29 Kristian Amlie <kristian.amlie@nokia.com>
1549 Reviewed by Andreas Kling.
1551 Removed modular references after support for the flag was removed.
1553 Support was removed because the Qt Modularization project decided we
1554 don't need it. It's better to base decisions on the available
1555 information, as demonstrated in the patch by checking
1558 In addition, remove the reference to uitools. It has been moved to
1559 QtKernel now, and therefore is always available.
1561 [Qt] Remove modular references after support for the flag was removed.
1562 https://bugs.webkit.org/show_bug.cgi?id=57018
1564 * Source/WebKit.pri:
1566 2011-03-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1568 Reviewed by Andreas Kling.
1570 [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
1571 https://bugs.webkit.org/show_bug.cgi?id=57087
1573 Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
1575 * Source/WebKit.pri:
1577 2011-03-26 Adam Barth <abarth@webkit.org>
1579 Reviewed by Eric Seidel.
1581 We shouldn't bother running GYP if the generated files are newer than the GYP files
1582 https://bugs.webkit.org/show_bug.cgi?id=57146
1584 In the common case, this check will avoid any overhead from processing
1585 the GYP files. Another approach to doing this is to add the feature to
1586 GYP directly, but GYP's approach to this problem is to compute the
1587 output in its entirety and compare it byte-for-byte against the output
1588 file. In the future, it might make sense to add this approach as an
1589 alternative approach for GYP itself.
1591 I also removed JavaScriptGlue from the script because we're not really
1592 going to change JavaScriptGlue over to GYP. We were using
1593 JavaScriptGlue as a learning experience.
1595 * Source/gyp/configure:
1597 2011-03-25 Kevin Ollivier <kevino@theolliviers.com>
1599 [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
1603 2011-03-23 George Guo <George.Guo@nokia.com>
1605 Reviewed by Darin Adler.
1607 Webkit warning: converting to 'unsigned int' from 'double'
1608 https://bugs.webkit.org/show_bug.cgi?id=56865
1610 With -Werr enabled, this cause the build failure on RedHat Linux.
1613 * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
1616 2011-03-23 Adam Barth <abarth@webkit.org>
1618 Reviewed by Eric Seidel.
1620 GYP build should default to Production configuration
1621 https://bugs.webkit.org/show_bug.cgi?id=56899
1623 * Source/gyp/common.gypi:
1625 2011-03-22 Adam Barth <abarth@webkit.org>
1627 Reviewed by Eric Seidel.
1629 gyp/configure shouldn't require GYP to be in your path
1630 https://bugs.webkit.org/show_bug.cgi?id=56873
1632 Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
1633 instead of requiring GYP to be in the user's path.
1635 * Source/gyp/configure:
1637 2011-03-22 Adam Barth <abarth@webkit.org>
1639 Reviewed by Eric Seidel.
1641 Add GYP to Source/ThirdParty
1642 https://bugs.webkit.org/show_bug.cgi?id=56870
1644 We probably don't need all the test files, but it seems cleaner to just
1645 check in the whole GYP tree. GYP is BSD licensed, so it is compatible
1646 with the WebKit license.
1648 * Source/ThirdParty/gyp: Added.
1650 2011-03-21 Alejandro G. Castro <alex@igalia.com>
1652 Reviewed by Martin Robinson.
1654 [GTK] 1.3.13 release bump
1655 https://bugs.webkit.org/show_bug.cgi?id=56795
1657 Version bump for 1.3.13 and updated NEWS file with release notes.
1661 2011-03-21 Ryuan Choi <ryuan.choi@samsung.com>
1663 Reviewed by Antonio Gomes.
1665 [CMAKE] Add exception handling when PORT was missing.
1666 https://bugs.webkit.org/show_bug.cgi?id=56728
1668 * Source/CMakeLists.txt:
1670 2011-03-10 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
1672 Reviewed by Laszlo Gombos.
1674 [Qt] Text layout is broken on Symbian
1675 https://bugs.webkit.org/show_bug.cgi?id=56046
1677 Change integers included into bitfields to be signed by default on RVCT
1678 compiler as a lot of other compilers do (gcc, msvc, winsc).
1679 There are a lot of places in webkit where integers included in bitfield
1680 are assumed to be signed.
1682 * Source/WebKit.pri:
1684 2011-03-10 Alejandro G. Castro <alex@igalia.com>
1686 Unreviewed, fixed Efl compilation after r80744.
1688 * Source/cmake/OptionsEfl.cmake:
1690 2011-03-10 Martin Robinson <mrobinson@igalia.com>
1692 Fixed the help message for WebGL support on GTK+ to reflect the fact that
1693 it's turned off by default and is experimental.
1695 * configure.ac: Fix WebGL help message.
1697 2011-03-04 Dimitri Glazkov <dglazkov@chromium.org>
1699 Reviewed by Adam Barth.
1701 Add skeletal WebCore.gyp
1702 https://bugs.webkit.org/show_bug.cgi?id=55802
1704 * Source/gyp/configure: Added WebCore.
1706 2011-03-04 Adam Barth <abarth@webkit.org>
1708 Reviewed by Dimitri Glazkov.
1710 Add a basic configure script for the GYP build
1711 https://bugs.webkit.org/show_bug.cgi?id=55791
1713 This script just calls GYP on the various gyp projects. As we add more
1714 build systems, this script should be able to select which of them you'd
1715 like to generate the project for.
1717 * Source/gyp/configure: Added.
1719 2011-03-04 Adam Barth <abarth@webkit.org>
1721 Reviewed by Dimitri Glazkov.
1723 Use target_defaults to reduce boilerplate in GYP build system
1724 https://bugs.webkit.org/show_bug.cgi?id=55790
1726 This file contains GYP declarations that are shared by all the modules.
1727 Currently, we use this to set up the configurations, albeit primitively.
1729 * Source/gyp/common.gypi: Added.
1731 2011-03-03 Kevin Ollivier <kevino@theolliviers.com>
1733 [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
1734 to make sure the proper unicode/utf8.h header is included.
1738 2011-03-02 Kevin Ollivier <kevino@theolliviers.com>
1740 [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
1741 included in the ICU headers used by WebKit.
1745 2011-03-02 Daniel Cheng <dcheng@chromium.org>
1747 Reviewed by David Levin.
1749 Add feature define for data transfer items
1750 https://bugs.webkit.org/show_bug.cgi?id=55510
1752 * Source/cmake/OptionsEfl.cmake:
1753 * Source/cmake/OptionsWinCE.cmake:
1754 * Source/cmakeconfig.h.cmake:
1758 2011-03-02 Andras Becsi <abecsi@webkit.org>
1760 Reviewed by Laszlo Gombos.
1762 [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
1763 https://bugs.webkit.org/show_bug.cgi?id=55478
1765 On case insensitive systems the generated forwarding headers cause build problems.
1767 * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
1769 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
1771 Unreviewed, rolling out r80079.
1772 http://trac.webkit.org/changeset/80079
1773 https://bugs.webkit.org/show_bug.cgi?id=55547
1775 "Broke the Win debug build?" (Requested by dcheng on #webkit).
1777 * Source/cmake/OptionsEfl.cmake:
1778 * Source/cmake/OptionsWinCE.cmake:
1779 * Source/cmakeconfig.h.cmake:
1781 2011-03-01 Daniel Cheng <dcheng@chromium.org>
1783 Reviewed by David Levin.
1785 Add feature define for data transfer items
1786 https://bugs.webkit.org/show_bug.cgi?id=55510
1788 * Source/cmake/OptionsEfl.cmake:
1789 * Source/cmake/OptionsWinCE.cmake:
1790 * Source/cmakeconfig.h.cmake:
1792 2011-03-01 Andras Becsi <abecsi@webkit.org>
1794 Reviewed by Csaba Osztrogonác.
1796 [Qt] Clean up the project files and move common options to WebKit.pri.
1798 Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
1800 * Source/WebKit.pri: Common options should be here.
1801 Also move Mac options to this file to fix the Mac build.
1803 2011-03-01 Andras Becsi <abecsi@webkit.org>
1805 Unreviewed build fix.
1807 [Qt] Fix minimal build.
1809 * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
1811 2011-02-28 Adam Barth <abarth@webkit.org>
1813 Reviewed by Dimitri Glazkov.
1815 Teach JavaScriptGlue gyp build about DEPTH
1816 https://bugs.webkit.org/show_bug.cgi?id=55421
1818 Moves the previously JavaScriptGlue-specific GYP helper shell scripts
1819 to the gyp directory in Source, where they can be shared by multiple
1822 * Source/gyp: Added.
1823 * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
1824 * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
1825 * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
1827 2011-02-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1829 Reviewed by Kenneth Rohde Christiansen.
1831 [Qt][WK2] Add a way to test the WebKit 2 APIs
1832 https://bugs.webkit.org/show_bug.cgi?id=55408
1834 Add the build file for test to the build system.
1836 * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
1837 * Source/WebKit.pro: Add the dependency to build the new test project.
1839 2011-02-28 Balazs Kelemen <kbalazs@webkit.org>
1841 Reviewed by Anders Carlsson.
1843 [Qt][WK2] Plugin initialization
1844 https://bugs.webkit.org/show_bug.cgi?id=48127
1846 * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
1847 from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
1849 2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>
1851 Reviewed by Andreas Kling.
1853 Added full webkit module profile and a syncqt profile.
1855 This is for modularized Qt.
1857 [Qt] WebKit patches required to work with a modularized version of Qt
1858 https://bugs.webkit.org/show_bug.cgi?id=53916
1860 * Source/sync.profile: Added.
1862 2011-02-26 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
1864 Reviewed by Laszlo Gombos.
1866 [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
1867 non-production builds.
1868 https://bugs.webkit.org/show_bug.cgi?id=55313
1870 * Source/WebKit.pri:
1872 2011-02-24 Alejandro G. Castro <alex@igalia.com>
1874 Rubber-stamped by Martin Robinson.
1876 Fixed compilation after r79537, added a bug to solve webkit2
1878 https://bugs.webkit.org/show_bug.cgi?id=55153
1882 2011-02-24 Christian Dywan <christian@lanedo.com>
1884 Rubber-stamped by Eric Seidel.
1886 [GTK] webkitgtk 1.3.7 build without translations
1887 https://bugs.webkit.org/show_bug.cgi?id=50612
1889 * GNUmakefile.am: Require stamp-po target for all-local so
1890 that po files are built before they install.
1892 2011-02-22 Philippe Normand <pnormand@igalia.com>
1894 Reviewed by Martin Robinson.
1896 [GTK] 1.3.12 release preparation
1897 https://bugs.webkit.org/show_bug.cgi?id=54967
1899 Version bump for 1.3.12 and updated NEWS file with release notes.
1900 Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
1903 * Source/WebKit/gtk/NEWS:
1906 2011-02-22 Andras Becsi <abecsi@webkit.org>
1908 Reviewed by Laszlo Gombos.
1910 [Qt] Redesign the build system
1911 https://bugs.webkit.org/show_bug.cgi?id=51339
1915 Build WebCore as a static library, compile the WebKit API and WebKit2 API
1916 in a final step and link to WebKit2, WebCore and JSC libraries to fix
1917 linking issues resulting from stripped away symbols.
1919 * Source/WebKit.pri: Add common include paths
1920 * Source/WebKit.pro: Add new project file to SUBDIRS
1922 2011-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
1924 Reviewed by Martin Robinson.
1926 [GTK] Bump GTK+3 dependency to 3.0
1927 https://bugs.webkit.org/show_bug.cgi?id=54394
1931 2011-02-19 Ryuan Choi <ryuan.choi@samsung.com>
1933 Reviewed by Martin Robinson.
1935 [GTK] Remove mandatory Enchant dependency
1936 https://bugs.webkit.org/show_bug.cgi?id=51587
1938 Add enable-spellcheck option which decides whether to use enchant.
1939 If disabled, WebKitGTK+ will not use enchant library.
1943 2011-02-18 Zan Dobersek <zandobersek@gmail.com>
1945 Reviewed by Martin Robinson.
1947 [Gtk] Re-enable meter tag support
1948 https://bugs.webkit.org/show_bug.cgi?id=54762
1950 Enable meter tag support in the configure.ac. This feature was
1951 previously enabled by default in the makefile, but should be
1952 enabled here after changes in r78981.
1956 2011-02-18 Kristian Amlie <kristian.amlie@nokia.com>
1958 Reviewed by Kenneth Rohde Christiansen.
1960 Avoided UiTools dependency if the module is not present.
1962 [Qt] WebKit patches required to work with a modularized version of Qt
1963 https://bugs.webkit.org/show_bug.cgi?id=53916
1965 * Source/WebKit.pri:
1967 2011-02-18 Ryuan Choi <ryuan.choi@samsung.com>
1969 Reviewed by Kent Tamura.
1971 [EFL] Remove GDK dependency.
1972 https://bugs.webkit.org/show_bug.cgi?id=53978
1974 Remove checking GDK library.
1976 * Source/cmake/OptionsEfl.cmake:
1978 2011-02-18 Philippe Normand <pnormand@igalia.com>
1980 Unreviewed, build fix after r78981
1982 * configure.ac: datagrid is datagrid, it is not database. Also
1983 meter is not progress. Fixed copy/paste mistakes.
1985 2011-02-18 Philippe Normand <pnormand@igalia.com>
1987 Reviewed by Martin Robinson.
1989 [GTK] minimal build unrecognized options
1990 https://bugs.webkit.org/show_bug.cgi?id=50890
1992 * configure.ac: added new configure options to enable/disable the
1993 meter element, progress element, datagrid and client-based
1994 geolocation support.
1996 2011-02-17 Kevin Ollivier <kevino@theolliviers.com>
1998 [wx] Build fix after introduction of JavaScriptCore/collector.
2002 2011-02-17 Kristian Amlie <kristian.amlie@nokia.com>
2004 Reviewed by Laszlo Gombos.
2006 Updated include paths for phonon.
2008 [Qt] WebKit patches required to work with a modularized version of Qt
2009 https://bugs.webkit.org/show_bug.cgi?id=53916
2011 * Source/WebKit.pri:
2013 2011-02-13 Hayato Ito <hayato@chromium.org>
2015 Reviewed by Kent Tamura.
2017 Update .gitignore to ignore files which Ninja build system generates.
2019 https://bugs.webkit.org/show_bug.cgi?id=54378
2023 2011-02-10 Peter Varga <pvarga@webkit.org>
2025 Reviewed by Csaba Osztrogonác.
2027 Remove PCRE source from trunk
2028 https://bugs.webkit.org/show_bug.cgi?id=54188
2030 * Source/cmake/WebKitFS.cmake:
2032 2011-02-09 Adam Barth <abarth@webkit.org>
2034 Reviewed by Steve Block.
2036 Move Android.mk into Source
2037 https://bugs.webkit.org/show_bug.cgi?id=53751
2039 A somewhat blind attempt to move Android.mk into the Source directory.
2040 I'm sure I've goofed this up in some way. The Android folks have
2041 kindly volunteered to fix this up once they merge past this revision.
2043 * Android.mk: Removed.
2044 * Source/Android.mk: Copied from Android.mk.
2046 2011-02-08 Alejandro G. Castro <alex@igalia.com>
2048 Reviewed by Martin Robinson.
2050 WebKit2 GTK Fails to Build #include nested too deeply
2051 https://bugs.webkit.org/show_bug.cgi?id=52219
2053 Removed the __STDC_FORMAT_MACROS definition, it is already defined
2054 in the file where PRIxx64 is used before the inclusion so we are
2059 2011-02-08 Kristian Amlie <kristian.amlie@nokia.com>
2061 Reviewed by Eric Seidel.
2063 Added include paths for QtScript.
2065 WebKit patches required to work with a modularized version of Qt
2066 https://bugs.webkit.org/show_bug.cgi?id=53916
2068 * Source/WebKit.pri:
2070 2011-02-03 Martin Robinson <mrobinson@igalia.com>
2072 Fix GTK+ WebGL build after r76600.
2074 * configure.ac: Make sure to respect configure.ac conventions
2075 consistently when it comes to capitalization. Remove an old
2076 reference to enable_3d_canvas.
2078 2011-02-02 Alejandro G. Castro <alex@igalia.com>
2080 Reviewed by Martin Robinson.
2082 Bump the WebKitGTK+ versions in preparation for development release.
2084 * configure.ac: Bump the library, libtool and user agent version.
2086 2011-02-02 Steve Lacey <sjl@chromium.org>
2088 Reviewed by Eric Carlson.
2090 Implement basic media statistics on media elements.
2091 https://bugs.webkit.org/show_bug.cgi?id=53322
2095 2011-02-02 Kevin Ollivier <kevino@theolliviers.com>
2097 [wx] Build fixes for wxWebKit.
2101 2010-01-28 Commit Queue <commit-queue@webkit.org>
2103 Unreviewed. Test commit for commit-queue@webkit.org.
2105 2010-01-28 Commit Queue <commit-queue@webkit.org>
2107 Unreviewed. Test commit for commit-queue@webkit.org.
2109 2010-01-28 Commit Queue <commit-queue@webkit.org>
2111 Unreviewed. Test commit for commit-queue@webkit.org.
2113 2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
2115 Reviewed by Xan Lopez.
2117 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
2118 https://bugs.webkit.org/show_bug.cgi?id=53379
2120 Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
2121 dependency on newer soup to efl as well.
2123 * Source/cmake/OptionsEfl.cmake:
2125 2011-01-29 Daniel Bates <dbates@rim.com>
2127 Reviewed by Maciej Stachowiak.
2129 Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
2130 https://bugs.webkit.org/show_bug.cgi?id=53382
2132 Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
2133 So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
2134 Therefore, we should remove such references.
2136 * Source/cmake/OptionsCommon.cmake:
2138 2011-01-29 Daniel Bates <dbates@rim.com>
2140 Reviewed by Eric Seidel.
2142 Move wince/mt19937ar.c to ThirdParty and make it a policy choice
2143 https://bugs.webkit.org/show_bug.cgi?id=53253
2145 Move implementation of Mersenne Twister pseudorandom number generator to
2146 ThirdParty since it is a third party library.
2148 * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
2150 2011-01-29 Dan Winship <danw@gnome.org>
2152 Reviewed by Xan Lopez.
2154 [GTK] Require the latest glib and libsoup, and remove conditional
2155 support for older versions
2156 https://bugs.webkit.org/show_bug.cgi?id=50675
2158 * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
2159 basically the same work by hand
2162 2011-01-28 Martin Robinson <mrobinson@igalia.com>
2164 [GTK] Build failure with --enable-indexed-database
2165 https://bugs.webkit.org/show_bug.cgi?id=50954
2167 Build fix for IndexedDB support.
2169 * configure.ac: Change the autogen.sh option --enable-indexeddb to
2170 --enable-indexed-database to match the build-webkit option.
2172 2010-01-28 Commit Queue <commit-queue@webkit.org>
2174 Unreviewed. Test commit for commit-queue@webkit.org.
2176 2010-01-28 Commit Queue <commit-queue@webkit.org>
2178 Unreviewed. Test commit for commit-queue@webkit.org.
2180 2011-01-26 Yael Aharon <yael.aharon@nokia.com>
2182 Reviewed by Laszlo Gombos.
2184 [Qt][Symbian] Fix --minimal build
2185 https://bugs.webkit.org/show_bug.cgi?id=52839
2187 Move definition of USE_SYSTEM_MALLOC out of pri file.
2188 Put it in platform.h instead.
2190 * Source/WebKit.pri:
2192 2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
2194 Reviewed by Andreas Kling.
2196 [Qt] Fix qt_minimal build
2197 https://bugs.webkit.org/show_bug.cgi?id=53172
2199 * Source/WebKit.pri:
2201 2011-01-25 Patrick Gansterer <paroga@webkit.org>
2203 Reviewed by Adam Barth.
2205 Move main CMakeLists.txt into Source directory
2206 https://bugs.webkit.org/show_bug.cgi?id=52888
2208 * CMakeLists.txt: Removed.
2209 * Source/CMakeLists.txt: Copied from CMakeLists.txt.
2210 * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
2211 * cmakeconfig.h.cmake: Removed.
2213 2011-01-24 Chris Marrin <cmarrin@apple.com>
2215 Reviewed by Eric Seidel.
2217 Change ENABLE_3D_CANVAS to ENABLE_WEBGL
2218 https://bugs.webkit.org/show_bug.cgi?id=53041
2222 2011-01-24 Peter Gal <galpeter@inf.u-szeged.hu>
2224 Rubber-stamped by Csaba Osztrogonác.
2226 * runtime: Removed. It was accidentally created by r76457.
2228 2011-01-24 Andras Becsi <abecsi@webkit.org>
2230 Reviewed by Csaba Osztrogonác.
2232 [Qt] Move project files into Source
2233 https://bugs.webkit.org/show_bug.cgi?id=52891
2235 * Source/DerivedSources.pro: Copied from DerivedSources.pro.
2236 * Source/WebKit.pri: Renamed from WebKit.pri.
2237 * Source/WebKit.pro: Added.
2238 * Source/common.pri: Renamed from common.pri.
2239 * WebKit.pro: Removed.
2241 2011-01-20 Siddharth Mathur <siddharth.mathur@nokia.com>
2243 Reviewed by Laszlo Gombos.
2245 [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
2246 https://bugs.webkit.org/show_bug.cgi?id=52835
2248 * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
2250 2011-01-20 Alejandro G. Castro <alex@igalia.com>
2252 Reviewed by Andreas Kling.
2254 [GTK] Fix typo in the webkit2 section of the configure.ac file
2255 https://bugs.webkit.org/show_bug.cgi?id=52801
2257 Fixed typo in the GTK WebKit2 compilation.
2261 2011-01-19 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
2263 Reviewed by Andreas Kling.
2265 Enable usage of Google ld if it exist but is not on by default.
2267 [Qt] Enable the google ld if it exist but is not on by default
2268 https://bugs.webkit.org/show_bug.cgi?id=52625
2270 * common.pri: flip the test.
2272 2011-01-18 Mihai Parparita <mihaip@chromium.org>
2274 Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
2278 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
2280 Reviewed by Simon Fraser.
2282 Support background-clip: content-box
2283 https://bugs.webkit.org/show_bug.cgi?id=48771
2285 Addded content-box as a valid background-clip value.
2287 * WebCore/css/CSSParser.cpp:
2288 (WebCore::parseBackgroundClip):
2290 2011-01-18 Hayato Ito <hayato@chromium.org>
2292 Reviewed by Kent Tamura.
2294 Update .gitignore file to reflect a recent WebKit directory movement.
2296 https://bugs.webkit.org/show_bug.cgi?id=52618
2300 2011-01-16 Adam Barth <abarth@webkit.org>
2302 Rubber-stamped by Eric Seidel.
2304 Move WebKit into Source
2305 https://bugs.webkit.org/show_bug.cgi?id=52530
2309 * DerivedSources.pro:
2317 2011-01-15 Adam Barth <abarth@webkit.org>
2319 Rubber-stamped by Eric Seidel.
2321 Move WebKit2 into Source
2322 https://bugs.webkit.org/show_bug.cgi?id=52438
2324 Update reference to WebKit2.
2326 * DerivedSources.pro:
2329 * Source/cmake/WebKitPackaging.cmake:
2333 2011-01-14 Ahmad Sharif <asharif.tools@gmail.com>
2335 Reviewed by Darin Fisher.
2337 When inlining is performed, the progress variable is
2338 declared as uninitialized.
2339 https://bugs.webkit.org/show_bug.cgi?id=51084
2341 * WebCore: Copied from WebCore.
2342 * WebCore/page/animation/KeyframeAnimation.cpp:
2343 (WebCore::KeyframeAnimation::animate):
2344 (WebCore::KeyframeAnimation::getAnimatedStyle):
2346 2011-01-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2348 Reviewed by Csaba Osztrogonác.
2350 [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
2351 https://bugs.webkit.org/show_bug.cgi?id=52223
2353 Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
2354 that QtWebKit builds with QT_NO_CONCURRENT defined.
2358 2011-01-11 Mihai Parparita <mihaip@chromium.org>
2360 Unreviewed. Update .gitignore with new Chromium dependency.
2362 ui/ was added with http://crrev.com/70743, we picked that up with a
2363 Chromium roll in r75311.
2365 Also alphabetizes the dependency list.
2369 2011-01-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2371 Reviewed by Csaba Osztrogonác.
2373 [Qt] Baseline qt_minimal configuration
2374 https://bugs.webkit.org/show_bug.cgi?id=51313
2376 * WebKit.pri: List the supported QT_NO_FEATURE flags
2377 under qt_minimal configuration.
2379 2011-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2381 Reviewed by Eric Seidel.
2383 [EFL] Enable JIT for WebKit EFL
2384 https://bugs.webkit.org/show_bug.cgi?id=52140
2386 Enable JIT option for WebKit EFL. Enabled JIT's JS performance is
2387 3 ~ 6 times faster than before.
2389 * Source/cmake/OptionsEfl.cmake:
2391 2011-01-10 Martin Robinson <mrobinson@igalia.com>
2393 Reviewed by Gustavo Noronha.
2395 Bump the WebKitGTK+ versions in preparation for development release.
2397 * configure.ac: Bump the library, libtool and user agent version.
2399 2011-01-10 Xan Lopez <xlopez@igalia.com>
2401 Reviewed by Martin Robinson.
2403 [GTK] Create intermediate libWebCore library
2404 https://bugs.webkit.org/show_bug.cgi?id=52116
2406 * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
2407 used by both libWebCore and libwebkitgtk now.
2409 2011-01-08 Patrick Gansterer <paroga@webkit.org>
2411 Unreviewed wx build fix for r75313.
2413 * wscript: Added missing brace.
2415 2011-01-07 Adam Barth <abarth@webkit.org>
2417 Rubber-stamped by Eric Seidel.
2419 Move WebCore to Source
2420 https://bugs.webkit.org/show_bug.cgi?id=52050
2422 Update build files and metadata to point to WebCore's new location.
2428 * DerivedSources.pro:
2431 * Source/autotools/webkit.m4:
2432 * Source/cmake/OptionsEfl.cmake:
2438 2011-01-06 Martin Robinson <mrobinson@igalia.com>
2440 Reviewed by Eric Seidel.
2442 [GTK] Initial build support for WebGL
2443 https://bugs.webkit.org/show_bug.cgi?id=51716
2445 * configure.ac: Add a configure option for WebGL.
2447 2011-01-06 Michael Saboff <msaboff@apple.com>
2449 Reviewed by Gavin Barraclough.
2451 Enhancement: Add Regexp Debug Compare between JIT and Interpreter
2452 https://bugs.webkit.org/show_bug.cgi?id=51834
2454 * JavaScriptCore: Copied from JavaScriptCore.
2456 2011-01-06 Martin Robinson <mrobinson@igalia.com>
2458 Reviewed by Xan Lopez.
2460 [GTK] Enable blob support by default
2461 https://bugs.webkit.org/show_bug.cgi?id=51994
2463 * configure.ac: Enable Blob support by default.
2465 2011-01-05 Patrick Gansterer <paroga@webkit.org>
2467 Reviewed by Andreas Kling.
2469 [CMake] Fix the usage of SOURCE_GROUP
2470 https://bugs.webkit.org/show_bug.cgi?id=51739
2472 * Source/cmake/WebKitMacros.cmake:
2474 2011-01-05 Patrick Gansterer <paroga@webkit.org>
2476 Reviewed by Andreas Kling.
2478 [WINCE] Remove CMake warning
2479 https://bugs.webkit.org/show_bug.cgi?id=51921
2481 * Source/cmake/WebKitHelpers.cmake:
2483 2011-01-04 Martin Robinson <mrobinson@igalia.com>
2485 Reviewed by David Levin.
2487 .gitignore should be updated to reflect Sources rename to Source
2488 https://bugs.webkit.org/show_bug.cgi?id=51893
2490 * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
2492 2011-01-04 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
2494 Reviewed by Laszlo Gombos.
2496 [Qt] [Symbian] Build system cleanup
2498 After r74811 special handling for the Symbian build is no longer needed.
2499 This patch reverts r58756.
2503 2011-01-03 Xan Lopez <xlopez@igalia.com>
2505 Reviewed by Martin Robinson.
2507 * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
2508 variable (like jhbuild).
2510 2011-01-03 Patrick Gansterer <paroga@webkit.org>
2512 Reviewed by Darin Adler.
2514 [WINCE] Provide third party directory via environment variable
2515 https://bugs.webkit.org/show_bug.cgi?id=51643
2517 * Source/cmake/OptionsWinCE.cmake:
2519 2011-01-03 Xan Lopez <xlopez@igalia.com>
2521 Reviewed by Martin Robinson.
2523 Use autoreconf instead of calling manually all the usual commands.
2525 * autogen.sh: call autoreconf instead of
2526 aclocal/autoheader/autoconf/automake/libtoolize.
2528 2011-01-03 Xan Lopez <xlopez@igalia.com>
2530 Reviewed by Martin Robinson.
2532 [GTK] Disable superfluous GNU make built-in implicit rules
2533 https://bugs.webkit.org/show_bug.cgi?id=51826
2535 GNU make ships some superflous built-in rules that we never use
2536 and that end up adding up to a very significant portion of our
2537 total Makefile processing time. Disable them completely by
2538 defining the rule without any recipe, as suggested by the GNU make
2539 manual (10.5.6, Cancelling Implicit Rules).
2541 In my system the null-build goes from:
2543 make 43.51s user 12.77s system 99% cpu 56.628 total
2547 make 31.45s user 11.59s system 99% cpu 43.227 total
2549 * GNUmakefile.am: disable implicit built-in rules.
2551 2011-01-03 Mihai Parparita <mihaip@chromium.org>
2553 Unreviewed. Update .gitignore with new JavaScriptCore location.
2557 2011-01-02 Patrick Gansterer <paroga@webkit.org>
2559 [CMake] Unreviewed build fix.
2562 * Source/cmake/OptionsCommon.cmake:
2564 2011-01-01 Adam Barth <abarth@webkit.org>
2566 Reviewed by Eric Seidel.
2568 Move JavaScriptCore to Source
2569 https://bugs.webkit.org/show_bug.cgi?id=51604
2571 Update references to JavaScriptCore to point to the new location.
2575 * DerivedSources.pro:
2582 2011-01-01 Adam Barth <abarth@webkit.org>
2584 Reviewed by Eric Seidel.
2586 Move Sources to Source
2587 https://bugs.webkit.org/show_bug.cgi?id=51794
2589 Update build files to point to the new location.
2597 2010-12-31 Adam Barth <abarth@webkit.org>
2599 Rubber-stamped by Eric Seidel.
2601 Move HTML and XML parser benchmarks into PerformanceTests/Parser
2602 https://bugs.webkit.org/show_bug.cgi?id=51772
2604 Actually move the directory.
2606 * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
2608 2010-12-31 Adam Barth <abarth@webkit.org>
2610 Rubber-stamped by Eric Seidel.
2612 Move PageLoadTests to PerformanceTests/PageLoad
2613 https://bugs.webkit.org/show_bug.cgi?id=51771
2615 Actually move the directory.
2617 * PageLoadTests: Removed.
2618 * PageLoadTests/svg: Removed.
2619 * PageLoadTests/svg/LICENSES: Removed.
2620 * PageLoadTests/svg/files: Removed.
2621 * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
2622 * PageLoadTests/svg/files/42450-under the see.svg: Removed.
2623 * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
2624 * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
2625 * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
2626 * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
2627 * PageLoadTests/svg/files/bamboo_01.svg: Removed.
2628 * PageLoadTests/svg/files/cacuts_01.svg: Removed.
2629 * PageLoadTests/svg/files/cowboy.svg: Removed.
2630 * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
2631 * PageLoadTests/svg/files/deb9frac1.svg: Removed.
2632 * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
2633 * PageLoadTests/svg/files/france.svg: Removed.
2634 * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
2635 * PageLoadTests/svg/files/gearflowers.svg: Removed.
2636 * PageLoadTests/svg/files/hereGear4.svg: Removed.
2637 * PageLoadTests/svg/files/mtsthelens.svg: Removed.
2638 * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
2639 * PageLoadTests/svg/files/world-iso.svg: Removed.
2640 * PageLoadTests/svg/files/worldcup.svg: Removed.
2641 * PageLoadTests/svg/svg.pltsuite: Removed.
2642 * PerformanceTests/PageLoad: Copied from PageLoadTests.
2643 * Sources/cmake/WebKitPackaging.cmake:
2645 2010-12-31 Adam Barth <abarth@webkit.org>
2647 Rubber-stamped by Eric Seidel.
2649 Move SunSpider into PerformanceTests
2650 https://bugs.webkit.org/show_bug.cgi?id=51769
2652 Actually move the directory.
2654 * PerformanceTests: Added.
2655 * PerformanceTests/SunSpider: Copied from SunSpider.
2656 * Sources/cmake/WebKitPackaging.cmake:
2657 * SunSpider: Removed.
2658 * SunSpider/SunSpider.make: Removed.
2659 * SunSpider/TODO: Removed.
2660 * SunSpider/UNCOVERED: Removed.
2661 * SunSpider/hosted: Removed.
2662 * SunSpider/hosted/json2.js: Removed.
2663 * SunSpider/hosted/sunspider.css: Removed.
2664 * SunSpider/hosted/sunspider.html: Removed.
2665 * SunSpider/hosted/versions.html: Removed.
2666 * SunSpider/make-hosted: Removed.
2667 * SunSpider/resources: Removed.
2668 * SunSpider/resources/TEMPLATE.html: Removed.
2669 * SunSpider/resources/driver-TEMPLATE.html: Removed.
2670 * SunSpider/resources/results-TEMPLATE.html: Removed.
2671 * SunSpider/resources/sunspider-analyze-results.js: Removed.
2672 * SunSpider/resources/sunspider-compare-results.js: Removed.
2673 * SunSpider/resources/sunspider-standalone-compare.js: Removed.
2674 * SunSpider/resources/sunspider-standalone-driver.js: Removed.
2675 * SunSpider/sunspider: Removed.
2676 * SunSpider/sunspider-compare-results: Removed.
2677 * SunSpider/tests: Removed.
2678 * SunSpider/tests/parse-only: Removed.
2679 * SunSpider/tests/parse-only/LIST: Removed.
2680 * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
2681 * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
2682 * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
2683 * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
2684 * SunSpider/tests/sunspider-0.9: Removed.
2685 * SunSpider/tests/sunspider-0.9.1: Removed.
2686 * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
2687 * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
2688 * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
2689 * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
2690 * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
2691 * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
2692 * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
2693 * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
2694 * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
2695 * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
2696 * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
2697 * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
2698 * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
2699 * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
2700 * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
2701 * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
2702 * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
2703 * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
2704 * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
2705 * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
2706 * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
2707 * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
2708 * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
2709 * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
2710 * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
2711 * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
2712 * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
2713 * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
2714 * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
2715 * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
2716 * SunSpider/tests/sunspider-0.9/LIST: Removed.
2717 * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
2718 * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
2719 * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
2720 * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
2721 * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
2722 * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
2723 * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
2724 * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
2725 * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
2726 * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
2727 * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
2728 * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
2729 * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
2730 * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
2731 * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
2732 * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
2733 * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
2734 * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
2735 * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
2736 * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
2737 * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
2738 * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
2739 * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
2740 * SunSpider/tests/ubench: Removed.
2741 * SunSpider/tests/ubench/LIST: Removed.
2742 * SunSpider/tests/ubench/function-closure.js: Removed.
2743 * SunSpider/tests/ubench/function-correct-args.js: Removed.
2744 * SunSpider/tests/ubench/function-empty.js: Removed.
2745 * SunSpider/tests/ubench/function-excess-args.js: Removed.
2746 * SunSpider/tests/ubench/function-missing-args.js: Removed.
2747 * SunSpider/tests/ubench/function-sum.js: Removed.
2748 * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
2749 * SunSpider/tests/ubench/loop-empty.js: Removed.
2750 * SunSpider/tests/ubench/loop-sum.js: Removed.
2751 * SunSpider/tests/v8-v4: Removed.
2752 * SunSpider/tests/v8-v4/LIST: Removed.
2753 * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
2754 * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
2755 * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
2756 * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
2757 * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
2758 * SunSpider/tests/v8-v4/v8-richards.js: Removed.
2759 * SunSpider/tests/v8-v4/v8-splay.js: Removed.
2760 * SunSpider/tests/v8-v5: Removed.
2761 * SunSpider/tests/v8-v5/LIST: Removed.
2762 * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
2763 * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
2764 * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
2765 * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
2766 * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
2767 * SunSpider/tests/v8-v5/v8-richards.js: Removed.
2768 * SunSpider/tests/v8-v5/v8-splay.js: Removed.
2769 * SunSpider/tests/v8-v6: Removed.
2770 * SunSpider/tests/v8-v6/LIST: Removed.
2771 * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
2772 * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
2773 * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
2774 * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
2775 * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
2776 * SunSpider/tests/v8-v6/v8-richards.js: Removed.
2777 * SunSpider/tests/v8-v6/v8-splay.js: Removed.
2778 * SunSpider/xcopy.excludes: Removed.
2780 2010-12-30 Konstantin Tokarev <annulen@yandex.ru>
2782 Reviewed by David Kilzer.
2784 [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
2786 https://bugs.webkit.org/show_bug.cgi?id=51672
2788 * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
2790 2010-12-29 Philippe Normand <pnormand@igalia.com>
2792 Reviewed by Martin Robinson.
2794 [GTK] minimal build fails at link time due to missing sqlite3 symbols
2795 https://bugs.webkit.org/show_bug.cgi?id=51327
2797 * configure.ac: Error out if SQLite3 wasn't found while at least
2798 one of the features depending on it has been enabled.
2800 2010-12-29 Patrick Gansterer <paroga@webkit.org>
2802 Unreviewed. Use gcc as default preprocessor.
2804 * Sources/cmake/OptionsCommon.cmake:
2806 2010-12-27 Ryuan Choi <ryuan.choi@samsung.com>
2808 Reviewed by David Levin.
2810 [EFL] Change path of eflsymbols.filter
2811 https://bugs.webkit.org/show_bug.cgi?id=51659
2813 * Sources/cmake/OptionsEfl.cmake:
2815 2010-12-26 Adam Barth <abarth@webkit.org>
2817 Reviewed by Eric Siedel.
2819 Move autotools into Sources
2820 https://bugs.webkit.org/show_bug.cgi?id=51630
2824 * Sources/autotools: Copied from autotools.
2826 * autotools: Removed.
2827 * autotools/acinclude.m4: Removed.
2828 * autotools/dolt.m4: Removed.
2829 * autotools/gsettings.m4: Removed.
2830 * autotools/symbols.filter: Removed.
2831 * autotools/webkit.m4: Removed.
2834 2010-12-26 Adam Barth <abarth@webkit.org>
2836 Reviewed by Eric Seidel.
2838 Move cmake into Sources
2839 https://bugs.webkit.org/show_bug.cgi?id=51631
2842 * Sources/cmake: Copied from cmake.
2844 * cmake/FindCFLite.cmake: Removed.
2845 * cmake/FindCairo.cmake: Removed.
2846 * cmake/FindEFL.cmake: Removed.
2847 * cmake/FindFontconfig.cmake: Removed.
2848 * cmake/FindFreetype.cmake: Removed.
2849 * cmake/FindGDK-PixBuf.cmake: Removed.
2850 * cmake/FindGDK.cmake: Removed.
2851 * cmake/FindGIO.cmake: Removed.
2852 * cmake/FindGStreamer-App.cmake: Removed.
2853 * cmake/FindGStreamer-Base.cmake: Removed.
2854 * cmake/FindGStreamer-Interfaces.cmake: Removed.
2855 * cmake/FindGStreamer-Pbutils.cmake: Removed.
2856 * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
2857 * cmake/FindGStreamer-Video.cmake: Removed.
2858 * cmake/FindGStreamer.cmake: Removed.
2859 * cmake/FindGlib.cmake: Removed.
2860 * cmake/FindGperf.cmake: Removed.
2861 * cmake/FindGthread.cmake: Removed.
2862 * cmake/FindICU.cmake: Removed.
2863 * cmake/FindLibSoup2.cmake: Removed.
2864 * cmake/FindLibXlst.cmake: Removed.
2865 * cmake/FindPango.cmake: Removed.
2866 * cmake/FindSqlite.cmake: Removed.
2867 * cmake/LibFindMacros.cmake: Removed.
2868 * cmake/OptionsCommon.cmake: Removed.
2869 * cmake/OptionsEfl.cmake: Removed.
2870 * cmake/OptionsWinCE.cmake: Removed.
2871 * cmake/OptionsWindows.cmake: Removed.
2872 * cmake/WebKitEfl.cmake: Removed.
2873 * cmake/WebKitFS.cmake: Removed.
2874 * cmake/WebKitFeatures.cmake: Removed.
2875 * cmake/WebKitHelpers.cmake: Removed.
2876 * cmake/WebKitMacros.cmake: Removed.
2877 * cmake/WebKitPackaging.cmake: Removed.
2878 * cmake/eflsymbols.filter: Removed.
2880 2010-12-26 Adam Barth <abarth@webkit.org>
2882 Fix some references to the old location of the WebKit website in git
2887 2010-12-25 Adam Barth <abarth@webkit.org>
2889 Reviewed by Eric Seidel.
2891 Move ANGLE to Sources/ThirdParty
2892 https://bugs.webkit.org/show_bug.cgi?id=51605
2894 Actually move ANGLE and update the Makefile.
2897 * ANGLE/ANGLE.xcodeproj: Removed.
2898 * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
2899 * ANGLE/Configurations: Removed.
2900 * ANGLE/Configurations/ANGLE.xcconfig: Removed.
2901 * ANGLE/Configurations/Base.xcconfig: Removed.
2902 * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
2903 * ANGLE/Makefile: Removed.
2904 * ANGLE/include: Removed.
2905 * ANGLE/include/EGL: Removed.
2906 * ANGLE/include/EGL/egl.h: Removed.
2907 * ANGLE/include/EGL/eglext.h: Removed.
2908 * ANGLE/include/EGL/eglplatform.h: Removed.
2909 * ANGLE/include/GLES2: Removed.
2910 * ANGLE/include/GLES2/gl2.h: Removed.
2911 * ANGLE/include/GLES2/gl2ext.h: Removed.
2912 * ANGLE/include/GLES2/gl2platform.h: Removed.
2913 * ANGLE/include/GLSLANG: Removed.
2914 * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
2915 * ANGLE/include/KHR: Removed.
2916 * ANGLE/include/KHR/khrplatform.h: Removed.
2917 * ANGLE/src: Removed.
2918 * ANGLE/src/build_angle.xcodeproj: Removed.
2919 * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
2920 * ANGLE/src/common: Removed.
2921 * ANGLE/src/common/angleutils.h: Removed.
2922 * ANGLE/src/common/debug.cpp: Removed.
2923 * ANGLE/src/common/debug.h: Removed.
2924 * ANGLE/src/compiler: Removed.
2925 * ANGLE/src/compiler/BaseTypes.h: Removed.
2926 * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
2927 * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
2928 * ANGLE/src/compiler/Common.h: Removed.
2929 * ANGLE/src/compiler/ConstantUnion.h: Removed.
2930 * ANGLE/src/compiler/InfoSink.cpp: Removed.
2931 * ANGLE/src/compiler/InfoSink.h: Removed.
2932 * ANGLE/src/compiler/Initialize.cpp: Removed.
2933 * ANGLE/src/compiler/Initialize.h: Removed.
2934 * ANGLE/src/compiler/InitializeDll.cpp: Removed.
2935 * ANGLE/src/compiler/InitializeDll.h: Removed.
2936 * ANGLE/src/compiler/InitializeGlobals.h: Removed.
2937 * ANGLE/src/compiler/InitializeParseContext.h: Removed.
2938 * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
2939 * ANGLE/src/compiler/Intermediate.cpp: Removed.
2940 * ANGLE/src/compiler/MMap.h: Removed.
2941 * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
2942 * ANGLE/src/compiler/OutputGLSL.h: Removed.
2943 * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
2944 * ANGLE/src/compiler/OutputHLSL.h: Removed.
2945 * ANGLE/src/compiler/ParseHelper.cpp: Removed.
2946 * ANGLE/src/compiler/ParseHelper.h: Removed.
2947 * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
2948 * ANGLE/src/compiler/PoolAlloc.h: Removed.
2949 * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
2950 * ANGLE/src/compiler/QualifierAlive.h: Removed.
2951 * ANGLE/src/compiler/RemoveTree.cpp: Removed.
2952 * ANGLE/src/compiler/RemoveTree.h: Removed.
2953 * ANGLE/src/compiler/ShHandle.h: Removed.
2954 * ANGLE/src/compiler/ShaderLang.cpp: Removed.
2955 * ANGLE/src/compiler/SymbolTable.cpp: Removed.
2956 * ANGLE/src/compiler/SymbolTable.h: Removed.
2957 * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
2958 * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
2959 * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
2960 * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
2961 * ANGLE/src/compiler/Types.h: Removed.
2962 * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
2963 * ANGLE/src/compiler/UnfoldSelect.h: Removed.
2964 * ANGLE/src/compiler/debug.cpp: Removed.
2965 * ANGLE/src/compiler/debug.h: Removed.
2966 * ANGLE/src/compiler/glslang.l: Removed.
2967 * ANGLE/src/compiler/glslang.y: Removed.
2968 * ANGLE/src/compiler/intermOut.cpp: Removed.
2969 * ANGLE/src/compiler/intermediate.h: Removed.
2970 * ANGLE/src/compiler/localintermediate.h: Removed.
2971 * ANGLE/src/compiler/osinclude.h: Removed.
2972 * ANGLE/src/compiler/ossource_posix.cpp: Removed.
2973 * ANGLE/src/compiler/ossource_win.cpp: Removed.
2974 * ANGLE/src/compiler/parseConst.cpp: Removed.
2975 * ANGLE/src/compiler/preprocessor: Removed.
2976 * ANGLE/src/compiler/preprocessor/atom.c: Removed.
2977 * ANGLE/src/compiler/preprocessor/atom.h: Removed.
2978 * ANGLE/src/compiler/preprocessor/compile.h: Removed.
2979 * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
2980 * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
2981 * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
2982 * ANGLE/src/compiler/preprocessor/memory.c: Removed.
2983 * ANGLE/src/compiler/preprocessor/memory.h: Removed.
2984 * ANGLE/src/compiler/preprocessor/parser.h: Removed.
2985 * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
2986 * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
2987 * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
2988 * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
2989 * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
2990 * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
2991 * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
2992 * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
2993 * ANGLE/src/compiler/tools: Removed.
2994 * ANGLE/src/compiler/unistd.h: Removed.
2995 * ANGLE/src/libEGL: Removed.
2996 * ANGLE/src/libEGL/Config.cpp: Removed.
2997 * ANGLE/src/libEGL/Config.h: Removed.
2998 * ANGLE/src/libEGL/Display.cpp: Removed.
2999 * ANGLE/src/libEGL/Display.h: Removed.
3000 * ANGLE/src/libEGL/Surface.cpp: Removed.
3001 * ANGLE/src/libEGL/Surface.h: Removed.
3002 * ANGLE/src/libEGL/libEGL.cpp: Removed.
3003 * ANGLE/src/libEGL/libEGL.def: Removed.
3004 * ANGLE/src/libEGL/libEGL.vcproj: Removed.
3005 * ANGLE/src/libEGL/main.cpp: Removed.
3006 * ANGLE/src/libEGL/main.h: Removed.
3007 * ANGLE/src/libGLESv2: Removed.
3008 * ANGLE/src/libGLESv2/Blit.cpp: Removed.
3009 * ANGLE/src/libGLESv2/Blit.h: Removed.
3010 * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
3011 * ANGLE/src/libGLESv2/Buffer.h: Removed.
3012 * ANGLE/src/libGLESv2/Context.cpp: Removed.
3013 * ANGLE/src/libGLESv2/Context.h: Removed.
3014 * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
3015 * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
3016 * ANGLE/src/libGLESv2/Program.cpp: Removed.
3017 * ANGLE/src/libGLESv2/Program.h: Removed.
3018 * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
3019 * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
3020 * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
3021 * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
3022 * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
3023 * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
3024 * ANGLE/src/libGLESv2/Shader.cpp: Removed.
3025 * ANGLE/src/libGLESv2/Shader.h: Removed.
3026 * ANGLE/src/libGLESv2/Texture.cpp: Removed.
3027 * ANGLE/src/libGLESv2/Texture.h: Removed.
3028 * ANGLE/src/libGLESv2/geometry: Removed.
3029 * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
3030 * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
3031 * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
3032 * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
3033 * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
3034 * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
3035 * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
3036 * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
3037 * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
3038 * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
3039 * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
3040 * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
3041 * ANGLE/src/libGLESv2/main.cpp: Removed.
3042 * ANGLE/src/libGLESv2/main.h: Removed.
3043 * ANGLE/src/libGLESv2/mathutil.h: Removed.
3044 * ANGLE/src/libGLESv2/utilities.cpp: Removed.
3045 * ANGLE/src/libGLESv2/utilities.h: Removed.
3047 * Sources/ThirdParty: Added.
3048 * Sources/ThirdParty/ANGLE: Copied from ANGLE.
3050 2010-12-26 Patrick Gansterer <paroga@webkit.org>
3052 Unreviewed WinCE buildfix after r74626.
3054 * cmake/OptionsWinCE.cmake:
3056 2010-12-24 Darin Adler <darin@apple.com>
3058 Updated makefiles used by Apple engineers to fix build with the
3059 new JavaScriptGlue location.
3061 * Makefile: Told this to build JavaScriptGlue. Some day we might
3062 want it to descend into Sources instead and use the Makefile there,
3063 but there are problems with sequencing the project builds, so that
3065 * Sources/Makefile.shared: Added.
3067 2010-12-24 Ryuan Choi <ryuan.choi@samsung.com>
3069 Reviewed by Kenneth Rohde Christiansen.
3071 [EFL] Add option to enable Touch Events.
3072 https://bugs.webkit.org/show_bug.cgi?id=49125
3074 Add ENABLE_TOUCH_EVENTS option.
3076 * cmake/OptionsEfl.cmake:
3077 * cmakeconfig.h.cmake:
3079 2010-12-23 Adam Barth <abarth@webkit.org>
3081 Rubber-stamped by Eric Seidel.
3083 Move JavaScriptGlue into Sources
3084 https://bugs.webkit.org/show_bug.cgi?id=51583
3086 Actually perform the move.
3088 * JavaScriptGlue: Removed.
3089 * JavaScriptGlue/Configurations: Removed.
3090 * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
3091 * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
3092 * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
3093 * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
3094 * JavaScriptGlue/English.lproj: Removed.
3095 * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
3096 * JavaScriptGlue/ForwardingHeaders: Removed.
3097 * JavaScriptGlue/ForwardingHeaders/masm: Removed.
3098 * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
3099 * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
3100 * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
3101 * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
3102 * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
3103 * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
3104 * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
3105 * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
3106 * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
3107 * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
3108 * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
3109 * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
3110 * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
3111 * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
3112 * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
3113 * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
3114 * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
3115 * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
3116 * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
3117 * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
3118 * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
3119 * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
3120 * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
3121 * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
3122 * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
3123 * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
3124 * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
3125 * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
3126 * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
3127 * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
3128 * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
3129 * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
3130 * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
3131 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
3132 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
3133 * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
3134 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
3135 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
3136 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
3137 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
3138 * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
3139 * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
3140 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
3141 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
3142 * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
3143 * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
3144 * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
3145 * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
3146 * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
3147 * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
3148 * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
3149 * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
3150 * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
3151 * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
3152 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
3153 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
3154 * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
3155 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
3156 * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
3157 * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
3158 * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
3159 * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
3160 * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
3161 * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
3162 * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
3163 * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
3164 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
3165 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
3166 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
3167 * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
3168 * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
3169 * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
3170 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
3171 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
3172 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
3173 * JavaScriptGlue/Info.plist: Removed.
3174 * JavaScriptGlue/JSBase.cpp: Removed.
3175 * JavaScriptGlue/JSBase.h: Removed.
3176 * JavaScriptGlue/JSObject.cpp: Removed.
3177 * JavaScriptGlue/JSObject.h: Removed.
3178 * JavaScriptGlue/JSRun.cpp: Removed.
3179 * JavaScriptGlue/JSRun.h: Removed.
3180 * JavaScriptGlue/JSUtils.cpp: Removed.
3181 * JavaScriptGlue/JSUtils.h: Removed.
3182 * JavaScriptGlue/JSValueWrapper.cpp: Removed.
3183 * JavaScriptGlue/JSValueWrapper.h: Removed.
3184 * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
3185 * JavaScriptGlue/JavaScriptGlue.exp: Removed.
3186 * JavaScriptGlue/JavaScriptGlue.h: Removed.
3187 * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
3188 * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
3189 * JavaScriptGlue/LICENSE: Removed.
3190 * JavaScriptGlue/Makefile: Removed.
3191 * JavaScriptGlue/UserObjectImp.cpp: Removed.
3192 * JavaScriptGlue/UserObjectImp.h: Removed.
3193 * JavaScriptGlue/config.h: Removed.
3194 * JavaScriptGlue/icu: Removed.
3195 * JavaScriptGlue/icu/LICENSE: Removed.
3196 * JavaScriptGlue/icu/README: Removed.
3197 * JavaScriptGlue/icu/unicode: Removed.
3198 * JavaScriptGlue/icu/unicode/platform.h: Removed.
3199 * JavaScriptGlue/icu/unicode/putil.h: Removed.
3200 * JavaScriptGlue/icu/unicode/uchar.h: Removed.
3201 * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
3202 * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
3203 * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
3204 * JavaScriptGlue/icu/unicode/uenum.h: Removed.
3205 * JavaScriptGlue/icu/unicode/uiter.h: Removed.
3206 * JavaScriptGlue/icu/unicode/umachine.h: Removed.
3207 * JavaScriptGlue/icu/unicode/urename.h: Removed.
3208 * JavaScriptGlue/icu/unicode/ustring.h: Removed.
3209 * JavaScriptGlue/icu/unicode/utf.h: Removed.
3210 * JavaScriptGlue/icu/unicode/utf16.h: Removed.
3211 * JavaScriptGlue/icu/unicode/utf8.h: Removed.
3212 * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
3213 * JavaScriptGlue/icu/unicode/utypes.h: Removed.
3214 * JavaScriptGlue/icu/unicode/uversion.h: Removed.
3215 * JavaScriptGlue/testjsglue.cpp: Removed.
3218 * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
3219 * Sources/Makefile: Added.
3221 2010-12-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
3223 Reviewed by Kenneth Rohde Christiansen.
3225 [EFL] Fix ContextMenu removal
3226 https://bugs.webkit.org/show_bug.cgi?id=51530
3228 Fix ContextMenu removal
3230 In r74207 the support for ContextMenu was removed from EFL while the
3231 code is being ported to the new CROSS_PLATFORM_MENUS due to build
3232 breakage. However there were some missing removals in the shutdown
3233 logic that introduced a bug, leading to a segmentation fault when
3234 ContexController was destroyed.
3236 The best way to effectively disable the ContextMenu is to conditionally
3237 compile the meaningful stuff by surrounding with "#if
3238 ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
3240 * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
3241 implement CROSS_PLATFORM_MENUS yet.
3243 2010-12-22 Xan Lopez <xlopez@igalia.com>
3245 Reviewed by Gustavo Noronha.
3247 * configure.ac: bump version to 1.3.9.
3249 2010-12-22 Xan Lopez <xlopez@igalia.com>
3251 Reviewed by Gustavo Noronha.
3253 [GTK] Compilation fixes with GTK+ 2.91.7
3254 https://bugs.webkit.org/show_bug.cgi?id=51487
3256 * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
3258 2010-12-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3260 Reviewed by Antonio Gomes.
3262 [EFL] Sets default user agent
3263 https://bugs.webkit.org/show_bug.cgi?id=47903
3265 Add macros for WebKit EFL and User Agent.
3267 * cmake/OptionsEfl.cmake:
3268 * cmakeconfig.h.cmake:
3270 2010-12-20 Adam Barth <abarth@webkit.org>
3272 Move web sites to Websites directory
3273 https://bugs.webkit.org/show_bug.cgi?id=51323
3275 This patch was never officially reviewed (because it was too large to
3276 upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
3277 Rowe gave me the green light.
3279 * BugsSite: Removed.
3280 * BugsSite/.cvsignore: Removed.
3281 * BugsSite/.htaccess: Removed.
3282 * BugsSite/Bugzilla: Removed.
3283 * BugsSite/Bugzilla.pm: Removed.
3284 * BugsSite/Bugzilla/.cvsignore: Removed.
3285 * BugsSite/Bugzilla/.htaccess: Removed.
3286 * BugsSite/Bugzilla/Attachment: Removed.
3287 * BugsSite/Bugzilla/Attachment.pm: Removed.
3288 * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
3289 * BugsSite/Bugzilla/Auth: Removed.
3290 * BugsSite/Bugzilla/Auth.pm: Removed.
3291 * BugsSite/Bugzilla/Auth/Login: Removed.
3292 * BugsSite/Bugzilla/Auth/Login.pm: Removed.
3293 * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
3294 * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
3295 * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
3296 * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
3297 * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
3298 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
3299 * BugsSite/Bugzilla/Auth/Persist: Removed.
3300 * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
3301 * BugsSite/Bugzilla/Auth/Verify: Removed.
3302 * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
3303 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
3304 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
3305 * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
3306 * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
3307 * BugsSite/Bugzilla/Bug.pm: Removed.
3308 * BugsSite/Bugzilla/BugMail.pm: Removed.
3309 * BugsSite/Bugzilla/CGI.pm: Removed.
3310 * BugsSite/Bugzilla/Chart.pm: Removed.
3311 * BugsSite/Bugzilla/Classification.pm: Removed.
3312 * BugsSite/Bugzilla/Component.pm: Removed.
3313 * BugsSite/Bugzilla/Config: Removed.
3314 * BugsSite/Bugzilla/Config.pm: Removed.
3315 * BugsSite/Bugzilla/Config/Admin.pm: Removed.
3316 * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
3317 * BugsSite/Bugzilla/Config/Auth.pm: Removed.
3318 * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
3319 * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
3320 * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
3321 * BugsSite/Bugzilla/Config/Common.pm: Removed.
3322 * BugsSite/Bugzilla/Config/Core.pm: Removed.
3323 * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
3324 * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
3325 * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
3326 * BugsSite/Bugzilla/Config/MTA.pm: Removed.
3327 * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
3328 * BugsSite/Bugzilla/Config/Query.pm: Removed.
3329 * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
3330 * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
3331 * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
3332 * BugsSite/Bugzilla/Constants.pm: Removed.
3333 * BugsSite/Bugzilla/DB: Removed.
3334 * BugsSite/Bugzilla/DB.pm: Removed.
3335 * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
3336 * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
3337 * BugsSite/Bugzilla/DB/Pg.pm: Removed.
3338 * BugsSite/Bugzilla/DB/Schema: Removed.
3339 * BugsSite/Bugzilla/DB/Schema.pm: Removed.
3340 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
3341 * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
3342 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
3343 * BugsSite/Bugzilla/Error.pm: Removed.
3344 * BugsSite/Bugzilla/Field.pm: Removed.
3345 * BugsSite/Bugzilla/Flag.pm: Removed.
3346 * BugsSite/Bugzilla/FlagType.pm: Removed.
3347 * BugsSite/Bugzilla/Group.pm: Removed.
3348 * BugsSite/Bugzilla/Hook.pm: Removed.
3349 * BugsSite/Bugzilla/Install: Removed.
3350 * BugsSite/Bugzilla/Install.pm: Removed.
3351 * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
3352 * BugsSite/Bugzilla/Install/DB.pm: Removed.
3353 * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
3354 * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
3355 * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
3356 * BugsSite/Bugzilla/Install/Util.pm: Removed.
3357 * BugsSite/Bugzilla/Keyword.pm: Removed.
3358 * BugsSite/Bugzilla/Mailer.pm: Removed.
3359 * BugsSite/Bugzilla/Milestone.pm: Removed.
3360 * BugsSite/Bugzilla/Object.pm: Removed.
3361 * BugsSite/Bugzilla/Product.pm: Removed.
3362 * BugsSite/Bugzilla/Search: Removed.
3363 * BugsSite/Bugzilla/Search.pm: Removed.
3364 * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
3365 * BugsSite/Bugzilla/Search/Saved.pm: Removed.
3366 * BugsSite/Bugzilla/Series.pm: Removed.
3367 * BugsSite/Bugzilla/Status.pm: Removed.
3368 * BugsSite/Bugzilla/Template: Removed.
3369 * BugsSite/Bugzilla/Template.pm: Removed.
3370 * BugsSite/Bugzilla/Template/Parser.pm: Removed.
3371 * BugsSite/Bugzilla/Template/Plugin: Removed.
3372 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
3373 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
3374 * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
3375 * BugsSite/Bugzilla/Token.pm: Removed.
3376 * BugsSite/Bugzilla/Update.pm: Removed.
3377 * BugsSite/Bugzilla/User: Removed.
3378 * BugsSite/Bugzilla/User.pm: Removed.
3379 * BugsSite/Bugzilla/User/Setting: Removed.
3380 * BugsSite/Bugzilla/User/Setting.pm: Removed.
3381 * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
3382 * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
3383 * BugsSite/Bugzilla/Util.pm: Removed.
3384 * BugsSite/Bugzilla/Version.pm: Removed.
3385 * BugsSite/Bugzilla/WebService: Removed.
3386 * BugsSite/Bugzilla/WebService.pm: Removed.
3387 * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
3388 * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
3389 * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
3390 * BugsSite/Bugzilla/WebService/Product.pm: Removed.
3391 * BugsSite/Bugzilla/WebService/User.pm: Removed.
3392 * BugsSite/PrettyPatch: Removed.
3393 * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
3394 * BugsSite/PrettyPatch/diff.rb: Removed.
3395 * BugsSite/PrettyPatch/prettify.rb: Removed.
3396 * BugsSite/QUICKSTART: Removed.
3397 * BugsSite/README: Removed.
3398 * BugsSite/UPGRADING: Removed.
3399 * BugsSite/UPGRADING-pre-2.8: Removed.
3400 * BugsSite/admin.cgi: Removed.
3401 * BugsSite/attachment.cgi: Removed.
3402 * BugsSite/buglist.cgi: Removed.
3403 * BugsSite/bugzilla.dtd: Removed.
3404 * BugsSite/chart.cgi: Removed.
3405 * BugsSite/checksetup.pl: Removed.
3406 * BugsSite/code-review.js: Removed.
3407 * BugsSite/colchange.cgi: Removed.
3408 * BugsSite/collectstats.pl: Removed.
3409 * BugsSite/committers-autocomplete.js: Removed.
3410 * BugsSite/config.cgi: Removed.
3411 * BugsSite/contrib: Removed.
3412 * BugsSite/contrib/README: Removed.
3413 * BugsSite/contrib/bugzilla-submit: Removed.
3414 * BugsSite/contrib/bugzilla-submit/README: Removed.
3415 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
3416 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
3417 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
3418 * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
3419 * BugsSite/contrib/bz_webservice_demo.pl: Removed.
3420 * BugsSite/contrib/bzdbcopy.pl: Removed.
3421 * BugsSite/contrib/cmdline: Removed.
3422 * BugsSite/contrib/cmdline/bugcount: Removed.
3423 * BugsSite/contrib/cmdline/bugids: Removed.
3424 * BugsSite/contrib/cmdline/buglist: Removed.
3425 * BugsSite/contrib/cmdline/bugs: Removed.
3426 * BugsSite/contrib/cmdline/bugslink: Removed.
3427 * BugsSite/contrib/cmdline/makequery: Removed.
3428 * BugsSite/contrib/cmdline/query.conf: Removed.
3429 * BugsSite/contrib/cvs-update.pl: Removed.
3430 * BugsSite/contrib/gnats2bz.pl: Removed.
3431 * BugsSite/contrib/gnatsparse: Removed.
3432 * BugsSite/contrib/gnatsparse/README: Removed.
3433 * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
3434 * BugsSite/contrib/gnatsparse/magic.py: Removed.
3435 * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
3436 * BugsSite/contrib/jb2bz.py: Removed.
3437 * BugsSite/contrib/merge-users.pl: Removed.
3438 * BugsSite/contrib/mysqld-watcher.pl: Removed.
3439 * BugsSite/contrib/recode-overrides.txt: Removed.
3440 * BugsSite/contrib/recode.pl: Removed.
3441 * BugsSite/contrib/sendbugmail.pl: Removed.
3442 * BugsSite/contrib/sendunsentbugmail.pl: Removed.
3443 * BugsSite/contrib/syncLDAP.pl: Removed.
3444 * BugsSite/contrib/yp_nomail.sh: Removed.
3445 * BugsSite/createaccount.cgi: Removed.
3446 * BugsSite/data: Removed.
3447 * BugsSite/data/.htaccess: Removed.
3448 * BugsSite/data/attachments: Removed.
3449 * BugsSite/data/attachments/.htaccess: Removed.
3450 * BugsSite/data/duplicates: Removed.
3451 * BugsSite/data/mail: Removed.
3452 * BugsSite/data/mimedump-tmp: Removed.
3453 * BugsSite/data/mining: Removed.
3454 * BugsSite/data/params: Removed.
3455 * BugsSite/data/template: Removed.
3456 * BugsSite/data/webdot: Removed.
3457 * BugsSite/data/webdot/.htaccess: Removed.
3458 * BugsSite/describecomponents.cgi: Removed.
3459 * BugsSite/describekeywords.cgi: Removed.
3460 * BugsSite/docs: Removed.
3461 * BugsSite/docs/en: Removed.
3462 * BugsSite/docs/en/.cvsignore: Removed.
3463 * BugsSite/docs/en/README.docs: Removed.
3464 * BugsSite/docs/en/images: Removed.
3465 * BugsSite/docs/en/images/bzLifecycle.png: Removed.
3466 * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
3467 * BugsSite/docs/en/images/callouts: Removed.
3468 * BugsSite/docs/en/images/callouts/1.gif: Removed.
3469 * BugsSite/docs/en/images/callouts/2.gif: Removed.
3470 * BugsSite/docs/en/images/callouts/3.gif: Removed.
3471 * BugsSite/docs/en/images/caution.gif: Removed.
3472 * BugsSite/docs/en/images/note.gif: Removed.
3473 * BugsSite/docs/en/images/tip.gif: Removed.
3474 * BugsSite/docs/en/images/warning.gif: Removed.
3475 * BugsSite/docs/en/rel_notes.txt: Removed.
3476 * BugsSite/docs/en/xml: Removed.
3477 * BugsSite/docs/en/xml/.cvsignore: Removed.
3478 * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
3479 * BugsSite/docs/en/xml/about.xml: Removed.
3480 * BugsSite/docs/en/xml/administration.xml: Removed.
3481 * BugsSite/docs/en/xml/conventions.xml: Removed.
3482 * BugsSite/docs/en/xml/customization.xml: Removed.
3483 * BugsSite/docs/en/xml/gfdl.xml: Removed.
3484 * BugsSite/docs/en/xml/glossary.xml: Removed.
3485 * BugsSite/docs/en/xml/index.xml: Removed.
3486 * BugsSite/docs/en/xml/installation.xml: Removed.
3487 * BugsSite/docs/en/xml/integration.xml: Removed.
3488 * BugsSite/docs/en/xml/introduction.xml: Removed.
3489 * BugsSite/docs/en/xml/modules.xml: Removed.
3490 * BugsSite/docs/en/xml/patches.xml: Removed.
3491 * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
3492 * BugsSite/docs/en/xml/security.xml: Removed.
3493 * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
3494 * BugsSite/docs/en/xml/using.xml: Removed.
3495 * BugsSite/docs/html: Removed.
3496 * BugsSite/docs/html/api: Removed.
3497 * BugsSite/docs/images: Removed.
3498 * BugsSite/docs/images/callouts: Removed.
3499 * BugsSite/docs/lib: Removed.
3500 * BugsSite/docs/lib/Pod: Removed.
3501 * BugsSite/docs/lib/Pod/Simple: Removed.
3502 * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
3503 * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
3504 * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
3505 * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
3506 * BugsSite/docs/makedocs.pl: Removed.
3507 * BugsSite/docs/pdf: Removed.
3508 * BugsSite/docs/style.css: Removed.
3509 * BugsSite/docs/txt: Removed.
3510 * BugsSite/docs/xml: Removed.
3511 * BugsSite/duplicates.cgi: Removed.
3512 * BugsSite/editclassifications.cgi: Removed.
3513 * BugsSite/editcomponents.cgi: Removed.
3514 * BugsSite/editfields.cgi: Removed.
3515 * BugsSite/editflagtypes.cgi: Removed.
3516 * BugsSite/editgroups.cgi: Removed.
3517 * BugsSite/editkeywords.cgi: Removed.
3518 * BugsSite/editmilestones.cgi: Removed.
3519 * BugsSite/editparams.cgi: Removed.
3520 * BugsSite/editproducts.cgi: Removed.
3521 * BugsSite/editsettings.cgi: Removed.
3522 * BugsSite/editusers.cgi: Removed.
3523 * BugsSite/editvalues.cgi: Removed.
3524 * BugsSite/editversions.cgi: Removed.
3525 * BugsSite/editwhines.cgi: Removed.
3526 * BugsSite/editworkflow.cgi: Removed.
3527 * BugsSite/email_in.pl: Removed.
3528 * BugsSite/enter_bug.cgi: Removed.
3529 * BugsSite/extensions: Removed.
3530 * BugsSite/extensions/example: Removed.
3531 * BugsSite/extensions/example/code: Removed.
3532 * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
3533 * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
3534 * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
3535 * BugsSite/extensions/example/code/config.pl: Removed.
3536 * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
3537 * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
3538 * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
3539 * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
3540 * BugsSite/extensions/example/code/webservice.pl: Removed.
3541 * BugsSite/extensions/example/disabled: Removed.
3542 * BugsSite/extensions/example/info.pl: Removed.
3543 * BugsSite/extensions/example/lib: Removed.
3544 * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
3545 * BugsSite/extensions/example/lib/WSExample.pm: Removed.
3546 * BugsSite/extensions/example/template: Removed.
3547 * BugsSite/extensions/example/template/en: Removed.
3548 * BugsSite/extensions/example/template/en/default: Removed.
3549 * BugsSite/extensions/example/template/en/default/admin: Removed.
3550 * BugsSite/extensions/example/template/en/default/admin/params: Removed.
3551 * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
3552 * BugsSite/extensions/example/template/en/global: Removed.
3553 * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
3554 * BugsSite/graphs: Removed.
3555 * BugsSite/images: Removed.
3556 * BugsSite/images/favicon.ico: Removed.
3557 * BugsSite/images/padlock.png: Removed.
3558 * BugsSite/importxml.pl: Removed.
3559 * BugsSite/index.cgi: Removed.
3560 * BugsSite/install-module.pl: Removed.
3561 * BugsSite/js: Removed.
3562 * BugsSite/js/TUI.js: Removed.
3563 * BugsSite/js/attachment.js: Removed.
3564 * BugsSite/js/expanding-tree.js: Removed.
3565 * BugsSite/js/field.js: Removed.
3566 * BugsSite/js/help.js: Removed.
3567 * BugsSite/js/params.js: Removed.
3568 * BugsSite/js/productform.js: Removed.
3569 * BugsSite/js/util.js: Removed.
3570 * BugsSite/js/yui: Removed.
3571 * BugsSite/js/yui/calendar.js: Removed.
3572 * BugsSite/js/yui/yahoo-dom-event.js: Removed.
3573 * BugsSite/lib: Removed.
3574 * BugsSite/lib/.htaccess: Removed.
3575 * BugsSite/lib/README: Removed.
3576 * BugsSite/long_list.cgi: Removed.
3577 * BugsSite/mod_perl.pl: Removed.
3578 * BugsSite/page.cgi: Removed.
3579 * BugsSite/post_bug.cgi: Removed.
3580 * BugsSite/process_bug.cgi: Removed.
3581 * BugsSite/query.cgi: Removed.
3582 * BugsSite/quips.cgi: Removed.
3583 * BugsSite/relogin.cgi: Removed.
3584 * BugsSite/report.cgi: Removed.
3585 * BugsSite/reports.cgi: Removed.
3586 * BugsSite/request.cgi: Removed.
3587 * BugsSite/robots.txt: Removed.
3588 * BugsSite/runtests.pl: Removed.
3589 * BugsSite/sanitycheck.cgi: Removed.
3590 * BugsSite/sanitycheck.pl: Removed.
3591 * BugsSite/search_plugin.cgi: Removed.
3592 * BugsSite/show_activity.cgi: Removed.
3593 * BugsSite/show_bug.cgi: Removed.
3594 * BugsSite/showattachment.cgi: Removed.
3595 * BugsSite/showdependencygraph.cgi: Removed.
3596 * BugsSite/showdependencytree.cgi: Removed.
3597 * BugsSite/sidebar.cgi: Removed.
3598 * BugsSite/skins: Removed.
3599 * BugsSite/skins/.cvsignore: Removed.
3600 * BugsSite/skins/contrib: Removed.
3601 * BugsSite/skins/contrib/Dusk: Removed.
3602 * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
3603 * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
3604 * BugsSite/skins/contrib/Dusk/admin.css: Removed.
3605 * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
3606 * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
3607 * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
3608 * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
3609 * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
3610 * BugsSite/skins/contrib/Dusk/global.css: Removed.
3611 * BugsSite/skins/contrib/Dusk/help.css: Removed.
3612 * BugsSite/skins/contrib/Dusk/index.css: Removed.
3613 * BugsSite/skins/contrib/Dusk/panel.css: Removed.
3614 * BugsSite/skins/contrib/Dusk/params.css: Removed.
3615 * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
3616 * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
3617 * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
3618 * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
3619 * BugsSite/skins/contrib/Dusk/voting.css: Removed.
3620 * BugsSite/skins/contrib/Dusk/yui: Removed.
3621 * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
3622 * BugsSite/skins/custom: Removed.
3623 * BugsSite/skins/custom/IE-fixes.css: Removed.
3624 * BugsSite/skins/custom/admin.css: Removed.
3625 * BugsSite/skins/custom/buglist.css: Removed.
3626 * BugsSite/skins/custom/create_attachment.css: Removed.
3627 * BugsSite/skins/custom/dependency-tree.css: Removed.
3628 * BugsSite/skins/custom/duplicates.css: Removed.
3629 * BugsSite/skins/custom/editusers.css: Removed.
3630 * BugsSite/skins/custom/global.css: Removed.
3631 * BugsSite/skins/custom/help.css: Removed.
3632 * BugsSite/skins/custom/index.css: Removed.
3633 * BugsSite/skins/custom/opendarwin.gif: Removed.
3634 * BugsSite/skins/custom/panel.css: Removed.
3635 * BugsSite/skins/custom/params.css: Removed.
3636 * BugsSite/skins/custom/release-notes.css: Removed.
3637 * BugsSite/skins/custom/show_bug.css: Removed.
3638 * BugsSite/skins/custom/show_multiple.css: Removed.
3639 * BugsSite/skins/custom/summarize-time.css: Removed.
3640 * BugsSite/skins/custom/voting.css: Removed.
3641 * BugsSite/skins/custom/yui: Removed.
3642 * BugsSite/skins/custom/yui/calendar.css: Removed.
3643 * BugsSite/skins/standard: Removed.
3644 * BugsSite/skins/standard/IE-fixes.css: Removed.
3645 * BugsSite/skins/standard/admin.css: Removed.
3646 * BugsSite/skins/standard/buglist.css: Removed.
3647 * BugsSite/skins/standard/create_attachment.css: Removed.
3648 * BugsSite/skins/standard/dependency-tree: Removed.
3649 * BugsSite/skins/standard/dependency-tree.css: Removed.
3650 * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
3651 * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
3652 * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
3653 * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
3654 * BugsSite/skins/standard/duplicates.css: Removed.
3655 * BugsSite/skins/standard/editusers.css: Removed.
3656 * BugsSite/skins/standard/global: Removed.
3657 * BugsSite/skins/standard/global.css: Removed.
3658 * BugsSite/skins/standard/global/body-back.gif: Removed.
3659 * BugsSite/skins/standard/global/calendar.png: Removed.
3660 * BugsSite/skins/standard/global/header.png: Removed.
3661 * BugsSite/skins/standard/help.css: Removed.
3662 * BugsSite/skins/standard/index: Removed.
3663 * BugsSite/skins/standard/index.css: Removed.
3664 * BugsSite/skins/standard/index/front.png: Removed.
3665 * BugsSite/skins/standard/panel.css: Removed.
3666 * BugsSite/skins/standard/params.css: Removed.
3667 * BugsSite/skins/standard/release-notes.css: Removed.
3668 * BugsSite/skins/standard/show_bug.css: Removed.
3669 * BugsSite/skins/standard/show_multiple.css: Removed.
3670 * BugsSite/skins/standard/summarize-time.css: Removed.
3671 * BugsSite/skins/standard/voting.css: Removed.
3672 * BugsSite/skins/standard/yui: Removed.
3673 * BugsSite/skins/standard/yui/calendar.css: Removed.
3674 * BugsSite/skins/standard/yui/sprite.png: Removed.
3675 * BugsSite/summarize_time.cgi: Removed.
3676 * BugsSite/t: Removed.
3677 * BugsSite/t/001compile.t: Removed.
3678 * BugsSite/t/002goodperl.t: Removed.
3679 * BugsSite/t/003safesys.t: Removed.
3680 * BugsSite/t/004template.t: Removed.
3681 * BugsSite/t/005no_tabs.t: Removed.
3682 * BugsSite/t/006spellcheck.t: Removed.
3683 * BugsSite/t/007util.t: Removed.
3684 * BugsSite/t/008filter.t: Removed.
3685 * BugsSite/t/009bugwords.t: Removed.
3686 * BugsSite/t/010dependencies.t: Removed.
3687 * BugsSite/t/011pod.t: Removed.
3688 * BugsSite/t/012throwables.t: Removed.
3689 * BugsSite/t/Support: Removed.
3690 * BugsSite/t/Support/Files.pm: Removed.
3691 * BugsSite/t/Support/Systemexec.pm: Removed.
3692 * BugsSite/t/Support/Templates.pm: Removed.
3693 * BugsSite/template: Removed.
3694 * BugsSite/template/.cvsignore: Removed.
3695 * BugsSite/template/.htaccess: Removed.
3696 * BugsSite/template/en: Removed.
3697 * BugsSite/template/en/.cvsignore: Removed.
3698 * BugsSite/template/en/custom: Removed.
3699 * BugsSite/template/en/custom/account: Removed.
3700 * BugsSite/template/en/custom/account/auth: Removed.
3701 * BugsSite/template/en/custom/account/email: Removed.
3702 * BugsSite/template/en/custom/account/password: Removed.
3703 * BugsSite/template/en/custom/account/prefs: Removed.
3704 * BugsSite/template/en/custom/admin: Removed.
3705 * BugsSite/template/en/custom/admin/classifications: Removed.
3706 * BugsSite/template/en/custom/admin/components: Removed.
3707 * BugsSite/template/en/custom/admin/fieldvalues: Removed.
3708 * BugsSite/template/en/custom/admin/flag-type: Removed.
3709 * BugsSite/template/en/custom/admin/groups: Removed.
3710 * BugsSite/template/en/custom/admin/keywords: Removed.
3711 * BugsSite/template/en/custom/admin/milestones: Removed.
3712 * BugsSite/template/en/custom/admin/products: Removed.
3713 * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
3714 * BugsSite/template/en/custom/admin/settings: Removed.
3715 * BugsSite/template/en/custom/admin/users: Removed.
3716 * BugsSite/template/en/custom/admin/versions: Removed.
3717 * BugsSite/template/en/custom/attachment: Removed.
3718 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
3719 * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
3720 * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
3721 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
3722 * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
3723 * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
3724 * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
3725 * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
3726 * BugsSite/template/en/custom/bug: Removed.
3727 * BugsSite/template/en/custom/bug/activity: Removed.
3728 * BugsSite/template/en/custom/bug/create: Removed.
3729 * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
3730 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
3731 * BugsSite/template/en/custom/bug/process: Removed.
3732 * BugsSite/template/en/custom/bug/votes: Removed.
3733 * BugsSite/template/en/custom/flag: Removed.
3734 * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
3735 * BugsSite/template/en/custom/global: Removed.
3736 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
3737 * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
3738 * BugsSite/template/en/custom/list: Removed.
3739 * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
3740 * BugsSite/template/en/custom/pages: Removed.
3741 * BugsSite/template/en/custom/reports: Removed.
3742 * BugsSite/template/en/custom/request: Removed.
3743 * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
3744 * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
3745 * BugsSite/template/en/custom/search: Removed.
3746 * BugsSite/template/en/custom/whine: Removed.
3747 * BugsSite/template/en/default: Removed.
3748 * BugsSite/template/en/default/account: Removed.
3749 * BugsSite/template/en/default/account/auth: Removed.
3750 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
3751 * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
3752 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
3753 * BugsSite/template/en/default/account/create.html.tmpl: Removed.
3754 * BugsSite/template/en/default/account/created.html.tmpl: Removed.
3755 * BugsSite/template/en/default/account/email: Removed.
3756 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
3757 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
3758 * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
3759 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
3760 * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
3761 * BugsSite/template/en/default/account/password: Removed.
3762 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
3763 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
3764 * BugsSite/template/en/default/account/prefs: Removed.
3765 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
3766 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
3767 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
3768 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
3769 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.