1 2011-06-08 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3 Reviewed by Antonio Gomes.
5 [EFL] Enable PROGRESS_TAG feature
6 https://bugs.webkit.org/show_bug.cgi?id=62212
8 * Source/cmake/OptionsEfl.cmake: Turn on PROGRESS_TAG by default.
10 2011-06-08 Lucas De Marchi <lucas.demarchi@profusion.mobi>
12 Reviewed by Kenneth Rohde Christiansen.
14 [CMAKE] Never let a WTF_FEATURE defined to nothing
15 https://bugs.webkit.org/show_bug.cgi?id=60820
17 If a port doesn't want to give the user some configure options,
18 nevertheless it would have to define this feature as OFF. Otherwise
19 there's a build error because the generated cmakeconfig.h is not
20 parsed correctly by ENABLE macro, which expects each feature to be
21 either undefined or defined to TRUE/FALSE.
23 * Source/cmake/WebKitFeatures.cmake: Use a variable with the same name
24 of the feature, which allows CONFIGURE_FILE() to replace it in the new
26 * Source/cmakeconfig.h.cmake: use #cmakedefine01 instead of #define
27 with another variable. This way the feature will always be 0 or 1 and
28 it will never be left undefined.
30 2011-06-07 Lucas De Marchi <lucas.demarchi@profusion.mobi>
32 Reviewed by Antonio Gomes.
34 [EFL] Remove Ecore_X bits from PlatformScreenEfl
35 https://bugs.webkit.org/show_bug.cgi?id=61649
37 Remove the need for Ecore_X and some X calls by always using
38 new functions available in EFL to get the screen size.
40 * Source/cmake/FindEFL.cmake: Bump ecore and ecore-evas versions.
42 2011-06-07 Andreas Kling <andreas.kling@nokia.com>
44 Reviewed by Laszlo Gombos.
46 [Qt] Fix Symbian build with RVCT 2.x
47 https://bugs.webkit.org/show_bug.cgi?id=62205
49 RVCT 2.x doesn't support (or need) the --signed_bitfields command-line
50 option, so restrict it to version 4.x of the compiler.
54 2011-06-06 Martin Robinson <mrobinson@igalia.com>
56 Fix the GTK+ build by ensuring that the autogenerated sources
57 necessary for libWebCoreInternals are recorded in a predeclared
58 variable before assigning to BUILT_SOURCES.
60 * GNUmakefile.am: Assign libWebCoreInternals built sources to
61 libwebcoreinternals_built_sources before adding to the source list
64 2011-06-06 Carlos Garcia Campos <cgarcia@igalia.com>
66 Unreviewed. Fix the GTK+ build.
68 * GNUmakefile.am: Add javascriptcore_cflags variable.
70 2011-06-04 Kevin Ollivier <kevino@theolliviers.com>
72 [wx] Unreviewed build fix. Restore the PPC build and allow users to specify architectures
77 2011-06-04 Adam Barth <abarth@webkit.org>
79 Configure new commit-queue instance. (Please ignore.)
81 2011-06-03 Martin Robinson <mrobinson@igalia.com>
83 Reviewed by Dimitri Glazkov.
85 Teach Gtk build about window.internals
86 https://bugs.webkit.org/show_bug.cgi?id=61071
88 * Source/autotools/symbols.filter: Added some symbols necessary for
89 window.internals to function to the global symbol list.
91 2011-06-03 Alexis Menard <alexis.menard@openbossa.org>
93 Reviewed by Benjamin Poulain.
95 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
96 https://bugs.webkit.org/show_bug.cgi?id=61957
98 When building inside the Qt source tree, qmake always append the mkspecs
99 defines after ours. We have to workaround and make sure that we append
100 our flags after the qmake variable used inside Qt. This workaround was provided
101 by our qmake folks. We need to append in both case because qmake behave differently
102 when called with -spec or via SUBDIR+=.
106 2011-06-02 Alexis Menard <alexis.menard@openbossa.org>
108 Reviewed by Andreas Kling.
110 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
111 https://bugs.webkit.org/show_bug.cgi?id=61957
113 When building inside the Qt source tree, qmake always append the mkspecs
114 defines after ours. We have to workaround and make sure that we append
115 our flags after the qmake variable used inside Qt. This workaround was provided
120 2011-03-30 Martin Robinson <mrobinson@igalia.com>
122 Reviewed by Adam Roben.
124 [GTK] [WebKit2] Implement a basic WebKitTestRunner
125 https://bugs.webkit.org/show_bug.cgi?id=57068
127 * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
129 2011-05-31 Xan Lopez <xlopez@igalia.com>
131 Reviewed by Martin Robinson.
133 Bump version to 1.5.1.
137 2011-05-25 Gregg Tavares <gman@chromium.org>
139 Reviewed by Kenneth Russell.
141 Add 'noExtensions' option to Web/GraphicsContext3D attributes.
142 https://bugs.webkit.org/show_bug.cgi?id=61460
144 * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
145 * Source/WebCore/platform/graphics/GraphicsContext3D.h:
146 * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
147 * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
149 2011-05-24 Keishi Hattori <keishi@webkit.org>
151 Reviewed by Kent Tamura.
153 Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
154 https://bugs.webkit.org/show_bug.cgi?id=61273
156 * configure.ac: Added INPUT_COLOR feature flag.
158 2011-05-24 Jay Civelli <jcivelli@chromium.org>
160 Reviewed by Adam Barth.
162 Adding MHTML reading support.
163 https://bugs.webkit.org/show_bug.cgi?id=7168
167 2011-05-23 Ryuan Choi <ryuan.choi@samsung.com>
169 Rubber stamped by Eric Seidel.
171 [CMAKE] Refactoring wtf related code.
172 https://bugs.webkit.org/show_bug.cgi?id=60146
174 Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
176 * Source/cmake/OptionsCommon.cmake:
177 * Source/cmake/OptionsEfl.cmake:
179 2011-05-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
181 Unreviewed. Fix build break.
183 * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
185 2011-05-16 Carlos Garcia Campos <cgarcia@igalia.com>
187 Reviewed by Martin Robinson.
189 [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
190 https://bugs.webkit.org/show_bug.cgi?id=58223
192 * configure.ac: Add configure option to enable/disable plugin
195 2011-05-12 Gregg Tavares <gman@chromium.org>
197 Reviewed by Kenneth Russell.
199 Add option to select GraphicsContext3D implementation.
200 https://bugs.webkit.org/show_bug.cgi?id=60297
202 * Source/WebKit/chromium/DEPS:
203 * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
205 2011-05-12 Lucas De Marchi <lucas.demarchi@profusion.mobi>
207 Reviewed by Antonio Gomes.
209 [CMAKE] Add option to unconditionally enable/disable a feature
210 https://bugs.webkit.org/show_bug.cgi?id=60643
212 Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
213 to enable a feature without showing to user that it can be disabled.
214 This is useful if a port needs an option to be always ON/OFF and
215 changing it will break the build.
217 This way it's possible to add mandatory features to each port without
218 touching the cmakeconfig.cmake file.
220 * Source/cmake/WebKitFeatures.cmake:
222 2011-05-11 Dmitry Lomov <dslomov@google.com>
224 Reviewed by David Levin.
226 https://bugs.webkit.org/show_bug.cgi?id=59561
227 Switch TestWebKitAPI to GTest
229 Fixes Makefiles and WinCairo build as well
231 * Source/ThirdParty/gtest/README.WebKit:
232 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
233 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
234 * Source/ThirdParty/gtest/xcode/Makefile: Added.
236 2011-05-09 Dmitry Lomov <dslomov@google.com>
238 Reviewed by Sam Weinig.
240 Switch TestWebKitAPI to GTest
241 https://bugs.webkit.org/show_bug.cgi?id=59561
243 * Source/ThirdParty/gtest/README.WebKit:
244 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
246 2011-05-09 Xan Lopez <xlopez@igalia.com>
248 Reviewed by Gustavo Noronha.
250 Fix logic in GCC version detection, it was reversed.
254 2011-05-09 Alexis Menard <alexis.menard@openbossa.org>
256 Reviewed by Andreas Kling.
258 [Qt] Fix the build on Embedded Linux.
259 https://bugs.webkit.org/show_bug.cgi?id=60347
261 qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
262 still be used in order to build properly.
266 2011-05-05 Kevin Ollivier <kevino@theolliviers.com>
268 [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
272 2011-05-05 Prasanth Ullattil <prasanth.ullattil@nokia.com>
274 Reviewed by Simon Hausmann.
276 Install correct header files for webkit.
278 Since WebKit is no longer inside Qt, we can remove the detection for
281 [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
282 https://bugs.webkit.org/show_bug.cgi?id=57621
284 * Source/sync.profile:
286 2011-05-05 Adam Barth <abarth@webkit.org>
288 Remove a couple stray mentions of WML that I missed before.
292 2011-05-05 Alexis Menard <alexis.menard@openbossa.org>
294 Reviewed by Benjamin Poulain.
296 [Qt] Make QtWebKit build when using gcc 4.6.0
297 https://bugs.webkit.org/show_bug.cgi?id=60265
299 If QtWebKit is compiled with gcc 4.6.0 and the build is not done
300 with c++0x support we need to deactivate warnings about compatibility.
301 Some WebKit types have names which conflicts with upcoming c++0x
302 types. If QtWebKit is built with c++0x support, WebKit has code to
303 fallback to the standard type rather than the WebKit implementation.
304 For example nullptr will be the one of the std if build options turns on
309 2011-05-04 Xan Lopez <xlopez@igalia.com>
311 Reviewed by Martin Robinson.
313 [GTK] Fix warnings in webkit.m4 with autoconf 2.68
314 https://bugs.webkit.org/show_bug.cgi?id=60189
316 Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
319 * Source/autotools/webkit.m4: ditto.
321 2011-05-04 Martin Robinson <mrobinson@igalia.com>
323 Fix the WebKitGTK+ build.
325 * configure.ac: Added option parsing code for loading touch icons.
327 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
329 Reviewed by Xan Lopez.
331 [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
332 https://bugs.webkit.org/show_bug.cgi?id=60041
334 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
335 4.6.0) until our codebase is ready. This is the same as done for
338 * Source/cmake/WebKitHelpers.cmake: ditto.
340 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
342 Unreviewed, rolling out r85624.
343 http://trac.webkit.org/changeset/85624
345 The same command is used also for make_names.pl, which breaks
348 * Source/cmake/OptionsCommon.cmake: ditto.
350 2011-05-03 Leandro Pereira <leandro@profusion.mobi>
352 [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
354 Force linking with zlib so that uncompress() exists.
356 * Source/cmake/OptionsEfl.cmake: Find zlib.
358 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
360 [CMAKE] Unreviewed build fix for gcc >= 4.6
362 Same fix as done in r84123. CMake explicitly pass the arguments to
363 make_names.pl, so let's make them the same.
365 * Source/cmake/OptionsCommon.cmake: ditto.
367 2011-05-02 Adam Klein <adamk@chromium.org>
369 Reviewed by Tony Chang.
371 Roll chromium DEPS to r83722, add new crypto directory to DEPS
372 https://bugs.webkit.org/show_bug.cgi?id=59992
375 Ignore new chromium/crypto directory.
377 2011-05-03 Carlos Garcia Campos <cgarcia@igalia.com>
379 Reviewed by Eric Seidel.
381 [GTK] Build webkit1 even when webkit2 is enabled
382 https://bugs.webkit.org/show_bug.cgi?id=59695
387 2011-05-01 ojab <ojab@ojab.ru>
389 Reviewed by Eric Seidel.
391 --disable-video-track if --disable-video
392 https://bugs.webkit.org/show_bug.cgi?id=59605
396 2011-04-29 Dean Jackson <dino@apple.com>
398 Reviewed by Simon Fraser.
400 Add ENABLE macro for WebKitAnimation
401 https://bugs.webkit.org/show_bug.cgi?id=59729
403 Add new feature to toggle WebKit Animation API.
407 2011-04-29 Kevin Ollivier <kevino@theolliviers.com>
409 [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
413 2011-04-28 Adam Barth <abarth@webkit.org>
415 Reviewed by Eric Seidel.
418 https://bugs.webkit.org/show_bug.cgi?id=59678
420 Remove WML configuration option from the CMake build system.
422 * Source/cmake/OptionsEfl.cmake:
423 * Source/cmake/OptionsWinCE.cmake:
424 * Source/cmakeconfig.h.cmake:
426 2011-04-28 Xan Lopez <xlopez@igalia.com>
428 Reviewed by Martin Robinson.
430 [Gtk] Split JSC and WebCore builds
431 https://bugs.webkit.org/show_bug.cgi?id=19428
433 Add a pkg-config file for JavaScriptCoreGTK+.
435 * configure.ac: generate the final pkg-config file from our .in
438 2011-04-28 Xan Lopez <xlopez@igalia.com>
440 Reviewed by Martin Robinson.
442 [Gtk] Split JSC and WebCore builds
443 https://bugs.webkit.org/show_bug.cgi?id=19428
445 Build JavaScriptCore as a libtool shared library instead of a
446 private convenience library.
448 * GNUmakefile.am: remove convenience library definition for jsc.
450 2011-04-28 Xan Lopez <xlopez@igalia.com>
452 Reviewed by Martin Robinson.
454 [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
455 https://bugs.webkit.org/show_bug.cgi?id=59718
457 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
458 4.6.0) until our codebase is ready.
460 * configure.ac: do that.
462 2011-04-27 Yi Shen <yi.4.shen@nokia.com>
464 Reviewed by Kenneth Rohde Christiansen.
466 [Qt] Upstream Symbian platform plugin
467 https://bugs.webkit.org/show_bug.cgi?id=58435
469 Upstream Symbian platform plugin.
471 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
473 2011-04-27 Steve Block <steveblock@google.com>
475 Reviewed by David Levin.
477 Remove Android build system
478 https://bugs.webkit.org/show_bug.cgi?id=48111
480 This is to avoid the maintenance burden until the Android port is
483 * Source/Android.mk: Removed.
485 2011-04-26 Kevin Ollivier <kevino@theolliviers.com>
487 Rubberstamped by Eric Seidel.
489 Enable waf to be used to build other ports
490 https://bugs.webkit.org/show_bug.cgi?id=58213
494 2011-04-22 Sheriff Bot <webkit.review.bot@gmail.com>
496 Unreviewed, rolling out r84627.
497 http://trac.webkit.org/changeset/84627
498 https://bugs.webkit.org/show_bug.cgi?id=59271
500 It broke Symbian build (Requested by Ossy on #webkit).
504 2011-04-22 Yi Shen <yi.4.shen@nokia.com>
506 Reviewed by Kenneth Rohde Christiansen.
508 [Qt] Upstream Symbian platform plugin
509 https://bugs.webkit.org/show_bug.cgi?id=58435
511 Upstream Symbian platform plugin.
513 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
515 2011-04-21 Maciej Stachowiak <mjs@apple.com>
517 Reviewed by Adam Roben.
519 Add a feature define to allow <details> and <summary> to be disabled
520 https://bugs.webkit.org/show_bug.cgi?id=59118
521 <rdar://problem/9257045>
525 2011-04-18 Evan Martin <evan@chromium.org>
527 Reviewed by Eric Seidel.
529 [chromium] expose title direction to webkit client
530 https://bugs.webkit.org/show_bug.cgi?id=58823
532 * Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
533 * Tools/DumpRenderTree/chromium/LayoutTestController.h:
534 Adapt to new API. Expose title direction to JS so it can be tested.
536 * Tools/DumpRenderTree/chromium/WebViewHost.cpp:
537 * Tools/DumpRenderTree/chromium/WebViewHost.h:
540 2011-04-18 Hans Wennborg <hans@chromium.org>
542 Reviewed by Steve Block.
544 LevelDB backend for IndexedDB
545 https://bugs.webkit.org/show_bug.cgi?id=57372
547 Add LevelDB wrappers to Android.mk.
551 2011-04-18 Patrick Gansterer <paroga@webkit.org>
553 Reviewed by Pavel Feldman.
555 REGRESSION (r81479): generate-inspector-idl fails on native win32
556 https://bugs.webkit.org/show_bug.cgi?id=58315
558 Disable git autocrlf for Inspector.json.
562 2011-04-16 Patrick Gansterer <paroga@webkit.org>
564 Reviewed by Eric Seidel.
566 Rename PLATFORM(CAIRO) to USE(CAIRO)
567 https://bugs.webkit.org/show_bug.cgi?id=55192
569 * Source/cmake/OptionsEfl.cmake:
571 2011-04-15 Shishir Agrawal <shishir@chromium.org>
573 Reviewed by James Robinson.
575 Add a flag to guard Page Visibility API changes.
576 https://bugs.webkit.org/show_bug.cgi?id=58464
579 http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
583 2011-04-15 Xan Lopez <xlopez@igalia.com>
585 Reviewed by Martin Robinson.
587 * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
588 branch and was already cut off.
590 2011-04-15 Anna Cavender <annacc@chromium.org>
592 Reviewed by Eric Carlson.
594 Renaming TRACK feature define to VIDEO_TRACK
595 https://bugs.webkit.org/show_bug.cgi?id=53556
599 2011-04-13 Dmitry Lomov <dslomov@google.com>
601 Reviewed by David Levin.
603 Add GTest unit-testing framework to WebKit
604 https://bugs.webkit.org/show_bug.cgi?id=58507
606 * Source/ThirdParty/gtest/CHANGES: Added.
607 * Source/ThirdParty/gtest/CMakeLists.txt: Added.
608 * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
609 * Source/ThirdParty/gtest/COPYING: Added.
610 * Source/ThirdParty/gtest/Makefile.am: Added.
611 * Source/ThirdParty/gtest/README: Added.
612 * Source/ThirdParty/gtest/README.WebKit: Added.
613 * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
614 * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
615 * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
616 * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
617 * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
618 * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
619 * Source/ThirdParty/gtest/configure.ac: Added.
620 * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
621 * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
622 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
623 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
624 * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
625 * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
626 * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
627 * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
628 * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
629 * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
630 * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
631 * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
632 * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
633 * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
634 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
635 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
636 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
637 * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
638 * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
639 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
640 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
641 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
642 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
643 * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
644 * Source/ThirdParty/gtest/m4/gtest.m4: Added.
645 * Source/ThirdParty/gtest/make/Makefile: Added.
646 * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
647 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
648 * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
649 * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
650 * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
651 * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
652 * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
653 * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
654 * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
655 * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
656 * Source/ThirdParty/gtest/run_tests.py: Added.
657 * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
658 * Source/ThirdParty/gtest/samples/sample1.cc: Added.
659 * Source/ThirdParty/gtest/samples/sample1.h: Added.
660 * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
661 * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
662 * Source/ThirdParty/gtest/samples/sample2.cc: Added.
663 * Source/ThirdParty/gtest/samples/sample2.h: Added.
664 * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
665 * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
666 * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
667 * Source/ThirdParty/gtest/samples/sample4.cc: Added.
668 * Source/ThirdParty/gtest/samples/sample4.h: Added.
669 * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
670 * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
671 * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
672 * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
673 * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
674 * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
675 * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
676 * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
677 * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
678 * Source/ThirdParty/gtest/scripts/pump.py: Added.
679 * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
680 * Source/ThirdParty/gtest/scripts/upload.py: Added.
681 * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
682 * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
683 * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
684 * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
685 * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
686 * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
687 * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
688 * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
689 * Source/ThirdParty/gtest/src/gtest.cc: Added.
690 * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
691 * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
692 * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
693 * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
694 * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
695 * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
696 * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
697 * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
698 * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
699 * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
700 * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
701 * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
702 * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
703 * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
704 * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
705 * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
706 * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
707 * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
708 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
709 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
710 * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
711 * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
712 * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
713 * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
714 * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
715 * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
716 * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
717 * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
718 * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
719 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
720 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
721 * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
722 * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
723 * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
724 * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
725 * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
726 * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
727 * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
728 * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
729 * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
730 * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
731 * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
732 * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
733 * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
734 * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
735 * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
736 * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
737 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
738 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
739 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
740 * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
741 * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
742 * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
743 * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
744 * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
745 * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
746 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
747 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
748 * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
749 * Source/ThirdParty/gtest/test/production.cc: Added.
750 * Source/ThirdParty/gtest/test/production.h: Added.
751 * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
752 * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
753 * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
754 * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
755 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
756 * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
757 * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
758 * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
759 * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
760 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
761 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
762 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
763 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
764 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
765 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
766 * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
767 * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
768 * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
770 2011-04-13 Ryuan Choi <ryuan.choi@samsung.com>
772 Reviewed by Kenneth Rohde Christiansen.
774 [CMAKE] Separate DerivedSources.
775 https://bugs.webkit.org/show_bug.cgi?id=58427
777 Seperate DerivedSources/ to DerivedSources/WebCore and
778 DerivedSources/JavaScriptCore.
780 * Source/CMakeLists.txt:
781 * Source/cmake/OptionsCommon.cmake:
782 * Source/cmake/WebKitFS.cmake:
783 * Source/cmake/WebKitHelpers.cmake:
784 * Source/cmake/WebKitMacros.cmake:
786 2011-04-13 Tony Chang <tony@chromium.org>
788 Ignore files generated from glu.gyp.
792 2011-03-28 Adam Barth <abarth@webkit.org>
794 Reviewed by Kenneth Russell.
796 Move libtess from WebCore/thirdparty to ThirdParty
797 https://bugs.webkit.org/show_bug.cgi?id=57288
799 We're putting third party code in Source/ThirdParty these days.
801 * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
802 * Source/ThirdParty/glu/glu.gyp: Added.
804 2011-04-12 Thouraya ANDOLSI <thouraya.andolsi@st.com>
806 Reviewed by Eric Seidel.
808 [QT] Enable JIT build for SH4 platforms.
809 https://bugs.webkit.org/show_bug.cgi?id=58317
810 add disable_uitools for SH4 platforms.
814 2011-04-11 Anna Cavender <annacc@chromium.org>
816 Reviewed by Eric Carlson.
818 Setup ENABLE(TRACK) feature define
819 https://bugs.webkit.org/show_bug.cgi?id=53556
823 2011-04-11 Varun Jain <varunjain@chromium.org>
825 Reviewed by Darin Fisher.
827 Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
828 https://bugs.webkit.org/show_bug.cgi?id=58245
830 * Source/WebKit/chromium/public/WebWidget.h:
832 2011-04-11 Thouraya ANDOLSI <thouraya.andolsi@st.com>
834 Reviewed by Oliver Hunt.
837 https://bugs.webkit.org/show_bug.cgi?id=44329
839 Enable JIT support for SH4 platforms.
843 2011-04-11 Andreas Kling <andreas.kling@nokia.com>
845 Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
849 2011-04-09 Keith Kyzivat <keith.kyzivat@nokia.com>
851 Reviewed by Laszlo Gombos.
853 [Qt] Don't link against fontconfig or X11 if embedded
854 https://bugs.webkit.org/show_bug.cgi?id=58104
856 * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
858 2011-04-08 Alpha Lam <hclam@chromium.org>
860 Unreviewed, rolling out r83335.
861 http://trac.webkit.org/changeset/83335
862 https://bugs.webkit.org/show_bug.cgi?id=53556
864 GTK and QT bots are broken.
868 2011-04-08 Kristian Amlie <kristian.amlie@nokia.com>
870 Reviewed by Andreas Kling.
872 [Qt] Remove modular references after support for the flag was removed.
873 https://bugs.webkit.org/show_bug.cgi?id=57018
875 Removed modular references after support for the flag was removed.
877 Support was removed because the Qt Modularization project decided we
878 don't need it. It's better to base decisions on the available
879 information, as demonstrated in the patch by checking
884 2011-04-07 Anna Cavender <annacc@chromium.org>
886 Reviewed by Eric Carlson.
888 Setup ENABLE(TRACK) feature define
889 https://bugs.webkit.org/show_bug.cgi?id=53556
893 2011-04-08 Varun Jain <varunjain@chromium.org>
895 Reviewed by Darin Fisher.
897 Need to extend WebKit chromium API to access text selection
898 https://bugs.webkit.org/show_bug.cgi?id=57888
900 * Source/WebKit/chromium/public/WebFrame.h:
901 * Source/WebKit/chromium/public/WebWidget.h:
902 * Source/WebKit/chromium/src/WebFrameImpl.cpp:
903 * Source/WebKit/chromium/src/WebFrameImpl.h:
904 * Source/WebKit/chromium/src/WebPopupMenuImpl.h:
905 * Source/WebKit/chromium/src/WebViewImpl.cpp:
906 * Source/WebKit/chromium/src/WebViewImpl.h:
907 * Source/WebKit/chromium/tests/PopupMenuTest.cpp:
909 2011-04-08 Jon Lee <jonlee@apple.com>
911 Reviewed by David Levin.
913 adding *.vcproj.*.user to .gitignore for Visual Studio development
914 https://bugs.webkit.org/show_bug.cgi?id=58097
918 2011-04-07 Eric Seidel <eric@webkit.org>
920 Reviewed by Adam Barth.
922 Add stub support for generating Gtk build system from gyp
923 https://bugs.webkit.org/show_bug.cgi?id=58086
925 This adds support for a new --port argument and plumbs through
926 the necessary paths to allow generating for a port other than Mac.
928 * Source/gyp/configure:
930 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
932 Revert ENABLE_TRACK patch due to compile failures.
936 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
938 Reviewed by David Levin.
940 Add QUOTA build flag for unified quota API
941 https://bugs.webkit.org/show_bug.cgi?id=57918
943 * configure.ac: Added QUOTA build flag
945 2011-04-04 Martin Robinson <mrobinson@igalia.com>
947 Build fix for GTK+ after r82876.
949 * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
950 from WTF that DRT uses.
952 2011-04-04 Martin Robinson <mrobinson@igalia.com>
954 Reviewed by Gustavo Noronha Silva.
957 https://bugs.webkit.org/show_bug.cgi?id=31517
959 * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
961 2011-04-04 Jon Lee <jonlee@apple.com>
963 Reviewed by Eric Seidel.
965 add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
966 https://bugs.webkit.org/show_bug.cgi?id=57646
968 * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
970 2011-03-31 Xan Lopez <xlopez@igalia.com>
972 Reviewed by Martin Robinson.
974 [GTK] Link explicitly with XRender on Linux/Unix
975 https://bugs.webkit.org/show_bug.cgi?id=57558
977 Some linkers, like GNU Gold, require explicit linkage of all the
978 libraries used instead of relying on our dependencies to bring
979 them in. In this case, the build fails because we use XRender in
980 the plugin code but don't link directly to it.
982 * configure.ac: check for XRender on UNIX.
984 2011-03-31 Vamshikrishna.Yellenki <vamshi@motorola.com> and Alejandro G. Castro <alex@igalia.com>
986 Reviewed by Martin Robinson.
988 Implement MiniBrowser for Gtk port.
989 https://bugs.webkit.org/show_bug.cgi?id=48512
991 Initial implementation of the Gtk MiniBrowser.
995 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
997 [Qt] Typo fix, remove an accidentally added line.
1001 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
1003 [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
1005 * Source/WebKit.pri:
1007 2011-03-29 Csaba Osztrogonác <ossy@webkit.org>
1009 Rubber-stamped by Andreas Kling.
1011 [Qt] Remove modular references after support for the flag was removed.
1012 https://bugs.webkit.org/show_bug.cgi?id=57018
1014 Symbian buildfix after r82232.
1016 * Source/WebKit.pri: Readd uitools option.
1018 2011-03-29 Kristian Amlie <kristian.amlie@nokia.com>
1020 Reviewed by Andreas Kling.
1022 Removed modular references after support for the flag was removed.
1024 Support was removed because the Qt Modularization project decided we
1025 don't need it. It's better to base decisions on the available
1026 information, as demonstrated in the patch by checking
1029 In addition, remove the reference to uitools. It has been moved to
1030 QtKernel now, and therefore is always available.
1032 [Qt] Remove modular references after support for the flag was removed.
1033 https://bugs.webkit.org/show_bug.cgi?id=57018
1035 * Source/WebKit.pri:
1037 2011-03-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1039 Reviewed by Andreas Kling.
1041 [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
1042 https://bugs.webkit.org/show_bug.cgi?id=57087
1044 Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
1046 * Source/WebKit.pri:
1048 2011-03-26 Adam Barth <abarth@webkit.org>
1050 Reviewed by Eric Seidel.
1052 We shouldn't bother running GYP if the generated files are newer than the GYP files
1053 https://bugs.webkit.org/show_bug.cgi?id=57146
1055 In the common case, this check will avoid any overhead from processing
1056 the GYP files. Another approach to doing this is to add the feature to
1057 GYP directly, but GYP's approach to this problem is to compute the
1058 output in its entirety and compare it byte-for-byte against the output
1059 file. In the future, it might make sense to add this approach as an
1060 alternative approach for GYP itself.
1062 I also removed JavaScriptGlue from the script because we're not really
1063 going to change JavaScriptGlue over to GYP. We were using
1064 JavaScriptGlue as a learning experience.
1066 * Source/gyp/configure:
1068 2011-03-25 Kevin Ollivier <kevino@theolliviers.com>
1070 [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
1074 2011-03-23 George Guo <George.Guo@nokia.com>
1076 Reviewed by Darin Adler.
1078 Webkit warning: converting to 'unsigned int' from 'double'
1079 https://bugs.webkit.org/show_bug.cgi?id=56865
1081 With -Werr enabled, this cause the build failure on RedHat Linux.
1084 * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
1087 2011-03-23 Adam Barth <abarth@webkit.org>
1089 Reviewed by Eric Seidel.
1091 GYP build should default to Production configuration
1092 https://bugs.webkit.org/show_bug.cgi?id=56899
1094 * Source/gyp/common.gypi:
1096 2011-03-22 Adam Barth <abarth@webkit.org>
1098 Reviewed by Eric Seidel.
1100 gyp/configure shouldn't require GYP to be in your path
1101 https://bugs.webkit.org/show_bug.cgi?id=56873
1103 Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
1104 instead of requiring GYP to be in the user's path.
1106 * Source/gyp/configure:
1108 2011-03-22 Adam Barth <abarth@webkit.org>
1110 Reviewed by Eric Seidel.
1112 Add GYP to Source/ThirdParty
1113 https://bugs.webkit.org/show_bug.cgi?id=56870
1115 We probably don't need all the test files, but it seems cleaner to just
1116 check in the whole GYP tree. GYP is BSD licensed, so it is compatible
1117 with the WebKit license.
1119 * Source/ThirdParty/gyp: Added.
1121 2011-03-21 Alejandro G. Castro <alex@igalia.com>
1123 Reviewed by Martin Robinson.
1125 [GTK] 1.3.13 release bump
1126 https://bugs.webkit.org/show_bug.cgi?id=56795
1128 Version bump for 1.3.13 and updated NEWS file with release notes.
1132 2011-03-21 Ryuan Choi <ryuan.choi@samsung.com>
1134 Reviewed by Antonio Gomes.
1136 [CMAKE] Add exception handling when PORT was missing.
1137 https://bugs.webkit.org/show_bug.cgi?id=56728
1139 * Source/CMakeLists.txt:
1141 2011-03-10 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
1143 Reviewed by Laszlo Gombos.
1145 [Qt] Text layout is broken on Symbian
1146 https://bugs.webkit.org/show_bug.cgi?id=56046
1148 Change integers included into bitfields to be signed by default on RVCT
1149 compiler as a lot of other compilers do (gcc, msvc, winsc).
1150 There are a lot of places in webkit where integers included in bitfield
1151 are assumed to be signed.
1153 * Source/WebKit.pri:
1155 2011-03-10 Alejandro G. Castro <alex@igalia.com>
1157 Unreviewed, fixed Efl compilation after r80744.
1159 * Source/cmake/OptionsEfl.cmake:
1161 2011-03-10 Martin Robinson <mrobinson@igalia.com>
1163 Fixed the help message for WebGL support on GTK+ to reflect the fact that
1164 it's turned off by default and is experimental.
1166 * configure.ac: Fix WebGL help message.
1168 2011-03-04 Dimitri Glazkov <dglazkov@chromium.org>
1170 Reviewed by Adam Barth.
1172 Add skeletal WebCore.gyp
1173 https://bugs.webkit.org/show_bug.cgi?id=55802
1175 * Source/gyp/configure: Added WebCore.
1177 2011-03-04 Adam Barth <abarth@webkit.org>
1179 Reviewed by Dimitri Glazkov.
1181 Add a basic configure script for the GYP build
1182 https://bugs.webkit.org/show_bug.cgi?id=55791
1184 This script just calls GYP on the various gyp projects. As we add more
1185 build systems, this script should be able to select which of them you'd
1186 like to generate the project for.
1188 * Source/gyp/configure: Added.
1190 2011-03-04 Adam Barth <abarth@webkit.org>
1192 Reviewed by Dimitri Glazkov.
1194 Use target_defaults to reduce boilerplate in GYP build system
1195 https://bugs.webkit.org/show_bug.cgi?id=55790
1197 This file contains GYP declarations that are shared by all the modules.
1198 Currently, we use this to set up the configurations, albeit primitively.
1200 * Source/gyp/common.gypi: Added.
1202 2011-03-03 Kevin Ollivier <kevino@theolliviers.com>
1204 [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
1205 to make sure the proper unicode/utf8.h header is included.
1209 2011-03-02 Kevin Ollivier <kevino@theolliviers.com>
1211 [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
1212 included in the ICU headers used by WebKit.
1216 2011-03-02 Daniel Cheng <dcheng@chromium.org>
1218 Reviewed by David Levin.
1220 Add feature define for data transfer items
1221 https://bugs.webkit.org/show_bug.cgi?id=55510
1223 * Source/cmake/OptionsEfl.cmake:
1224 * Source/cmake/OptionsWinCE.cmake:
1225 * Source/cmakeconfig.h.cmake:
1229 2011-03-02 Andras Becsi <abecsi@webkit.org>
1231 Reviewed by Laszlo Gombos.
1233 [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
1234 https://bugs.webkit.org/show_bug.cgi?id=55478
1236 On case insensitive systems the generated forwarding headers cause build problems.
1238 * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
1240 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
1242 Unreviewed, rolling out r80079.
1243 http://trac.webkit.org/changeset/80079
1244 https://bugs.webkit.org/show_bug.cgi?id=55547
1246 "Broke the Win debug build?" (Requested by dcheng on #webkit).
1248 * Source/cmake/OptionsEfl.cmake:
1249 * Source/cmake/OptionsWinCE.cmake:
1250 * Source/cmakeconfig.h.cmake:
1252 2011-03-01 Daniel Cheng <dcheng@chromium.org>
1254 Reviewed by David Levin.
1256 Add feature define for data transfer items
1257 https://bugs.webkit.org/show_bug.cgi?id=55510
1259 * Source/cmake/OptionsEfl.cmake:
1260 * Source/cmake/OptionsWinCE.cmake:
1261 * Source/cmakeconfig.h.cmake:
1263 2011-03-01 Andras Becsi <abecsi@webkit.org>
1265 Reviewed by Csaba Osztrogonác.
1267 [Qt] Clean up the project files and move common options to WebKit.pri.
1269 Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
1271 * Source/WebKit.pri: Common options should be here.
1272 Also move Mac options to this file to fix the Mac build.
1274 2011-03-01 Andras Becsi <abecsi@webkit.org>
1276 Unreviewed build fix.
1278 [Qt] Fix minimal build.
1280 * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
1282 2011-02-28 Adam Barth <abarth@webkit.org>
1284 Reviewed by Dimitri Glazkov.
1286 Teach JavaScriptGlue gyp build about DEPTH
1287 https://bugs.webkit.org/show_bug.cgi?id=55421
1289 Moves the previously JavaScriptGlue-specific GYP helper shell scripts
1290 to the gyp directory in Source, where they can be shared by multiple
1293 * Source/gyp: Added.
1294 * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
1295 * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
1296 * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
1298 2011-02-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1300 Reviewed by Kenneth Rohde Christiansen.
1302 [Qt][WK2] Add a way to test the WebKit 2 APIs
1303 https://bugs.webkit.org/show_bug.cgi?id=55408
1305 Add the build file for test to the build system.
1307 * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
1308 * Source/WebKit.pro: Add the dependency to build the new test project.
1310 2011-02-28 Balazs Kelemen <kbalazs@webkit.org>
1312 Reviewed by Anders Carlsson.
1314 [Qt][WK2] Plugin initialization
1315 https://bugs.webkit.org/show_bug.cgi?id=48127
1317 * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
1318 from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
1320 2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>
1322 Reviewed by Andreas Kling.
1324 Added full webkit module profile and a syncqt profile.
1326 This is for modularized Qt.
1328 [Qt] WebKit patches required to work with a modularized version of Qt
1329 https://bugs.webkit.org/show_bug.cgi?id=53916
1331 * Source/sync.profile: Added.
1333 2011-02-26 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
1335 Reviewed by Laszlo Gombos.
1337 [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
1338 non-production builds.
1339 https://bugs.webkit.org/show_bug.cgi?id=55313
1341 * Source/WebKit.pri:
1343 2011-02-24 Alejandro G. Castro <alex@igalia.com>
1345 Rubber-stamped by Martin Robinson.
1347 Fixed compilation after r79537, added a bug to solve webkit2
1349 https://bugs.webkit.org/show_bug.cgi?id=55153
1353 2011-02-24 Christian Dywan <christian@lanedo.com>
1355 Rubber-stamped by Eric Seidel.
1357 [GTK] webkitgtk 1.3.7 build without translations
1358 https://bugs.webkit.org/show_bug.cgi?id=50612
1360 * GNUmakefile.am: Require stamp-po target for all-local so
1361 that po files are built before they install.
1363 2011-02-22 Philippe Normand <pnormand@igalia.com>
1365 Reviewed by Martin Robinson.
1367 [GTK] 1.3.12 release preparation
1368 https://bugs.webkit.org/show_bug.cgi?id=54967
1370 Version bump for 1.3.12 and updated NEWS file with release notes.
1371 Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
1374 * Source/WebKit/gtk/NEWS:
1377 2011-02-22 Andras Becsi <abecsi@webkit.org>
1379 Reviewed by Laszlo Gombos.
1381 [Qt] Redesign the build system
1382 https://bugs.webkit.org/show_bug.cgi?id=51339
1386 Build WebCore as a static library, compile the WebKit API and WebKit2 API
1387 in a final step and link to WebKit2, WebCore and JSC libraries to fix
1388 linking issues resulting from stripped away symbols.
1390 * Source/WebKit.pri: Add common include paths
1391 * Source/WebKit.pro: Add new project file to SUBDIRS
1393 2011-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
1395 Reviewed by Martin Robinson.
1397 [GTK] Bump GTK+3 dependency to 3.0
1398 https://bugs.webkit.org/show_bug.cgi?id=54394
1402 2011-02-19 Ryuan Choi <ryuan.choi@samsung.com>
1404 Reviewed by Martin Robinson.
1406 [GTK] Remove mandatory Enchant dependency
1407 https://bugs.webkit.org/show_bug.cgi?id=51587
1409 Add enable-spellcheck option which decides whether to use enchant.
1410 If disabled, WebKitGTK+ will not use enchant library.
1414 2011-02-18 Zan Dobersek <zandobersek@gmail.com>
1416 Reviewed by Martin Robinson.
1418 [Gtk] Re-enable meter tag support
1419 https://bugs.webkit.org/show_bug.cgi?id=54762
1421 Enable meter tag support in the configure.ac. This feature was
1422 previously enabled by default in the makefile, but should be
1423 enabled here after changes in r78981.
1427 2011-02-18 Kristian Amlie <kristian.amlie@nokia.com>
1429 Reviewed by Kenneth Rohde Christiansen.
1431 Avoided UiTools dependency if the module is not present.
1433 [Qt] WebKit patches required to work with a modularized version of Qt
1434 https://bugs.webkit.org/show_bug.cgi?id=53916
1436 * Source/WebKit.pri:
1438 2011-02-18 Ryuan Choi <ryuan.choi@samsung.com>
1440 Reviewed by Kent Tamura.
1442 [EFL] Remove GDK dependency.
1443 https://bugs.webkit.org/show_bug.cgi?id=53978
1445 Remove checking GDK library.
1447 * Source/cmake/OptionsEfl.cmake:
1449 2011-02-18 Philippe Normand <pnormand@igalia.com>
1451 Unreviewed, build fix after r78981
1453 * configure.ac: datagrid is datagrid, it is not database. Also
1454 meter is not progress. Fixed copy/paste mistakes.
1456 2011-02-18 Philippe Normand <pnormand@igalia.com>
1458 Reviewed by Martin Robinson.
1460 [GTK] minimal build unrecognized options
1461 https://bugs.webkit.org/show_bug.cgi?id=50890
1463 * configure.ac: added new configure options to enable/disable the
1464 meter element, progress element, datagrid and client-based
1465 geolocation support.
1467 2011-02-17 Kevin Ollivier <kevino@theolliviers.com>
1469 [wx] Build fix after introduction of JavaScriptCore/collector.
1473 2011-02-17 Kristian Amlie <kristian.amlie@nokia.com>
1475 Reviewed by Laszlo Gombos.
1477 Updated include paths for phonon.
1479 [Qt] WebKit patches required to work with a modularized version of Qt
1480 https://bugs.webkit.org/show_bug.cgi?id=53916
1482 * Source/WebKit.pri:
1484 2011-02-13 Hayato Ito <hayato@chromium.org>
1486 Reviewed by Kent Tamura.
1488 Update .gitignore to ignore files which Ninja build system generates.
1490 https://bugs.webkit.org/show_bug.cgi?id=54378
1494 2011-02-10 Peter Varga <pvarga@webkit.org>
1496 Reviewed by Csaba Osztrogonác.
1498 Remove PCRE source from trunk
1499 https://bugs.webkit.org/show_bug.cgi?id=54188
1501 * Source/cmake/WebKitFS.cmake:
1503 2011-02-09 Adam Barth <abarth@webkit.org>
1505 Reviewed by Steve Block.
1507 Move Android.mk into Source
1508 https://bugs.webkit.org/show_bug.cgi?id=53751
1510 A somewhat blind attempt to move Android.mk into the Source directory.
1511 I'm sure I've goofed this up in some way. The Android folks have
1512 kindly volunteered to fix this up once they merge past this revision.
1514 * Android.mk: Removed.
1515 * Source/Android.mk: Copied from Android.mk.
1517 2011-02-08 Alejandro G. Castro <alex@igalia.com>
1519 Reviewed by Martin Robinson.
1521 WebKit2 GTK Fails to Build #include nested too deeply
1522 https://bugs.webkit.org/show_bug.cgi?id=52219
1524 Removed the __STDC_FORMAT_MACROS definition, it is already defined
1525 in the file where PRIxx64 is used before the inclusion so we are
1530 2011-02-08 Kristian Amlie <kristian.amlie@nokia.com>
1532 Reviewed by Eric Seidel.
1534 Added include paths for QtScript.
1536 WebKit patches required to work with a modularized version of Qt
1537 https://bugs.webkit.org/show_bug.cgi?id=53916
1539 * Source/WebKit.pri:
1541 2011-02-03 Martin Robinson <mrobinson@igalia.com>
1543 Fix GTK+ WebGL build after r76600.
1545 * configure.ac: Make sure to respect configure.ac conventions
1546 consistently when it comes to capitalization. Remove an old
1547 reference to enable_3d_canvas.
1549 2011-02-02 Alejandro G. Castro <alex@igalia.com>
1551 Reviewed by Martin Robinson.
1553 Bump the WebKitGTK+ versions in preparation for development release.
1555 * configure.ac: Bump the library, libtool and user agent version.
1557 2011-02-02 Steve Lacey <sjl@chromium.org>
1559 Reviewed by Eric Carlson.
1561 Implement basic media statistics on media elements.
1562 https://bugs.webkit.org/show_bug.cgi?id=53322
1566 2011-02-02 Kevin Ollivier <kevino@theolliviers.com>
1568 [wx] Build fixes for wxWebKit.
1572 2010-01-28 Commit Queue <commit-queue@webkit.org>
1574 Unreviewed. Test commit for commit-queue@webkit.org.
1576 2010-01-28 Commit Queue <commit-queue@webkit.org>
1578 Unreviewed. Test commit for commit-queue@webkit.org.
1580 2010-01-28 Commit Queue <commit-queue@webkit.org>
1582 Unreviewed. Test commit for commit-queue@webkit.org.
1584 2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1586 Reviewed by Xan Lopez.
1588 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
1589 https://bugs.webkit.org/show_bug.cgi?id=53379
1591 Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
1592 dependency on newer soup to efl as well.
1594 * Source/cmake/OptionsEfl.cmake:
1596 2011-01-29 Daniel Bates <dbates@rim.com>
1598 Reviewed by Maciej Stachowiak.
1600 Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
1601 https://bugs.webkit.org/show_bug.cgi?id=53382
1603 Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
1604 So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
1605 Therefore, we should remove such references.
1607 * Source/cmake/OptionsCommon.cmake:
1609 2011-01-29 Daniel Bates <dbates@rim.com>
1611 Reviewed by Eric Seidel.
1613 Move wince/mt19937ar.c to ThirdParty and make it a policy choice
1614 https://bugs.webkit.org/show_bug.cgi?id=53253
1616 Move implementation of Mersenne Twister pseudorandom number generator to
1617 ThirdParty since it is a third party library.
1619 * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
1621 2011-01-29 Dan Winship <danw@gnome.org>
1623 Reviewed by Xan Lopez.
1625 [GTK] Require the latest glib and libsoup, and remove conditional
1626 support for older versions
1627 https://bugs.webkit.org/show_bug.cgi?id=50675
1629 * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
1630 basically the same work by hand
1633 2011-01-28 Martin Robinson <mrobinson@igalia.com>
1635 [GTK] Build failure with --enable-indexed-database
1636 https://bugs.webkit.org/show_bug.cgi?id=50954
1638 Build fix for IndexedDB support.
1640 * configure.ac: Change the autogen.sh option --enable-indexeddb to
1641 --enable-indexed-database to match the build-webkit option.
1643 2010-01-28 Commit Queue <commit-queue@webkit.org>
1645 Unreviewed. Test commit for commit-queue@webkit.org.
1647 2010-01-28 Commit Queue <commit-queue@webkit.org>
1649 Unreviewed. Test commit for commit-queue@webkit.org.
1651 2011-01-26 Yael Aharon <yael.aharon@nokia.com>
1653 Reviewed by Laszlo Gombos.
1655 [Qt][Symbian] Fix --minimal build
1656 https://bugs.webkit.org/show_bug.cgi?id=52839
1658 Move definition of USE_SYSTEM_MALLOC out of pri file.
1659 Put it in platform.h instead.
1661 * Source/WebKit.pri:
1663 2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
1665 Reviewed by Andreas Kling.
1667 [Qt] Fix qt_minimal build
1668 https://bugs.webkit.org/show_bug.cgi?id=53172
1670 * Source/WebKit.pri:
1672 2011-01-25 Patrick Gansterer <paroga@webkit.org>
1674 Reviewed by Adam Barth.
1676 Move main CMakeLists.txt into Source directory
1677 https://bugs.webkit.org/show_bug.cgi?id=52888
1679 * CMakeLists.txt: Removed.
1680 * Source/CMakeLists.txt: Copied from CMakeLists.txt.
1681 * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
1682 * cmakeconfig.h.cmake: Removed.
1684 2011-01-24 Chris Marrin <cmarrin@apple.com>
1686 Reviewed by Eric Seidel.
1688 Change ENABLE_3D_CANVAS to ENABLE_WEBGL
1689 https://bugs.webkit.org/show_bug.cgi?id=53041
1693 2011-01-24 Peter Gal <galpeter@inf.u-szeged.hu>
1695 Rubber-stamped by Csaba Osztrogonác.
1697 * runtime: Removed. It was accidentally created by r76457.
1699 2011-01-24 Andras Becsi <abecsi@webkit.org>
1701 Reviewed by Csaba Osztrogonác.
1703 [Qt] Move project files into Source
1704 https://bugs.webkit.org/show_bug.cgi?id=52891
1706 * Source/DerivedSources.pro: Copied from DerivedSources.pro.
1707 * Source/WebKit.pri: Renamed from WebKit.pri.
1708 * Source/WebKit.pro: Added.
1709 * Source/common.pri: Renamed from common.pri.
1710 * WebKit.pro: Removed.
1712 2011-01-20 Siddharth Mathur <siddharth.mathur@nokia.com>
1714 Reviewed by Laszlo Gombos.
1716 [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
1717 https://bugs.webkit.org/show_bug.cgi?id=52835
1719 * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
1721 2011-01-20 Alejandro G. Castro <alex@igalia.com>
1723 Reviewed by Andreas Kling.
1725 [GTK] Fix typo in the webkit2 section of the configure.ac file
1726 https://bugs.webkit.org/show_bug.cgi?id=52801
1728 Fixed typo in the GTK WebKit2 compilation.
1732 2011-01-19 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
1734 Reviewed by Andreas Kling.
1736 Enable usage of Google ld if it exist but is not on by default.
1738 [Qt] Enable the google ld if it exist but is not on by default
1739 https://bugs.webkit.org/show_bug.cgi?id=52625
1741 * common.pri: flip the test.
1743 2011-01-18 Mihai Parparita <mihaip@chromium.org>
1745 Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
1749 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
1751 Reviewed by Simon Fraser.
1753 Support background-clip: content-box
1754 https://bugs.webkit.org/show_bug.cgi?id=48771
1756 Addded content-box as a valid background-clip value.
1758 * WebCore/css/CSSParser.cpp:
1759 (WebCore::parseBackgroundClip):
1761 2011-01-18 Hayato Ito <hayato@chromium.org>
1763 Reviewed by Kent Tamura.
1765 Update .gitignore file to reflect a recent WebKit directory movement.
1767 https://bugs.webkit.org/show_bug.cgi?id=52618
1771 2011-01-16 Adam Barth <abarth@webkit.org>
1773 Rubber-stamped by Eric Seidel.
1775 Move WebKit into Source
1776 https://bugs.webkit.org/show_bug.cgi?id=52530
1780 * DerivedSources.pro:
1788 2011-01-15 Adam Barth <abarth@webkit.org>
1790 Rubber-stamped by Eric Seidel.
1792 Move WebKit2 into Source
1793 https://bugs.webkit.org/show_bug.cgi?id=52438
1795 Update reference to WebKit2.
1797 * DerivedSources.pro:
1800 * Source/cmake/WebKitPackaging.cmake:
1804 2011-01-14 Ahmad Sharif <asharif.tools@gmail.com>
1806 Reviewed by Darin Fisher.
1808 When inlining is performed, the progress variable is
1809 declared as uninitialized.
1810 https://bugs.webkit.org/show_bug.cgi?id=51084
1812 * WebCore: Copied from WebCore.
1813 * WebCore/page/animation/KeyframeAnimation.cpp:
1814 (WebCore::KeyframeAnimation::animate):
1815 (WebCore::KeyframeAnimation::getAnimatedStyle):
1817 2011-01-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1819 Reviewed by Csaba Osztrogonác.
1821 [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
1822 https://bugs.webkit.org/show_bug.cgi?id=52223
1824 Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
1825 that QtWebKit builds with QT_NO_CONCURRENT defined.
1829 2011-01-11 Mihai Parparita <mihaip@chromium.org>
1831 Unreviewed. Update .gitignore with new Chromium dependency.
1833 ui/ was added with http://crrev.com/70743, we picked that up with a
1834 Chromium roll in r75311.
1836 Also alphabetizes the dependency list.
1840 2011-01-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1842 Reviewed by Csaba Osztrogonác.
1844 [Qt] Baseline qt_minimal configuration
1845 https://bugs.webkit.org/show_bug.cgi?id=51313
1847 * WebKit.pri: List the supported QT_NO_FEATURE flags
1848 under qt_minimal configuration.
1850 2011-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1852 Reviewed by Eric Seidel.
1854 [EFL] Enable JIT for WebKit EFL
1855 https://bugs.webkit.org/show_bug.cgi?id=52140
1857 Enable JIT option for WebKit EFL. Enabled JIT's JS performance is
1858 3 ~ 6 times faster than before.
1860 * Source/cmake/OptionsEfl.cmake:
1862 2011-01-10 Martin Robinson <mrobinson@igalia.com>
1864 Reviewed by Gustavo Noronha.
1866 Bump the WebKitGTK+ versions in preparation for development release.
1868 * configure.ac: Bump the library, libtool and user agent version.
1870 2011-01-10 Xan Lopez <xlopez@igalia.com>
1872 Reviewed by Martin Robinson.
1874 [GTK] Create intermediate libWebCore library
1875 https://bugs.webkit.org/show_bug.cgi?id=52116
1877 * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
1878 used by both libWebCore and libwebkitgtk now.
1880 2011-01-08 Patrick Gansterer <paroga@webkit.org>
1882 Unreviewed wx build fix for r75313.
1884 * wscript: Added missing brace.
1886 2011-01-07 Adam Barth <abarth@webkit.org>
1888 Rubber-stamped by Eric Seidel.
1890 Move WebCore to Source
1891 https://bugs.webkit.org/show_bug.cgi?id=52050
1893 Update build files and metadata to point to WebCore's new location.
1899 * DerivedSources.pro:
1902 * Source/autotools/webkit.m4:
1903 * Source/cmake/OptionsEfl.cmake:
1909 2011-01-06 Martin Robinson <mrobinson@igalia.com>
1911 Reviewed by Eric Seidel.
1913 [GTK] Initial build support for WebGL
1914 https://bugs.webkit.org/show_bug.cgi?id=51716
1916 * configure.ac: Add a configure option for WebGL.
1918 2011-01-06 Michael Saboff <msaboff@apple.com>
1920 Reviewed by Gavin Barraclough.
1922 Enhancement: Add Regexp Debug Compare between JIT and Interpreter
1923 https://bugs.webkit.org/show_bug.cgi?id=51834
1925 * JavaScriptCore: Copied from JavaScriptCore.
1927 2011-01-06 Martin Robinson <mrobinson@igalia.com>
1929 Reviewed by Xan Lopez.
1931 [GTK] Enable blob support by default
1932 https://bugs.webkit.org/show_bug.cgi?id=51994
1934 * configure.ac: Enable Blob support by default.
1936 2011-01-05 Patrick Gansterer <paroga@webkit.org>
1938 Reviewed by Andreas Kling.
1940 [CMake] Fix the usage of SOURCE_GROUP
1941 https://bugs.webkit.org/show_bug.cgi?id=51739
1943 * Source/cmake/WebKitMacros.cmake:
1945 2011-01-05 Patrick Gansterer <paroga@webkit.org>
1947 Reviewed by Andreas Kling.
1949 [WINCE] Remove CMake warning
1950 https://bugs.webkit.org/show_bug.cgi?id=51921
1952 * Source/cmake/WebKitHelpers.cmake:
1954 2011-01-04 Martin Robinson <mrobinson@igalia.com>
1956 Reviewed by David Levin.
1958 .gitignore should be updated to reflect Sources rename to Source
1959 https://bugs.webkit.org/show_bug.cgi?id=51893
1961 * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
1963 2011-01-04 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
1965 Reviewed by Laszlo Gombos.
1967 [Qt] [Symbian] Build system cleanup
1969 After r74811 special handling for the Symbian build is no longer needed.
1970 This patch reverts r58756.
1974 2011-01-03 Xan Lopez <xlopez@igalia.com>
1976 Reviewed by Martin Robinson.
1978 * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
1979 variable (like jhbuild).
1981 2011-01-03 Patrick Gansterer <paroga@webkit.org>
1983 Reviewed by Darin Adler.
1985 [WINCE] Provide third party directory via environment variable
1986 https://bugs.webkit.org/show_bug.cgi?id=51643
1988 * Source/cmake/OptionsWinCE.cmake:
1990 2011-01-03 Xan Lopez <xlopez@igalia.com>
1992 Reviewed by Martin Robinson.
1994 Use autoreconf instead of calling manually all the usual commands.
1996 * autogen.sh: call autoreconf instead of
1997 aclocal/autoheader/autoconf/automake/libtoolize.
1999 2011-01-03 Xan Lopez <xlopez@igalia.com>
2001 Reviewed by Martin Robinson.
2003 [GTK] Disable superfluous GNU make built-in implicit rules
2004 https://bugs.webkit.org/show_bug.cgi?id=51826
2006 GNU make ships some superflous built-in rules that we never use
2007 and that end up adding up to a very significant portion of our
2008 total Makefile processing time. Disable them completely by
2009 defining the rule without any recipe, as suggested by the GNU make
2010 manual (10.5.6, Cancelling Implicit Rules).
2012 In my system the null-build goes from:
2014 make 43.51s user 12.77s system 99% cpu 56.628 total
2018 make 31.45s user 11.59s system 99% cpu 43.227 total
2020 * GNUmakefile.am: disable implicit built-in rules.
2022 2011-01-03 Mihai Parparita <mihaip@chromium.org>
2024 Unreviewed. Update .gitignore with new JavaScriptCore location.
2028 2011-01-02 Patrick Gansterer <paroga@webkit.org>
2030 [CMake] Unreviewed build fix.
2033 * Source/cmake/OptionsCommon.cmake:
2035 2011-01-01 Adam Barth <abarth@webkit.org>
2037 Reviewed by Eric Seidel.
2039 Move JavaScriptCore to Source
2040 https://bugs.webkit.org/show_bug.cgi?id=51604
2042 Update references to JavaScriptCore to point to the new location.
2046 * DerivedSources.pro:
2053 2011-01-01 Adam Barth <abarth@webkit.org>
2055 Reviewed by Eric Seidel.
2057 Move Sources to Source
2058 https://bugs.webkit.org/show_bug.cgi?id=51794
2060 Update build files to point to the new location.
2068 2010-12-31 Adam Barth <abarth@webkit.org>
2070 Rubber-stamped by Eric Seidel.
2072 Move HTML and XML parser benchmarks into PerformanceTests/Parser
2073 https://bugs.webkit.org/show_bug.cgi?id=51772
2075 Actually move the directory.
2077 * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
2079 2010-12-31 Adam Barth <abarth@webkit.org>
2081 Rubber-stamped by Eric Seidel.
2083 Move PageLoadTests to PerformanceTests/PageLoad
2084 https://bugs.webkit.org/show_bug.cgi?id=51771
2086 Actually move the directory.
2088 * PageLoadTests: Removed.
2089 * PageLoadTests/svg: Removed.
2090 * PageLoadTests/svg/LICENSES: Removed.
2091 * PageLoadTests/svg/files: Removed.
2092 * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
2093 * PageLoadTests/svg/files/42450-under the see.svg: Removed.
2094 * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
2095 * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
2096 * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
2097 * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
2098 * PageLoadTests/svg/files/bamboo_01.svg: Removed.
2099 * PageLoadTests/svg/files/cacuts_01.svg: Removed.
2100 * PageLoadTests/svg/files/cowboy.svg: Removed.
2101 * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
2102 * PageLoadTests/svg/files/deb9frac1.svg: Removed.
2103 * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
2104 * PageLoadTests/svg/files/france.svg: Removed.
2105 * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
2106 * PageLoadTests/svg/files/gearflowers.svg: Removed.
2107 * PageLoadTests/svg/files/hereGear4.svg: Removed.
2108 * PageLoadTests/svg/files/mtsthelens.svg: Removed.
2109 * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
2110 * PageLoadTests/svg/files/world-iso.svg: Removed.
2111 * PageLoadTests/svg/files/worldcup.svg: Removed.
2112 * PageLoadTests/svg/svg.pltsuite: Removed.
2113 * PerformanceTests/PageLoad: Copied from PageLoadTests.
2114 * Sources/cmake/WebKitPackaging.cmake:
2116 2010-12-31 Adam Barth <abarth@webkit.org>
2118 Rubber-stamped by Eric Seidel.
2120 Move SunSpider into PerformanceTests
2121 https://bugs.webkit.org/show_bug.cgi?id=51769
2123 Actually move the directory.
2125 * PerformanceTests: Added.
2126 * PerformanceTests/SunSpider: Copied from SunSpider.
2127 * Sources/cmake/WebKitPackaging.cmake:
2128 * SunSpider: Removed.
2129 * SunSpider/SunSpider.make: Removed.
2130 * SunSpider/TODO: Removed.
2131 * SunSpider/UNCOVERED: Removed.
2132 * SunSpider/hosted: Removed.
2133 * SunSpider/hosted/json2.js: Removed.
2134 * SunSpider/hosted/sunspider.css: Removed.
2135 * SunSpider/hosted/sunspider.html: Removed.
2136 * SunSpider/hosted/versions.html: Removed.
2137 * SunSpider/make-hosted: Removed.
2138 * SunSpider/resources: Removed.
2139 * SunSpider/resources/TEMPLATE.html: Removed.
2140 * SunSpider/resources/driver-TEMPLATE.html: Removed.
2141 * SunSpider/resources/results-TEMPLATE.html: Removed.
2142 * SunSpider/resources/sunspider-analyze-results.js: Removed.
2143 * SunSpider/resources/sunspider-compare-results.js: Removed.
2144 * SunSpider/resources/sunspider-standalone-compare.js: Removed.
2145 * SunSpider/resources/sunspider-standalone-driver.js: Removed.
2146 * SunSpider/sunspider: Removed.
2147 * SunSpider/sunspider-compare-results: Removed.
2148 * SunSpider/tests: Removed.
2149 * SunSpider/tests/parse-only: Removed.
2150 * SunSpider/tests/parse-only/LIST: Removed.
2151 * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
2152 * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
2153 * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
2154 * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
2155 * SunSpider/tests/sunspider-0.9: Removed.
2156 * SunSpider/tests/sunspider-0.9.1: Removed.
2157 * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
2158 * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
2159 * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
2160 * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
2161 * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
2162 * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
2163 * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
2164 * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
2165 * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
2166 * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
2167 * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
2168 * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
2169 * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
2170 * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
2171 * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
2172 * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
2173 * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
2174 * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
2175 * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
2176 * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
2177 * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
2178 * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
2179 * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
2180 * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
2181 * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
2182 * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
2183 * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
2184 * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
2185 * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
2186 * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
2187 * SunSpider/tests/sunspider-0.9/LIST: Removed.
2188 * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
2189 * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
2190 * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
2191 * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
2192 * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
2193 * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
2194 * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
2195 * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
2196 * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
2197 * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
2198 * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
2199 * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
2200 * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
2201 * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
2202 * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
2203 * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
2204 * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
2205 * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
2206 * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
2207 * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
2208 * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
2209 * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
2210 * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
2211 * SunSpider/tests/ubench: Removed.
2212 * SunSpider/tests/ubench/LIST: Removed.
2213 * SunSpider/tests/ubench/function-closure.js: Removed.
2214 * SunSpider/tests/ubench/function-correct-args.js: Removed.
2215 * SunSpider/tests/ubench/function-empty.js: Removed.
2216 * SunSpider/tests/ubench/function-excess-args.js: Removed.
2217 * SunSpider/tests/ubench/function-missing-args.js: Removed.
2218 * SunSpider/tests/ubench/function-sum.js: Removed.
2219 * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
2220 * SunSpider/tests/ubench/loop-empty.js: Removed.
2221 * SunSpider/tests/ubench/loop-sum.js: Removed.
2222 * SunSpider/tests/v8-v4: Removed.
2223 * SunSpider/tests/v8-v4/LIST: Removed.
2224 * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
2225 * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
2226 * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
2227 * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
2228 * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
2229 * SunSpider/tests/v8-v4/v8-richards.js: Removed.
2230 * SunSpider/tests/v8-v4/v8-splay.js: Removed.
2231 * SunSpider/tests/v8-v5: Removed.
2232 * SunSpider/tests/v8-v5/LIST: Removed.
2233 * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
2234 * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
2235 * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
2236 * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
2237 * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
2238 * SunSpider/tests/v8-v5/v8-richards.js: Removed.
2239 * SunSpider/tests/v8-v5/v8-splay.js: Removed.
2240 * SunSpider/tests/v8-v6: Removed.
2241 * SunSpider/tests/v8-v6/LIST: Removed.
2242 * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
2243 * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
2244 * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
2245 * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
2246 * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
2247 * SunSpider/tests/v8-v6/v8-richards.js: Removed.
2248 * SunSpider/tests/v8-v6/v8-splay.js: Removed.
2249 * SunSpider/xcopy.excludes: Removed.
2251 2010-12-30 Konstantin Tokarev <annulen@yandex.ru>
2253 Reviewed by David Kilzer.
2255 [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
2257 https://bugs.webkit.org/show_bug.cgi?id=51672
2259 * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
2261 2010-12-29 Philippe Normand <pnormand@igalia.com>
2263 Reviewed by Martin Robinson.
2265 [GTK] minimal build fails at link time due to missing sqlite3 symbols
2266 https://bugs.webkit.org/show_bug.cgi?id=51327
2268 * configure.ac: Error out if SQLite3 wasn't found while at least
2269 one of the features depending on it has been enabled.
2271 2010-12-29 Patrick Gansterer <paroga@webkit.org>
2273 Unreviewed. Use gcc as default preprocessor.
2275 * Sources/cmake/OptionsCommon.cmake:
2277 2010-12-27 Ryuan Choi <ryuan.choi@samsung.com>
2279 Reviewed by David Levin.
2281 [EFL] Change path of eflsymbols.filter
2282 https://bugs.webkit.org/show_bug.cgi?id=51659
2284 * Sources/cmake/OptionsEfl.cmake:
2286 2010-12-26 Adam Barth <abarth@webkit.org>
2288 Reviewed by Eric Siedel.
2290 Move autotools into Sources
2291 https://bugs.webkit.org/show_bug.cgi?id=51630
2295 * Sources/autotools: Copied from autotools.
2297 * autotools: Removed.
2298 * autotools/acinclude.m4: Removed.
2299 * autotools/dolt.m4: Removed.
2300 * autotools/gsettings.m4: Removed.
2301 * autotools/symbols.filter: Removed.
2302 * autotools/webkit.m4: Removed.
2305 2010-12-26 Adam Barth <abarth@webkit.org>
2307 Reviewed by Eric Seidel.
2309 Move cmake into Sources
2310 https://bugs.webkit.org/show_bug.cgi?id=51631
2313 * Sources/cmake: Copied from cmake.
2315 * cmake/FindCFLite.cmake: Removed.
2316 * cmake/FindCairo.cmake: Removed.
2317 * cmake/FindEFL.cmake: Removed.
2318 * cmake/FindFontconfig.cmake: Removed.
2319 * cmake/FindFreetype.cmake: Removed.
2320 * cmake/FindGDK-PixBuf.cmake: Removed.
2321 * cmake/FindGDK.cmake: Removed.
2322 * cmake/FindGIO.cmake: Removed.
2323 * cmake/FindGStreamer-App.cmake: Removed.
2324 * cmake/FindGStreamer-Base.cmake: Removed.
2325 * cmake/FindGStreamer-Interfaces.cmake: Removed.
2326 * cmake/FindGStreamer-Pbutils.cmake: Removed.
2327 * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
2328 * cmake/FindGStreamer-Video.cmake: Removed.
2329 * cmake/FindGStreamer.cmake: Removed.
2330 * cmake/FindGlib.cmake: Removed.
2331 * cmake/FindGperf.cmake: Removed.
2332 * cmake/FindGthread.cmake: Removed.
2333 * cmake/FindICU.cmake: Removed.
2334 * cmake/FindLibSoup2.cmake: Removed.
2335 * cmake/FindLibXlst.cmake: Removed.
2336 * cmake/FindPango.cmake: Removed.
2337 * cmake/FindSqlite.cmake: Removed.
2338 * cmake/LibFindMacros.cmake: Removed.
2339 * cmake/OptionsCommon.cmake: Removed.
2340 * cmake/OptionsEfl.cmake: Removed.
2341 * cmake/OptionsWinCE.cmake: Removed.
2342 * cmake/OptionsWindows.cmake: Removed.
2343 * cmake/WebKitEfl.cmake: Removed.
2344 * cmake/WebKitFS.cmake: Removed.
2345 * cmake/WebKitFeatures.cmake: Removed.
2346 * cmake/WebKitHelpers.cmake: Removed.
2347 * cmake/WebKitMacros.cmake: Removed.
2348 * cmake/WebKitPackaging.cmake: Removed.
2349 * cmake/eflsymbols.filter: Removed.
2351 2010-12-26 Adam Barth <abarth@webkit.org>
2353 Fix some references to the old location of the WebKit website in git
2358 2010-12-25 Adam Barth <abarth@webkit.org>
2360 Reviewed by Eric Seidel.
2362 Move ANGLE to Sources/ThirdParty
2363 https://bugs.webkit.org/show_bug.cgi?id=51605
2365 Actually move ANGLE and update the Makefile.
2368 * ANGLE/ANGLE.xcodeproj: Removed.
2369 * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
2370 * ANGLE/Configurations: Removed.
2371 * ANGLE/Configurations/ANGLE.xcconfig: Removed.
2372 * ANGLE/Configurations/Base.xcconfig: Removed.
2373 * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
2374 * ANGLE/Makefile: Removed.
2375 * ANGLE/include: Removed.
2376 * ANGLE/include/EGL: Removed.
2377 * ANGLE/include/EGL/egl.h: Removed.
2378 * ANGLE/include/EGL/eglext.h: Removed.
2379 * ANGLE/include/EGL/eglplatform.h: Removed.
2380 * ANGLE/include/GLES2: Removed.
2381 * ANGLE/include/GLES2/gl2.h: Removed.
2382 * ANGLE/include/GLES2/gl2ext.h: Removed.
2383 * ANGLE/include/GLES2/gl2platform.h: Removed.
2384 * ANGLE/include/GLSLANG: Removed.
2385 * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
2386 * ANGLE/include/KHR: Removed.
2387 * ANGLE/include/KHR/khrplatform.h: Removed.
2388 * ANGLE/src: Removed.
2389 * ANGLE/src/build_angle.xcodeproj: Removed.
2390 * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
2391 * ANGLE/src/common: Removed.
2392 * ANGLE/src/common/angleutils.h: Removed.
2393 * ANGLE/src/common/debug.cpp: Removed.
2394 * ANGLE/src/common/debug.h: Removed.
2395 * ANGLE/src/compiler: Removed.
2396 * ANGLE/src/compiler/BaseTypes.h: Removed.
2397 * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
2398 * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
2399 * ANGLE/src/compiler/Common.h: Removed.
2400 * ANGLE/src/compiler/ConstantUnion.h: Removed.
2401 * ANGLE/src/compiler/InfoSink.cpp: Removed.
2402 * ANGLE/src/compiler/InfoSink.h: Removed.
2403 * ANGLE/src/compiler/Initialize.cpp: Removed.
2404 * ANGLE/src/compiler/Initialize.h: Removed.
2405 * ANGLE/src/compiler/InitializeDll.cpp: Removed.
2406 * ANGLE/src/compiler/InitializeDll.h: Removed.
2407 * ANGLE/src/compiler/InitializeGlobals.h: Removed.
2408 * ANGLE/src/compiler/InitializeParseContext.h: Removed.
2409 * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
2410 * ANGLE/src/compiler/Intermediate.cpp: Removed.
2411 * ANGLE/src/compiler/MMap.h: Removed.
2412 * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
2413 * ANGLE/src/compiler/OutputGLSL.h: Removed.
2414 * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
2415 * ANGLE/src/compiler/OutputHLSL.h: Removed.
2416 * ANGLE/src/compiler/ParseHelper.cpp: Removed.
2417 * ANGLE/src/compiler/ParseHelper.h: Removed.
2418 * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
2419 * ANGLE/src/compiler/PoolAlloc.h: Removed.
2420 * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
2421 * ANGLE/src/compiler/QualifierAlive.h: Removed.
2422 * ANGLE/src/compiler/RemoveTree.cpp: Removed.
2423 * ANGLE/src/compiler/RemoveTree.h: Removed.
2424 * ANGLE/src/compiler/ShHandle.h: Removed.
2425 * ANGLE/src/compiler/ShaderLang.cpp: Removed.
2426 * ANGLE/src/compiler/SymbolTable.cpp: Removed.
2427 * ANGLE/src/compiler/SymbolTable.h: Removed.
2428 * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
2429 * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
2430 * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
2431 * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
2432 * ANGLE/src/compiler/Types.h: Removed.
2433 * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
2434 * ANGLE/src/compiler/UnfoldSelect.h: Removed.
2435 * ANGLE/src/compiler/debug.cpp: Removed.
2436 * ANGLE/src/compiler/debug.h: Removed.
2437 * ANGLE/src/compiler/glslang.l: Removed.
2438 * ANGLE/src/compiler/glslang.y: Removed.
2439 * ANGLE/src/compiler/intermOut.cpp: Removed.
2440 * ANGLE/src/compiler/intermediate.h: Removed.
2441 * ANGLE/src/compiler/localintermediate.h: Removed.
2442 * ANGLE/src/compiler/osinclude.h: Removed.
2443 * ANGLE/src/compiler/ossource_posix.cpp: Removed.
2444 * ANGLE/src/compiler/ossource_win.cpp: Removed.
2445 * ANGLE/src/compiler/parseConst.cpp: Removed.
2446 * ANGLE/src/compiler/preprocessor: Removed.
2447 * ANGLE/src/compiler/preprocessor/atom.c: Removed.
2448 * ANGLE/src/compiler/preprocessor/atom.h: Removed.
2449 * ANGLE/src/compiler/preprocessor/compile.h: Removed.
2450 * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
2451 * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
2452 * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
2453 * ANGLE/src/compiler/preprocessor/memory.c: Removed.
2454 * ANGLE/src/compiler/preprocessor/memory.h: Removed.
2455 * ANGLE/src/compiler/preprocessor/parser.h: Removed.
2456 * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
2457 * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
2458 * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
2459 * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
2460 * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
2461 * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
2462 * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
2463 * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
2464 * ANGLE/src/compiler/tools: Removed.
2465 * ANGLE/src/compiler/unistd.h: Removed.
2466 * ANGLE/src/libEGL: Removed.
2467 * ANGLE/src/libEGL/Config.cpp: Removed.
2468 * ANGLE/src/libEGL/Config.h: Removed.
2469 * ANGLE/src/libEGL/Display.cpp: Removed.
2470 * ANGLE/src/libEGL/Display.h: Removed.
2471 * ANGLE/src/libEGL/Surface.cpp: Removed.
2472 * ANGLE/src/libEGL/Surface.h: Removed.
2473 * ANGLE/src/libEGL/libEGL.cpp: Removed.
2474 * ANGLE/src/libEGL/libEGL.def: Removed.
2475 * ANGLE/src/libEGL/libEGL.vcproj: Removed.
2476 * ANGLE/src/libEGL/main.cpp: Removed.
2477 * ANGLE/src/libEGL/main.h: Removed.
2478 * ANGLE/src/libGLESv2: Removed.
2479 * ANGLE/src/libGLESv2/Blit.cpp: Removed.
2480 * ANGLE/src/libGLESv2/Blit.h: Removed.
2481 * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
2482 * ANGLE/src/libGLESv2/Buffer.h: Removed.
2483 * ANGLE/src/libGLESv2/Context.cpp: Removed.
2484 * ANGLE/src/libGLESv2/Context.h: Removed.
2485 * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
2486 * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
2487 * ANGLE/src/libGLESv2/Program.cpp: Removed.
2488 * ANGLE/src/libGLESv2/Program.h: Removed.
2489 * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
2490 * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
2491 * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
2492 * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
2493 * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
2494 * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
2495 * ANGLE/src/libGLESv2/Shader.cpp: Removed.
2496 * ANGLE/src/libGLESv2/Shader.h: Removed.
2497 * ANGLE/src/libGLESv2/Texture.cpp: Removed.
2498 * ANGLE/src/libGLESv2/Texture.h: Removed.
2499 * ANGLE/src/libGLESv2/geometry: Removed.
2500 * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
2501 * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
2502 * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
2503 * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
2504 * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
2505 * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
2506 * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
2507 * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
2508 * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
2509 * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
2510 * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
2511 * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
2512 * ANGLE/src/libGLESv2/main.cpp: Removed.
2513 * ANGLE/src/libGLESv2/main.h: Removed.
2514 * ANGLE/src/libGLESv2/mathutil.h: Removed.
2515 * ANGLE/src/libGLESv2/utilities.cpp: Removed.
2516 * ANGLE/src/libGLESv2/utilities.h: Removed.
2518 * Sources/ThirdParty: Added.
2519 * Sources/ThirdParty/ANGLE: Copied from ANGLE.
2521 2010-12-26 Patrick Gansterer <paroga@webkit.org>
2523 Unreviewed WinCE buildfix after r74626.
2525 * cmake/OptionsWinCE.cmake:
2527 2010-12-24 Darin Adler <darin@apple.com>
2529 Updated makefiles used by Apple engineers to fix build with the
2530 new JavaScriptGlue location.
2532 * Makefile: Told this to build JavaScriptGlue. Some day we might
2533 want it to descend into Sources instead and use the Makefile there,
2534 but there are problems with sequencing the project builds, so that
2536 * Sources/Makefile.shared: Added.
2538 2010-12-24 Ryuan Choi <ryuan.choi@samsung.com>
2540 Reviewed by Kenneth Rohde Christiansen.
2542 [EFL] Add option to enable Touch Events.
2543 https://bugs.webkit.org/show_bug.cgi?id=49125
2545 Add ENABLE_TOUCH_EVENTS option.
2547 * cmake/OptionsEfl.cmake:
2548 * cmakeconfig.h.cmake:
2550 2010-12-23 Adam Barth <abarth@webkit.org>
2552 Rubber-stamped by Eric Seidel.
2554 Move JavaScriptGlue into Sources
2555 https://bugs.webkit.org/show_bug.cgi?id=51583
2557 Actually perform the move.
2559 * JavaScriptGlue: Removed.
2560 * JavaScriptGlue/Configurations: Removed.
2561 * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
2562 * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
2563 * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
2564 * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
2565 * JavaScriptGlue/English.lproj: Removed.
2566 * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
2567 * JavaScriptGlue/ForwardingHeaders: Removed.
2568 * JavaScriptGlue/ForwardingHeaders/masm: Removed.
2569 * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
2570 * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
2571 * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
2572 * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
2573 * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
2574 * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
2575 * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
2576 * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
2577 * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
2578 * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
2579 * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
2580 * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
2581 * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
2582 * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
2583 * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
2584 * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
2585 * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
2586 * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
2587 * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
2588 * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
2589 * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
2590 * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
2591 * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
2592 * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
2593 * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
2594 * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
2595 * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
2596 * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
2597 * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
2598 * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
2599 * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
2600 * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
2601 * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
2602 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
2603 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
2604 * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
2605 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
2606 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
2607 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
2608 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
2609 * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
2610 * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
2611 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
2612 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
2613 * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
2614 * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
2615 * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
2616 * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
2617 * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
2618 * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
2619 * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
2620 * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
2621 * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
2622 * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
2623 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
2624 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
2625 * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
2626 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
2627 * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
2628 * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
2629 * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
2630 * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
2631 * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
2632 * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
2633 * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
2634 * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
2635 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
2636 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
2637 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
2638 * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
2639 * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
2640 * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
2641 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
2642 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
2643 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
2644 * JavaScriptGlue/Info.plist: Removed.
2645 * JavaScriptGlue/JSBase.cpp: Removed.
2646 * JavaScriptGlue/JSBase.h: Removed.
2647 * JavaScriptGlue/JSObject.cpp: Removed.
2648 * JavaScriptGlue/JSObject.h: Removed.
2649 * JavaScriptGlue/JSRun.cpp: Removed.
2650 * JavaScriptGlue/JSRun.h: Removed.
2651 * JavaScriptGlue/JSUtils.cpp: Removed.
2652 * JavaScriptGlue/JSUtils.h: Removed.
2653 * JavaScriptGlue/JSValueWrapper.cpp: Removed.
2654 * JavaScriptGlue/JSValueWrapper.h: Removed.
2655 * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
2656 * JavaScriptGlue/JavaScriptGlue.exp: Removed.
2657 * JavaScriptGlue/JavaScriptGlue.h: Removed.
2658 * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
2659 * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
2660 * JavaScriptGlue/LICENSE: Removed.
2661 * JavaScriptGlue/Makefile: Removed.
2662 * JavaScriptGlue/UserObjectImp.cpp: Removed.
2663 * JavaScriptGlue/UserObjectImp.h: Removed.
2664 * JavaScriptGlue/config.h: Removed.
2665 * JavaScriptGlue/icu: Removed.
2666 * JavaScriptGlue/icu/LICENSE: Removed.
2667 * JavaScriptGlue/icu/README: Removed.
2668 * JavaScriptGlue/icu/unicode: Removed.
2669 * JavaScriptGlue/icu/unicode/platform.h: Removed.
2670 * JavaScriptGlue/icu/unicode/putil.h: Removed.
2671 * JavaScriptGlue/icu/unicode/uchar.h: Removed.
2672 * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
2673 * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
2674 * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
2675 * JavaScriptGlue/icu/unicode/uenum.h: Removed.
2676 * JavaScriptGlue/icu/unicode/uiter.h: Removed.
2677 * JavaScriptGlue/icu/unicode/umachine.h: Removed.
2678 * JavaScriptGlue/icu/unicode/urename.h: Removed.
2679 * JavaScriptGlue/icu/unicode/ustring.h: Removed.
2680 * JavaScriptGlue/icu/unicode/utf.h: Removed.
2681 * JavaScriptGlue/icu/unicode/utf16.h: Removed.
2682 * JavaScriptGlue/icu/unicode/utf8.h: Removed.
2683 * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
2684 * JavaScriptGlue/icu/unicode/utypes.h: Removed.
2685 * JavaScriptGlue/icu/unicode/uversion.h: Removed.
2686 * JavaScriptGlue/testjsglue.cpp: Removed.
2689 * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
2690 * Sources/Makefile: Added.
2692 2010-12-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
2694 Reviewed by Kenneth Rohde Christiansen.
2696 [EFL] Fix ContextMenu removal
2697 https://bugs.webkit.org/show_bug.cgi?id=51530
2699 Fix ContextMenu removal
2701 In r74207 the support for ContextMenu was removed from EFL while the
2702 code is being ported to the new CROSS_PLATFORM_MENUS due to build
2703 breakage. However there were some missing removals in the shutdown
2704 logic that introduced a bug, leading to a segmentation fault when
2705 ContexController was destroyed.
2707 The best way to effectively disable the ContextMenu is to conditionally
2708 compile the meaningful stuff by surrounding with "#if
2709 ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
2711 * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
2712 implement CROSS_PLATFORM_MENUS yet.
2714 2010-12-22 Xan Lopez <xlopez@igalia.com>
2716 Reviewed by Gustavo Noronha.
2718 * configure.ac: bump version to 1.3.9.
2720 2010-12-22 Xan Lopez <xlopez@igalia.com>
2722 Reviewed by Gustavo Noronha.
2724 [GTK] Compilation fixes with GTK+ 2.91.7
2725 https://bugs.webkit.org/show_bug.cgi?id=51487
2727 * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
2729 2010-12-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2731 Reviewed by Antonio Gomes.
2733 [EFL] Sets default user agent
2734 https://bugs.webkit.org/show_bug.cgi?id=47903
2736 Add macros for WebKit EFL and User Agent.
2738 * cmake/OptionsEfl.cmake:
2739 * cmakeconfig.h.cmake:
2741 2010-12-20 Adam Barth <abarth@webkit.org>
2743 Move web sites to Websites directory
2744 https://bugs.webkit.org/show_bug.cgi?id=51323
2746 This patch was never officially reviewed (because it was too large to
2747 upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
2748 Rowe gave me the green light.
2750 * BugsSite: Removed.
2751 * BugsSite/.cvsignore: Removed.
2752 * BugsSite/.htaccess: Removed.
2753 * BugsSite/Bugzilla: Removed.
2754 * BugsSite/Bugzilla.pm: Removed.
2755 * BugsSite/Bugzilla/.cvsignore: Removed.
2756 * BugsSite/Bugzilla/.htaccess: Removed.
2757 * BugsSite/Bugzilla/Attachment: Removed.
2758 * BugsSite/Bugzilla/Attachment.pm: Removed.
2759 * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
2760 * BugsSite/Bugzilla/Auth: Removed.
2761 * BugsSite/Bugzilla/Auth.pm: Removed.
2762 * BugsSite/Bugzilla/Auth/Login: Removed.
2763 * BugsSite/Bugzilla/Auth/Login.pm: Removed.
2764 * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
2765 * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
2766 * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
2767 * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
2768 * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
2769 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
2770 * BugsSite/Bugzilla/Auth/Persist: Removed.
2771 * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
2772 * BugsSite/Bugzilla/Auth/Verify: Removed.
2773 * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
2774 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
2775 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
2776 * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
2777 * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
2778 * BugsSite/Bugzilla/Bug.pm: Removed.
2779 * BugsSite/Bugzilla/BugMail.pm: Removed.
2780 * BugsSite/Bugzilla/CGI.pm: Removed.
2781 * BugsSite/Bugzilla/Chart.pm: Removed.
2782 * BugsSite/Bugzilla/Classification.pm: Removed.
2783 * BugsSite/Bugzilla/Component.pm: Removed.
2784 * BugsSite/Bugzilla/Config: Removed.
2785 * BugsSite/Bugzilla/Config.pm: Removed.
2786 * BugsSite/Bugzilla/Config/Admin.pm: Removed.
2787 * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
2788 * BugsSite/Bugzilla/Config/Auth.pm: Removed.
2789 * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
2790 * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
2791 * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
2792 * BugsSite/Bugzilla/Config/Common.pm: Removed.
2793 * BugsSite/Bugzilla/Config/Core.pm: Removed.
2794 * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
2795 * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
2796 * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
2797 * BugsSite/Bugzilla/Config/MTA.pm: Removed.
2798 * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
2799 * BugsSite/Bugzilla/Config/Query.pm: Removed.
2800 * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
2801 * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
2802 * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
2803 * BugsSite/Bugzilla/Constants.pm: Removed.
2804 * BugsSite/Bugzilla/DB: Removed.
2805 * BugsSite/Bugzilla/DB.pm: Removed.
2806 * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
2807 * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
2808 * BugsSite/Bugzilla/DB/Pg.pm: Removed.
2809 * BugsSite/Bugzilla/DB/Schema: Removed.
2810 * BugsSite/Bugzilla/DB/Schema.pm: Removed.
2811 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
2812 * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
2813 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
2814 * BugsSite/Bugzilla/Error.pm: Removed.
2815 * BugsSite/Bugzilla/Field.pm: Removed.
2816 * BugsSite/Bugzilla/Flag.pm: Removed.
2817 * BugsSite/Bugzilla/FlagType.pm: Removed.
2818 * BugsSite/Bugzilla/Group.pm: Removed.
2819 * BugsSite/Bugzilla/Hook.pm: Removed.
2820 * BugsSite/Bugzilla/Install: Removed.
2821 * BugsSite/Bugzilla/Install.pm: Removed.
2822 * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
2823 * BugsSite/Bugzilla/Install/DB.pm: Removed.
2824 * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
2825 * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
2826 * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
2827 * BugsSite/Bugzilla/Install/Util.pm: Removed.
2828 * BugsSite/Bugzilla/Keyword.pm: Removed.
2829 * BugsSite/Bugzilla/Mailer.pm: Removed.
2830 * BugsSite/Bugzilla/Milestone.pm: Removed.
2831 * BugsSite/Bugzilla/Object.pm: Removed.
2832 * BugsSite/Bugzilla/Product.pm: Removed.
2833 * BugsSite/Bugzilla/Search: Removed.
2834 * BugsSite/Bugzilla/Search.pm: Removed.
2835 * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
2836 * BugsSite/Bugzilla/Search/Saved.pm: Removed.
2837 * BugsSite/Bugzilla/Series.pm: Removed.
2838 * BugsSite/Bugzilla/Status.pm: Removed.
2839 * BugsSite/Bugzilla/Template: Removed.
2840 * BugsSite/Bugzilla/Template.pm: Removed.
2841 * BugsSite/Bugzilla/Template/Parser.pm: Removed.
2842 * BugsSite/Bugzilla/Template/Plugin: Removed.
2843 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
2844 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
2845 * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
2846 * BugsSite/Bugzilla/Token.pm: Removed.
2847 * BugsSite/Bugzilla/Update.pm: Removed.
2848 * BugsSite/Bugzilla/User: Removed.
2849 * BugsSite/Bugzilla/User.pm: Removed.
2850 * BugsSite/Bugzilla/User/Setting: Removed.
2851 * BugsSite/Bugzilla/User/Setting.pm: Removed.
2852 * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
2853 * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
2854 * BugsSite/Bugzilla/Util.pm: Removed.
2855 * BugsSite/Bugzilla/Version.pm: Removed.
2856 * BugsSite/Bugzilla/WebService: Removed.
2857 * BugsSite/Bugzilla/WebService.pm: Removed.
2858 * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
2859 * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
2860 * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
2861 * BugsSite/Bugzilla/WebService/Product.pm: Removed.
2862 * BugsSite/Bugzilla/WebService/User.pm: Removed.
2863 * BugsSite/PrettyPatch: Removed.
2864 * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
2865 * BugsSite/PrettyPatch/diff.rb: Removed.
2866 * BugsSite/PrettyPatch/prettify.rb: Removed.
2867 * BugsSite/QUICKSTART: Removed.
2868 * BugsSite/README: Removed.
2869 * BugsSite/UPGRADING: Removed.
2870 * BugsSite/UPGRADING-pre-2.8: Removed.
2871 * BugsSite/admin.cgi: Removed.
2872 * BugsSite/attachment.cgi: Removed.
2873 * BugsSite/buglist.cgi: Removed.
2874 * BugsSite/bugzilla.dtd: Removed.
2875 * BugsSite/chart.cgi: Removed.
2876 * BugsSite/checksetup.pl: Removed.
2877 * BugsSite/code-review.js: Removed.
2878 * BugsSite/colchange.cgi: Removed.
2879 * BugsSite/collectstats.pl: Removed.
2880 * BugsSite/committers-autocomplete.js: Removed.
2881 * BugsSite/config.cgi: Removed.
2882 * BugsSite/contrib: Removed.
2883 * BugsSite/contrib/README: Removed.
2884 * BugsSite/contrib/bugzilla-submit: Removed.
2885 * BugsSite/contrib/bugzilla-submit/README: Removed.
2886 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
2887 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
2888 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
2889 * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
2890 * BugsSite/contrib/bz_webservice_demo.pl: Removed.
2891 * BugsSite/contrib/bzdbcopy.pl: Removed.
2892 * BugsSite/contrib/cmdline: Removed.
2893 * BugsSite/contrib/cmdline/bugcount: Removed.
2894 * BugsSite/contrib/cmdline/bugids: Removed.
2895 * BugsSite/contrib/cmdline/buglist: Removed.
2896 * BugsSite/contrib/cmdline/bugs: Removed.
2897 * BugsSite/contrib/cmdline/bugslink: Removed.
2898 * BugsSite/contrib/cmdline/makequery: Removed.
2899 * BugsSite/contrib/cmdline/query.conf: Removed.
2900 * BugsSite/contrib/cvs-update.pl: Removed.
2901 * BugsSite/contrib/gnats2bz.pl: Removed.
2902 * BugsSite/contrib/gnatsparse: Removed.
2903 * BugsSite/contrib/gnatsparse/README: Removed.
2904 * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
2905 * BugsSite/contrib/gnatsparse/magic.py: Removed.
2906 * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
2907 * BugsSite/contrib/jb2bz.py: Removed.
2908 * BugsSite/contrib/merge-users.pl: Removed.
2909 * BugsSite/contrib/mysqld-watcher.pl: Removed.
2910 * BugsSite/contrib/recode-overrides.txt: Removed.
2911 * BugsSite/contrib/recode.pl: Removed.
2912 * BugsSite/contrib/sendbugmail.pl: Removed.
2913 * BugsSite/contrib/sendunsentbugmail.pl: Removed.
2914 * BugsSite/contrib/syncLDAP.pl: Removed.
2915 * BugsSite/contrib/yp_nomail.sh: Removed.
2916 * BugsSite/createaccount.cgi: Removed.
2917 * BugsSite/data: Removed.
2918 * BugsSite/data/.htaccess: Removed.
2919 * BugsSite/data/attachments: Removed.
2920 * BugsSite/data/attachments/.htaccess: Removed.
2921 * BugsSite/data/duplicates: Removed.
2922 * BugsSite/data/mail: Removed.
2923 * BugsSite/data/mimedump-tmp: Removed.
2924 * BugsSite/data/mining: Removed.
2925 * BugsSite/data/params: Removed.
2926 * BugsSite/data/template: Removed.
2927 * BugsSite/data/webdot: Removed.
2928 * BugsSite/data/webdot/.htaccess: Removed.
2929 * BugsSite/describecomponents.cgi: Removed.
2930 * BugsSite/describekeywords.cgi: Removed.
2931 * BugsSite/docs: Removed.
2932 * BugsSite/docs/en: Removed.
2933 * BugsSite/docs/en/.cvsignore: Removed.
2934 * BugsSite/docs/en/README.docs: Removed.
2935 * BugsSite/docs/en/images: Removed.
2936 * BugsSite/docs/en/images/bzLifecycle.png: Removed.
2937 * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
2938 * BugsSite/docs/en/images/callouts: Removed.
2939 * BugsSite/docs/en/images/callouts/1.gif: Removed.
2940 * BugsSite/docs/en/images/callouts/2.gif: Removed.
2941 * BugsSite/docs/en/images/callouts/3.gif: Removed.
2942 * BugsSite/docs/en/images/caution.gif: Removed.
2943 * BugsSite/docs/en/images/note.gif: Removed.
2944 * BugsSite/docs/en/images/tip.gif: Removed.
2945 * BugsSite/docs/en/images/warning.gif: Removed.
2946 * BugsSite/docs/en/rel_notes.txt: Removed.
2947 * BugsSite/docs/en/xml: Removed.
2948 * BugsSite/docs/en/xml/.cvsignore: Removed.
2949 * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
2950 * BugsSite/docs/en/xml/about.xml: Removed.
2951 * BugsSite/docs/en/xml/administration.xml: Removed.
2952 * BugsSite/docs/en/xml/conventions.xml: Removed.
2953 * BugsSite/docs/en/xml/customization.xml: Removed.
2954 * BugsSite/docs/en/xml/gfdl.xml: Removed.
2955 * BugsSite/docs/en/xml/glossary.xml: Removed.
2956 * BugsSite/docs/en/xml/index.xml: Removed.
2957 * BugsSite/docs/en/xml/installation.xml: Removed.
2958 * BugsSite/docs/en/xml/integration.xml: Removed.
2959 * BugsSite/docs/en/xml/introduction.xml: Removed.
2960 * BugsSite/docs/en/xml/modules.xml: Removed.
2961 * BugsSite/docs/en/xml/patches.xml: Removed.
2962 * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
2963 * BugsSite/docs/en/xml/security.xml: Removed.
2964 * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
2965 * BugsSite/docs/en/xml/using.xml: Removed.
2966 * BugsSite/docs/html: Removed.
2967 * BugsSite/docs/html/api: Removed.
2968 * BugsSite/docs/images: Removed.
2969 * BugsSite/docs/images/callouts: Removed.
2970 * BugsSite/docs/lib: Removed.
2971 * BugsSite/docs/lib/Pod: Removed.
2972 * BugsSite/docs/lib/Pod/Simple: Removed.
2973 * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
2974 * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
2975 * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
2976 * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
2977 * BugsSite/docs/makedocs.pl: Removed.
2978 * BugsSite/docs/pdf: Removed.
2979 * BugsSite/docs/style.css: Removed.
2980 * BugsSite/docs/txt: Removed.
2981 * BugsSite/docs/xml: Removed.
2982 * BugsSite/duplicates.cgi: Removed.
2983 * BugsSite/editclassifications.cgi: Removed.
2984 * BugsSite/editcomponents.cgi: Removed.
2985 * BugsSite/editfields.cgi: Removed.
2986 * BugsSite/editflagtypes.cgi: Removed.
2987 * BugsSite/editgroups.cgi: Removed.
2988 * BugsSite/editkeywords.cgi: Removed.
2989 * BugsSite/editmilestones.cgi: Removed.
2990 * BugsSite/editparams.cgi: Removed.
2991 * BugsSite/editproducts.cgi: Removed.
2992 * BugsSite/editsettings.cgi: Removed.
2993 * BugsSite/editusers.cgi: Removed.
2994 * BugsSite/editvalues.cgi: Removed.
2995 * BugsSite/editversions.cgi: Removed.
2996 * BugsSite/editwhines.cgi: Removed.
2997 * BugsSite/editworkflow.cgi: Removed.
2998 * BugsSite/email_in.pl: Removed.
2999 * BugsSite/enter_bug.cgi: Removed.
3000 * BugsSite/extensions: Removed.
3001 * BugsSite/extensions/example: Removed.
3002 * BugsSite/extensions/example/code: Removed.
3003 * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
3004 * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
3005 * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
3006 * BugsSite/extensions/example/code/config.pl: Removed.
3007 * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
3008 * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
3009 * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
3010 * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
3011 * BugsSite/extensions/example/code/webservice.pl: Removed.
3012 * BugsSite/extensions/example/disabled: Removed.
3013 * BugsSite/extensions/example/info.pl: Removed.
3014 * BugsSite/extensions/example/lib: Removed.
3015 * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
3016 * BugsSite/extensions/example/lib/WSExample.pm: Removed.
3017 * BugsSite/extensions/example/template: Removed.
3018 * BugsSite/extensions/example/template/en: Removed.
3019 * BugsSite/extensions/example/template/en/default: Removed.
3020 * BugsSite/extensions/example/template/en/default/admin: Removed.
3021 * BugsSite/extensions/example/template/en/default/admin/params: Removed.
3022 * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
3023 * BugsSite/extensions/example/template/en/global: Removed.
3024 * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
3025 * BugsSite/graphs: Removed.
3026 * BugsSite/images: Removed.
3027 * BugsSite/images/favicon.ico: Removed.
3028 * BugsSite/images/padlock.png: Removed.
3029 * BugsSite/importxml.pl: Removed.
3030 * BugsSite/index.cgi: Removed.
3031 * BugsSite/install-module.pl: Removed.
3032 * BugsSite/js: Removed.
3033 * BugsSite/js/TUI.js: Removed.
3034 * BugsSite/js/attachment.js: Removed.
3035 * BugsSite/js/expanding-tree.js: Removed.
3036 * BugsSite/js/field.js: Removed.
3037 * BugsSite/js/help.js: Removed.
3038 * BugsSite/js/params.js: Removed.
3039 * BugsSite/js/productform.js: Removed.
3040 * BugsSite/js/util.js: Removed.
3041 * BugsSite/js/yui: Removed.
3042 * BugsSite/js/yui/calendar.js: Removed.
3043 * BugsSite/js/yui/yahoo-dom-event.js: Removed.
3044 * BugsSite/lib: Removed.
3045 * BugsSite/lib/.htaccess: Removed.
3046 * BugsSite/lib/README: Removed.
3047 * BugsSite/long_list.cgi: Removed.
3048 * BugsSite/mod_perl.pl: Removed.
3049 * BugsSite/page.cgi: Removed.
3050 * BugsSite/post_bug.cgi: Removed.
3051 * BugsSite/process_bug.cgi: Removed.
3052 * BugsSite/query.cgi: Removed.
3053 * BugsSite/quips.cgi: Removed.
3054 * BugsSite/relogin.cgi: Removed.
3055 * BugsSite/report.cgi: Removed.
3056 * BugsSite/reports.cgi: Removed.
3057 * BugsSite/request.cgi: Removed.
3058 * BugsSite/robots.txt: Removed.
3059 * BugsSite/runtests.pl: Removed.
3060 * BugsSite/sanitycheck.cgi: Removed.
3061 * BugsSite/sanitycheck.pl: Removed.
3062 * BugsSite/search_plugin.cgi: Removed.
3063 * BugsSite/show_activity.cgi: Removed.
3064 * BugsSite/show_bug.cgi: Removed.
3065 * BugsSite/showattachment.cgi: Removed.
3066 * BugsSite/showdependencygraph.cgi: Removed.
3067 * BugsSite/showdependencytree.cgi: Removed.
3068 * BugsSite/sidebar.cgi: Removed.
3069 * BugsSite/skins: Removed.
3070 * BugsSite/skins/.cvsignore: Removed.
3071 * BugsSite/skins/contrib: Removed.
3072 * BugsSite/skins/contrib/Dusk: Removed.
3073 * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
3074 * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
3075 * BugsSite/skins/contrib/Dusk/admin.css: Removed.
3076 * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
3077 * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
3078 * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
3079 * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
3080 * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
3081 * BugsSite/skins/contrib/Dusk/global.css: Removed.
3082 * BugsSite/skins/contrib/Dusk/help.css: Removed.
3083 * BugsSite/skins/contrib/Dusk/index.css: Removed.
3084 * BugsSite/skins/contrib/Dusk/panel.css: Removed.
3085 * BugsSite/skins/contrib/Dusk/params.css: Removed.
3086 * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
3087 * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
3088 * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
3089 * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
3090 * BugsSite/skins/contrib/Dusk/voting.css: Removed.
3091 * BugsSite/skins/contrib/Dusk/yui: Removed.
3092 * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
3093 * BugsSite/skins/custom: Removed.
3094 * BugsSite/skins/custom/IE-fixes.css: Removed.
3095 * BugsSite/skins/custom/admin.css: Removed.
3096 * BugsSite/skins/custom/buglist.css: Removed.
3097 * BugsSite/skins/custom/create_attachment.css: Removed.
3098 * BugsSite/skins/custom/dependency-tree.css: Removed.
3099 * BugsSite/skins/custom/duplicates.css: Removed.
3100 * BugsSite/skins/custom/editusers.css: Removed.
3101 * BugsSite/skins/custom/global.css: Removed.
3102 * BugsSite/skins/custom/help.css: Removed.
3103 * BugsSite/skins/custom/index.css: Removed.
3104 * BugsSite/skins/custom/opendarwin.gif: Removed.
3105 * BugsSite/skins/custom/panel.css: Removed.
3106 * BugsSite/skins/custom/params.css: Removed.
3107 * BugsSite/skins/custom/release-notes.css: Removed.
3108 * BugsSite/skins/custom/show_bug.css: Removed.
3109 * BugsSite/skins/custom/show_multiple.css: Removed.
3110 * BugsSite/skins/custom/summarize-time.css: Removed.
3111 * BugsSite/skins/custom/voting.css: Removed.
3112 * BugsSite/skins/custom/yui: Removed.
3113 * BugsSite/skins/custom/yui/calendar.css: Removed.
3114 * BugsSite/skins/standard: Removed.
3115 * BugsSite/skins/standard/IE-fixes.css: Removed.
3116 * BugsSite/skins/standard/admin.css: Removed.
3117 * BugsSite/skins/standard/buglist.css: Removed.
3118 * BugsSite/skins/standard/create_attachment.css: Removed.
3119 * BugsSite/skins/standard/dependency-tree: Removed.
3120 * BugsSite/skins/standard/dependency-tree.css: Removed.
3121 * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
3122 * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
3123 * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
3124 * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
3125 * BugsSite/skins/standard/duplicates.css: Removed.
3126 * BugsSite/skins/standard/editusers.css: Removed.
3127 * BugsSite/skins/standard/global: Removed.
3128 * BugsSite/skins/standard/global.css: Removed.
3129 * BugsSite/skins/standard/global/body-back.gif: Removed.
3130 * BugsSite/skins/standard/global/calendar.png: Removed.
3131 * BugsSite/skins/standard/global/header.png: Removed.
3132 * BugsSite/skins/standard/help.css: Removed.
3133 * BugsSite/skins/standard/index: Removed.
3134 * BugsSite/skins/standard/index.css: Removed.
3135 * BugsSite/skins/standard/index/front.png: Removed.
3136 * BugsSite/skins/standard/panel.css: Removed.
3137 * BugsSite/skins/standard/params.css: Removed.
3138 * BugsSite/skins/standard/release-notes.css: Removed.
3139 * BugsSite/skins/standard/show_bug.css: Removed.
3140 * BugsSite/skins/standard/show_multiple.css: Removed.
3141 * BugsSite/skins/standard/summarize-time.css: Removed.
3142 * BugsSite/skins/standard/voting.css: Removed.
3143 * BugsSite/skins/standard/yui: Removed.
3144 * BugsSite/skins/standard/yui/calendar.css: Removed.
3145 * BugsSite/skins/standard/yui/sprite.png: Removed.
3146 * BugsSite/summarize_time.cgi: Removed.
3147 * BugsSite/t: Removed.
3148 * BugsSite/t/001compile.t: Removed.
3149 * BugsSite/t/002goodperl.t: Removed.
3150 * BugsSite/t/003safesys.t: Removed.
3151 * BugsSite/t/004template.t: Removed.
3152 * BugsSite/t/005no_tabs.t: Removed.
3153 * BugsSite/t/006spellcheck.t: Removed.
3154 * BugsSite/t/007util.t: Removed.
3155 * BugsSite/t/008filter.t: Removed.
3156 * BugsSite/t/009bugwords.t: Removed.
3157 * BugsSite/t/010dependencies.t: Removed.
3158 * BugsSite/t/011pod.t: Removed.
3159 * BugsSite/t/012throwables.t: Removed.
3160 * BugsSite/t/Support: Removed.
3161 * BugsSite/t/Support/Files.pm: Removed.
3162 * BugsSite/t/Support/Systemexec.pm: Removed.
3163 * BugsSite/t/Support/Templates.pm: Removed.
3164 * BugsSite/template: Removed.
3165 * BugsSite/template/.cvsignore: Removed.
3166 * BugsSite/template/.htaccess: Removed.
3167 * BugsSite/template/en: Removed.
3168 * BugsSite/template/en/.cvsignore: Removed.
3169 * BugsSite/template/en/custom: Removed.
3170 * BugsSite/template/en/custom/account: Removed.
3171 * BugsSite/template/en/custom/account/auth: Removed.
3172 * BugsSite/template/en/custom/account/email: Removed.
3173 * BugsSite/template/en/custom/account/password: Removed.
3174 * BugsSite/template/en/custom/account/prefs: Removed.
3175 * BugsSite/template/en/custom/admin: Removed.
3176 * BugsSite/template/en/custom/admin/classifications: Removed.
3177 * BugsSite/template/en/custom/admin/components: Removed.
3178 * BugsSite/template/en/custom/admin/fieldvalues: Removed.
3179 * BugsSite/template/en/custom/admin/flag-type: Removed.
3180 * BugsSite/template/en/custom/admin/groups: Removed.
3181 * BugsSite/template/en/custom/admin/keywords: Removed.
3182 * BugsSite/template/en/custom/admin/milestones: Removed.
3183 * BugsSite/template/en/custom/admin/products: Removed.
3184 * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
3185 * BugsSite/template/en/custom/admin/settings: Removed.
3186 * BugsSite/template/en/custom/admin/users: Removed.
3187 * BugsSite/template/en/custom/admin/versions: Removed.
3188 * BugsSite/template/en/custom/attachment: Removed.
3189 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
3190 * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
3191 * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
3192 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
3193 * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
3194 * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
3195 * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
3196 * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
3197 * BugsSite/template/en/custom/bug: Removed.
3198 * BugsSite/template/en/custom/bug/activity: Removed.
3199 * BugsSite/template/en/custom/bug/create: Removed.
3200 * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
3201 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
3202 * BugsSite/template/en/custom/bug/process: Removed.
3203 * BugsSite/template/en/custom/bug/votes: Removed.
3204 * BugsSite/template/en/custom/flag: Removed.
3205 * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
3206 * BugsSite/template/en/custom/global: Removed.
3207 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
3208 * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
3209 * BugsSite/template/en/custom/list: Removed.
3210 * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
3211 * BugsSite/template/en/custom/pages: Removed.
3212 * BugsSite/template/en/custom/reports: Removed.
3213 * BugsSite/template/en/custom/request: Removed.
3214 * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
3215 * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
3216 * BugsSite/template/en/custom/search: Removed.
3217 * BugsSite/template/en/custom/whine: Removed.
3218 * BugsSite/template/en/default: Removed.
3219 * BugsSite/template/en/default/account: Removed.
3220 * BugsSite/template/en/default/account/auth: Removed.
3221 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
3222 * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
3223 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
3224 * BugsSite/template/en/default/account/create.html.tmpl: Removed.
3225 * BugsSite/template/en/default/account/created.html.tmpl: Removed.
3226 * BugsSite/template/en/default/account/email: Removed.
3227 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
3228 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
3229 * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
3230 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
3231 * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
3232 * BugsSite/template/en/default/account/password: Removed.
3233 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
3234 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
3235 * BugsSite/template/en/default/account/prefs: Removed.
3236 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
3237 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
3238 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
3239 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
3240 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
3241 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
3242 * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
3243 * BugsSite/template/en/default/admin: Removed.
3244 * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
3245 * BugsSite/template/en/default/admin/classifications: Removed.
3246 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
3247 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
3248 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
3249 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
3250 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
3251 * BugsSite/template/en/default/admin/components: Removed.
3252 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
3253 * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
3254 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
3255 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
3256 * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
3257 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
3258 * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
3259 * BugsSite/template/en/default/admin/custom_fields: Removed.
3260 * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
3261 * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
3262 * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
3263 * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
3264 * BugsSite/template/en/default/admin/fieldvalues: Removed.
3265 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
3266 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
3267 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
3268 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
3269 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
3270 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
3271 * BugsSite/template/en/default/admin/flag-type: Removed.
3272 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
3273 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
3274 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
3275 * BugsSite/template/en/default/admin/groups: Removed.
3276 * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
3277 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
3278 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
3279 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
3280 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
3281 * BugsSite/template/en/default/admin/keywords: Removed.
3282 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
3283 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
3284 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
3285 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
3286 * BugsSite/template/en/default/admin/milestones: Removed.
3287 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
3288 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
3289 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
3290 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
3291 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
3292 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
3293 * BugsSite/template/en/default/admin/params: Removed.
3294 * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
3295 * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
3296 * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
3297 * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
3298 * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
3299 * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
3300 * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
3301 * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
3302 * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
3303 * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
3304 * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
3305 * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
3306 * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
3307 * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
3308 * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
3309 * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
3310 * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
3311 * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
3312 * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
3313 * BugsSite/template/en/default/admin/products: Removed.
3314 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
3315 * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
3316 * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
3317 * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
3318 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
3319 * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
3320 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
3321 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
3322 * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
3323 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
3324 * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
3325 * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
3326 * BugsSite/template/en/default/admin/sanitycheck: Removed.
3327 * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
3328 * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
3329 * BugsSite/template/en/default/admin/settings: Removed.
3330 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
3331 * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
3332 * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
3333 * BugsSite/template/en/default/admin/users: Removed.
3334 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
3335 * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
3336 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
3337 * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
3338 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
3339 * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
3340 * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
3341 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
3342 * BugsSite/template/en/default/admin/versions: Removed.
3343 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
3344 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
3345 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
3346 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
3347 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
3348 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
3349 * BugsSite/template/en/default/admin/workflow: Removed.
3350 * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
3351 * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
3352 * BugsSite/template/en/default/attachment: Removed.
3353 * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
3354 * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
3355 * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
3356 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
3357 * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
3358 * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
3359 * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
3360 * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
3361 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
3362 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
3363 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
3364 * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
3365 * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
3366 * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
3367 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
3368 * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
3369 * BugsSite/template/en/default/bug: Removed.
3370 * BugsSite/template/en/default/bug/activity: Removed.
3371 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
3372 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
3373 * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
3374 * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
3375 * BugsSite/template/en/default/bug/create: Removed.
3376 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
3377 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
3378 * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
3379 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
3380 * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
3381 * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
3382 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
3383 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
3384 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
3385 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
3386 * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
3387 * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
3388 * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
3389 * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
3390 * BugsSite/template/en/default/bug/process: Removed.
3391 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
3392 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
3393 * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
3394 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
3395 * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
3396 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
3397 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
3398 * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
3399 * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
3400 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
3401 * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
3402 * BugsSite/template/en/default/bug/votes: Removed.
3403 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
3404 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
3405 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
3406 * BugsSite/template/en/default/config.js.tmpl: Removed.
3407 * BugsSite/template/en/default/config.rdf.tmpl: Removed.
3408 * BugsSite/template/en/default/email: Removed.
3409 * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
3410 * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
3411 * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
3412 * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
3413 * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
3414 * BugsSite/template/en/default/filterexceptions.pl: Removed.
3415 * BugsSite/template/en/default/flag: Removed.
3416 * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
3417 * BugsSite/template/en/default/global: Removed.
3418 * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
3419 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
3420 * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
3421 * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
3422 * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
3423 * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
3424 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
3425 * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
3426 * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
3427 * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
3428 * BugsSite/template/en/default/global/header.html.tmpl: Removed.
3429 * BugsSite/template/en/default/global/help.html.tmpl: Removed.
3430 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
3431 * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
3432 * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
3433 * BugsSite/template/en/default/global/message.html.tmpl: Removed.
3434 * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
3435 * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
3436 * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
3437 * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
3438 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
3439 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
3440 * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
3441 * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
3442 * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
3443 * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
3444 * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
3445 * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
3446 * BugsSite/template/en/default/index.html.tmpl: Removed.
3447 * BugsSite/template/en/default/list: Removed.
3448 * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
3449 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
3450 * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
3451 * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
3452 * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
3453 * BugsSite/template/en/default/list/list.html.tmpl: Removed.
3454 * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
3455 * BugsSite/template/en/default/list/list.js.tmpl: Removed.
3456 * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
3457 * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
3458 * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
3459 * BugsSite/template/en/default/list/table.html.tmpl: Removed.
3460 * BugsSite/template/en/default/pages: Removed.
3461 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
3462 * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
3463 * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
3464 * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
3465 * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
3466 * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
3467 * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
3468 * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
3469 * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
3470 * BugsSite/template/en/default/reports: Removed.
3471 * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
3472 * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
3473 * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
3474 * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
3475 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
3476 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
3477 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
3478 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
3479 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
3480 * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
3481 * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
3482 * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
3483 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
3484 * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
3485 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
3486 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
3487 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
3488 * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
3489 * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
3490 * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
3491 * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
3492 * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
3493 * BugsSite/template/en/default/request: Removed.
3494 * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
3495 * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
3496 * BugsSite/template/en/default/search: Removed.
3497 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
3498 * BugsSite/template/en/default/search/form.html.tmpl: Removed.
3499 * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
3500 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
3501 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
3502 * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
3503 * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
3504 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
3505 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
3506 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
3507 * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
3508 * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
3509 * BugsSite/template/en/default/setup: Removed.
3510 * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
3511 * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
3512 * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
3513 * BugsSite/template/en/default/whine: Removed.
3514 * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
3515 * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
3516 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
3517 * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
3518 * BugsSite/template/en/extension: Removed.
3519 * BugsSite/template/en/extension/filterexceptions.pl: Removed.
3520 * BugsSite/testagent.cgi: Removed.
3521 * BugsSite/testserver.pl: Removed.
3522 * BugsSite/token.cgi: Removed.
3523 * BugsSite/userprefs.cgi: Removed.
3524 * BugsSite/votes.cgi: Removed.
3525 * BugsSite/whine.pl: Removed.
3526 * BugsSite/whineatnews.pl: Removed.
3527 * BugsSite/xml.cgi: Removed.
3528 * BugsSite/xmlrpc.cgi: Removed.
3529 * PlanetWebKit: Removed.
3530 * PlanetWebKit/README: Removed.
3531 * PlanetWebKit/config.ini: Removed.
3532 * PlanetWebKit/planet: Removed.
3533 * PlanetWebKit/planet/AUTHORS: Removed.
3534 * PlanetWebKit/planet/INSTALL: Removed.
3535 * PlanetWebKit/planet/LICENCE: Removed.
3536 * PlanetWebKit/planet/NEWS: Removed.
3537 * PlanetWebKit/planet/PKG-INFO: Removed.
3538 * PlanetWebKit/planet/README: Removed.
3539 * PlanetWebKit/planet/THANKS: Removed.
3540 * PlanetWebKit/planet/TODO: Removed.
3541 * PlanetWebKit/planet/examples: Removed.
3542 * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
3543 * PlanetWebKit/planet/examples/basic: Removed.
3544 * PlanetWebKit/planet/examples/basic/config.ini: Removed.
3545 * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
3546 * PlanetWebKit/planet/examples/fancy: Removed.
3547 * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
3548 * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
3549 * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
3550 * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
3551 * PlanetWebKit/planet/examples/output: Removed.
3552 * PlanetWebKit/planet/examples/output/images: Removed.
3553 * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
3554 * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
3555 * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
3556 * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
3557 * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
3558 * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
3559 * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
3560 * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
3561 * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
3562 * PlanetWebKit/planet/examples/output/planet.css: Removed.
3563 * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
3564 * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
3565 * PlanetWebKit/planet/planet: Removed.
3566 * PlanetWebKit/planet/planet-cache.py: Removed.
3567 * PlanetWebKit/planet/planet.py: Removed.
3568 * PlanetWebKit/planet/planet/__init__.py: Removed.
3569 * PlanetWebKit/planet/planet/atomstyler.py: Removed.
3570 * PlanetWebKit/planet/planet/cache.py: Removed.
3571 * PlanetWebKit/planet/planet/compat_logging: Removed.
3572 * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
3573 * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
3574 * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
3575 * PlanetWebKit/planet/planet/feedparser.py: Removed.
3576 * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
3577 * PlanetWebKit/planet/planet/sanitize.py: Removed.
3578 * PlanetWebKit/planet/planet/tests: Removed.
3579 * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
3580 * PlanetWebKit/planet/planet/tests/data: Removed.
3581 * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
3582 * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
3583 * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
3584 * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
3585 * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
3586 * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
3587 * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
3588 * PlanetWebKit/planet/runtests.py: Removed.
3589 * PlanetWebKit/planet/setup.py: Removed.
3590 * PlanetWebKit/templates: Removed.
3591 * PlanetWebKit/templates/atom.xml.tmpl: Removed.
3592 * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
3593 * PlanetWebKit/templates/index.html.tmpl: Removed.
3594 * PlanetWebKit/templates/opml.xml.tmpl: Removed.
3595 * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
3596 * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
3597 * PlanetWebKit/update.pl: Removed.
3598 * PlanetWebKit/wwwroot: Removed.
3599 * PlanetWebKit/wwwroot/ie.css: Removed.
3600 * PlanetWebKit/wwwroot/images: Removed.
3601 * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
3602 * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
3603 * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
3604 * PlanetWebKit/wwwroot/images/planet.png: Removed.
3605 * PlanetWebKit/wwwroot/planet.css: Removed.
3606 * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
3608 * Sites/bugs.webkit.org: Copied from BugsSite.
3609 * Sites/planet.webkit.org: Copied from PlanetWebKit.
3610 * Sites/webkit.org: Copied from WebKitSite.
3611 * WebKitSite: Removed.
3612 * WebKitSite/.htaccess: Removed.
3613 * WebKitSite/asking_questions.html: Removed.
3614 * WebKitSite/blog: Removed.
3615 * WebKitSite/blog-files: Removed.
3616 * WebKitSite/blog-files/3d-transforms: Removed.
3617 * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
3618 * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
3619 * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
3620 * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
3621 * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
3622 * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
3623 * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
3624 * WebKitSite/blog-files/InspectElementMenu.png: Removed.
3625 * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
3626 * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
3627 * WebKitSite/blog-files/InspectorFonts.png: Removed.
3628 * WebKitSite/blog-files/acid3-100.png: Removed.
3629 * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
3630 * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
3631 * WebKitSite/blog-files/acid3-screenshot.png: Removed.
3632 * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
3633 * WebKitSite/blog-files/acid3-timing.png: Removed.
3634 * WebKitSite/blog-files/animation-demo.svg: Removed.
3635 * WebKitSite/blog-files/bounce.html: Removed.
3636 * WebKitSite/blog-files/bounce.png: Removed.
3637 * WebKitSite/blog-files/circle.svg: Removed.
3638 * WebKitSite/blog-files/cubes-7.svg: Removed.
3639 * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
3640 * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
3641 * WebKitSite/blog-files/inspector: Removed.
3642 * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
3643 * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
3644 * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
3645 * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
3646 * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
3647 * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
3648 * WebKitSite/blog-files/inspector-event-scope.png: Removed.
3649 * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
3650 * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
3651 * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
3652 * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
3653 * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
3654 * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
3655 * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
3656 * WebKitSite/blog-files/inspector-toolbar.png: Removed.
3657 * WebKitSite/blog-files/inspector-with-scope.png: Removed.
3658 * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
3659 * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
3660 * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
3661 * WebKitSite/blog-files/inspector/colors.png: Removed.
3662 * WebKitSite/blog-files/inspector/console_panel.png: Removed.
3663 * WebKitSite/blog-files/inspector/context_menu.png: Removed.
3664 * WebKitSite/blog-files/inspector/cookies.png: Removed.
3665 * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
3666 * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
3667 * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
3668 * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
3669 * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
3670 * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
3671 * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
3672 * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
3673 * WebKitSite/blog-files/inspector/enable.png: Removed.
3674 * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
3675 * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
3676 * WebKitSite/blog-files/inspector/event_listeners.png: Removed.