1 2011-07-01 Tony Chang <tony@chromium.org>
3 Add chromium sql directory to git ignore.
7 2011-07-01 Patrick Gansterer <paroga@webkit.org>
9 Reviewed by Daniel Bates.
11 [CMake] Add cpu detection for MIPS
12 https://bugs.webkit.org/show_bug.cgi?id=63693
14 * Source/CMakeLists.txt:
16 2011-07-01 Joone Hur <joone.hur@collabora.co.uk>
18 Reviewed by Martin Robinson.
20 [GTK] Add DeviceOrientation feature
21 https://bugs.webkit.org/show_bug.cgi?id=63720
23 Add configure option to enable/disable DeviceOrientation feature.
27 2011-06-28 Joone Hur <joone.hur@collabora.co.uk>
29 Reviewed by Martin Robinson.
31 [GTK] Rename 3D transforms to 3D rendering
32 https://bugs.webkit.org/show_bug.cgi?id=63508
34 WebKitGtk+ provides the 3D transforms feature, but it was
35 renamed to 3D Rendering. This features supports CSS 3D trasnforms.
37 * configure.ac: Rename ENABLE_3D_TRANSFORMS to ENABLE_3D_RENDERING.
39 2011-06-27 Alexis Menard <alexis.menard@openbossa.org>
41 Reviewed by Kenneth Rohde Christiansen.
43 [Qt] Remove Phonon MediaPlayer from the tree.
44 https://bugs.webkit.org/show_bug.cgi?id=63448
46 Remvove from the build.
50 2011-06-24 Dominic Cooney <dominicc@chromium.org>
52 Reviewed by Dimitri Glazkov.
54 Convert shadow DOM-related tests to use window.internals
55 https://bugs.webkit.org/show_bug.cgi?id=61671
57 * Source/autotools/symbols.filter: Export symbols for GTK.
59 2011-06-24 Carlos Garcia Campos <cgarcia@igalia.com>
61 Reviewed by Martin Robinson.
63 [GTK] Add more debug options to compilation
64 https://bugs.webkit.org/show_bug.cgi?id=63318
66 Add --enable-debug-symbols to enable/disable compilation with
67 debug symbols and --enable-debug-features to enable/disable debug
68 features. Both options are unconditionally enabled for debug
73 2011-06-23 Oliver Hunt <oliver@apple.com>
75 Qt build-fix: remove warning that no other platform appears to use.
76 Someone can add it back if they really feel it's needed.
80 2011-06-22 Ryuan Choi <ryuan.choi@samsung.com>
82 Reviewed by Antonio Gomes.
84 [EFL] Add an option to enable Device Orientation Event.
85 https://bugs.webkit.org/show_bug.cgi?id=63120
87 ADD ENABLE_DEVICE_ORIENTATION.
89 * Source/cmake/OptionsEfl.cmake:
90 * Source/cmakeconfig.h.cmake:
92 2011-06-22 Nate Chapin <japhet@chromium.org>
94 Reviewed by Adam Barth.
96 Add symbols required for window.internals.
97 https://bugs.webkit.org/show_bug.cgi?id=62066
99 * Source/autotools/symbols.filter:
101 2011-06-22 Martin Robinson <mrobinson@igalia.com>
103 Reviewed by Adam Roben.
105 [GTK] Implement pixel dump support for WebKitTestRunner
106 https://bugs.webkit.org/show_bug.cgi?id=58242
108 * GNUmakefile.am: Reference the new ImageDiff GNUmakefile.
110 2011-06-21 MORITA Hajime <morrita@google.com>
112 Unreviewed, rolling out r89401 and r89403.
113 http://trac.webkit.org/changeset/89401
114 http://trac.webkit.org/changeset/89403
115 https://bugs.webkit.org/show_bug.cgi?id=62970
117 Breaks mac build and mistakenly enables the spellcheck API
121 2011-06-20 MORITA Hajime <morrita@google.com>
123 Reviewed by Kent Tamura.
125 Spellcheck API should be build-able.
126 https://bugs.webkit.org/show_bug.cgi?id=62970
130 2011-06-20 MORITA Hajime <morrita@google.com>
132 Unreviewed GTK build fix.
133 This change corrected syntax error on symbols.filter.
135 * Source/autotools/symbols.filter:
137 2011-06-19 MORITA Hajime <morrita@google.com>
139 Unreviewed GTK build fix.
141 * Source/autotools/symbols.filter:
143 2011-06-19 MORITA Hajime <morrita@google.com>
145 Reviewed by Dimitri Glazkov.
147 The internals object should have createShadowContentElement()
148 https://bugs.webkit.org/show_bug.cgi?id=62432
150 * Source/autotools/symbols.filter: Added some more symbols necessary for
151 window.internals to function to the global symbol list.
154 2011-06-19 Adam Bergkvist <adam.bergkvist@ericsson.com>
156 Reviewed by Martin Robinson.
158 [GTK] Enable Media Stream feature and make it default on
159 https://bugs.webkit.org/show_bug.cgi?id=60394
163 2011-06-17 Joone Hur <joone.hur@collabora.co.uk>
165 Reviewed by Martin Robinson.
167 [GTK] Replace GdkRectangle by cairo_rectangle_int_t
168 https://bugs.webkit.org/show_bug.cgi?id=60687
170 Replace GdkRectangle by cairo_rectangle_int_t.
172 * configure.ac: Check whether Cairo version is higher than 1.10.
174 2011-06-16 Gyuyoung Kim <gyuyoung.kim@samsung.com>
176 Reviewed by Eric Seidel.
178 [CMAKE] Enable METER_TAG of HTML5
179 https://bugs.webkit.org/show_bug.cgi?id=62697
181 Support for meter tag of html5 in CMake build system. However, this feature is
182 only enabled on EFL port now.
184 * Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
185 * Source/cmakeconfig.h.cmake:ditto.
187 2011-06-16 Carlos Garcia Campos <cgarcia@igalia.com>
189 Reviewed by Xan Lopez.
191 [GTK] Remove support for GTK+2 in WebKit2
192 https://bugs.webkit.org/show_bug.cgi?id=62794
194 * configure.ac: Make WebKit2 require GTK+ 3.x.
196 2011-06-15 Ryuan Choi <ryuan.choi@samsung.com>
198 Rubber stamped by Eric Seidel.
200 [CMAKE][WK2] Add an option to build webkit2.
201 https://bugs.webkit.org/show_bug.cgi?id=62260
203 Add ENABLE_WEBKIT2 to build WebKit2 using CMake and ENABLE_WEBKIT to disable
206 * Source/CMakeLists.txt:
207 * Source/cmake/WebKitFS.cmake:
209 2011-06-14 Ryuan Choi <ryuan.choi@samsung.com>
211 Reviewed by Eric Seidel.
213 [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
214 https://bugs.webkit.org/show_bug.cgi?id=62604
216 Add feature to enable or disable ENABLE_TOUCH_ICON which supports
217 apple-touch-icon and apple-touch-icon-precomposed in link tag.
219 * Source/cmake/OptionsEfl.cmake:
220 * Source/cmakeconfig.h.cmake:
222 2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
224 Reviewed by Martin Robinson.
226 [GTK] Add configure option to enable/disable register protocol handler
227 https://bugs.webkit.org/show_bug.cgi?id=62534
229 This patch just adds configure option to enable/disable register protocol handler.
230 So, it needs more code to use register protocol handler.
232 * configure.ac: Add configure option to enable/disable register protocol handler.
234 2011-06-13 Joone Hur <joone.hur@collabora.co.uk>
236 Reviewed by Martin Robinson.
238 [GTK] Need to report whether touch icon loading is enabled
239 https://bugs.webkit.org/show_bug.cgi?id=62532
241 It needs to report whether touch icon loading is enabled.
243 * configure.ac: Updated option parsing code for loading touch icons.
245 2011-06-13 Lucas De Marchi <lucas.demarchi@profusion.mobi>
247 Reviewed by Eric Seidel.
249 [CMAKE] Conditionally generate DerivedSources
250 https://bugs.webkit.org/show_bug.cgi?id=62277
252 Speedup build by not generating DerivedSources of features that are
253 disabled. This was already been done for some features like ENABLE_SVG
254 and now it's extended the following features: ENABLE_DATABASE,
255 ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
256 ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
257 ENABLE_DATA_TRANSFER_ITEMS.
259 * Source/cmakeconfig.h.cmake: add definition for INDEXED_DATABASE
261 2011-06-10 Lucas De Marchi <lucas.demarchi@profusion.mobi>
263 Reviewed by Kenneth Rohde Christiansen.
265 [CMAKE] Add generic support for building with WebGL
266 https://bugs.webkit.org/show_bug.cgi?id=62376
268 Add files that need to be compiled in every port for supporting WebGL.
269 Each port still needs to add its specific files to
270 CMakeLists${PORT}.txt. Therefore we do not enable WebGL in any port
273 * Source/CMakeLists.txt: Add files needed to support WebGL.
274 * Source/cmake/OptionsCommon.cmake: Find required OpenGL package.
275 * Source/cmakeconfig.h.cmake: define ENABLE_WEBGL this feature is
278 2011-06-09 Lucas De Marchi <lucas.demarchi@profusion.mobi>
280 Reviewed by Antonio Gomes.
282 [CMAKE] Never let USER_AGENT defined to nothing
283 https://bugs.webkit.org/show_bug.cgi?id=62410
285 This patch is similar to r88342, but sets WEBKIT_USER_AGENT_*
286 definitions only if that port defined it. A port might prefer to set it
287 in other place, e.g. a header that is part of the public API (like GTK
290 By using #cmakedefine instead of #define, if that variable is not set
291 in CMake it will expand to:
293 /* #define WEBKIT_USER_AGENT_MAJOR_VERSION */
295 * Source/cmake/OptionsEfl.cmake:
296 * Source/cmakeconfig.h.cmake:
298 2011-06-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
300 Reviewed by Antonio Gomes.
302 [EFL] Enable PROGRESS_TAG feature
303 https://bugs.webkit.org/show_bug.cgi?id=62212
305 * Source/cmake/OptionsEfl.cmake: Turn on PROGRESS_TAG by default.
307 2011-06-08 Lucas De Marchi <lucas.demarchi@profusion.mobi>
309 Reviewed by Kenneth Rohde Christiansen.
311 [CMAKE] Never let a WTF_FEATURE defined to nothing
312 https://bugs.webkit.org/show_bug.cgi?id=60820
314 If a port doesn't want to give the user some configure options,
315 nevertheless it would have to define this feature as OFF. Otherwise
316 there's a build error because the generated cmakeconfig.h is not
317 parsed correctly by ENABLE macro, which expects each feature to be
318 either undefined or defined to TRUE/FALSE.
320 * Source/cmake/WebKitFeatures.cmake: Use a variable with the same name
321 of the feature, which allows CONFIGURE_FILE() to replace it in the new
323 * Source/cmakeconfig.h.cmake: use #cmakedefine01 instead of #define
324 with another variable. This way the feature will always be 0 or 1 and
325 it will never be left undefined.
327 2011-06-07 Lucas De Marchi <lucas.demarchi@profusion.mobi>
329 Reviewed by Antonio Gomes.
331 [EFL] Remove Ecore_X bits from PlatformScreenEfl
332 https://bugs.webkit.org/show_bug.cgi?id=61649
334 Remove the need for Ecore_X and some X calls by always using
335 new functions available in EFL to get the screen size.
337 * Source/cmake/FindEFL.cmake: Bump ecore and ecore-evas versions.
339 2011-06-07 Andreas Kling <andreas.kling@nokia.com>
341 Reviewed by Laszlo Gombos.
343 [Qt] Fix Symbian build with RVCT 2.x
344 https://bugs.webkit.org/show_bug.cgi?id=62205
346 RVCT 2.x doesn't support (or need) the --signed_bitfields command-line
347 option, so restrict it to version 4.x of the compiler.
351 2011-06-06 Martin Robinson <mrobinson@igalia.com>
353 Fix the GTK+ build by ensuring that the autogenerated sources
354 necessary for libWebCoreInternals are recorded in a predeclared
355 variable before assigning to BUILT_SOURCES.
357 * GNUmakefile.am: Assign libWebCoreInternals built sources to
358 libwebcoreinternals_built_sources before adding to the source list
359 and to BUILT_SOURCES.
361 2011-06-06 Carlos Garcia Campos <cgarcia@igalia.com>
363 Unreviewed. Fix the GTK+ build.
365 * GNUmakefile.am: Add javascriptcore_cflags variable.
367 2011-06-04 Kevin Ollivier <kevino@theolliviers.com>
369 [wx] Unreviewed build fix. Restore the PPC build and allow users to specify architectures
374 2011-06-04 Adam Barth <abarth@webkit.org>
376 Configure new commit-queue instance. (Please ignore.)
378 2011-06-03 Martin Robinson <mrobinson@igalia.com>
380 Reviewed by Dimitri Glazkov.
382 Teach Gtk build about window.internals
383 https://bugs.webkit.org/show_bug.cgi?id=61071
385 * Source/autotools/symbols.filter: Added some symbols necessary for
386 window.internals to function to the global symbol list.
388 2011-06-03 Alexis Menard <alexis.menard@openbossa.org>
390 Reviewed by Benjamin Poulain.
392 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
393 https://bugs.webkit.org/show_bug.cgi?id=61957
395 When building inside the Qt source tree, qmake always append the mkspecs
396 defines after ours. We have to workaround and make sure that we append
397 our flags after the qmake variable used inside Qt. This workaround was provided
398 by our qmake folks. We need to append in both case because qmake behave differently
399 when called with -spec or via SUBDIR+=.
403 2011-06-02 Alexis Menard <alexis.menard@openbossa.org>
405 Reviewed by Andreas Kling.
407 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
408 https://bugs.webkit.org/show_bug.cgi?id=61957
410 When building inside the Qt source tree, qmake always append the mkspecs
411 defines after ours. We have to workaround and make sure that we append
412 our flags after the qmake variable used inside Qt. This workaround was provided
417 2011-03-30 Martin Robinson <mrobinson@igalia.com>
419 Reviewed by Adam Roben.
421 [GTK] [WebKit2] Implement a basic WebKitTestRunner
422 https://bugs.webkit.org/show_bug.cgi?id=57068
424 * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
426 2011-05-31 Xan Lopez <xlopez@igalia.com>
428 Reviewed by Martin Robinson.
430 Bump version to 1.5.1.
434 2011-05-25 Gregg Tavares <gman@chromium.org>
436 Reviewed by Kenneth Russell.
438 Add 'noExtensions' option to Web/GraphicsContext3D attributes.
439 https://bugs.webkit.org/show_bug.cgi?id=61460
441 * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
442 * Source/WebCore/platform/graphics/GraphicsContext3D.h:
443 * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
444 * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
446 2011-05-24 Keishi Hattori <keishi@webkit.org>
448 Reviewed by Kent Tamura.
450 Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
451 https://bugs.webkit.org/show_bug.cgi?id=61273
453 * configure.ac: Added INPUT_COLOR feature flag.
455 2011-05-24 Jay Civelli <jcivelli@chromium.org>
457 Reviewed by Adam Barth.
459 Adding MHTML reading support.
460 https://bugs.webkit.org/show_bug.cgi?id=7168
464 2011-05-23 Ryuan Choi <ryuan.choi@samsung.com>
466 Rubber stamped by Eric Seidel.
468 [CMAKE] Refactoring wtf related code.
469 https://bugs.webkit.org/show_bug.cgi?id=60146
471 Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
473 * Source/cmake/OptionsCommon.cmake:
474 * Source/cmake/OptionsEfl.cmake:
476 2011-05-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
478 Unreviewed. Fix build break.
480 * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
482 2011-05-16 Carlos Garcia Campos <cgarcia@igalia.com>
484 Reviewed by Martin Robinson.
486 [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
487 https://bugs.webkit.org/show_bug.cgi?id=58223
489 * configure.ac: Add configure option to enable/disable plugin
492 2011-05-12 Gregg Tavares <gman@chromium.org>
494 Reviewed by Kenneth Russell.
496 Add option to select GraphicsContext3D implementation.
497 https://bugs.webkit.org/show_bug.cgi?id=60297
499 * Source/WebKit/chromium/DEPS:
500 * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
502 2011-05-12 Lucas De Marchi <lucas.demarchi@profusion.mobi>
504 Reviewed by Antonio Gomes.
506 [CMAKE] Add option to unconditionally enable/disable a feature
507 https://bugs.webkit.org/show_bug.cgi?id=60643
509 Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
510 to enable a feature without showing to user that it can be disabled.
511 This is useful if a port needs an option to be always ON/OFF and
512 changing it will break the build.
514 This way it's possible to add mandatory features to each port without
515 touching the cmakeconfig.cmake file.
517 * Source/cmake/WebKitFeatures.cmake:
519 2011-05-11 Dmitry Lomov <dslomov@google.com>
521 Reviewed by David Levin.
523 https://bugs.webkit.org/show_bug.cgi?id=59561
524 Switch TestWebKitAPI to GTest
526 Fixes Makefiles and WinCairo build as well
528 * Source/ThirdParty/gtest/README.WebKit:
529 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
530 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
531 * Source/ThirdParty/gtest/xcode/Makefile: Added.
533 2011-05-09 Dmitry Lomov <dslomov@google.com>
535 Reviewed by Sam Weinig.
537 Switch TestWebKitAPI to GTest
538 https://bugs.webkit.org/show_bug.cgi?id=59561
540 * Source/ThirdParty/gtest/README.WebKit:
541 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
543 2011-05-09 Xan Lopez <xlopez@igalia.com>
545 Reviewed by Gustavo Noronha.
547 Fix logic in GCC version detection, it was reversed.
551 2011-05-09 Alexis Menard <alexis.menard@openbossa.org>
553 Reviewed by Andreas Kling.
555 [Qt] Fix the build on Embedded Linux.
556 https://bugs.webkit.org/show_bug.cgi?id=60347
558 qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
559 still be used in order to build properly.
563 2011-05-05 Kevin Ollivier <kevino@theolliviers.com>
565 [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
569 2011-05-05 Prasanth Ullattil <prasanth.ullattil@nokia.com>
571 Reviewed by Simon Hausmann.
573 Install correct header files for webkit.
575 Since WebKit is no longer inside Qt, we can remove the detection for
578 [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
579 https://bugs.webkit.org/show_bug.cgi?id=57621
581 * Source/sync.profile:
583 2011-05-05 Adam Barth <abarth@webkit.org>
585 Remove a couple stray mentions of WML that I missed before.
589 2011-05-05 Alexis Menard <alexis.menard@openbossa.org>
591 Reviewed by Benjamin Poulain.
593 [Qt] Make QtWebKit build when using gcc 4.6.0
594 https://bugs.webkit.org/show_bug.cgi?id=60265
596 If QtWebKit is compiled with gcc 4.6.0 and the build is not done
597 with c++0x support we need to deactivate warnings about compatibility.
598 Some WebKit types have names which conflicts with upcoming c++0x
599 types. If QtWebKit is built with c++0x support, WebKit has code to
600 fallback to the standard type rather than the WebKit implementation.
601 For example nullptr will be the one of the std if build options turns on
606 2011-05-04 Xan Lopez <xlopez@igalia.com>
608 Reviewed by Martin Robinson.
610 [GTK] Fix warnings in webkit.m4 with autoconf 2.68
611 https://bugs.webkit.org/show_bug.cgi?id=60189
613 Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
616 * Source/autotools/webkit.m4: ditto.
618 2011-05-04 Martin Robinson <mrobinson@igalia.com>
620 Fix the WebKitGTK+ build.
622 * configure.ac: Added option parsing code for loading touch icons.
624 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
626 Reviewed by Xan Lopez.
628 [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
629 https://bugs.webkit.org/show_bug.cgi?id=60041
631 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
632 4.6.0) until our codebase is ready. This is the same as done for
635 * Source/cmake/WebKitHelpers.cmake: ditto.
637 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
639 Unreviewed, rolling out r85624.
640 http://trac.webkit.org/changeset/85624
642 The same command is used also for make_names.pl, which breaks
645 * Source/cmake/OptionsCommon.cmake: ditto.
647 2011-05-03 Leandro Pereira <leandro@profusion.mobi>
649 [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
651 Force linking with zlib so that uncompress() exists.
653 * Source/cmake/OptionsEfl.cmake: Find zlib.
655 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
657 [CMAKE] Unreviewed build fix for gcc >= 4.6
659 Same fix as done in r84123. CMake explicitly pass the arguments to
660 make_names.pl, so let's make them the same.
662 * Source/cmake/OptionsCommon.cmake: ditto.
664 2011-05-02 Adam Klein <adamk@chromium.org>
666 Reviewed by Tony Chang.
668 Roll chromium DEPS to r83722, add new crypto directory to DEPS
669 https://bugs.webkit.org/show_bug.cgi?id=59992
672 Ignore new chromium/crypto directory.
674 2011-05-03 Carlos Garcia Campos <cgarcia@igalia.com>
676 Reviewed by Eric Seidel.
678 [GTK] Build webkit1 even when webkit2 is enabled
679 https://bugs.webkit.org/show_bug.cgi?id=59695
684 2011-05-01 ojab <ojab@ojab.ru>
686 Reviewed by Eric Seidel.
688 --disable-video-track if --disable-video
689 https://bugs.webkit.org/show_bug.cgi?id=59605
693 2011-04-29 Dean Jackson <dino@apple.com>
695 Reviewed by Simon Fraser.
697 Add ENABLE macro for WebKitAnimation
698 https://bugs.webkit.org/show_bug.cgi?id=59729
700 Add new feature to toggle WebKit Animation API.
704 2011-04-29 Kevin Ollivier <kevino@theolliviers.com>
706 [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
710 2011-04-28 Adam Barth <abarth@webkit.org>
712 Reviewed by Eric Seidel.
715 https://bugs.webkit.org/show_bug.cgi?id=59678
717 Remove WML configuration option from the CMake build system.
719 * Source/cmake/OptionsEfl.cmake:
720 * Source/cmake/OptionsWinCE.cmake:
721 * Source/cmakeconfig.h.cmake:
723 2011-04-28 Xan Lopez <xlopez@igalia.com>
725 Reviewed by Martin Robinson.
727 [Gtk] Split JSC and WebCore builds
728 https://bugs.webkit.org/show_bug.cgi?id=19428
730 Add a pkg-config file for JavaScriptCoreGTK+.
732 * configure.ac: generate the final pkg-config file from our .in
735 2011-04-28 Xan Lopez <xlopez@igalia.com>
737 Reviewed by Martin Robinson.
739 [Gtk] Split JSC and WebCore builds
740 https://bugs.webkit.org/show_bug.cgi?id=19428
742 Build JavaScriptCore as a libtool shared library instead of a
743 private convenience library.
745 * GNUmakefile.am: remove convenience library definition for jsc.
747 2011-04-28 Xan Lopez <xlopez@igalia.com>
749 Reviewed by Martin Robinson.
751 [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
752 https://bugs.webkit.org/show_bug.cgi?id=59718
754 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
755 4.6.0) until our codebase is ready.
757 * configure.ac: do that.
759 2011-04-27 Yi Shen <yi.4.shen@nokia.com>
761 Reviewed by Kenneth Rohde Christiansen.
763 [Qt] Upstream Symbian platform plugin
764 https://bugs.webkit.org/show_bug.cgi?id=58435
766 Upstream Symbian platform plugin.
768 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
770 2011-04-27 Steve Block <steveblock@google.com>
772 Reviewed by David Levin.
774 Remove Android build system
775 https://bugs.webkit.org/show_bug.cgi?id=48111
777 This is to avoid the maintenance burden until the Android port is
780 * Source/Android.mk: Removed.
782 2011-04-26 Kevin Ollivier <kevino@theolliviers.com>
784 Rubberstamped by Eric Seidel.
786 Enable waf to be used to build other ports
787 https://bugs.webkit.org/show_bug.cgi?id=58213
791 2011-04-22 Sheriff Bot <webkit.review.bot@gmail.com>
793 Unreviewed, rolling out r84627.
794 http://trac.webkit.org/changeset/84627
795 https://bugs.webkit.org/show_bug.cgi?id=59271
797 It broke Symbian build (Requested by Ossy on #webkit).
801 2011-04-22 Yi Shen <yi.4.shen@nokia.com>
803 Reviewed by Kenneth Rohde Christiansen.
805 [Qt] Upstream Symbian platform plugin
806 https://bugs.webkit.org/show_bug.cgi?id=58435
808 Upstream Symbian platform plugin.
810 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
812 2011-04-21 Maciej Stachowiak <mjs@apple.com>
814 Reviewed by Adam Roben.
816 Add a feature define to allow <details> and <summary> to be disabled
817 https://bugs.webkit.org/show_bug.cgi?id=59118
818 <rdar://problem/9257045>
822 2011-04-18 Evan Martin <evan@chromium.org>
824 Reviewed by Eric Seidel.
826 [chromium] expose title direction to webkit client
827 https://bugs.webkit.org/show_bug.cgi?id=58823
829 * Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
830 * Tools/DumpRenderTree/chromium/LayoutTestController.h:
831 Adapt to new API. Expose title direction to JS so it can be tested.
833 * Tools/DumpRenderTree/chromium/WebViewHost.cpp:
834 * Tools/DumpRenderTree/chromium/WebViewHost.h:
837 2011-04-18 Hans Wennborg <hans@chromium.org>
839 Reviewed by Steve Block.
841 LevelDB backend for IndexedDB
842 https://bugs.webkit.org/show_bug.cgi?id=57372
844 Add LevelDB wrappers to Android.mk.
848 2011-04-18 Patrick Gansterer <paroga@webkit.org>
850 Reviewed by Pavel Feldman.
852 REGRESSION (r81479): generate-inspector-idl fails on native win32
853 https://bugs.webkit.org/show_bug.cgi?id=58315
855 Disable git autocrlf for Inspector.json.
859 2011-04-16 Patrick Gansterer <paroga@webkit.org>
861 Reviewed by Eric Seidel.
863 Rename PLATFORM(CAIRO) to USE(CAIRO)
864 https://bugs.webkit.org/show_bug.cgi?id=55192
866 * Source/cmake/OptionsEfl.cmake:
868 2011-04-15 Shishir Agrawal <shishir@chromium.org>
870 Reviewed by James Robinson.
872 Add a flag to guard Page Visibility API changes.
873 https://bugs.webkit.org/show_bug.cgi?id=58464
876 http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
880 2011-04-15 Xan Lopez <xlopez@igalia.com>
882 Reviewed by Martin Robinson.
884 * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
885 branch and was already cut off.
887 2011-04-15 Anna Cavender <annacc@chromium.org>
889 Reviewed by Eric Carlson.
891 Renaming TRACK feature define to VIDEO_TRACK
892 https://bugs.webkit.org/show_bug.cgi?id=53556
896 2011-04-13 Dmitry Lomov <dslomov@google.com>
898 Reviewed by David Levin.
900 Add GTest unit-testing framework to WebKit
901 https://bugs.webkit.org/show_bug.cgi?id=58507
903 * Source/ThirdParty/gtest/CHANGES: Added.
904 * Source/ThirdParty/gtest/CMakeLists.txt: Added.
905 * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
906 * Source/ThirdParty/gtest/COPYING: Added.
907 * Source/ThirdParty/gtest/Makefile.am: Added.
908 * Source/ThirdParty/gtest/README: Added.
909 * Source/ThirdParty/gtest/README.WebKit: Added.
910 * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
911 * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
912 * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
913 * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
914 * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
915 * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
916 * Source/ThirdParty/gtest/configure.ac: Added.
917 * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
918 * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
919 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
920 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
921 * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
922 * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
923 * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
924 * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
925 * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
926 * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
927 * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
928 * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
929 * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
930 * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
931 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
932 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
933 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
934 * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
935 * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
936 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
937 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
938 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
939 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
940 * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
941 * Source/ThirdParty/gtest/m4/gtest.m4: Added.
942 * Source/ThirdParty/gtest/make/Makefile: Added.
943 * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
944 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
945 * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
946 * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
947 * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
948 * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
949 * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
950 * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
951 * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
952 * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
953 * Source/ThirdParty/gtest/run_tests.py: Added.
954 * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
955 * Source/ThirdParty/gtest/samples/sample1.cc: Added.
956 * Source/ThirdParty/gtest/samples/sample1.h: Added.
957 * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
958 * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
959 * Source/ThirdParty/gtest/samples/sample2.cc: Added.
960 * Source/ThirdParty/gtest/samples/sample2.h: Added.
961 * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
962 * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
963 * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
964 * Source/ThirdParty/gtest/samples/sample4.cc: Added.
965 * Source/ThirdParty/gtest/samples/sample4.h: Added.
966 * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
967 * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
968 * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
969 * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
970 * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
971 * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
972 * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
973 * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
974 * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
975 * Source/ThirdParty/gtest/scripts/pump.py: Added.
976 * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
977 * Source/ThirdParty/gtest/scripts/upload.py: Added.
978 * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
979 * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
980 * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
981 * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
982 * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
983 * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
984 * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
985 * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
986 * Source/ThirdParty/gtest/src/gtest.cc: Added.
987 * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
988 * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
989 * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
990 * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
991 * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
992 * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
993 * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
994 * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
995 * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
996 * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
997 * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
998 * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
999 * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
1000 * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
1001 * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
1002 * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
1003 * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
1004 * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
1005 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
1006 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
1007 * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
1008 * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
1009 * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
1010 * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
1011 * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
1012 * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
1013 * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
1014 * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
1015 * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
1016 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
1017 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
1018 * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
1019 * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
1020 * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
1021 * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
1022 * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
1023 * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
1024 * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
1025 * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
1026 * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
1027 * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
1028 * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
1029 * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
1030 * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
1031 * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
1032 * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
1033 * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
1034 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
1035 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
1036 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
1037 * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
1038 * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
1039 * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
1040 * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
1041 * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
1042 * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
1043 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
1044 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
1045 * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
1046 * Source/ThirdParty/gtest/test/production.cc: Added.
1047 * Source/ThirdParty/gtest/test/production.h: Added.
1048 * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
1049 * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
1050 * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
1051 * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
1052 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
1053 * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
1054 * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
1055 * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
1056 * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
1057 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
1058 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
1059 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
1060 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
1061 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
1062 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
1063 * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
1064 * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
1065 * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
1067 2011-04-13 Ryuan Choi <ryuan.choi@samsung.com>
1069 Reviewed by Kenneth Rohde Christiansen.
1071 [CMAKE] Separate DerivedSources.
1072 https://bugs.webkit.org/show_bug.cgi?id=58427
1074 Seperate DerivedSources/ to DerivedSources/WebCore and
1075 DerivedSources/JavaScriptCore.
1077 * Source/CMakeLists.txt:
1078 * Source/cmake/OptionsCommon.cmake:
1079 * Source/cmake/WebKitFS.cmake:
1080 * Source/cmake/WebKitHelpers.cmake:
1081 * Source/cmake/WebKitMacros.cmake:
1083 2011-04-13 Tony Chang <tony@chromium.org>
1085 Ignore files generated from glu.gyp.
1089 2011-03-28 Adam Barth <abarth@webkit.org>
1091 Reviewed by Kenneth Russell.
1093 Move libtess from WebCore/thirdparty to ThirdParty
1094 https://bugs.webkit.org/show_bug.cgi?id=57288
1096 We're putting third party code in Source/ThirdParty these days.
1098 * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
1099 * Source/ThirdParty/glu/glu.gyp: Added.
1101 2011-04-12 Thouraya ANDOLSI <thouraya.andolsi@st.com>
1103 Reviewed by Eric Seidel.
1105 [QT] Enable JIT build for SH4 platforms.
1106 https://bugs.webkit.org/show_bug.cgi?id=58317
1107 add disable_uitools for SH4 platforms.
1109 * Source/WebKit.pri:
1111 2011-04-11 Anna Cavender <annacc@chromium.org>
1113 Reviewed by Eric Carlson.
1115 Setup ENABLE(TRACK) feature define
1116 https://bugs.webkit.org/show_bug.cgi?id=53556
1120 2011-04-11 Varun Jain <varunjain@chromium.org>
1122 Reviewed by Darin Fisher.
1124 Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
1125 https://bugs.webkit.org/show_bug.cgi?id=58245
1127 * Source/WebKit/chromium/public/WebWidget.h:
1129 2011-04-11 Thouraya ANDOLSI <thouraya.andolsi@st.com>
1131 Reviewed by Oliver Hunt.
1134 https://bugs.webkit.org/show_bug.cgi?id=44329
1136 Enable JIT support for SH4 platforms.
1140 2011-04-11 Andreas Kling <andreas.kling@nokia.com>
1142 Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
1144 * Source/WebKit.pri:
1146 2011-04-09 Keith Kyzivat <keith.kyzivat@nokia.com>
1148 Reviewed by Laszlo Gombos.
1150 [Qt] Don't link against fontconfig or X11 if embedded
1151 https://bugs.webkit.org/show_bug.cgi?id=58104
1153 * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
1155 2011-04-08 Alpha Lam <hclam@chromium.org>
1157 Unreviewed, rolling out r83335.
1158 http://trac.webkit.org/changeset/83335
1159 https://bugs.webkit.org/show_bug.cgi?id=53556
1161 GTK and QT bots are broken.
1165 2011-04-08 Kristian Amlie <kristian.amlie@nokia.com>
1167 Reviewed by Andreas Kling.
1169 [Qt] Remove modular references after support for the flag was removed.
1170 https://bugs.webkit.org/show_bug.cgi?id=57018
1172 Removed modular references after support for the flag was removed.
1174 Support was removed because the Qt Modularization project decided we
1175 don't need it. It's better to base decisions on the available
1176 information, as demonstrated in the patch by checking
1179 * Source/WebKit.pri:
1181 2011-04-07 Anna Cavender <annacc@chromium.org>
1183 Reviewed by Eric Carlson.
1185 Setup ENABLE(TRACK) feature define
1186 https://bugs.webkit.org/show_bug.cgi?id=53556
1190 2011-04-08 Varun Jain <varunjain@chromium.org>
1192 Reviewed by Darin Fisher.
1194 Need to extend WebKit chromium API to access text selection
1195 https://bugs.webkit.org/show_bug.cgi?id=57888
1197 * Source/WebKit/chromium/public/WebFrame.h:
1198 * Source/WebKit/chromium/public/WebWidget.h:
1199 * Source/WebKit/chromium/src/WebFrameImpl.cpp:
1200 * Source/WebKit/chromium/src/WebFrameImpl.h:
1201 * Source/WebKit/chromium/src/WebPopupMenuImpl.h:
1202 * Source/WebKit/chromium/src/WebViewImpl.cpp:
1203 * Source/WebKit/chromium/src/WebViewImpl.h:
1204 * Source/WebKit/chromium/tests/PopupMenuTest.cpp:
1206 2011-04-08 Jon Lee <jonlee@apple.com>
1208 Reviewed by David Levin.
1210 adding *.vcproj.*.user to .gitignore for Visual Studio development
1211 https://bugs.webkit.org/show_bug.cgi?id=58097
1215 2011-04-07 Eric Seidel <eric@webkit.org>
1217 Reviewed by Adam Barth.
1219 Add stub support for generating Gtk build system from gyp
1220 https://bugs.webkit.org/show_bug.cgi?id=58086
1222 This adds support for a new --port argument and plumbs through
1223 the necessary paths to allow generating for a port other than Mac.
1225 * Source/gyp/configure:
1227 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
1229 Revert ENABLE_TRACK patch due to compile failures.
1233 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
1235 Reviewed by David Levin.
1237 Add QUOTA build flag for unified quota API
1238 https://bugs.webkit.org/show_bug.cgi?id=57918
1240 * configure.ac: Added QUOTA build flag
1242 2011-04-04 Martin Robinson <mrobinson@igalia.com>
1244 Build fix for GTK+ after r82876.
1246 * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
1247 from WTF that DRT uses.
1249 2011-04-04 Martin Robinson <mrobinson@igalia.com>
1251 Reviewed by Gustavo Noronha Silva.
1254 https://bugs.webkit.org/show_bug.cgi?id=31517
1256 * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
1258 2011-04-04 Jon Lee <jonlee@apple.com>
1260 Reviewed by Eric Seidel.
1262 add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
1263 https://bugs.webkit.org/show_bug.cgi?id=57646
1265 * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
1267 2011-03-31 Xan Lopez <xlopez@igalia.com>
1269 Reviewed by Martin Robinson.
1271 [GTK] Link explicitly with XRender on Linux/Unix
1272 https://bugs.webkit.org/show_bug.cgi?id=57558
1274 Some linkers, like GNU Gold, require explicit linkage of all the
1275 libraries used instead of relying on our dependencies to bring
1276 them in. In this case, the build fails because we use XRender in
1277 the plugin code but don't link directly to it.
1279 * configure.ac: check for XRender on UNIX.
1281 2011-03-31 Vamshikrishna.Yellenki <vamshi@motorola.com> and Alejandro G. Castro <alex@igalia.com>
1283 Reviewed by Martin Robinson.
1285 Implement MiniBrowser for Gtk port.
1286 https://bugs.webkit.org/show_bug.cgi?id=48512
1288 Initial implementation of the Gtk MiniBrowser.
1292 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
1294 [Qt] Typo fix, remove an accidentally added line.
1296 * Source/WebKit.pri:
1298 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
1300 [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
1302 * Source/WebKit.pri:
1304 2011-03-29 Csaba Osztrogonác <ossy@webkit.org>
1306 Rubber-stamped by Andreas Kling.
1308 [Qt] Remove modular references after support for the flag was removed.
1309 https://bugs.webkit.org/show_bug.cgi?id=57018
1311 Symbian buildfix after r82232.
1313 * Source/WebKit.pri: Readd uitools option.
1315 2011-03-29 Kristian Amlie <kristian.amlie@nokia.com>
1317 Reviewed by Andreas Kling.
1319 Removed modular references after support for the flag was removed.
1321 Support was removed because the Qt Modularization project decided we
1322 don't need it. It's better to base decisions on the available
1323 information, as demonstrated in the patch by checking
1326 In addition, remove the reference to uitools. It has been moved to
1327 QtKernel now, and therefore is always available.
1329 [Qt] Remove modular references after support for the flag was removed.
1330 https://bugs.webkit.org/show_bug.cgi?id=57018
1332 * Source/WebKit.pri:
1334 2011-03-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1336 Reviewed by Andreas Kling.
1338 [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
1339 https://bugs.webkit.org/show_bug.cgi?id=57087
1341 Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
1343 * Source/WebKit.pri:
1345 2011-03-26 Adam Barth <abarth@webkit.org>
1347 Reviewed by Eric Seidel.
1349 We shouldn't bother running GYP if the generated files are newer than the GYP files
1350 https://bugs.webkit.org/show_bug.cgi?id=57146
1352 In the common case, this check will avoid any overhead from processing
1353 the GYP files. Another approach to doing this is to add the feature to
1354 GYP directly, but GYP's approach to this problem is to compute the
1355 output in its entirety and compare it byte-for-byte against the output
1356 file. In the future, it might make sense to add this approach as an
1357 alternative approach for GYP itself.
1359 I also removed JavaScriptGlue from the script because we're not really
1360 going to change JavaScriptGlue over to GYP. We were using
1361 JavaScriptGlue as a learning experience.
1363 * Source/gyp/configure:
1365 2011-03-25 Kevin Ollivier <kevino@theolliviers.com>
1367 [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
1371 2011-03-23 George Guo <George.Guo@nokia.com>
1373 Reviewed by Darin Adler.
1375 Webkit warning: converting to 'unsigned int' from 'double'
1376 https://bugs.webkit.org/show_bug.cgi?id=56865
1378 With -Werr enabled, this cause the build failure on RedHat Linux.
1381 * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
1384 2011-03-23 Adam Barth <abarth@webkit.org>
1386 Reviewed by Eric Seidel.
1388 GYP build should default to Production configuration
1389 https://bugs.webkit.org/show_bug.cgi?id=56899
1391 * Source/gyp/common.gypi:
1393 2011-03-22 Adam Barth <abarth@webkit.org>
1395 Reviewed by Eric Seidel.
1397 gyp/configure shouldn't require GYP to be in your path
1398 https://bugs.webkit.org/show_bug.cgi?id=56873
1400 Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
1401 instead of requiring GYP to be in the user's path.
1403 * Source/gyp/configure:
1405 2011-03-22 Adam Barth <abarth@webkit.org>
1407 Reviewed by Eric Seidel.
1409 Add GYP to Source/ThirdParty
1410 https://bugs.webkit.org/show_bug.cgi?id=56870
1412 We probably don't need all the test files, but it seems cleaner to just
1413 check in the whole GYP tree. GYP is BSD licensed, so it is compatible
1414 with the WebKit license.
1416 * Source/ThirdParty/gyp: Added.
1418 2011-03-21 Alejandro G. Castro <alex@igalia.com>
1420 Reviewed by Martin Robinson.
1422 [GTK] 1.3.13 release bump
1423 https://bugs.webkit.org/show_bug.cgi?id=56795
1425 Version bump for 1.3.13 and updated NEWS file with release notes.
1429 2011-03-21 Ryuan Choi <ryuan.choi@samsung.com>
1431 Reviewed by Antonio Gomes.
1433 [CMAKE] Add exception handling when PORT was missing.
1434 https://bugs.webkit.org/show_bug.cgi?id=56728
1436 * Source/CMakeLists.txt:
1438 2011-03-10 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
1440 Reviewed by Laszlo Gombos.
1442 [Qt] Text layout is broken on Symbian
1443 https://bugs.webkit.org/show_bug.cgi?id=56046
1445 Change integers included into bitfields to be signed by default on RVCT
1446 compiler as a lot of other compilers do (gcc, msvc, winsc).
1447 There are a lot of places in webkit where integers included in bitfield
1448 are assumed to be signed.
1450 * Source/WebKit.pri:
1452 2011-03-10 Alejandro G. Castro <alex@igalia.com>
1454 Unreviewed, fixed Efl compilation after r80744.
1456 * Source/cmake/OptionsEfl.cmake:
1458 2011-03-10 Martin Robinson <mrobinson@igalia.com>
1460 Fixed the help message for WebGL support on GTK+ to reflect the fact that
1461 it's turned off by default and is experimental.
1463 * configure.ac: Fix WebGL help message.
1465 2011-03-04 Dimitri Glazkov <dglazkov@chromium.org>
1467 Reviewed by Adam Barth.
1469 Add skeletal WebCore.gyp
1470 https://bugs.webkit.org/show_bug.cgi?id=55802
1472 * Source/gyp/configure: Added WebCore.
1474 2011-03-04 Adam Barth <abarth@webkit.org>
1476 Reviewed by Dimitri Glazkov.
1478 Add a basic configure script for the GYP build
1479 https://bugs.webkit.org/show_bug.cgi?id=55791
1481 This script just calls GYP on the various gyp projects. As we add more
1482 build systems, this script should be able to select which of them you'd
1483 like to generate the project for.
1485 * Source/gyp/configure: Added.
1487 2011-03-04 Adam Barth <abarth@webkit.org>
1489 Reviewed by Dimitri Glazkov.
1491 Use target_defaults to reduce boilerplate in GYP build system
1492 https://bugs.webkit.org/show_bug.cgi?id=55790
1494 This file contains GYP declarations that are shared by all the modules.
1495 Currently, we use this to set up the configurations, albeit primitively.
1497 * Source/gyp/common.gypi: Added.
1499 2011-03-03 Kevin Ollivier <kevino@theolliviers.com>
1501 [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
1502 to make sure the proper unicode/utf8.h header is included.
1506 2011-03-02 Kevin Ollivier <kevino@theolliviers.com>
1508 [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
1509 included in the ICU headers used by WebKit.
1513 2011-03-02 Daniel Cheng <dcheng@chromium.org>
1515 Reviewed by David Levin.
1517 Add feature define for data transfer items
1518 https://bugs.webkit.org/show_bug.cgi?id=55510
1520 * Source/cmake/OptionsEfl.cmake:
1521 * Source/cmake/OptionsWinCE.cmake:
1522 * Source/cmakeconfig.h.cmake:
1526 2011-03-02 Andras Becsi <abecsi@webkit.org>
1528 Reviewed by Laszlo Gombos.
1530 [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
1531 https://bugs.webkit.org/show_bug.cgi?id=55478
1533 On case insensitive systems the generated forwarding headers cause build problems.
1535 * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
1537 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
1539 Unreviewed, rolling out r80079.
1540 http://trac.webkit.org/changeset/80079
1541 https://bugs.webkit.org/show_bug.cgi?id=55547
1543 "Broke the Win debug build?" (Requested by dcheng on #webkit).
1545 * Source/cmake/OptionsEfl.cmake:
1546 * Source/cmake/OptionsWinCE.cmake:
1547 * Source/cmakeconfig.h.cmake:
1549 2011-03-01 Daniel Cheng <dcheng@chromium.org>
1551 Reviewed by David Levin.
1553 Add feature define for data transfer items
1554 https://bugs.webkit.org/show_bug.cgi?id=55510
1556 * Source/cmake/OptionsEfl.cmake:
1557 * Source/cmake/OptionsWinCE.cmake:
1558 * Source/cmakeconfig.h.cmake:
1560 2011-03-01 Andras Becsi <abecsi@webkit.org>
1562 Reviewed by Csaba Osztrogonác.
1564 [Qt] Clean up the project files and move common options to WebKit.pri.
1566 Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
1568 * Source/WebKit.pri: Common options should be here.
1569 Also move Mac options to this file to fix the Mac build.
1571 2011-03-01 Andras Becsi <abecsi@webkit.org>
1573 Unreviewed build fix.
1575 [Qt] Fix minimal build.
1577 * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
1579 2011-02-28 Adam Barth <abarth@webkit.org>
1581 Reviewed by Dimitri Glazkov.
1583 Teach JavaScriptGlue gyp build about DEPTH
1584 https://bugs.webkit.org/show_bug.cgi?id=55421
1586 Moves the previously JavaScriptGlue-specific GYP helper shell scripts
1587 to the gyp directory in Source, where they can be shared by multiple
1590 * Source/gyp: Added.
1591 * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
1592 * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
1593 * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
1595 2011-02-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1597 Reviewed by Kenneth Rohde Christiansen.
1599 [Qt][WK2] Add a way to test the WebKit 2 APIs
1600 https://bugs.webkit.org/show_bug.cgi?id=55408
1602 Add the build file for test to the build system.
1604 * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
1605 * Source/WebKit.pro: Add the dependency to build the new test project.
1607 2011-02-28 Balazs Kelemen <kbalazs@webkit.org>
1609 Reviewed by Anders Carlsson.
1611 [Qt][WK2] Plugin initialization
1612 https://bugs.webkit.org/show_bug.cgi?id=48127
1614 * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
1615 from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
1617 2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>
1619 Reviewed by Andreas Kling.
1621 Added full webkit module profile and a syncqt profile.
1623 This is for modularized Qt.
1625 [Qt] WebKit patches required to work with a modularized version of Qt
1626 https://bugs.webkit.org/show_bug.cgi?id=53916
1628 * Source/sync.profile: Added.
1630 2011-02-26 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
1632 Reviewed by Laszlo Gombos.
1634 [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
1635 non-production builds.
1636 https://bugs.webkit.org/show_bug.cgi?id=55313
1638 * Source/WebKit.pri:
1640 2011-02-24 Alejandro G. Castro <alex@igalia.com>
1642 Rubber-stamped by Martin Robinson.
1644 Fixed compilation after r79537, added a bug to solve webkit2
1646 https://bugs.webkit.org/show_bug.cgi?id=55153
1650 2011-02-24 Christian Dywan <christian@lanedo.com>
1652 Rubber-stamped by Eric Seidel.
1654 [GTK] webkitgtk 1.3.7 build without translations
1655 https://bugs.webkit.org/show_bug.cgi?id=50612
1657 * GNUmakefile.am: Require stamp-po target for all-local so
1658 that po files are built before they install.
1660 2011-02-22 Philippe Normand <pnormand@igalia.com>
1662 Reviewed by Martin Robinson.
1664 [GTK] 1.3.12 release preparation
1665 https://bugs.webkit.org/show_bug.cgi?id=54967
1667 Version bump for 1.3.12 and updated NEWS file with release notes.
1668 Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
1671 * Source/WebKit/gtk/NEWS:
1674 2011-02-22 Andras Becsi <abecsi@webkit.org>
1676 Reviewed by Laszlo Gombos.
1678 [Qt] Redesign the build system
1679 https://bugs.webkit.org/show_bug.cgi?id=51339
1683 Build WebCore as a static library, compile the WebKit API and WebKit2 API
1684 in a final step and link to WebKit2, WebCore and JSC libraries to fix
1685 linking issues resulting from stripped away symbols.
1687 * Source/WebKit.pri: Add common include paths
1688 * Source/WebKit.pro: Add new project file to SUBDIRS
1690 2011-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
1692 Reviewed by Martin Robinson.
1694 [GTK] Bump GTK+3 dependency to 3.0
1695 https://bugs.webkit.org/show_bug.cgi?id=54394
1699 2011-02-19 Ryuan Choi <ryuan.choi@samsung.com>
1701 Reviewed by Martin Robinson.
1703 [GTK] Remove mandatory Enchant dependency
1704 https://bugs.webkit.org/show_bug.cgi?id=51587
1706 Add enable-spellcheck option which decides whether to use enchant.
1707 If disabled, WebKitGTK+ will not use enchant library.
1711 2011-02-18 Zan Dobersek <zandobersek@gmail.com>
1713 Reviewed by Martin Robinson.
1715 [Gtk] Re-enable meter tag support
1716 https://bugs.webkit.org/show_bug.cgi?id=54762
1718 Enable meter tag support in the configure.ac. This feature was
1719 previously enabled by default in the makefile, but should be
1720 enabled here after changes in r78981.
1724 2011-02-18 Kristian Amlie <kristian.amlie@nokia.com>
1726 Reviewed by Kenneth Rohde Christiansen.
1728 Avoided UiTools dependency if the module is not present.
1730 [Qt] WebKit patches required to work with a modularized version of Qt
1731 https://bugs.webkit.org/show_bug.cgi?id=53916
1733 * Source/WebKit.pri:
1735 2011-02-18 Ryuan Choi <ryuan.choi@samsung.com>
1737 Reviewed by Kent Tamura.
1739 [EFL] Remove GDK dependency.
1740 https://bugs.webkit.org/show_bug.cgi?id=53978
1742 Remove checking GDK library.
1744 * Source/cmake/OptionsEfl.cmake:
1746 2011-02-18 Philippe Normand <pnormand@igalia.com>
1748 Unreviewed, build fix after r78981
1750 * configure.ac: datagrid is datagrid, it is not database. Also
1751 meter is not progress. Fixed copy/paste mistakes.
1753 2011-02-18 Philippe Normand <pnormand@igalia.com>
1755 Reviewed by Martin Robinson.
1757 [GTK] minimal build unrecognized options
1758 https://bugs.webkit.org/show_bug.cgi?id=50890
1760 * configure.ac: added new configure options to enable/disable the
1761 meter element, progress element, datagrid and client-based
1762 geolocation support.
1764 2011-02-17 Kevin Ollivier <kevino@theolliviers.com>
1766 [wx] Build fix after introduction of JavaScriptCore/collector.
1770 2011-02-17 Kristian Amlie <kristian.amlie@nokia.com>
1772 Reviewed by Laszlo Gombos.
1774 Updated include paths for phonon.
1776 [Qt] WebKit patches required to work with a modularized version of Qt
1777 https://bugs.webkit.org/show_bug.cgi?id=53916
1779 * Source/WebKit.pri:
1781 2011-02-13 Hayato Ito <hayato@chromium.org>
1783 Reviewed by Kent Tamura.
1785 Update .gitignore to ignore files which Ninja build system generates.
1787 https://bugs.webkit.org/show_bug.cgi?id=54378
1791 2011-02-10 Peter Varga <pvarga@webkit.org>
1793 Reviewed by Csaba Osztrogonác.
1795 Remove PCRE source from trunk
1796 https://bugs.webkit.org/show_bug.cgi?id=54188
1798 * Source/cmake/WebKitFS.cmake:
1800 2011-02-09 Adam Barth <abarth@webkit.org>
1802 Reviewed by Steve Block.
1804 Move Android.mk into Source
1805 https://bugs.webkit.org/show_bug.cgi?id=53751
1807 A somewhat blind attempt to move Android.mk into the Source directory.
1808 I'm sure I've goofed this up in some way. The Android folks have
1809 kindly volunteered to fix this up once they merge past this revision.
1811 * Android.mk: Removed.
1812 * Source/Android.mk: Copied from Android.mk.
1814 2011-02-08 Alejandro G. Castro <alex@igalia.com>
1816 Reviewed by Martin Robinson.
1818 WebKit2 GTK Fails to Build #include nested too deeply
1819 https://bugs.webkit.org/show_bug.cgi?id=52219
1821 Removed the __STDC_FORMAT_MACROS definition, it is already defined
1822 in the file where PRIxx64 is used before the inclusion so we are
1827 2011-02-08 Kristian Amlie <kristian.amlie@nokia.com>
1829 Reviewed by Eric Seidel.
1831 Added include paths for QtScript.
1833 WebKit patches required to work with a modularized version of Qt
1834 https://bugs.webkit.org/show_bug.cgi?id=53916
1836 * Source/WebKit.pri:
1838 2011-02-03 Martin Robinson <mrobinson@igalia.com>
1840 Fix GTK+ WebGL build after r76600.
1842 * configure.ac: Make sure to respect configure.ac conventions
1843 consistently when it comes to capitalization. Remove an old
1844 reference to enable_3d_canvas.
1846 2011-02-02 Alejandro G. Castro <alex@igalia.com>
1848 Reviewed by Martin Robinson.
1850 Bump the WebKitGTK+ versions in preparation for development release.
1852 * configure.ac: Bump the library, libtool and user agent version.
1854 2011-02-02 Steve Lacey <sjl@chromium.org>
1856 Reviewed by Eric Carlson.
1858 Implement basic media statistics on media elements.
1859 https://bugs.webkit.org/show_bug.cgi?id=53322
1863 2011-02-02 Kevin Ollivier <kevino@theolliviers.com>
1865 [wx] Build fixes for wxWebKit.
1869 2010-01-28 Commit Queue <commit-queue@webkit.org>
1871 Unreviewed. Test commit for commit-queue@webkit.org.
1873 2010-01-28 Commit Queue <commit-queue@webkit.org>
1875 Unreviewed. Test commit for commit-queue@webkit.org.
1877 2010-01-28 Commit Queue <commit-queue@webkit.org>
1879 Unreviewed. Test commit for commit-queue@webkit.org.
1881 2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1883 Reviewed by Xan Lopez.
1885 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
1886 https://bugs.webkit.org/show_bug.cgi?id=53379
1888 Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
1889 dependency on newer soup to efl as well.
1891 * Source/cmake/OptionsEfl.cmake:
1893 2011-01-29 Daniel Bates <dbates@rim.com>
1895 Reviewed by Maciej Stachowiak.
1897 Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
1898 https://bugs.webkit.org/show_bug.cgi?id=53382
1900 Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
1901 So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
1902 Therefore, we should remove such references.
1904 * Source/cmake/OptionsCommon.cmake:
1906 2011-01-29 Daniel Bates <dbates@rim.com>
1908 Reviewed by Eric Seidel.
1910 Move wince/mt19937ar.c to ThirdParty and make it a policy choice
1911 https://bugs.webkit.org/show_bug.cgi?id=53253
1913 Move implementation of Mersenne Twister pseudorandom number generator to
1914 ThirdParty since it is a third party library.
1916 * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
1918 2011-01-29 Dan Winship <danw@gnome.org>
1920 Reviewed by Xan Lopez.
1922 [GTK] Require the latest glib and libsoup, and remove conditional
1923 support for older versions
1924 https://bugs.webkit.org/show_bug.cgi?id=50675
1926 * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
1927 basically the same work by hand
1930 2011-01-28 Martin Robinson <mrobinson@igalia.com>
1932 [GTK] Build failure with --enable-indexed-database
1933 https://bugs.webkit.org/show_bug.cgi?id=50954
1935 Build fix for IndexedDB support.
1937 * configure.ac: Change the autogen.sh option --enable-indexeddb to
1938 --enable-indexed-database to match the build-webkit option.
1940 2010-01-28 Commit Queue <commit-queue@webkit.org>
1942 Unreviewed. Test commit for commit-queue@webkit.org.
1944 2010-01-28 Commit Queue <commit-queue@webkit.org>
1946 Unreviewed. Test commit for commit-queue@webkit.org.
1948 2011-01-26 Yael Aharon <yael.aharon@nokia.com>
1950 Reviewed by Laszlo Gombos.
1952 [Qt][Symbian] Fix --minimal build
1953 https://bugs.webkit.org/show_bug.cgi?id=52839
1955 Move definition of USE_SYSTEM_MALLOC out of pri file.
1956 Put it in platform.h instead.
1958 * Source/WebKit.pri:
1960 2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
1962 Reviewed by Andreas Kling.
1964 [Qt] Fix qt_minimal build
1965 https://bugs.webkit.org/show_bug.cgi?id=53172
1967 * Source/WebKit.pri:
1969 2011-01-25 Patrick Gansterer <paroga@webkit.org>
1971 Reviewed by Adam Barth.
1973 Move main CMakeLists.txt into Source directory
1974 https://bugs.webkit.org/show_bug.cgi?id=52888
1976 * CMakeLists.txt: Removed.
1977 * Source/CMakeLists.txt: Copied from CMakeLists.txt.
1978 * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
1979 * cmakeconfig.h.cmake: Removed.
1981 2011-01-24 Chris Marrin <cmarrin@apple.com>
1983 Reviewed by Eric Seidel.
1985 Change ENABLE_3D_CANVAS to ENABLE_WEBGL
1986 https://bugs.webkit.org/show_bug.cgi?id=53041
1990 2011-01-24 Peter Gal <galpeter@inf.u-szeged.hu>
1992 Rubber-stamped by Csaba Osztrogonác.
1994 * runtime: Removed. It was accidentally created by r76457.
1996 2011-01-24 Andras Becsi <abecsi@webkit.org>
1998 Reviewed by Csaba Osztrogonác.
2000 [Qt] Move project files into Source
2001 https://bugs.webkit.org/show_bug.cgi?id=52891
2003 * Source/DerivedSources.pro: Copied from DerivedSources.pro.
2004 * Source/WebKit.pri: Renamed from WebKit.pri.
2005 * Source/WebKit.pro: Added.
2006 * Source/common.pri: Renamed from common.pri.
2007 * WebKit.pro: Removed.
2009 2011-01-20 Siddharth Mathur <siddharth.mathur@nokia.com>
2011 Reviewed by Laszlo Gombos.
2013 [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
2014 https://bugs.webkit.org/show_bug.cgi?id=52835
2016 * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
2018 2011-01-20 Alejandro G. Castro <alex@igalia.com>
2020 Reviewed by Andreas Kling.
2022 [GTK] Fix typo in the webkit2 section of the configure.ac file
2023 https://bugs.webkit.org/show_bug.cgi?id=52801
2025 Fixed typo in the GTK WebKit2 compilation.
2029 2011-01-19 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
2031 Reviewed by Andreas Kling.
2033 Enable usage of Google ld if it exist but is not on by default.
2035 [Qt] Enable the google ld if it exist but is not on by default
2036 https://bugs.webkit.org/show_bug.cgi?id=52625
2038 * common.pri: flip the test.
2040 2011-01-18 Mihai Parparita <mihaip@chromium.org>
2042 Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
2046 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
2048 Reviewed by Simon Fraser.
2050 Support background-clip: content-box
2051 https://bugs.webkit.org/show_bug.cgi?id=48771
2053 Addded content-box as a valid background-clip value.
2055 * WebCore/css/CSSParser.cpp:
2056 (WebCore::parseBackgroundClip):
2058 2011-01-18 Hayato Ito <hayato@chromium.org>
2060 Reviewed by Kent Tamura.
2062 Update .gitignore file to reflect a recent WebKit directory movement.
2064 https://bugs.webkit.org/show_bug.cgi?id=52618
2068 2011-01-16 Adam Barth <abarth@webkit.org>
2070 Rubber-stamped by Eric Seidel.
2072 Move WebKit into Source
2073 https://bugs.webkit.org/show_bug.cgi?id=52530
2077 * DerivedSources.pro:
2085 2011-01-15 Adam Barth <abarth@webkit.org>
2087 Rubber-stamped by Eric Seidel.
2089 Move WebKit2 into Source
2090 https://bugs.webkit.org/show_bug.cgi?id=52438
2092 Update reference to WebKit2.
2094 * DerivedSources.pro:
2097 * Source/cmake/WebKitPackaging.cmake:
2101 2011-01-14 Ahmad Sharif <asharif.tools@gmail.com>
2103 Reviewed by Darin Fisher.
2105 When inlining is performed, the progress variable is
2106 declared as uninitialized.
2107 https://bugs.webkit.org/show_bug.cgi?id=51084
2109 * WebCore: Copied from WebCore.
2110 * WebCore/page/animation/KeyframeAnimation.cpp:
2111 (WebCore::KeyframeAnimation::animate):
2112 (WebCore::KeyframeAnimation::getAnimatedStyle):
2114 2011-01-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2116 Reviewed by Csaba Osztrogonác.
2118 [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
2119 https://bugs.webkit.org/show_bug.cgi?id=52223
2121 Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
2122 that QtWebKit builds with QT_NO_CONCURRENT defined.
2126 2011-01-11 Mihai Parparita <mihaip@chromium.org>
2128 Unreviewed. Update .gitignore with new Chromium dependency.
2130 ui/ was added with http://crrev.com/70743, we picked that up with a
2131 Chromium roll in r75311.
2133 Also alphabetizes the dependency list.
2137 2011-01-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2139 Reviewed by Csaba Osztrogonác.
2141 [Qt] Baseline qt_minimal configuration
2142 https://bugs.webkit.org/show_bug.cgi?id=51313
2144 * WebKit.pri: List the supported QT_NO_FEATURE flags
2145 under qt_minimal configuration.
2147 2011-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2149 Reviewed by Eric Seidel.
2151 [EFL] Enable JIT for WebKit EFL
2152 https://bugs.webkit.org/show_bug.cgi?id=52140
2154 Enable JIT option for WebKit EFL. Enabled JIT's JS performance is
2155 3 ~ 6 times faster than before.
2157 * Source/cmake/OptionsEfl.cmake:
2159 2011-01-10 Martin Robinson <mrobinson@igalia.com>
2161 Reviewed by Gustavo Noronha.
2163 Bump the WebKitGTK+ versions in preparation for development release.
2165 * configure.ac: Bump the library, libtool and user agent version.
2167 2011-01-10 Xan Lopez <xlopez@igalia.com>
2169 Reviewed by Martin Robinson.
2171 [GTK] Create intermediate libWebCore library
2172 https://bugs.webkit.org/show_bug.cgi?id=52116
2174 * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
2175 used by both libWebCore and libwebkitgtk now.
2177 2011-01-08 Patrick Gansterer <paroga@webkit.org>
2179 Unreviewed wx build fix for r75313.
2181 * wscript: Added missing brace.
2183 2011-01-07 Adam Barth <abarth@webkit.org>
2185 Rubber-stamped by Eric Seidel.
2187 Move WebCore to Source
2188 https://bugs.webkit.org/show_bug.cgi?id=52050
2190 Update build files and metadata to point to WebCore's new location.
2196 * DerivedSources.pro:
2199 * Source/autotools/webkit.m4:
2200 * Source/cmake/OptionsEfl.cmake:
2206 2011-01-06 Martin Robinson <mrobinson@igalia.com>
2208 Reviewed by Eric Seidel.
2210 [GTK] Initial build support for WebGL
2211 https://bugs.webkit.org/show_bug.cgi?id=51716
2213 * configure.ac: Add a configure option for WebGL.
2215 2011-01-06 Michael Saboff <msaboff@apple.com>
2217 Reviewed by Gavin Barraclough.
2219 Enhancement: Add Regexp Debug Compare between JIT and Interpreter
2220 https://bugs.webkit.org/show_bug.cgi?id=51834
2222 * JavaScriptCore: Copied from JavaScriptCore.
2224 2011-01-06 Martin Robinson <mrobinson@igalia.com>
2226 Reviewed by Xan Lopez.
2228 [GTK] Enable blob support by default
2229 https://bugs.webkit.org/show_bug.cgi?id=51994
2231 * configure.ac: Enable Blob support by default.
2233 2011-01-05 Patrick Gansterer <paroga@webkit.org>
2235 Reviewed by Andreas Kling.
2237 [CMake] Fix the usage of SOURCE_GROUP
2238 https://bugs.webkit.org/show_bug.cgi?id=51739
2240 * Source/cmake/WebKitMacros.cmake:
2242 2011-01-05 Patrick Gansterer <paroga@webkit.org>
2244 Reviewed by Andreas Kling.
2246 [WINCE] Remove CMake warning
2247 https://bugs.webkit.org/show_bug.cgi?id=51921
2249 * Source/cmake/WebKitHelpers.cmake:
2251 2011-01-04 Martin Robinson <mrobinson@igalia.com>
2253 Reviewed by David Levin.
2255 .gitignore should be updated to reflect Sources rename to Source
2256 https://bugs.webkit.org/show_bug.cgi?id=51893
2258 * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
2260 2011-01-04 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
2262 Reviewed by Laszlo Gombos.
2264 [Qt] [Symbian] Build system cleanup
2266 After r74811 special handling for the Symbian build is no longer needed.
2267 This patch reverts r58756.
2271 2011-01-03 Xan Lopez <xlopez@igalia.com>
2273 Reviewed by Martin Robinson.
2275 * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
2276 variable (like jhbuild).
2278 2011-01-03 Patrick Gansterer <paroga@webkit.org>
2280 Reviewed by Darin Adler.
2282 [WINCE] Provide third party directory via environment variable
2283 https://bugs.webkit.org/show_bug.cgi?id=51643
2285 * Source/cmake/OptionsWinCE.cmake:
2287 2011-01-03 Xan Lopez <xlopez@igalia.com>
2289 Reviewed by Martin Robinson.
2291 Use autoreconf instead of calling manually all the usual commands.
2293 * autogen.sh: call autoreconf instead of
2294 aclocal/autoheader/autoconf/automake/libtoolize.
2296 2011-01-03 Xan Lopez <xlopez@igalia.com>
2298 Reviewed by Martin Robinson.
2300 [GTK] Disable superfluous GNU make built-in implicit rules
2301 https://bugs.webkit.org/show_bug.cgi?id=51826
2303 GNU make ships some superflous built-in rules that we never use
2304 and that end up adding up to a very significant portion of our
2305 total Makefile processing time. Disable them completely by
2306 defining the rule without any recipe, as suggested by the GNU make
2307 manual (10.5.6, Cancelling Implicit Rules).
2309 In my system the null-build goes from:
2311 make 43.51s user 12.77s system 99% cpu 56.628 total
2315 make 31.45s user 11.59s system 99% cpu 43.227 total
2317 * GNUmakefile.am: disable implicit built-in rules.
2319 2011-01-03 Mihai Parparita <mihaip@chromium.org>
2321 Unreviewed. Update .gitignore with new JavaScriptCore location.
2325 2011-01-02 Patrick Gansterer <paroga@webkit.org>
2327 [CMake] Unreviewed build fix.
2330 * Source/cmake/OptionsCommon.cmake:
2332 2011-01-01 Adam Barth <abarth@webkit.org>
2334 Reviewed by Eric Seidel.
2336 Move JavaScriptCore to Source
2337 https://bugs.webkit.org/show_bug.cgi?id=51604
2339 Update references to JavaScriptCore to point to the new location.
2343 * DerivedSources.pro:
2350 2011-01-01 Adam Barth <abarth@webkit.org>
2352 Reviewed by Eric Seidel.
2354 Move Sources to Source
2355 https://bugs.webkit.org/show_bug.cgi?id=51794
2357 Update build files to point to the new location.
2365 2010-12-31 Adam Barth <abarth@webkit.org>
2367 Rubber-stamped by Eric Seidel.
2369 Move HTML and XML parser benchmarks into PerformanceTests/Parser
2370 https://bugs.webkit.org/show_bug.cgi?id=51772
2372 Actually move the directory.
2374 * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
2376 2010-12-31 Adam Barth <abarth@webkit.org>
2378 Rubber-stamped by Eric Seidel.
2380 Move PageLoadTests to PerformanceTests/PageLoad
2381 https://bugs.webkit.org/show_bug.cgi?id=51771
2383 Actually move the directory.
2385 * PageLoadTests: Removed.
2386 * PageLoadTests/svg: Removed.
2387 * PageLoadTests/svg/LICENSES: Removed.
2388 * PageLoadTests/svg/files: Removed.
2389 * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
2390 * PageLoadTests/svg/files/42450-under the see.svg: Removed.
2391 * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
2392 * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
2393 * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
2394 * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
2395 * PageLoadTests/svg/files/bamboo_01.svg: Removed.
2396 * PageLoadTests/svg/files/cacuts_01.svg: Removed.
2397 * PageLoadTests/svg/files/cowboy.svg: Removed.
2398 * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
2399 * PageLoadTests/svg/files/deb9frac1.svg: Removed.
2400 * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
2401 * PageLoadTests/svg/files/france.svg: Removed.
2402 * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
2403 * PageLoadTests/svg/files/gearflowers.svg: Removed.
2404 * PageLoadTests/svg/files/hereGear4.svg: Removed.
2405 * PageLoadTests/svg/files/mtsthelens.svg: Removed.
2406 * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
2407 * PageLoadTests/svg/files/world-iso.svg: Removed.
2408 * PageLoadTests/svg/files/worldcup.svg: Removed.
2409 * PageLoadTests/svg/svg.pltsuite: Removed.
2410 * PerformanceTests/PageLoad: Copied from PageLoadTests.
2411 * Sources/cmake/WebKitPackaging.cmake:
2413 2010-12-31 Adam Barth <abarth@webkit.org>
2415 Rubber-stamped by Eric Seidel.
2417 Move SunSpider into PerformanceTests
2418 https://bugs.webkit.org/show_bug.cgi?id=51769
2420 Actually move the directory.
2422 * PerformanceTests: Added.
2423 * PerformanceTests/SunSpider: Copied from SunSpider.
2424 * Sources/cmake/WebKitPackaging.cmake:
2425 * SunSpider: Removed.
2426 * SunSpider/SunSpider.make: Removed.
2427 * SunSpider/TODO: Removed.
2428 * SunSpider/UNCOVERED: Removed.
2429 * SunSpider/hosted: Removed.
2430 * SunSpider/hosted/json2.js: Removed.
2431 * SunSpider/hosted/sunspider.css: Removed.
2432 * SunSpider/hosted/sunspider.html: Removed.
2433 * SunSpider/hosted/versions.html: Removed.
2434 * SunSpider/make-hosted: Removed.
2435 * SunSpider/resources: Removed.
2436 * SunSpider/resources/TEMPLATE.html: Removed.
2437 * SunSpider/resources/driver-TEMPLATE.html: Removed.
2438 * SunSpider/resources/results-TEMPLATE.html: Removed.
2439 * SunSpider/resources/sunspider-analyze-results.js: Removed.
2440 * SunSpider/resources/sunspider-compare-results.js: Removed.
2441 * SunSpider/resources/sunspider-standalone-compare.js: Removed.
2442 * SunSpider/resources/sunspider-standalone-driver.js: Removed.
2443 * SunSpider/sunspider: Removed.
2444 * SunSpider/sunspider-compare-results: Removed.
2445 * SunSpider/tests: Removed.
2446 * SunSpider/tests/parse-only: Removed.
2447 * SunSpider/tests/parse-only/LIST: Removed.
2448 * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
2449 * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
2450 * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
2451 * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
2452 * SunSpider/tests/sunspider-0.9: Removed.
2453 * SunSpider/tests/sunspider-0.9.1: Removed.
2454 * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
2455 * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
2456 * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
2457 * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
2458 * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
2459 * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
2460 * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
2461 * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
2462 * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
2463 * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
2464 * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
2465 * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
2466 * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
2467 * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
2468 * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
2469 * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
2470 * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
2471 * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
2472 * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
2473 * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
2474 * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
2475 * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
2476 * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
2477 * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
2478 * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
2479 * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
2480 * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
2481 * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
2482 * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
2483 * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
2484 * SunSpider/tests/sunspider-0.9/LIST: Removed.
2485 * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
2486 * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
2487 * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
2488 * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
2489 * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
2490 * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
2491 * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
2492 * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
2493 * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
2494 * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
2495 * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
2496 * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
2497 * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
2498 * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
2499 * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
2500 * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
2501 * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
2502 * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
2503 * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
2504 * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
2505 * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
2506 * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
2507 * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
2508 * SunSpider/tests/ubench: Removed.
2509 * SunSpider/tests/ubench/LIST: Removed.
2510 * SunSpider/tests/ubench/function-closure.js: Removed.
2511 * SunSpider/tests/ubench/function-correct-args.js: Removed.
2512 * SunSpider/tests/ubench/function-empty.js: Removed.
2513 * SunSpider/tests/ubench/function-excess-args.js: Removed.
2514 * SunSpider/tests/ubench/function-missing-args.js: Removed.
2515 * SunSpider/tests/ubench/function-sum.js: Removed.
2516 * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
2517 * SunSpider/tests/ubench/loop-empty.js: Removed.
2518 * SunSpider/tests/ubench/loop-sum.js: Removed.
2519 * SunSpider/tests/v8-v4: Removed.
2520 * SunSpider/tests/v8-v4/LIST: Removed.
2521 * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
2522 * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
2523 * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
2524 * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
2525 * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
2526 * SunSpider/tests/v8-v4/v8-richards.js: Removed.
2527 * SunSpider/tests/v8-v4/v8-splay.js: Removed.
2528 * SunSpider/tests/v8-v5: Removed.
2529 * SunSpider/tests/v8-v5/LIST: Removed.
2530 * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
2531 * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
2532 * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
2533 * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
2534 * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
2535 * SunSpider/tests/v8-v5/v8-richards.js: Removed.
2536 * SunSpider/tests/v8-v5/v8-splay.js: Removed.
2537 * SunSpider/tests/v8-v6: Removed.
2538 * SunSpider/tests/v8-v6/LIST: Removed.
2539 * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
2540 * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
2541 * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
2542 * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
2543 * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
2544 * SunSpider/tests/v8-v6/v8-richards.js: Removed.
2545 * SunSpider/tests/v8-v6/v8-splay.js: Removed.
2546 * SunSpider/xcopy.excludes: Removed.
2548 2010-12-30 Konstantin Tokarev <annulen@yandex.ru>
2550 Reviewed by David Kilzer.
2552 [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
2554 https://bugs.webkit.org/show_bug.cgi?id=51672
2556 * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
2558 2010-12-29 Philippe Normand <pnormand@igalia.com>
2560 Reviewed by Martin Robinson.
2562 [GTK] minimal build fails at link time due to missing sqlite3 symbols
2563 https://bugs.webkit.org/show_bug.cgi?id=51327
2565 * configure.ac: Error out if SQLite3 wasn't found while at least
2566 one of the features depending on it has been enabled.
2568 2010-12-29 Patrick Gansterer <paroga@webkit.org>
2570 Unreviewed. Use gcc as default preprocessor.
2572 * Sources/cmake/OptionsCommon.cmake:
2574 2010-12-27 Ryuan Choi <ryuan.choi@samsung.com>
2576 Reviewed by David Levin.
2578 [EFL] Change path of eflsymbols.filter
2579 https://bugs.webkit.org/show_bug.cgi?id=51659
2581 * Sources/cmake/OptionsEfl.cmake:
2583 2010-12-26 Adam Barth <abarth@webkit.org>
2585 Reviewed by Eric Siedel.
2587 Move autotools into Sources
2588 https://bugs.webkit.org/show_bug.cgi?id=51630
2592 * Sources/autotools: Copied from autotools.
2594 * autotools: Removed.
2595 * autotools/acinclude.m4: Removed.
2596 * autotools/dolt.m4: Removed.
2597 * autotools/gsettings.m4: Removed.
2598 * autotools/symbols.filter: Removed.
2599 * autotools/webkit.m4: Removed.
2602 2010-12-26 Adam Barth <abarth@webkit.org>
2604 Reviewed by Eric Seidel.
2606 Move cmake into Sources
2607 https://bugs.webkit.org/show_bug.cgi?id=51631
2610 * Sources/cmake: Copied from cmake.
2612 * cmake/FindCFLite.cmake: Removed.
2613 * cmake/FindCairo.cmake: Removed.
2614 * cmake/FindEFL.cmake: Removed.
2615 * cmake/FindFontconfig.cmake: Removed.
2616 * cmake/FindFreetype.cmake: Removed.
2617 * cmake/FindGDK-PixBuf.cmake: Removed.
2618 * cmake/FindGDK.cmake: Removed.
2619 * cmake/FindGIO.cmake: Removed.
2620 * cmake/FindGStreamer-App.cmake: Removed.
2621 * cmake/FindGStreamer-Base.cmake: Removed.
2622 * cmake/FindGStreamer-Interfaces.cmake: Removed.
2623 * cmake/FindGStreamer-Pbutils.cmake: Removed.
2624 * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
2625 * cmake/FindGStreamer-Video.cmake: Removed.
2626 * cmake/FindGStreamer.cmake: Removed.
2627 * cmake/FindGlib.cmake: Removed.
2628 * cmake/FindGperf.cmake: Removed.
2629 * cmake/FindGthread.cmake: Removed.
2630 * cmake/FindICU.cmake: Removed.
2631 * cmake/FindLibSoup2.cmake: Removed.
2632 * cmake/FindLibXlst.cmake: Removed.
2633 * cmake/FindPango.cmake: Removed.
2634 * cmake/FindSqlite.cmake: Removed.
2635 * cmake/LibFindMacros.cmake: Removed.
2636 * cmake/OptionsCommon.cmake: Removed.
2637 * cmake/OptionsEfl.cmake: Removed.
2638 * cmake/OptionsWinCE.cmake: Removed.
2639 * cmake/OptionsWindows.cmake: Removed.
2640 * cmake/WebKitEfl.cmake: Removed.
2641 * cmake/WebKitFS.cmake: Removed.
2642 * cmake/WebKitFeatures.cmake: Removed.
2643 * cmake/WebKitHelpers.cmake: Removed.
2644 * cmake/WebKitMacros.cmake: Removed.
2645 * cmake/WebKitPackaging.cmake: Removed.
2646 * cmake/eflsymbols.filter: Removed.
2648 2010-12-26 Adam Barth <abarth@webkit.org>
2650 Fix some references to the old location of the WebKit website in git
2655 2010-12-25 Adam Barth <abarth@webkit.org>
2657 Reviewed by Eric Seidel.
2659 Move ANGLE to Sources/ThirdParty
2660 https://bugs.webkit.org/show_bug.cgi?id=51605
2662 Actually move ANGLE and update the Makefile.
2665 * ANGLE/ANGLE.xcodeproj: Removed.
2666 * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
2667 * ANGLE/Configurations: Removed.
2668 * ANGLE/Configurations/ANGLE.xcconfig: Removed.
2669 * ANGLE/Configurations/Base.xcconfig: Removed.
2670 * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
2671 * ANGLE/Makefile: Removed.
2672 * ANGLE/include: Removed.
2673 * ANGLE/include/EGL: Removed.
2674 * ANGLE/include/EGL/egl.h: Removed.
2675 * ANGLE/include/EGL/eglext.h: Removed.
2676 * ANGLE/include/EGL/eglplatform.h: Removed.
2677 * ANGLE/include/GLES2: Removed.
2678 * ANGLE/include/GLES2/gl2.h: Removed.
2679 * ANGLE/include/GLES2/gl2ext.h: Removed.
2680 * ANGLE/include/GLES2/gl2platform.h: Removed.
2681 * ANGLE/include/GLSLANG: Removed.
2682 * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
2683 * ANGLE/include/KHR: Removed.
2684 * ANGLE/include/KHR/khrplatform.h: Removed.
2685 * ANGLE/src: Removed.
2686 * ANGLE/src/build_angle.xcodeproj: Removed.
2687 * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
2688 * ANGLE/src/common: Removed.
2689 * ANGLE/src/common/angleutils.h: Removed.
2690 * ANGLE/src/common/debug.cpp: Removed.
2691 * ANGLE/src/common/debug.h: Removed.
2692 * ANGLE/src/compiler: Removed.
2693 * ANGLE/src/compiler/BaseTypes.h: Removed.
2694 * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
2695 * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
2696 * ANGLE/src/compiler/Common.h: Removed.
2697 * ANGLE/src/compiler/ConstantUnion.h: Removed.
2698 * ANGLE/src/compiler/InfoSink.cpp: Removed.
2699 * ANGLE/src/compiler/InfoSink.h: Removed.
2700 * ANGLE/src/compiler/Initialize.cpp: Removed.
2701 * ANGLE/src/compiler/Initialize.h: Removed.
2702 * ANGLE/src/compiler/InitializeDll.cpp: Removed.
2703 * ANGLE/src/compiler/InitializeDll.h: Removed.
2704 * ANGLE/src/compiler/InitializeGlobals.h: Removed.
2705 * ANGLE/src/compiler/InitializeParseContext.h: Removed.
2706 * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
2707 * ANGLE/src/compiler/Intermediate.cpp: Removed.
2708 * ANGLE/src/compiler/MMap.h: Removed.
2709 * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
2710 * ANGLE/src/compiler/OutputGLSL.h: Removed.
2711 * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
2712 * ANGLE/src/compiler/OutputHLSL.h: Removed.
2713 * ANGLE/src/compiler/ParseHelper.cpp: Removed.
2714 * ANGLE/src/compiler/ParseHelper.h: Removed.
2715 * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
2716 * ANGLE/src/compiler/PoolAlloc.h: Removed.
2717 * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
2718 * ANGLE/src/compiler/QualifierAlive.h: Removed.
2719 * ANGLE/src/compiler/RemoveTree.cpp: Removed.
2720 * ANGLE/src/compiler/RemoveTree.h: Removed.
2721 * ANGLE/src/compiler/ShHandle.h: Removed.
2722 * ANGLE/src/compiler/ShaderLang.cpp: Removed.
2723 * ANGLE/src/compiler/SymbolTable.cpp: Removed.
2724 * ANGLE/src/compiler/SymbolTable.h: Removed.
2725 * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
2726 * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
2727 * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
2728 * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
2729 * ANGLE/src/compiler/Types.h: Removed.
2730 * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
2731 * ANGLE/src/compiler/UnfoldSelect.h: Removed.
2732 * ANGLE/src/compiler/debug.cpp: Removed.
2733 * ANGLE/src/compiler/debug.h: Removed.
2734 * ANGLE/src/compiler/glslang.l: Removed.
2735 * ANGLE/src/compiler/glslang.y: Removed.
2736 * ANGLE/src/compiler/intermOut.cpp: Removed.
2737 * ANGLE/src/compiler/intermediate.h: Removed.
2738 * ANGLE/src/compiler/localintermediate.h: Removed.
2739 * ANGLE/src/compiler/osinclude.h: Removed.
2740 * ANGLE/src/compiler/ossource_posix.cpp: Removed.
2741 * ANGLE/src/compiler/ossource_win.cpp: Removed.
2742 * ANGLE/src/compiler/parseConst.cpp: Removed.
2743 * ANGLE/src/compiler/preprocessor: Removed.
2744 * ANGLE/src/compiler/preprocessor/atom.c: Removed.
2745 * ANGLE/src/compiler/preprocessor/atom.h: Removed.
2746 * ANGLE/src/compiler/preprocessor/compile.h: Removed.
2747 * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
2748 * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
2749 * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
2750 * ANGLE/src/compiler/preprocessor/memory.c: Removed.
2751 * ANGLE/src/compiler/preprocessor/memory.h: Removed.
2752 * ANGLE/src/compiler/preprocessor/parser.h: Removed.
2753 * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
2754 * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
2755 * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
2756 * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
2757 * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
2758 * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
2759 * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
2760 * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
2761 * ANGLE/src/compiler/tools: Removed.
2762 * ANGLE/src/compiler/unistd.h: Removed.
2763 * ANGLE/src/libEGL: Removed.
2764 * ANGLE/src/libEGL/Config.cpp: Removed.
2765 * ANGLE/src/libEGL/Config.h: Removed.
2766 * ANGLE/src/libEGL/Display.cpp: Removed.
2767 * ANGLE/src/libEGL/Display.h: Removed.
2768 * ANGLE/src/libEGL/Surface.cpp: Removed.
2769 * ANGLE/src/libEGL/Surface.h: Removed.
2770 * ANGLE/src/libEGL/libEGL.cpp: Removed.
2771 * ANGLE/src/libEGL/libEGL.def: Removed.
2772 * ANGLE/src/libEGL/libEGL.vcproj: Removed.
2773 * ANGLE/src/libEGL/main.cpp: Removed.
2774 * ANGLE/src/libEGL/main.h: Removed.
2775 * ANGLE/src/libGLESv2: Removed.
2776 * ANGLE/src/libGLESv2/Blit.cpp: Removed.
2777 * ANGLE/src/libGLESv2/Blit.h: Removed.
2778 * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
2779 * ANGLE/src/libGLESv2/Buffer.h: Removed.
2780 * ANGLE/src/libGLESv2/Context.cpp: Removed.
2781 * ANGLE/src/libGLESv2/Context.h: Removed.
2782 * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
2783 * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
2784 * ANGLE/src/libGLESv2/Program.cpp: Removed.
2785 * ANGLE/src/libGLESv2/Program.h: Removed.
2786 * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
2787 * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
2788 * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
2789 * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
2790 * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
2791 * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
2792 * ANGLE/src/libGLESv2/Shader.cpp: Removed.
2793 * ANGLE/src/libGLESv2/Shader.h: Removed.
2794 * ANGLE/src/libGLESv2/Texture.cpp: Removed.
2795 * ANGLE/src/libGLESv2/Texture.h: Removed.
2796 * ANGLE/src/libGLESv2/geometry: Removed.
2797 * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
2798 * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
2799 * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
2800 * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
2801 * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
2802 * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
2803 * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
2804 * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
2805 * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
2806 * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
2807 * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
2808 * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
2809 * ANGLE/src/libGLESv2/main.cpp: Removed.
2810 * ANGLE/src/libGLESv2/main.h: Removed.
2811 * ANGLE/src/libGLESv2/mathutil.h: Removed.
2812 * ANGLE/src/libGLESv2/utilities.cpp: Removed.
2813 * ANGLE/src/libGLESv2/utilities.h: Removed.
2815 * Sources/ThirdParty: Added.
2816 * Sources/ThirdParty/ANGLE: Copied from ANGLE.
2818 2010-12-26 Patrick Gansterer <paroga@webkit.org>
2820 Unreviewed WinCE buildfix after r74626.
2822 * cmake/OptionsWinCE.cmake:
2824 2010-12-24 Darin Adler <darin@apple.com>
2826 Updated makefiles used by Apple engineers to fix build with the
2827 new JavaScriptGlue location.
2829 * Makefile: Told this to build JavaScriptGlue. Some day we might
2830 want it to descend into Sources instead and use the Makefile there,
2831 but there are problems with sequencing the project builds, so that
2833 * Sources/Makefile.shared: Added.
2835 2010-12-24 Ryuan Choi <ryuan.choi@samsung.com>
2837 Reviewed by Kenneth Rohde Christiansen.
2839 [EFL] Add option to enable Touch Events.
2840 https://bugs.webkit.org/show_bug.cgi?id=49125
2842 Add ENABLE_TOUCH_EVENTS option.
2844 * cmake/OptionsEfl.cmake:
2845 * cmakeconfig.h.cmake:
2847 2010-12-23 Adam Barth <abarth@webkit.org>
2849 Rubber-stamped by Eric Seidel.
2851 Move JavaScriptGlue into Sources
2852 https://bugs.webkit.org/show_bug.cgi?id=51583
2854 Actually perform the move.
2856 * JavaScriptGlue: Removed.
2857 * JavaScriptGlue/Configurations: Removed.
2858 * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
2859 * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
2860 * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
2861 * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
2862 * JavaScriptGlue/English.lproj: Removed.
2863 * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
2864 * JavaScriptGlue/ForwardingHeaders: Removed.
2865 * JavaScriptGlue/ForwardingHeaders/masm: Removed.
2866 * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
2867 * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
2868 * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
2869 * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
2870 * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
2871 * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
2872 * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
2873 * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
2874 * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
2875 * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
2876 * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
2877 * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
2878 * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
2879 * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
2880 * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
2881 * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
2882 * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
2883 * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
2884 * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
2885 * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
2886 * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
2887 * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
2888 * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
2889 * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
2890 * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
2891 * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
2892 * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
2893 * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
2894 * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
2895 * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
2896 * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
2897 * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
2898 * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
2899 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
2900 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
2901 * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
2902 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
2903 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
2904 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
2905 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
2906 * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
2907 * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
2908 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
2909 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
2910 * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
2911 * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
2912 * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
2913 * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
2914 * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
2915 * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
2916 * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
2917 * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
2918 * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
2919 * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
2920 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
2921 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
2922 * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
2923 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
2924 * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
2925 * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
2926 * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
2927 * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
2928 * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
2929 * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
2930 * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
2931 * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
2932 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
2933 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
2934 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
2935 * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
2936 * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
2937 * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
2938 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
2939 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
2940 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
2941 * JavaScriptGlue/Info.plist: Removed.
2942 * JavaScriptGlue/JSBase.cpp: Removed.
2943 * JavaScriptGlue/JSBase.h: Removed.
2944 * JavaScriptGlue/JSObject.cpp: Removed.
2945 * JavaScriptGlue/JSObject.h: Removed.
2946 * JavaScriptGlue/JSRun.cpp: Removed.
2947 * JavaScriptGlue/JSRun.h: Removed.
2948 * JavaScriptGlue/JSUtils.cpp: Removed.
2949 * JavaScriptGlue/JSUtils.h: Removed.
2950 * JavaScriptGlue/JSValueWrapper.cpp: Removed.
2951 * JavaScriptGlue/JSValueWrapper.h: Removed.
2952 * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
2953 * JavaScriptGlue/JavaScriptGlue.exp: Removed.
2954 * JavaScriptGlue/JavaScriptGlue.h: Removed.
2955 * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
2956 * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
2957 * JavaScriptGlue/LICENSE: Removed.
2958 * JavaScriptGlue/Makefile: Removed.
2959 * JavaScriptGlue/UserObjectImp.cpp: Removed.
2960 * JavaScriptGlue/UserObjectImp.h: Removed.
2961 * JavaScriptGlue/config.h: Removed.
2962 * JavaScriptGlue/icu: Removed.
2963 * JavaScriptGlue/icu/LICENSE: Removed.
2964 * JavaScriptGlue/icu/README: Removed.
2965 * JavaScriptGlue/icu/unicode: Removed.
2966 * JavaScriptGlue/icu/unicode/platform.h: Removed.
2967 * JavaScriptGlue/icu/unicode/putil.h: Removed.
2968 * JavaScriptGlue/icu/unicode/uchar.h: Removed.
2969 * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
2970 * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
2971 * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
2972 * JavaScriptGlue/icu/unicode/uenum.h: Removed.
2973 * JavaScriptGlue/icu/unicode/uiter.h: Removed.
2974 * JavaScriptGlue/icu/unicode/umachine.h: Removed.
2975 * JavaScriptGlue/icu/unicode/urename.h: Removed.
2976 * JavaScriptGlue/icu/unicode/ustring.h: Removed.
2977 * JavaScriptGlue/icu/unicode/utf.h: Removed.
2978 * JavaScriptGlue/icu/unicode/utf16.h: Removed.
2979 * JavaScriptGlue/icu/unicode/utf8.h: Removed.
2980 * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
2981 * JavaScriptGlue/icu/unicode/utypes.h: Removed.
2982 * JavaScriptGlue/icu/unicode/uversion.h: Removed.
2983 * JavaScriptGlue/testjsglue.cpp: Removed.
2986 * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
2987 * Sources/Makefile: Added.
2989 2010-12-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
2991 Reviewed by Kenneth Rohde Christiansen.
2993 [EFL] Fix ContextMenu removal
2994 https://bugs.webkit.org/show_bug.cgi?id=51530
2996 Fix ContextMenu removal
2998 In r74207 the support for ContextMenu was removed from EFL while the
2999 code is being ported to the new CROSS_PLATFORM_MENUS due to build
3000 breakage. However there were some missing removals in the shutdown
3001 logic that introduced a bug, leading to a segmentation fault when
3002 ContexController was destroyed.
3004 The best way to effectively disable the ContextMenu is to conditionally
3005 compile the meaningful stuff by surrounding with "#if
3006 ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
3008 * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
3009 implement CROSS_PLATFORM_MENUS yet.
3011 2010-12-22 Xan Lopez <xlopez@igalia.com>
3013 Reviewed by Gustavo Noronha.
3015 * configure.ac: bump version to 1.3.9.
3017 2010-12-22 Xan Lopez <xlopez@igalia.com>
3019 Reviewed by Gustavo Noronha.
3021 [GTK] Compilation fixes with GTK+ 2.91.7
3022 https://bugs.webkit.org/show_bug.cgi?id=51487
3024 * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
3026 2010-12-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3028 Reviewed by Antonio Gomes.
3030 [EFL] Sets default user agent
3031 https://bugs.webkit.org/show_bug.cgi?id=47903
3033 Add macros for WebKit EFL and User Agent.
3035 * cmake/OptionsEfl.cmake:
3036 * cmakeconfig.h.cmake:
3038 2010-12-20 Adam Barth <abarth@webkit.org>
3040 Move web sites to Websites directory
3041 https://bugs.webkit.org/show_bug.cgi?id=51323
3043 This patch was never officially reviewed (because it was too large to
3044 upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
3045 Rowe gave me the green light.
3047 * BugsSite: Removed.
3048 * BugsSite/.cvsignore: Removed.
3049 * BugsSite/.htaccess: Removed.
3050 * BugsSite/Bugzilla: Removed.
3051 * BugsSite/Bugzilla.pm: Removed.
3052 * BugsSite/Bugzilla/.cvsignore: Removed.
3053 * BugsSite/Bugzilla/.htaccess: Removed.
3054 * BugsSite/Bugzilla/Attachment: Removed.
3055 * BugsSite/Bugzilla/Attachment.pm: Removed.
3056 * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
3057 * BugsSite/Bugzilla/Auth: Removed.
3058 * BugsSite/Bugzilla/Auth.pm: Removed.
3059 * BugsSite/Bugzilla/Auth/Login: Removed.
3060 * BugsSite/Bugzilla/Auth/Login.pm: Removed.
3061 * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
3062 * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
3063 * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
3064 * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
3065 * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
3066 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
3067 * BugsSite/Bugzilla/Auth/Persist: Removed.
3068 * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
3069 * BugsSite/Bugzilla/Auth/Verify: Removed.
3070 * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
3071 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
3072 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
3073 * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
3074 * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
3075 * BugsSite/Bugzilla/Bug.pm: Removed.
3076 * BugsSite/Bugzilla/BugMail.pm: Removed.
3077 * BugsSite/Bugzilla/CGI.pm: Removed.
3078 * BugsSite/Bugzilla/Chart.pm: Removed.
3079 * BugsSite/Bugzilla/Classification.pm: Removed.
3080 * BugsSite/Bugzilla/Component.pm: Removed.
3081 * BugsSite/Bugzilla/Config: Removed.
3082 * BugsSite/Bugzilla/Config.pm: Removed.
3083 * BugsSite/Bugzilla/Config/Admin.pm: Removed.
3084 * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
3085 * BugsSite/Bugzilla/Config/Auth.pm: Removed.
3086 * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
3087 * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
3088 * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
3089 * BugsSite/Bugzilla/Config/Common.pm: Removed.
3090 * BugsSite/Bugzilla/Config/Core.pm: Removed.
3091 * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
3092 * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
3093 * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
3094 * BugsSite/Bugzilla/Config/MTA.pm: Removed.
3095 * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
3096 * BugsSite/Bugzilla/Config/Query.pm: Removed.
3097 * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
3098 * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
3099 * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
3100 * BugsSite/Bugzilla/Constants.pm: Removed.
3101 * BugsSite/Bugzilla/DB: Removed.
3102 * BugsSite/Bugzilla/DB.pm: Removed.
3103 * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
3104 * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
3105 * BugsSite/Bugzilla/DB/Pg.pm: Removed.
3106 * BugsSite/Bugzilla/DB/Schema: Removed.
3107 * BugsSite/Bugzilla/DB/Schema.pm: Removed.
3108 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
3109 * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
3110 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
3111 * BugsSite/Bugzilla/Error.pm: Removed.
3112 * BugsSite/Bugzilla/Field.pm: Removed.
3113 * BugsSite/Bugzilla/Flag.pm: Removed.
3114 * BugsSite/Bugzilla/FlagType.pm: Removed.
3115 * BugsSite/Bugzilla/Group.pm: Removed.
3116 * BugsSite/Bugzilla/Hook.pm: Removed.
3117 * BugsSite/Bugzilla/Install: Removed.
3118 * BugsSite/Bugzilla/Install.pm: Removed.
3119 * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
3120 * BugsSite/Bugzilla/Install/DB.pm: Removed.
3121 * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
3122 * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
3123 * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
3124 * BugsSite/Bugzilla/Install/Util.pm: Removed.
3125 * BugsSite/Bugzilla/Keyword.pm: Removed.
3126 * BugsSite/Bugzilla/Mailer.pm: Removed.
3127 * BugsSite/Bugzilla/Milestone.pm: Removed.
3128 * BugsSite/Bugzilla/Object.pm: Removed.
3129 * BugsSite/Bugzilla/Product.pm: Removed.
3130 * BugsSite/Bugzilla/Search: Removed.
3131 * BugsSite/Bugzilla/Search.pm: Removed.
3132 * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
3133 * BugsSite/Bugzilla/Search/Saved.pm: Removed.
3134 * BugsSite/Bugzilla/Series.pm: Removed.
3135 * BugsSite/Bugzilla/Status.pm: Removed.
3136 * BugsSite/Bugzilla/Template: Removed.
3137 * BugsSite/Bugzilla/Template.pm: Removed.
3138 * BugsSite/Bugzilla/Template/Parser.pm: Removed.
3139 * BugsSite/Bugzilla/Template/Plugin: Removed.
3140 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
3141 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
3142 * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
3143 * BugsSite/Bugzilla/Token.pm: Removed.
3144 * BugsSite/Bugzilla/Update.pm: Removed.
3145 * BugsSite/Bugzilla/User: Removed.
3146 * BugsSite/Bugzilla/User.pm: Removed.
3147 * BugsSite/Bugzilla/User/Setting: Removed.
3148 * BugsSite/Bugzilla/User/Setting.pm: Removed.
3149 * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
3150 * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
3151 * BugsSite/Bugzilla/Util.pm: Removed.
3152 * BugsSite/Bugzilla/Version.pm: Removed.
3153 * BugsSite/Bugzilla/WebService: Removed.
3154 * BugsSite/Bugzilla/WebService.pm: Removed.
3155 * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
3156 * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
3157 * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
3158 * BugsSite/Bugzilla/WebService/Product.pm: Removed.
3159 * BugsSite/Bugzilla/WebService/User.pm: Removed.
3160 * BugsSite/PrettyPatch: Removed.
3161 * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
3162 * BugsSite/PrettyPatch/diff.rb: Removed.
3163 * BugsSite/PrettyPatch/prettify.rb: Removed.
3164 * BugsSite/QUICKSTART: Removed.
3165 * BugsSite/README: Removed.
3166 * BugsSite/UPGRADING: Removed.
3167 * BugsSite/UPGRADING-pre-2.8: Removed.
3168 * BugsSite/admin.cgi: Removed.
3169 * BugsSite/attachment.cgi: Removed.
3170 * BugsSite/buglist.cgi: Removed.
3171 * BugsSite/bugzilla.dtd: Removed.
3172 * BugsSite/chart.cgi: Removed.
3173 * BugsSite/checksetup.pl: Removed.
3174 * BugsSite/code-review.js: Removed.
3175 * BugsSite/colchange.cgi: Removed.
3176 * BugsSite/collectstats.pl: Removed.
3177 * BugsSite/committers-autocomplete.js: Removed.
3178 * BugsSite/config.cgi: Removed.
3179 * BugsSite/contrib: Removed.
3180 * BugsSite/contrib/README: Removed.
3181 * BugsSite/contrib/bugzilla-submit: Removed.
3182 * BugsSite/contrib/bugzilla-submit/README: Removed.
3183 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
3184 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
3185 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
3186 * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
3187 * BugsSite/contrib/bz_webservice_demo.pl: Removed.
3188 * BugsSite/contrib/bzdbcopy.pl: Removed.
3189 * BugsSite/contrib/cmdline: Removed.
3190 * BugsSite/contrib/cmdline/bugcount: Removed.
3191 * BugsSite/contrib/cmdline/bugids: Removed.
3192 * BugsSite/contrib/cmdline/buglist: Removed.
3193 * BugsSite/contrib/cmdline/bugs: Removed.
3194 * BugsSite/contrib/cmdline/bugslink: Removed.
3195 * BugsSite/contrib/cmdline/makequery: Removed.
3196 * BugsSite/contrib/cmdline/query.conf: Removed.
3197 * BugsSite/contrib/cvs-update.pl: Removed.
3198 * BugsSite/contrib/gnats2bz.pl: Removed.
3199 * BugsSite/contrib/gnatsparse: Removed.
3200 * BugsSite/contrib/gnatsparse/README: Removed.
3201 * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
3202 * BugsSite/contrib/gnatsparse/magic.py: Removed.
3203 * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
3204 * BugsSite/contrib/jb2bz.py: Removed.
3205 * BugsSite/contrib/merge-users.pl: Removed.
3206 * BugsSite/contrib/mysqld-watcher.pl: Removed.
3207 * BugsSite/contrib/recode-overrides.txt: Removed.
3208 * BugsSite/contrib/recode.pl: Removed.
3209 * BugsSite/contrib/sendbugmail.pl: Removed.
3210 * BugsSite/contrib/sendunsentbugmail.pl: Removed.
3211 * BugsSite/contrib/syncLDAP.pl: Removed.
3212 * BugsSite/contrib/yp_nomail.sh: Removed.
3213 * BugsSite/createaccount.cgi: Removed.
3214 * BugsSite/data: Removed.
3215 * BugsSite/data/.htaccess: Removed.
3216 * BugsSite/data/attachments: Removed.
3217 * BugsSite/data/attachments/.htaccess: Removed.
3218 * BugsSite/data/duplicates: Removed.
3219 * BugsSite/data/mail: Removed.
3220 * BugsSite/data/mimedump-tmp: Removed.
3221 * BugsSite/data/mining: Removed.
3222 * BugsSite/data/params: Removed.
3223 * BugsSite/data/template: Removed.
3224 * BugsSite/data/webdot: Removed.
3225 * BugsSite/data/webdot/.htaccess: Removed.
3226 * BugsSite/describecomponents.cgi: Removed.
3227 * BugsSite/describekeywords.cgi: Removed.
3228 * BugsSite/docs: Removed.
3229 * BugsSite/docs/en: Removed.
3230 * BugsSite/docs/en/.cvsignore: Removed.
3231 * BugsSite/docs/en/README.docs: Removed.
3232 * BugsSite/docs/en/images: Removed.
3233 * BugsSite/docs/en/images/bzLifecycle.png: Removed.
3234 * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
3235 * BugsSite/docs/en/images/callouts: Removed.
3236 * BugsSite/docs/en/images/callouts/1.gif: Removed.
3237 * BugsSite/docs/en/images/callouts/2.gif: Removed.
3238 * BugsSite/docs/en/images/callouts/3.gif: Removed.
3239 * BugsSite/docs/en/images/caution.gif: Removed.
3240 * BugsSite/docs/en/images/note.gif: Removed.
3241 * BugsSite/docs/en/images/tip.gif: Removed.
3242 * BugsSite/docs/en/images/warning.gif: Removed.
3243 * BugsSite/docs/en/rel_notes.txt: Removed.
3244 * BugsSite/docs/en/xml: Removed.
3245 * BugsSite/docs/en/xml/.cvsignore: Removed.
3246 * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
3247 * BugsSite/docs/en/xml/about.xml: Removed.
3248 * BugsSite/docs/en/xml/administration.xml: Removed.
3249 * BugsSite/docs/en/xml/conventions.xml: Removed.
3250 * BugsSite/docs/en/xml/customization.xml: Removed.
3251 * BugsSite/docs/en/xml/gfdl.xml: Removed.
3252 * BugsSite/docs/en/xml/glossary.xml: Removed.
3253 * BugsSite/docs/en/xml/index.xml: Removed.
3254 * BugsSite/docs/en/xml/installation.xml: Removed.
3255 * BugsSite/docs/en/xml/integration.xml: Removed.
3256 * BugsSite/docs/en/xml/introduction.xml: Removed.
3257 * BugsSite/docs/en/xml/modules.xml: Removed.
3258 * BugsSite/docs/en/xml/patches.xml: Removed.
3259 * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
3260 * BugsSite/docs/en/xml/security.xml: Removed.
3261 * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
3262 * BugsSite/docs/en/xml/using.xml: Removed.
3263 * BugsSite/docs/html: Removed.
3264 * BugsSite/docs/html/api: Removed.
3265 * BugsSite/docs/images: Removed.
3266 * BugsSite/docs/images/callouts: Removed.
3267 * BugsSite/docs/lib: Removed.
3268 * BugsSite/docs/lib/Pod: Removed.
3269 * BugsSite/docs/lib/Pod/Simple: Removed.
3270 * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
3271 * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
3272 * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
3273 * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
3274 * BugsSite/docs/makedocs.pl: Removed.
3275 * BugsSite/docs/pdf: Removed.
3276 * BugsSite/docs/style.css: Removed.
3277 * BugsSite/docs/txt: Removed.
3278 * BugsSite/docs/xml: Removed.
3279 * BugsSite/duplicates.cgi: Removed.
3280 * BugsSite/editclassifications.cgi: Removed.
3281 * BugsSite/editcomponents.cgi: Removed.
3282 * BugsSite/editfields.cgi: Removed.
3283 * BugsSite/editflagtypes.cgi: Removed.
3284 * BugsSite/editgroups.cgi: Removed.
3285 * BugsSite/editkeywords.cgi: Removed.
3286 * BugsSite/editmilestones.cgi: Removed.
3287 * BugsSite/editparams.cgi: Removed.
3288 * BugsSite/editproducts.cgi: Removed.
3289 * BugsSite/editsettings.cgi: Removed.
3290 * BugsSite/editusers.cgi: Removed.
3291 * BugsSite/editvalues.cgi: Removed.
3292 * BugsSite/editversions.cgi: Removed.
3293 * BugsSite/editwhines.cgi: Removed.
3294 * BugsSite/editworkflow.cgi: Removed.
3295 * BugsSite/email_in.pl: Removed.
3296 * BugsSite/enter_bug.cgi: Removed.
3297 * BugsSite/extensions: Removed.
3298 * BugsSite/extensions/example: Removed.
3299 * BugsSite/extensions/example/code: Removed.
3300 * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
3301 * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
3302 * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
3303 * BugsSite/extensions/example/code/config.pl: Removed.
3304 * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
3305 * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
3306 * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
3307 * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
3308 * BugsSite/extensions/example/code/webservice.pl: Removed.
3309 * BugsSite/extensions/example/disabled: Removed.
3310 * BugsSite/extensions/example/info.pl: Removed.
3311 * BugsSite/extensions/example/lib: Removed.
3312 * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
3313 * BugsSite/extensions/example/lib/WSExample.pm: Removed.
3314 * BugsSite/extensions/example/template: Removed.
3315 * BugsSite/extensions/example/template/en: Removed.
3316 * BugsSite/extensions/example/template/en/default: Removed.
3317 * BugsSite/extensions/example/template/en/default/admin: Removed.
3318 * BugsSite/extensions/example/template/en/default/admin/params: Removed.
3319 * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
3320 * BugsSite/extensions/example/template/en/global: Removed.
3321 * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
3322 * BugsSite/graphs: Removed.
3323 * BugsSite/images: Removed.
3324 * BugsSite/images/favicon.ico: Removed.
3325 * BugsSite/images/padlock.png: Removed.
3326 * BugsSite/importxml.pl: Removed.
3327 * BugsSite/index.cgi: Removed.
3328 * BugsSite/install-module.pl: Removed.
3329 * BugsSite/js: Removed.
3330 * BugsSite/js/TUI.js: Removed.
3331 * BugsSite/js/attachment.js: Removed.
3332 * BugsSite/js/expanding-tree.js: Removed.
3333 * BugsSite/js/field.js: Removed.
3334 * BugsSite/js/help.js: Removed.
3335 * BugsSite/js/params.js: Removed.
3336 * BugsSite/js/productform.js: Removed.
3337 * BugsSite/js/util.js: Removed.
3338 * BugsSite/js/yui: Removed.
3339 * BugsSite/js/yui/calendar.js: Removed.
3340 * BugsSite/js/yui/yahoo-dom-event.js: Removed.
3341 * BugsSite/lib: Removed.
3342 * BugsSite/lib/.htaccess: Removed.
3343 * BugsSite/lib/README: Removed.
3344 * BugsSite/long_list.cgi: Removed.
3345 * BugsSite/mod_perl.pl: Removed.
3346 * BugsSite/page.cgi: Removed.
3347 * BugsSite/post_bug.cgi: Removed.
3348 * BugsSite/process_bug.cgi: Removed.
3349 * BugsSite/query.cgi: Removed.
3350 * BugsSite/quips.cgi: Removed.
3351 * BugsSite/relogin.cgi: Removed.
3352 * BugsSite/report.cgi: Removed.
3353 * BugsSite/reports.cgi: Removed.
3354 * BugsSite/request.cgi: Removed.
3355 * BugsSite/robots.txt: Removed.
3356 * BugsSite/runtests.pl: Removed.
3357 * BugsSite/sanitycheck.cgi: Removed.
3358 * BugsSite/sanitycheck.pl: Removed.
3359 * BugsSite/search_plugin.cgi: Removed.
3360 * BugsSite/show_activity.cgi: Removed.
3361 * BugsSite/show_bug.cgi: Removed.
3362 * BugsSite/showattachment.cgi: Removed.
3363 * BugsSite/showdependencygraph.cgi: Removed.
3364 * BugsSite/showdependencytree.cgi: Removed.
3365 * BugsSite/sidebar.cgi: Removed.
3366 * BugsSite/skins: Removed.
3367 * BugsSite/skins/.cvsignore: Removed.
3368 * BugsSite/skins/contrib: Removed.
3369 * BugsSite/skins/contrib/Dusk: Removed.
3370 * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
3371 * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
3372 * BugsSite/skins/contrib/Dusk/admin.css: Removed.
3373 * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
3374 * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
3375 * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
3376 * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
3377 * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
3378 * BugsSite/skins/contrib/Dusk/global.css: Removed.
3379 * BugsSite/skins/contrib/Dusk/help.css: Removed.
3380 * BugsSite/skins/contrib/Dusk/index.css: Removed.
3381 * BugsSite/skins/contrib/Dusk/panel.css: Removed.
3382 * BugsSite/skins/contrib/Dusk/params.css: Removed.
3383 * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
3384 * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
3385 * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
3386 * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
3387 * BugsSite/skins/contrib/Dusk/voting.css: Removed.
3388 * BugsSite/skins/contrib/Dusk/yui: Removed.
3389 * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
3390 * BugsSite/skins/custom: Removed.
3391 * BugsSite/skins/custom/IE-fixes.css: Removed.
3392 * BugsSite/skins/custom/admin.css: Removed.
3393 * BugsSite/skins/custom/buglist.css: Removed.
3394 * BugsSite/skins/custom/create_attachment.css: Removed.
3395 * BugsSite/skins/custom/dependency-tree.css: Removed.
3396 * BugsSite/skins/custom/duplicates.css: Removed.
3397 * BugsSite/skins/custom/editusers.css: Removed.
3398 * BugsSite/skins/custom/global.css: Removed.
3399 * BugsSite/skins/custom/help.css: Removed.
3400 * BugsSite/skins/custom/index.css: Removed.
3401 * BugsSite/skins/custom/opendarwin.gif: Removed.
3402 * BugsSite/skins/custom/panel.css: Removed.
3403 * BugsSite/skins/custom/params.css: Removed.
3404 * BugsSite/skins/custom/release-notes.css: Removed.
3405 * BugsSite/skins/custom/show_bug.css: Removed.
3406 * BugsSite/skins/custom/show_multiple.css: Removed.
3407 * BugsSite/skins/custom/summarize-time.css: Removed.
3408 * BugsSite/skins/custom/voting.css: Removed.
3409 * BugsSite/skins/custom/yui: Removed.
3410 * BugsSite/skins/custom/yui/calendar.css: Removed.
3411 * BugsSite/skins/standard: Removed.
3412 * BugsSite/skins/standard/IE-fixes.css: Removed.
3413 * BugsSite/skins/standard/admin.css: Removed.
3414 * BugsSite/skins/standard/buglist.css: Removed.
3415 * BugsSite/skins/standard/create_attachment.css: Removed.
3416 * BugsSite/skins/standard/dependency-tree: Removed.
3417 * BugsSite/skins/standard/dependency-tree.css: Removed.
3418 * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
3419 * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
3420 * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
3421 * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
3422 * BugsSite/skins/standard/duplicates.css: Removed.
3423 * BugsSite/skins/standard/editusers.css: Removed.
3424 * BugsSite/skins/standard/global: Removed.
3425 * BugsSite/skins/standard/global.css: Removed.
3426 * BugsSite/skins/standard/global/body-back.gif: Removed.
3427 * BugsSite/skins/standard/global/calendar.png: Removed.
3428 * BugsSite/skins/standard/global/header.png: Removed.
3429 * BugsSite/skins/standard/help.css: Removed.
3430 * BugsSite/skins/standard/index: Removed.
3431 * BugsSite/skins/standard/index.css: Removed.
3432 * BugsSite/skins/standard/index/front.png: Removed.
3433 * BugsSite/skins/standard/panel.css: Removed.
3434 * BugsSite/skins/standard/params.css: Removed.
3435 * BugsSite/skins/standard/release-notes.css: Removed.
3436 * BugsSite/skins/standard/show_bug.css: Removed.
3437 * BugsSite/skins/standard/show_multiple.css: Removed.
3438 * BugsSite/skins/standard/summarize-time.css: Removed.
3439 * BugsSite/skins/standard/voting.css: Removed.
3440 * BugsSite/skins/standard/yui: Removed.
3441 * BugsSite/skins/standard/yui/calendar.css: Removed.
3442 * BugsSite/skins/standard/yui/sprite.png: Removed.
3443 * BugsSite/summarize_time.cgi: Removed.
3444 * BugsSite/t: Removed.
3445 * BugsSite/t/001compile.t: Removed.
3446 * BugsSite/t/002goodperl.t: Removed.
3447 * BugsSite/t/003safesys.t: Removed.
3448 * BugsSite/t/004template.t: Removed.
3449 * BugsSite/t/005no_tabs.t: Removed.
3450 * BugsSite/t/006spellcheck.t: Removed.
3451 * BugsSite/t/007util.t: Removed.
3452 * BugsSite/t/008filter.t: Removed.
3453 * BugsSite/t/009bugwords.t: Removed.
3454 * BugsSite/t/010dependencies.t: Removed.
3455 * BugsSite/t/011pod.t: Removed.
3456 * BugsSite/t/012throwables.t: Removed.
3457 * BugsSite/t/Support: Removed.
3458 * BugsSite/t/Support/Files.pm: Removed.
3459 * BugsSite/t/Support/Systemexec.pm: Removed.
3460 * BugsSite/t/Support/Templates.pm: Removed.
3461 * BugsSite/template: Removed.
3462 * BugsSite/template/.cvsignore: Removed.
3463 * BugsSite/template/.htaccess: Removed.
3464 * BugsSite/template/en: Removed.
3465 * BugsSite/template/en/.cvsignore: Removed.
3466 * BugsSite/template/en/custom: Removed.
3467 * BugsSite/template/en/custom/account: Removed.
3468 * BugsSite/template/en/custom/account/auth: Removed.
3469 * BugsSite/template/en/custom/account/email: Removed.
3470 * BugsSite/template/en/custom/account/password: Removed.
3471 * BugsSite/template/en/custom/account/prefs: Removed.
3472 * BugsSite/template/en/custom/admin: Removed.
3473 * BugsSite/template/en/custom/admin/classifications: Removed.
3474 * BugsSite/template/en/custom/admin/components: Removed.
3475 * BugsSite/template/en/custom/admin/fieldvalues: Removed.
3476 * BugsSite/template/en/custom/admin/flag-type: Removed.
3477 * BugsSite/template/en/custom/admin/groups: Removed.
3478 * BugsSite/template/en/custom/admin/keywords: Removed.
3479 * BugsSite/template/en/custom/admin/milestones: Removed.
3480 * BugsSite/template/en/custom/admin/products: Removed.
3481 * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
3482 * BugsSite/template/en/custom/admin/settings: Removed.
3483 * BugsSite/template/en/custom/admin/users: Removed.
3484 * BugsSite/template/en/custom/admin/versions: Removed.
3485 * BugsSite/template/en/custom/attachment: Removed.
3486 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
3487 * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
3488 * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
3489 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
3490 * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
3491 * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
3492 * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
3493 * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
3494 * BugsSite/template/en/custom/bug: Removed.
3495 * BugsSite/template/en/custom/bug/activity: Removed.
3496 * BugsSite/template/en/custom/bug/create: Removed.
3497 * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
3498 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
3499 * BugsSite/template/en/custom/bug/process: Removed.
3500 * BugsSite/template/en/custom/bug/votes: Removed.
3501 * BugsSite/template/en/custom/flag: Removed.
3502 * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
3503 * BugsSite/template/en/custom/global: Removed.
3504 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
3505 * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
3506 * BugsSite/template/en/custom/list: Removed.
3507 * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
3508 * BugsSite/template/en/custom/pages: Removed.
3509 * BugsSite/template/en/custom/reports: Removed.
3510 * BugsSite/template/en/custom/request: Removed.
3511 * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
3512 * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
3513 * BugsSite/template/en/custom/search: Removed.
3514 * BugsSite/template/en/custom/whine: Removed.
3515 * BugsSite/template/en/default: Removed.
3516 * BugsSite/template/en/default/account: Removed.
3517 * BugsSite/template/en/default/account/auth: Removed.
3518 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
3519 * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
3520 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
3521 * BugsSite/template/en/default/account/create.html.tmpl: Removed.
3522 * BugsSite/template/en/default/account/created.html.tmpl: Removed.
3523 * BugsSite/template/en/default/account/email: Removed.
3524 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
3525 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
3526 * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
3527 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
3528 * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
3529 * BugsSite/template/en/default/account/password: Removed.
3530 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
3531 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
3532 * BugsSite/template/en/default/account/prefs: Removed.
3533 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
3534 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
3535 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
3536 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
3537 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
3538 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
3539 * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
3540 * BugsSite/template/en/default/admin: Removed.
3541 * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
3542 * BugsSite/template/en/default/admin/classifications: Removed.
3543 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
3544 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
3545 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
3546 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
3547 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
3548 * BugsSite/template/en/default/admin/components: Removed.
3549 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
3550 * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
3551 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
3552 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
3553 * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
3554 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
3555 * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
3556 * BugsSite/template/en/default/admin/custom_fields: Removed.
3557 * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
3558 * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
3559 * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
3560 * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
3561 * BugsSite/template/en/default/admin/fieldvalues: Removed.
3562 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
3563 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
3564 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
3565 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
3566 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
3567 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
3568 * BugsSite/template/en/default/admin/flag-type: Removed.
3569 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
3570 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
3571 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
3572 * BugsSite/template/en/default/admin/groups: Removed.
3573 * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
3574 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
3575 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
3576 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
3577 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
3578 * BugsSite/template/en/default/admin/keywords: Removed.
3579 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
3580 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
3581 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
3582 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
3583 * BugsSite/template/en/default/admin/milestones: Removed.
3584 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
3585 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
3586 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
3587 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
3588 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
3589 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
3590 * BugsSite/template/en/default/admin/params: Removed.
3591 * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
3592 * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
3593 * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
3594 * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
3595 * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
3596 * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
3597 * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
3598 * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
3599 * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
3600 * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
3601 * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
3602 * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
3603 * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
3604 * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
3605 * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
3606 * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
3607 * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
3608 * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
3609 * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
3610 * BugsSite/template/en/default/admin/products: Removed.
3611 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
3612 * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
3613 * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
3614 * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
3615 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
3616 * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
3617 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
3618 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
3619 * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
3620 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
3621 * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
3622 * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
3623 * BugsSite/template/en/default/admin/sanitycheck: Removed.
3624 * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
3625 * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
3626 * BugsSite/template/en/default/admin/settings: Removed.
3627 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
3628 * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
3629 * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
3630 * BugsSite/template/en/default/admin/users: Removed.
3631 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
3632 * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
3633 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
3634 * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
3635 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
3636 * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
3637 * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
3638 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
3639 * BugsSite/template/en/default/admin/versions: Removed.
3640 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
3641 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
3642 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
3643 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
3644 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
3645 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
3646 * BugsSite/template/en/default/admin/workflow: Removed.
3647 * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
3648 * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
3649 * BugsSite/template/en/default/attachment: Removed.
3650 * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
3651 * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
3652 * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
3653 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
3654 * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
3655 * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
3656 * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
3657 * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
3658 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
3659 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
3660 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
3661 * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
3662 * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
3663 * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
3664 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
3665 * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
3666 * BugsSite/template/en/default/bug: Removed.
3667 * BugsSite/template/en/default/bug/activity: Removed.
3668 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
3669 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
3670 * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
3671 * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
3672 * BugsSite/template/en/default/bug/create: Removed.
3673 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
3674 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
3675 * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
3676 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
3677 * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
3678 * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
3679 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
3680 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
3681 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
3682 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
3683 * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
3684 * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
3685 * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
3686 * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
3687 * BugsSite/template/en/default/bug/process: Removed.
3688 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
3689 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
3690 * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
3691 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
3692 * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
3693 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
3694 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
3695 * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
3696 * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
3697 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
3698 * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
3699 * BugsSite/template/en/default/bug/votes: Removed.
3700 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
3701 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
3702 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
3703 * BugsSite/template/en/default/config.js.tmpl: Removed.
3704 * BugsSite/template/en/default/config.rdf.tmpl: Removed.
3705 * BugsSite/template/en/default/email: Removed.
3706 * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
3707 * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
3708 * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
3709 * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
3710 * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
3711 * BugsSite/template/en/default/filterexceptions.pl: Removed.
3712 * BugsSite/template/en/default/flag: Removed.
3713 * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
3714 * BugsSite/template/en/default/global: Removed.
3715 * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
3716 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
3717 * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
3718 * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
3719 * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
3720 * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
3721 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
3722 * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
3723 * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
3724 * BugsSite/template/en/default/global/footer.html.tmpl: Removed.