1 2011-06-03 Alexis Menard <alexis.menard@openbossa.org>
3 Reviewed by Benjamin Poulain.
5 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
6 https://bugs.webkit.org/show_bug.cgi?id=61957
8 When building inside the Qt source tree, qmake always append the mkspecs
9 defines after ours. We have to workaround and make sure that we append
10 our flags after the qmake variable used inside Qt. This workaround was provided
11 by our qmake folks. We need to append in both case because qmake behave differently
12 when called with -spec or via SUBDIR+=.
16 2011-06-02 Alexis Menard <alexis.menard@openbossa.org>
18 Reviewed by Andreas Kling.
20 [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
21 https://bugs.webkit.org/show_bug.cgi?id=61957
23 When building inside the Qt source tree, qmake always append the mkspecs
24 defines after ours. We have to workaround and make sure that we append
25 our flags after the qmake variable used inside Qt. This workaround was provided
30 2011-03-30 Martin Robinson <mrobinson@igalia.com>
32 Reviewed by Adam Roben.
34 [GTK] [WebKit2] Implement a basic WebKitTestRunner
35 https://bugs.webkit.org/show_bug.cgi?id=57068
37 * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
39 2011-05-31 Xan Lopez <xlopez@igalia.com>
41 Reviewed by Martin Robinson.
43 Bump version to 1.5.1.
47 2011-05-25 Gregg Tavares <gman@chromium.org>
49 Reviewed by Kenneth Russell.
51 Add 'noExtensions' option to Web/GraphicsContext3D attributes.
52 https://bugs.webkit.org/show_bug.cgi?id=61460
54 * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
55 * Source/WebCore/platform/graphics/GraphicsContext3D.h:
56 * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
57 * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
59 2011-05-24 Keishi Hattori <keishi@webkit.org>
61 Reviewed by Kent Tamura.
63 Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
64 https://bugs.webkit.org/show_bug.cgi?id=61273
66 * configure.ac: Added INPUT_COLOR feature flag.
68 2011-05-24 Jay Civelli <jcivelli@chromium.org>
70 Reviewed by Adam Barth.
72 Adding MHTML reading support.
73 https://bugs.webkit.org/show_bug.cgi?id=7168
77 2011-05-23 Ryuan Choi <ryuan.choi@samsung.com>
79 Rubber stamped by Eric Seidel.
81 [CMAKE] Refactoring wtf related code.
82 https://bugs.webkit.org/show_bug.cgi?id=60146
84 Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
86 * Source/cmake/OptionsCommon.cmake:
87 * Source/cmake/OptionsEfl.cmake:
89 2011-05-18 Gyuyoung Kim <gyuyoung.kim@samsung.com>
91 Unreviewed. Fix build break.
93 * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
95 2011-05-16 Carlos Garcia Campos <cgarcia@igalia.com>
97 Reviewed by Martin Robinson.
99 [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
100 https://bugs.webkit.org/show_bug.cgi?id=58223
102 * configure.ac: Add configure option to enable/disable plugin
105 2011-05-12 Gregg Tavares <gman@chromium.org>
107 Reviewed by Kenneth Russell.
109 Add option to select GraphicsContext3D implementation.
110 https://bugs.webkit.org/show_bug.cgi?id=60297
112 * Source/WebKit/chromium/DEPS:
113 * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
115 2011-05-12 Lucas De Marchi <lucas.demarchi@profusion.mobi>
117 Reviewed by Antonio Gomes.
119 [CMAKE] Add option to unconditionally enable/disable a feature
120 https://bugs.webkit.org/show_bug.cgi?id=60643
122 Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
123 to enable a feature without showing to user that it can be disabled.
124 This is useful if a port needs an option to be always ON/OFF and
125 changing it will break the build.
127 This way it's possible to add mandatory features to each port without
128 touching the cmakeconfig.cmake file.
130 * Source/cmake/WebKitFeatures.cmake:
132 2011-05-11 Dmitry Lomov <dslomov@google.com>
134 Reviewed by David Levin.
136 https://bugs.webkit.org/show_bug.cgi?id=59561
137 Switch TestWebKitAPI to GTest
139 Fixes Makefiles and WinCairo build as well
141 * Source/ThirdParty/gtest/README.WebKit:
142 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
143 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
144 * Source/ThirdParty/gtest/xcode/Makefile: Added.
146 2011-05-09 Dmitry Lomov <dslomov@google.com>
148 Reviewed by Sam Weinig.
150 Switch TestWebKitAPI to GTest
151 https://bugs.webkit.org/show_bug.cgi?id=59561
153 * Source/ThirdParty/gtest/README.WebKit:
154 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
156 2011-05-09 Xan Lopez <xlopez@igalia.com>
158 Reviewed by Gustavo Noronha.
160 Fix logic in GCC version detection, it was reversed.
164 2011-05-09 Alexis Menard <alexis.menard@openbossa.org>
166 Reviewed by Andreas Kling.
168 [Qt] Fix the build on Embedded Linux.
169 https://bugs.webkit.org/show_bug.cgi?id=60347
171 qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
172 still be used in order to build properly.
176 2011-05-05 Kevin Ollivier <kevino@theolliviers.com>
178 [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
182 2011-05-05 Prasanth Ullattil <prasanth.ullattil@nokia.com>
184 Reviewed by Simon Hausmann.
186 Install correct header files for webkit.
188 Since WebKit is no longer inside Qt, we can remove the detection for
191 [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
192 https://bugs.webkit.org/show_bug.cgi?id=57621
194 * Source/sync.profile:
196 2011-05-05 Adam Barth <abarth@webkit.org>
198 Remove a couple stray mentions of WML that I missed before.
202 2011-05-05 Alexis Menard <alexis.menard@openbossa.org>
204 Reviewed by Benjamin Poulain.
206 [Qt] Make QtWebKit build when using gcc 4.6.0
207 https://bugs.webkit.org/show_bug.cgi?id=60265
209 If QtWebKit is compiled with gcc 4.6.0 and the build is not done
210 with c++0x support we need to deactivate warnings about compatibility.
211 Some WebKit types have names which conflicts with upcoming c++0x
212 types. If QtWebKit is built with c++0x support, WebKit has code to
213 fallback to the standard type rather than the WebKit implementation.
214 For example nullptr will be the one of the std if build options turns on
219 2011-05-04 Xan Lopez <xlopez@igalia.com>
221 Reviewed by Martin Robinson.
223 [GTK] Fix warnings in webkit.m4 with autoconf 2.68
224 https://bugs.webkit.org/show_bug.cgi?id=60189
226 Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
229 * Source/autotools/webkit.m4: ditto.
231 2011-05-04 Martin Robinson <mrobinson@igalia.com>
233 Fix the WebKitGTK+ build.
235 * configure.ac: Added option parsing code for loading touch icons.
237 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
239 Reviewed by Xan Lopez.
241 [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
242 https://bugs.webkit.org/show_bug.cgi?id=60041
244 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
245 4.6.0) until our codebase is ready. This is the same as done for
248 * Source/cmake/WebKitHelpers.cmake: ditto.
250 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
252 Unreviewed, rolling out r85624.
253 http://trac.webkit.org/changeset/85624
255 The same command is used also for make_names.pl, which breaks
258 * Source/cmake/OptionsCommon.cmake: ditto.
260 2011-05-03 Leandro Pereira <leandro@profusion.mobi>
262 [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
264 Force linking with zlib so that uncompress() exists.
266 * Source/cmake/OptionsEfl.cmake: Find zlib.
268 2011-05-03 Lucas De Marchi <lucas.demarchi@profusion.mobi>
270 [CMAKE] Unreviewed build fix for gcc >= 4.6
272 Same fix as done in r84123. CMake explicitly pass the arguments to
273 make_names.pl, so let's make them the same.
275 * Source/cmake/OptionsCommon.cmake: ditto.
277 2011-05-02 Adam Klein <adamk@chromium.org>
279 Reviewed by Tony Chang.
281 Roll chromium DEPS to r83722, add new crypto directory to DEPS
282 https://bugs.webkit.org/show_bug.cgi?id=59992
285 Ignore new chromium/crypto directory.
287 2011-05-03 Carlos Garcia Campos <cgarcia@igalia.com>
289 Reviewed by Eric Seidel.
291 [GTK] Build webkit1 even when webkit2 is enabled
292 https://bugs.webkit.org/show_bug.cgi?id=59695
297 2011-05-01 ojab <ojab@ojab.ru>
299 Reviewed by Eric Seidel.
301 --disable-video-track if --disable-video
302 https://bugs.webkit.org/show_bug.cgi?id=59605
306 2011-04-29 Dean Jackson <dino@apple.com>
308 Reviewed by Simon Fraser.
310 Add ENABLE macro for WebKitAnimation
311 https://bugs.webkit.org/show_bug.cgi?id=59729
313 Add new feature to toggle WebKit Animation API.
317 2011-04-29 Kevin Ollivier <kevino@theolliviers.com>
319 [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
323 2011-04-28 Adam Barth <abarth@webkit.org>
325 Reviewed by Eric Seidel.
328 https://bugs.webkit.org/show_bug.cgi?id=59678
330 Remove WML configuration option from the CMake build system.
332 * Source/cmake/OptionsEfl.cmake:
333 * Source/cmake/OptionsWinCE.cmake:
334 * Source/cmakeconfig.h.cmake:
336 2011-04-28 Xan Lopez <xlopez@igalia.com>
338 Reviewed by Martin Robinson.
340 [Gtk] Split JSC and WebCore builds
341 https://bugs.webkit.org/show_bug.cgi?id=19428
343 Add a pkg-config file for JavaScriptCoreGTK+.
345 * configure.ac: generate the final pkg-config file from our .in
348 2011-04-28 Xan Lopez <xlopez@igalia.com>
350 Reviewed by Martin Robinson.
352 [Gtk] Split JSC and WebCore builds
353 https://bugs.webkit.org/show_bug.cgi?id=19428
355 Build JavaScriptCore as a libtool shared library instead of a
356 private convenience library.
358 * GNUmakefile.am: remove convenience library definition for jsc.
360 2011-04-28 Xan Lopez <xlopez@igalia.com>
362 Reviewed by Martin Robinson.
364 [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
365 https://bugs.webkit.org/show_bug.cgi?id=59718
367 Hardcode -Wno-c++0x-compat for the default compiler (if version >=
368 4.6.0) until our codebase is ready.
370 * configure.ac: do that.
372 2011-04-27 Yi Shen <yi.4.shen@nokia.com>
374 Reviewed by Kenneth Rohde Christiansen.
376 [Qt] Upstream Symbian platform plugin
377 https://bugs.webkit.org/show_bug.cgi?id=58435
379 Upstream Symbian platform plugin.
381 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
383 2011-04-27 Steve Block <steveblock@google.com>
385 Reviewed by David Levin.
387 Remove Android build system
388 https://bugs.webkit.org/show_bug.cgi?id=48111
390 This is to avoid the maintenance burden until the Android port is
393 * Source/Android.mk: Removed.
395 2011-04-26 Kevin Ollivier <kevino@theolliviers.com>
397 Rubberstamped by Eric Seidel.
399 Enable waf to be used to build other ports
400 https://bugs.webkit.org/show_bug.cgi?id=58213
404 2011-04-22 Sheriff Bot <webkit.review.bot@gmail.com>
406 Unreviewed, rolling out r84627.
407 http://trac.webkit.org/changeset/84627
408 https://bugs.webkit.org/show_bug.cgi?id=59271
410 It broke Symbian build (Requested by Ossy on #webkit).
414 2011-04-22 Yi Shen <yi.4.shen@nokia.com>
416 Reviewed by Kenneth Rohde Christiansen.
418 [Qt] Upstream Symbian platform plugin
419 https://bugs.webkit.org/show_bug.cgi?id=58435
421 Upstream Symbian platform plugin.
423 * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
425 2011-04-21 Maciej Stachowiak <mjs@apple.com>
427 Reviewed by Adam Roben.
429 Add a feature define to allow <details> and <summary> to be disabled
430 https://bugs.webkit.org/show_bug.cgi?id=59118
431 <rdar://problem/9257045>
435 2011-04-18 Evan Martin <evan@chromium.org>
437 Reviewed by Eric Seidel.
439 [chromium] expose title direction to webkit client
440 https://bugs.webkit.org/show_bug.cgi?id=58823
442 * Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
443 * Tools/DumpRenderTree/chromium/LayoutTestController.h:
444 Adapt to new API. Expose title direction to JS so it can be tested.
446 * Tools/DumpRenderTree/chromium/WebViewHost.cpp:
447 * Tools/DumpRenderTree/chromium/WebViewHost.h:
450 2011-04-18 Hans Wennborg <hans@chromium.org>
452 Reviewed by Steve Block.
454 LevelDB backend for IndexedDB
455 https://bugs.webkit.org/show_bug.cgi?id=57372
457 Add LevelDB wrappers to Android.mk.
461 2011-04-18 Patrick Gansterer <paroga@webkit.org>
463 Reviewed by Pavel Feldman.
465 REGRESSION (r81479): generate-inspector-idl fails on native win32
466 https://bugs.webkit.org/show_bug.cgi?id=58315
468 Disable git autocrlf for Inspector.json.
472 2011-04-16 Patrick Gansterer <paroga@webkit.org>
474 Reviewed by Eric Seidel.
476 Rename PLATFORM(CAIRO) to USE(CAIRO)
477 https://bugs.webkit.org/show_bug.cgi?id=55192
479 * Source/cmake/OptionsEfl.cmake:
481 2011-04-15 Shishir Agrawal <shishir@chromium.org>
483 Reviewed by James Robinson.
485 Add a flag to guard Page Visibility API changes.
486 https://bugs.webkit.org/show_bug.cgi?id=58464
489 http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
493 2011-04-15 Xan Lopez <xlopez@igalia.com>
495 Reviewed by Martin Robinson.
497 * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
498 branch and was already cut off.
500 2011-04-15 Anna Cavender <annacc@chromium.org>
502 Reviewed by Eric Carlson.
504 Renaming TRACK feature define to VIDEO_TRACK
505 https://bugs.webkit.org/show_bug.cgi?id=53556
509 2011-04-13 Dmitry Lomov <dslomov@google.com>
511 Reviewed by David Levin.
513 Add GTest unit-testing framework to WebKit
514 https://bugs.webkit.org/show_bug.cgi?id=58507
516 * Source/ThirdParty/gtest/CHANGES: Added.
517 * Source/ThirdParty/gtest/CMakeLists.txt: Added.
518 * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
519 * Source/ThirdParty/gtest/COPYING: Added.
520 * Source/ThirdParty/gtest/Makefile.am: Added.
521 * Source/ThirdParty/gtest/README: Added.
522 * Source/ThirdParty/gtest/README.WebKit: Added.
523 * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
524 * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
525 * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
526 * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
527 * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
528 * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
529 * Source/ThirdParty/gtest/configure.ac: Added.
530 * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
531 * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
532 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
533 * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
534 * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
535 * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
536 * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
537 * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
538 * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
539 * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
540 * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
541 * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
542 * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
543 * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
544 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
545 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
546 * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
547 * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
548 * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
549 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
550 * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
551 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
552 * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
553 * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
554 * Source/ThirdParty/gtest/m4/gtest.m4: Added.
555 * Source/ThirdParty/gtest/make/Makefile: Added.
556 * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
557 * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
558 * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
559 * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
560 * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
561 * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
562 * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
563 * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
564 * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
565 * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
566 * Source/ThirdParty/gtest/run_tests.py: Added.
567 * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
568 * Source/ThirdParty/gtest/samples/sample1.cc: Added.
569 * Source/ThirdParty/gtest/samples/sample1.h: Added.
570 * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
571 * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
572 * Source/ThirdParty/gtest/samples/sample2.cc: Added.
573 * Source/ThirdParty/gtest/samples/sample2.h: Added.
574 * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
575 * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
576 * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
577 * Source/ThirdParty/gtest/samples/sample4.cc: Added.
578 * Source/ThirdParty/gtest/samples/sample4.h: Added.
579 * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
580 * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
581 * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
582 * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
583 * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
584 * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
585 * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
586 * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
587 * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
588 * Source/ThirdParty/gtest/scripts/pump.py: Added.
589 * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
590 * Source/ThirdParty/gtest/scripts/upload.py: Added.
591 * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
592 * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
593 * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
594 * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
595 * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
596 * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
597 * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
598 * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
599 * Source/ThirdParty/gtest/src/gtest.cc: Added.
600 * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
601 * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
602 * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
603 * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
604 * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
605 * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
606 * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
607 * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
608 * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
609 * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
610 * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
611 * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
612 * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
613 * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
614 * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
615 * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
616 * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
617 * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
618 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
619 * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
620 * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
621 * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
622 * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
623 * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
624 * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
625 * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
626 * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
627 * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
628 * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
629 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
630 * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
631 * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
632 * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
633 * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
634 * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
635 * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
636 * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
637 * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
638 * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
639 * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
640 * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
641 * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
642 * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
643 * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
644 * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
645 * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
646 * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
647 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
648 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
649 * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
650 * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
651 * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
652 * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
653 * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
654 * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
655 * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
656 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
657 * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
658 * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
659 * Source/ThirdParty/gtest/test/production.cc: Added.
660 * Source/ThirdParty/gtest/test/production.h: Added.
661 * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
662 * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
663 * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
664 * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
665 * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
666 * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
667 * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
668 * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
669 * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
670 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
671 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
672 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
673 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
674 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
675 * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
676 * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
677 * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
678 * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
680 2011-04-13 Ryuan Choi <ryuan.choi@samsung.com>
682 Reviewed by Kenneth Rohde Christiansen.
684 [CMAKE] Separate DerivedSources.
685 https://bugs.webkit.org/show_bug.cgi?id=58427
687 Seperate DerivedSources/ to DerivedSources/WebCore and
688 DerivedSources/JavaScriptCore.
690 * Source/CMakeLists.txt:
691 * Source/cmake/OptionsCommon.cmake:
692 * Source/cmake/WebKitFS.cmake:
693 * Source/cmake/WebKitHelpers.cmake:
694 * Source/cmake/WebKitMacros.cmake:
696 2011-04-13 Tony Chang <tony@chromium.org>
698 Ignore files generated from glu.gyp.
702 2011-03-28 Adam Barth <abarth@webkit.org>
704 Reviewed by Kenneth Russell.
706 Move libtess from WebCore/thirdparty to ThirdParty
707 https://bugs.webkit.org/show_bug.cgi?id=57288
709 We're putting third party code in Source/ThirdParty these days.
711 * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
712 * Source/ThirdParty/glu/glu.gyp: Added.
714 2011-04-12 Thouraya ANDOLSI <thouraya.andolsi@st.com>
716 Reviewed by Eric Seidel.
718 [QT] Enable JIT build for SH4 platforms.
719 https://bugs.webkit.org/show_bug.cgi?id=58317
720 add disable_uitools for SH4 platforms.
724 2011-04-11 Anna Cavender <annacc@chromium.org>
726 Reviewed by Eric Carlson.
728 Setup ENABLE(TRACK) feature define
729 https://bugs.webkit.org/show_bug.cgi?id=53556
733 2011-04-11 Varun Jain <varunjain@chromium.org>
735 Reviewed by Darin Fisher.
737 Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
738 https://bugs.webkit.org/show_bug.cgi?id=58245
740 * Source/WebKit/chromium/public/WebWidget.h:
742 2011-04-11 Thouraya ANDOLSI <thouraya.andolsi@st.com>
744 Reviewed by Oliver Hunt.
747 https://bugs.webkit.org/show_bug.cgi?id=44329
749 Enable JIT support for SH4 platforms.
753 2011-04-11 Andreas Kling <andreas.kling@nokia.com>
755 Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
759 2011-04-09 Keith Kyzivat <keith.kyzivat@nokia.com>
761 Reviewed by Laszlo Gombos.
763 [Qt] Don't link against fontconfig or X11 if embedded
764 https://bugs.webkit.org/show_bug.cgi?id=58104
766 * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
768 2011-04-08 Alpha Lam <hclam@chromium.org>
770 Unreviewed, rolling out r83335.
771 http://trac.webkit.org/changeset/83335
772 https://bugs.webkit.org/show_bug.cgi?id=53556
774 GTK and QT bots are broken.
778 2011-04-08 Kristian Amlie <kristian.amlie@nokia.com>
780 Reviewed by Andreas Kling.
782 [Qt] Remove modular references after support for the flag was removed.
783 https://bugs.webkit.org/show_bug.cgi?id=57018
785 Removed modular references after support for the flag was removed.
787 Support was removed because the Qt Modularization project decided we
788 don't need it. It's better to base decisions on the available
789 information, as demonstrated in the patch by checking
794 2011-04-07 Anna Cavender <annacc@chromium.org>
796 Reviewed by Eric Carlson.
798 Setup ENABLE(TRACK) feature define
799 https://bugs.webkit.org/show_bug.cgi?id=53556
803 2011-04-08 Varun Jain <varunjain@chromium.org>
805 Reviewed by Darin Fisher.
807 Need to extend WebKit chromium API to access text selection
808 https://bugs.webkit.org/show_bug.cgi?id=57888
810 * Source/WebKit/chromium/public/WebFrame.h:
811 * Source/WebKit/chromium/public/WebWidget.h:
812 * Source/WebKit/chromium/src/WebFrameImpl.cpp:
813 * Source/WebKit/chromium/src/WebFrameImpl.h:
814 * Source/WebKit/chromium/src/WebPopupMenuImpl.h:
815 * Source/WebKit/chromium/src/WebViewImpl.cpp:
816 * Source/WebKit/chromium/src/WebViewImpl.h:
817 * Source/WebKit/chromium/tests/PopupMenuTest.cpp:
819 2011-04-08 Jon Lee <jonlee@apple.com>
821 Reviewed by David Levin.
823 adding *.vcproj.*.user to .gitignore for Visual Studio development
824 https://bugs.webkit.org/show_bug.cgi?id=58097
828 2011-04-07 Eric Seidel <eric@webkit.org>
830 Reviewed by Adam Barth.
832 Add stub support for generating Gtk build system from gyp
833 https://bugs.webkit.org/show_bug.cgi?id=58086
835 This adds support for a new --port argument and plumbs through
836 the necessary paths to allow generating for a port other than Mac.
838 * Source/gyp/configure:
840 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
842 Revert ENABLE_TRACK patch due to compile failures.
846 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
848 Reviewed by David Levin.
850 Add QUOTA build flag for unified quota API
851 https://bugs.webkit.org/show_bug.cgi?id=57918
853 * configure.ac: Added QUOTA build flag
855 2011-04-04 Martin Robinson <mrobinson@igalia.com>
857 Build fix for GTK+ after r82876.
859 * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
860 from WTF that DRT uses.
862 2011-04-04 Martin Robinson <mrobinson@igalia.com>
864 Reviewed by Gustavo Noronha Silva.
867 https://bugs.webkit.org/show_bug.cgi?id=31517
869 * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
871 2011-04-04 Jon Lee <jonlee@apple.com>
873 Reviewed by Eric Seidel.
875 add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
876 https://bugs.webkit.org/show_bug.cgi?id=57646
878 * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
880 2011-03-31 Xan Lopez <xlopez@igalia.com>
882 Reviewed by Martin Robinson.
884 [GTK] Link explicitly with XRender on Linux/Unix
885 https://bugs.webkit.org/show_bug.cgi?id=57558
887 Some linkers, like GNU Gold, require explicit linkage of all the
888 libraries used instead of relying on our dependencies to bring
889 them in. In this case, the build fails because we use XRender in
890 the plugin code but don't link directly to it.
892 * configure.ac: check for XRender on UNIX.
894 2011-03-31 Vamshikrishna.Yellenki <vamshi@motorola.com> and Alejandro G. Castro <alex@igalia.com>
896 Reviewed by Martin Robinson.
898 Implement MiniBrowser for Gtk port.
899 https://bugs.webkit.org/show_bug.cgi?id=48512
901 Initial implementation of the Gtk MiniBrowser.
905 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
907 [Qt] Typo fix, remove an accidentally added line.
911 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
913 [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
917 2011-03-29 Csaba Osztrogonác <ossy@webkit.org>
919 Rubber-stamped by Andreas Kling.
921 [Qt] Remove modular references after support for the flag was removed.
922 https://bugs.webkit.org/show_bug.cgi?id=57018
924 Symbian buildfix after r82232.
926 * Source/WebKit.pri: Readd uitools option.
928 2011-03-29 Kristian Amlie <kristian.amlie@nokia.com>
930 Reviewed by Andreas Kling.
932 Removed modular references after support for the flag was removed.
934 Support was removed because the Qt Modularization project decided we
935 don't need it. It's better to base decisions on the available
936 information, as demonstrated in the patch by checking
939 In addition, remove the reference to uitools. It has been moved to
940 QtKernel now, and therefore is always available.
942 [Qt] Remove modular references after support for the flag was removed.
943 https://bugs.webkit.org/show_bug.cgi?id=57018
947 2011-03-28 Benjamin Poulain <benjamin.poulain@nokia.com>
949 Reviewed by Andreas Kling.
951 [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
952 https://bugs.webkit.org/show_bug.cgi?id=57087
954 Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
958 2011-03-26 Adam Barth <abarth@webkit.org>
960 Reviewed by Eric Seidel.
962 We shouldn't bother running GYP if the generated files are newer than the GYP files
963 https://bugs.webkit.org/show_bug.cgi?id=57146
965 In the common case, this check will avoid any overhead from processing
966 the GYP files. Another approach to doing this is to add the feature to
967 GYP directly, but GYP's approach to this problem is to compute the
968 output in its entirety and compare it byte-for-byte against the output
969 file. In the future, it might make sense to add this approach as an
970 alternative approach for GYP itself.
972 I also removed JavaScriptGlue from the script because we're not really
973 going to change JavaScriptGlue over to GYP. We were using
974 JavaScriptGlue as a learning experience.
976 * Source/gyp/configure:
978 2011-03-25 Kevin Ollivier <kevino@theolliviers.com>
980 [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
984 2011-03-23 George Guo <George.Guo@nokia.com>
986 Reviewed by Darin Adler.
988 Webkit warning: converting to 'unsigned int' from 'double'
989 https://bugs.webkit.org/show_bug.cgi?id=56865
991 With -Werr enabled, this cause the build failure on RedHat Linux.
994 * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
997 2011-03-23 Adam Barth <abarth@webkit.org>
999 Reviewed by Eric Seidel.
1001 GYP build should default to Production configuration
1002 https://bugs.webkit.org/show_bug.cgi?id=56899
1004 * Source/gyp/common.gypi:
1006 2011-03-22 Adam Barth <abarth@webkit.org>
1008 Reviewed by Eric Seidel.
1010 gyp/configure shouldn't require GYP to be in your path
1011 https://bugs.webkit.org/show_bug.cgi?id=56873
1013 Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
1014 instead of requiring GYP to be in the user's path.
1016 * Source/gyp/configure:
1018 2011-03-22 Adam Barth <abarth@webkit.org>
1020 Reviewed by Eric Seidel.
1022 Add GYP to Source/ThirdParty
1023 https://bugs.webkit.org/show_bug.cgi?id=56870
1025 We probably don't need all the test files, but it seems cleaner to just
1026 check in the whole GYP tree. GYP is BSD licensed, so it is compatible
1027 with the WebKit license.
1029 * Source/ThirdParty/gyp: Added.
1031 2011-03-21 Alejandro G. Castro <alex@igalia.com>
1033 Reviewed by Martin Robinson.
1035 [GTK] 1.3.13 release bump
1036 https://bugs.webkit.org/show_bug.cgi?id=56795
1038 Version bump for 1.3.13 and updated NEWS file with release notes.
1042 2011-03-21 Ryuan Choi <ryuan.choi@samsung.com>
1044 Reviewed by Antonio Gomes.
1046 [CMAKE] Add exception handling when PORT was missing.
1047 https://bugs.webkit.org/show_bug.cgi?id=56728
1049 * Source/CMakeLists.txt:
1051 2011-03-10 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
1053 Reviewed by Laszlo Gombos.
1055 [Qt] Text layout is broken on Symbian
1056 https://bugs.webkit.org/show_bug.cgi?id=56046
1058 Change integers included into bitfields to be signed by default on RVCT
1059 compiler as a lot of other compilers do (gcc, msvc, winsc).
1060 There are a lot of places in webkit where integers included in bitfield
1061 are assumed to be signed.
1063 * Source/WebKit.pri:
1065 2011-03-10 Alejandro G. Castro <alex@igalia.com>
1067 Unreviewed, fixed Efl compilation after r80744.
1069 * Source/cmake/OptionsEfl.cmake:
1071 2011-03-10 Martin Robinson <mrobinson@igalia.com>
1073 Fixed the help message for WebGL support on GTK+ to reflect the fact that
1074 it's turned off by default and is experimental.
1076 * configure.ac: Fix WebGL help message.
1078 2011-03-04 Dimitri Glazkov <dglazkov@chromium.org>
1080 Reviewed by Adam Barth.
1082 Add skeletal WebCore.gyp
1083 https://bugs.webkit.org/show_bug.cgi?id=55802
1085 * Source/gyp/configure: Added WebCore.
1087 2011-03-04 Adam Barth <abarth@webkit.org>
1089 Reviewed by Dimitri Glazkov.
1091 Add a basic configure script for the GYP build
1092 https://bugs.webkit.org/show_bug.cgi?id=55791
1094 This script just calls GYP on the various gyp projects. As we add more
1095 build systems, this script should be able to select which of them you'd
1096 like to generate the project for.
1098 * Source/gyp/configure: Added.
1100 2011-03-04 Adam Barth <abarth@webkit.org>
1102 Reviewed by Dimitri Glazkov.
1104 Use target_defaults to reduce boilerplate in GYP build system
1105 https://bugs.webkit.org/show_bug.cgi?id=55790
1107 This file contains GYP declarations that are shared by all the modules.
1108 Currently, we use this to set up the configurations, albeit primitively.
1110 * Source/gyp/common.gypi: Added.
1112 2011-03-03 Kevin Ollivier <kevino@theolliviers.com>
1114 [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
1115 to make sure the proper unicode/utf8.h header is included.
1119 2011-03-02 Kevin Ollivier <kevino@theolliviers.com>
1121 [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
1122 included in the ICU headers used by WebKit.
1126 2011-03-02 Daniel Cheng <dcheng@chromium.org>
1128 Reviewed by David Levin.
1130 Add feature define for data transfer items
1131 https://bugs.webkit.org/show_bug.cgi?id=55510
1133 * Source/cmake/OptionsEfl.cmake:
1134 * Source/cmake/OptionsWinCE.cmake:
1135 * Source/cmakeconfig.h.cmake:
1139 2011-03-02 Andras Becsi <abecsi@webkit.org>
1141 Reviewed by Laszlo Gombos.
1143 [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
1144 https://bugs.webkit.org/show_bug.cgi?id=55478
1146 On case insensitive systems the generated forwarding headers cause build problems.
1148 * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
1150 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
1152 Unreviewed, rolling out r80079.
1153 http://trac.webkit.org/changeset/80079
1154 https://bugs.webkit.org/show_bug.cgi?id=55547
1156 "Broke the Win debug build?" (Requested by dcheng on #webkit).
1158 * Source/cmake/OptionsEfl.cmake:
1159 * Source/cmake/OptionsWinCE.cmake:
1160 * Source/cmakeconfig.h.cmake:
1162 2011-03-01 Daniel Cheng <dcheng@chromium.org>
1164 Reviewed by David Levin.
1166 Add feature define for data transfer items
1167 https://bugs.webkit.org/show_bug.cgi?id=55510
1169 * Source/cmake/OptionsEfl.cmake:
1170 * Source/cmake/OptionsWinCE.cmake:
1171 * Source/cmakeconfig.h.cmake:
1173 2011-03-01 Andras Becsi <abecsi@webkit.org>
1175 Reviewed by Csaba Osztrogonác.
1177 [Qt] Clean up the project files and move common options to WebKit.pri.
1179 Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
1181 * Source/WebKit.pri: Common options should be here.
1182 Also move Mac options to this file to fix the Mac build.
1184 2011-03-01 Andras Becsi <abecsi@webkit.org>
1186 Unreviewed build fix.
1188 [Qt] Fix minimal build.
1190 * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
1192 2011-02-28 Adam Barth <abarth@webkit.org>
1194 Reviewed by Dimitri Glazkov.
1196 Teach JavaScriptGlue gyp build about DEPTH
1197 https://bugs.webkit.org/show_bug.cgi?id=55421
1199 Moves the previously JavaScriptGlue-specific GYP helper shell scripts
1200 to the gyp directory in Source, where they can be shared by multiple
1203 * Source/gyp: Added.
1204 * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
1205 * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
1206 * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
1208 2011-02-28 Benjamin Poulain <benjamin.poulain@nokia.com>
1210 Reviewed by Kenneth Rohde Christiansen.
1212 [Qt][WK2] Add a way to test the WebKit 2 APIs
1213 https://bugs.webkit.org/show_bug.cgi?id=55408
1215 Add the build file for test to the build system.
1217 * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
1218 * Source/WebKit.pro: Add the dependency to build the new test project.
1220 2011-02-28 Balazs Kelemen <kbalazs@webkit.org>
1222 Reviewed by Anders Carlsson.
1224 [Qt][WK2] Plugin initialization
1225 https://bugs.webkit.org/show_bug.cgi?id=48127
1227 * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
1228 from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
1230 2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>
1232 Reviewed by Andreas Kling.
1234 Added full webkit module profile and a syncqt profile.
1236 This is for modularized Qt.
1238 [Qt] WebKit patches required to work with a modularized version of Qt
1239 https://bugs.webkit.org/show_bug.cgi?id=53916
1241 * Source/sync.profile: Added.
1243 2011-02-26 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
1245 Reviewed by Laszlo Gombos.
1247 [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
1248 non-production builds.
1249 https://bugs.webkit.org/show_bug.cgi?id=55313
1251 * Source/WebKit.pri:
1253 2011-02-24 Alejandro G. Castro <alex@igalia.com>
1255 Rubber-stamped by Martin Robinson.
1257 Fixed compilation after r79537, added a bug to solve webkit2
1259 https://bugs.webkit.org/show_bug.cgi?id=55153
1263 2011-02-24 Christian Dywan <christian@lanedo.com>
1265 Rubber-stamped by Eric Seidel.
1267 [GTK] webkitgtk 1.3.7 build without translations
1268 https://bugs.webkit.org/show_bug.cgi?id=50612
1270 * GNUmakefile.am: Require stamp-po target for all-local so
1271 that po files are built before they install.
1273 2011-02-22 Philippe Normand <pnormand@igalia.com>
1275 Reviewed by Martin Robinson.
1277 [GTK] 1.3.12 release preparation
1278 https://bugs.webkit.org/show_bug.cgi?id=54967
1280 Version bump for 1.3.12 and updated NEWS file with release notes.
1281 Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
1284 * Source/WebKit/gtk/NEWS:
1287 2011-02-22 Andras Becsi <abecsi@webkit.org>
1289 Reviewed by Laszlo Gombos.
1291 [Qt] Redesign the build system
1292 https://bugs.webkit.org/show_bug.cgi?id=51339
1296 Build WebCore as a static library, compile the WebKit API and WebKit2 API
1297 in a final step and link to WebKit2, WebCore and JSC libraries to fix
1298 linking issues resulting from stripped away symbols.
1300 * Source/WebKit.pri: Add common include paths
1301 * Source/WebKit.pro: Add new project file to SUBDIRS
1303 2011-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
1305 Reviewed by Martin Robinson.
1307 [GTK] Bump GTK+3 dependency to 3.0
1308 https://bugs.webkit.org/show_bug.cgi?id=54394
1312 2011-02-19 Ryuan Choi <ryuan.choi@samsung.com>
1314 Reviewed by Martin Robinson.
1316 [GTK] Remove mandatory Enchant dependency
1317 https://bugs.webkit.org/show_bug.cgi?id=51587
1319 Add enable-spellcheck option which decides whether to use enchant.
1320 If disabled, WebKitGTK+ will not use enchant library.
1324 2011-02-18 Zan Dobersek <zandobersek@gmail.com>
1326 Reviewed by Martin Robinson.
1328 [Gtk] Re-enable meter tag support
1329 https://bugs.webkit.org/show_bug.cgi?id=54762
1331 Enable meter tag support in the configure.ac. This feature was
1332 previously enabled by default in the makefile, but should be
1333 enabled here after changes in r78981.
1337 2011-02-18 Kristian Amlie <kristian.amlie@nokia.com>
1339 Reviewed by Kenneth Rohde Christiansen.
1341 Avoided UiTools dependency if the module is not present.
1343 [Qt] WebKit patches required to work with a modularized version of Qt
1344 https://bugs.webkit.org/show_bug.cgi?id=53916
1346 * Source/WebKit.pri:
1348 2011-02-18 Ryuan Choi <ryuan.choi@samsung.com>
1350 Reviewed by Kent Tamura.
1352 [EFL] Remove GDK dependency.
1353 https://bugs.webkit.org/show_bug.cgi?id=53978
1355 Remove checking GDK library.
1357 * Source/cmake/OptionsEfl.cmake:
1359 2011-02-18 Philippe Normand <pnormand@igalia.com>
1361 Unreviewed, build fix after r78981
1363 * configure.ac: datagrid is datagrid, it is not database. Also
1364 meter is not progress. Fixed copy/paste mistakes.
1366 2011-02-18 Philippe Normand <pnormand@igalia.com>
1368 Reviewed by Martin Robinson.
1370 [GTK] minimal build unrecognized options
1371 https://bugs.webkit.org/show_bug.cgi?id=50890
1373 * configure.ac: added new configure options to enable/disable the
1374 meter element, progress element, datagrid and client-based
1375 geolocation support.
1377 2011-02-17 Kevin Ollivier <kevino@theolliviers.com>
1379 [wx] Build fix after introduction of JavaScriptCore/collector.
1383 2011-02-17 Kristian Amlie <kristian.amlie@nokia.com>
1385 Reviewed by Laszlo Gombos.
1387 Updated include paths for phonon.
1389 [Qt] WebKit patches required to work with a modularized version of Qt
1390 https://bugs.webkit.org/show_bug.cgi?id=53916
1392 * Source/WebKit.pri:
1394 2011-02-13 Hayato Ito <hayato@chromium.org>
1396 Reviewed by Kent Tamura.
1398 Update .gitignore to ignore files which Ninja build system generates.
1400 https://bugs.webkit.org/show_bug.cgi?id=54378
1404 2011-02-10 Peter Varga <pvarga@webkit.org>
1406 Reviewed by Csaba Osztrogonác.
1408 Remove PCRE source from trunk
1409 https://bugs.webkit.org/show_bug.cgi?id=54188
1411 * Source/cmake/WebKitFS.cmake:
1413 2011-02-09 Adam Barth <abarth@webkit.org>
1415 Reviewed by Steve Block.
1417 Move Android.mk into Source
1418 https://bugs.webkit.org/show_bug.cgi?id=53751
1420 A somewhat blind attempt to move Android.mk into the Source directory.
1421 I'm sure I've goofed this up in some way. The Android folks have
1422 kindly volunteered to fix this up once they merge past this revision.
1424 * Android.mk: Removed.
1425 * Source/Android.mk: Copied from Android.mk.
1427 2011-02-08 Alejandro G. Castro <alex@igalia.com>
1429 Reviewed by Martin Robinson.
1431 WebKit2 GTK Fails to Build #include nested too deeply
1432 https://bugs.webkit.org/show_bug.cgi?id=52219
1434 Removed the __STDC_FORMAT_MACROS definition, it is already defined
1435 in the file where PRIxx64 is used before the inclusion so we are
1440 2011-02-08 Kristian Amlie <kristian.amlie@nokia.com>
1442 Reviewed by Eric Seidel.
1444 Added include paths for QtScript.
1446 WebKit patches required to work with a modularized version of Qt
1447 https://bugs.webkit.org/show_bug.cgi?id=53916
1449 * Source/WebKit.pri:
1451 2011-02-03 Martin Robinson <mrobinson@igalia.com>
1453 Fix GTK+ WebGL build after r76600.
1455 * configure.ac: Make sure to respect configure.ac conventions
1456 consistently when it comes to capitalization. Remove an old
1457 reference to enable_3d_canvas.
1459 2011-02-02 Alejandro G. Castro <alex@igalia.com>
1461 Reviewed by Martin Robinson.
1463 Bump the WebKitGTK+ versions in preparation for development release.
1465 * configure.ac: Bump the library, libtool and user agent version.
1467 2011-02-02 Steve Lacey <sjl@chromium.org>
1469 Reviewed by Eric Carlson.
1471 Implement basic media statistics on media elements.
1472 https://bugs.webkit.org/show_bug.cgi?id=53322
1476 2011-02-02 Kevin Ollivier <kevino@theolliviers.com>
1478 [wx] Build fixes for wxWebKit.
1482 2010-01-28 Commit Queue <commit-queue@webkit.org>
1484 Unreviewed. Test commit for commit-queue@webkit.org.
1486 2010-01-28 Commit Queue <commit-queue@webkit.org>
1488 Unreviewed. Test commit for commit-queue@webkit.org.
1490 2010-01-28 Commit Queue <commit-queue@webkit.org>
1492 Unreviewed. Test commit for commit-queue@webkit.org.
1494 2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
1496 Reviewed by Xan Lopez.
1498 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
1499 https://bugs.webkit.org/show_bug.cgi?id=53379
1501 Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
1502 dependency on newer soup to efl as well.
1504 * Source/cmake/OptionsEfl.cmake:
1506 2011-01-29 Daniel Bates <dbates@rim.com>
1508 Reviewed by Maciej Stachowiak.
1510 Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
1511 https://bugs.webkit.org/show_bug.cgi?id=53382
1513 Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
1514 So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
1515 Therefore, we should remove such references.
1517 * Source/cmake/OptionsCommon.cmake:
1519 2011-01-29 Daniel Bates <dbates@rim.com>
1521 Reviewed by Eric Seidel.
1523 Move wince/mt19937ar.c to ThirdParty and make it a policy choice
1524 https://bugs.webkit.org/show_bug.cgi?id=53253
1526 Move implementation of Mersenne Twister pseudorandom number generator to
1527 ThirdParty since it is a third party library.
1529 * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
1531 2011-01-29 Dan Winship <danw@gnome.org>
1533 Reviewed by Xan Lopez.
1535 [GTK] Require the latest glib and libsoup, and remove conditional
1536 support for older versions
1537 https://bugs.webkit.org/show_bug.cgi?id=50675
1539 * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
1540 basically the same work by hand
1543 2011-01-28 Martin Robinson <mrobinson@igalia.com>
1545 [GTK] Build failure with --enable-indexed-database
1546 https://bugs.webkit.org/show_bug.cgi?id=50954
1548 Build fix for IndexedDB support.
1550 * configure.ac: Change the autogen.sh option --enable-indexeddb to
1551 --enable-indexed-database to match the build-webkit option.
1553 2010-01-28 Commit Queue <commit-queue@webkit.org>
1555 Unreviewed. Test commit for commit-queue@webkit.org.
1557 2010-01-28 Commit Queue <commit-queue@webkit.org>
1559 Unreviewed. Test commit for commit-queue@webkit.org.
1561 2011-01-26 Yael Aharon <yael.aharon@nokia.com>
1563 Reviewed by Laszlo Gombos.
1565 [Qt][Symbian] Fix --minimal build
1566 https://bugs.webkit.org/show_bug.cgi?id=52839
1568 Move definition of USE_SYSTEM_MALLOC out of pri file.
1569 Put it in platform.h instead.
1571 * Source/WebKit.pri:
1573 2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
1575 Reviewed by Andreas Kling.
1577 [Qt] Fix qt_minimal build
1578 https://bugs.webkit.org/show_bug.cgi?id=53172
1580 * Source/WebKit.pri:
1582 2011-01-25 Patrick Gansterer <paroga@webkit.org>
1584 Reviewed by Adam Barth.
1586 Move main CMakeLists.txt into Source directory
1587 https://bugs.webkit.org/show_bug.cgi?id=52888
1589 * CMakeLists.txt: Removed.
1590 * Source/CMakeLists.txt: Copied from CMakeLists.txt.
1591 * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
1592 * cmakeconfig.h.cmake: Removed.
1594 2011-01-24 Chris Marrin <cmarrin@apple.com>
1596 Reviewed by Eric Seidel.
1598 Change ENABLE_3D_CANVAS to ENABLE_WEBGL
1599 https://bugs.webkit.org/show_bug.cgi?id=53041
1603 2011-01-24 Peter Gal <galpeter@inf.u-szeged.hu>
1605 Rubber-stamped by Csaba Osztrogonác.
1607 * runtime: Removed. It was accidentally created by r76457.
1609 2011-01-24 Andras Becsi <abecsi@webkit.org>
1611 Reviewed by Csaba Osztrogonác.
1613 [Qt] Move project files into Source
1614 https://bugs.webkit.org/show_bug.cgi?id=52891
1616 * Source/DerivedSources.pro: Copied from DerivedSources.pro.
1617 * Source/WebKit.pri: Renamed from WebKit.pri.
1618 * Source/WebKit.pro: Added.
1619 * Source/common.pri: Renamed from common.pri.
1620 * WebKit.pro: Removed.
1622 2011-01-20 Siddharth Mathur <siddharth.mathur@nokia.com>
1624 Reviewed by Laszlo Gombos.
1626 [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
1627 https://bugs.webkit.org/show_bug.cgi?id=52835
1629 * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
1631 2011-01-20 Alejandro G. Castro <alex@igalia.com>
1633 Reviewed by Andreas Kling.
1635 [GTK] Fix typo in the webkit2 section of the configure.ac file
1636 https://bugs.webkit.org/show_bug.cgi?id=52801
1638 Fixed typo in the GTK WebKit2 compilation.
1642 2011-01-19 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
1644 Reviewed by Andreas Kling.
1646 Enable usage of Google ld if it exist but is not on by default.
1648 [Qt] Enable the google ld if it exist but is not on by default
1649 https://bugs.webkit.org/show_bug.cgi?id=52625
1651 * common.pri: flip the test.
1653 2011-01-18 Mihai Parparita <mihaip@chromium.org>
1655 Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
1659 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
1661 Reviewed by Simon Fraser.
1663 Support background-clip: content-box
1664 https://bugs.webkit.org/show_bug.cgi?id=48771
1666 Addded content-box as a valid background-clip value.
1668 * WebCore/css/CSSParser.cpp:
1669 (WebCore::parseBackgroundClip):
1671 2011-01-18 Hayato Ito <hayato@chromium.org>
1673 Reviewed by Kent Tamura.
1675 Update .gitignore file to reflect a recent WebKit directory movement.
1677 https://bugs.webkit.org/show_bug.cgi?id=52618
1681 2011-01-16 Adam Barth <abarth@webkit.org>
1683 Rubber-stamped by Eric Seidel.
1685 Move WebKit into Source
1686 https://bugs.webkit.org/show_bug.cgi?id=52530
1690 * DerivedSources.pro:
1698 2011-01-15 Adam Barth <abarth@webkit.org>
1700 Rubber-stamped by Eric Seidel.
1702 Move WebKit2 into Source
1703 https://bugs.webkit.org/show_bug.cgi?id=52438
1705 Update reference to WebKit2.
1707 * DerivedSources.pro:
1710 * Source/cmake/WebKitPackaging.cmake:
1714 2011-01-14 Ahmad Sharif <asharif.tools@gmail.com>
1716 Reviewed by Darin Fisher.
1718 When inlining is performed, the progress variable is
1719 declared as uninitialized.
1720 https://bugs.webkit.org/show_bug.cgi?id=51084
1722 * WebCore: Copied from WebCore.
1723 * WebCore/page/animation/KeyframeAnimation.cpp:
1724 (WebCore::KeyframeAnimation::animate):
1725 (WebCore::KeyframeAnimation::getAnimatedStyle):
1727 2011-01-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1729 Reviewed by Csaba Osztrogonác.
1731 [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
1732 https://bugs.webkit.org/show_bug.cgi?id=52223
1734 Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
1735 that QtWebKit builds with QT_NO_CONCURRENT defined.
1739 2011-01-11 Mihai Parparita <mihaip@chromium.org>
1741 Unreviewed. Update .gitignore with new Chromium dependency.
1743 ui/ was added with http://crrev.com/70743, we picked that up with a
1744 Chromium roll in r75311.
1746 Also alphabetizes the dependency list.
1750 2011-01-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1752 Reviewed by Csaba Osztrogonác.
1754 [Qt] Baseline qt_minimal configuration
1755 https://bugs.webkit.org/show_bug.cgi?id=51313
1757 * WebKit.pri: List the supported QT_NO_FEATURE flags
1758 under qt_minimal configuration.
1760 2011-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1762 Reviewed by Eric Seidel.
1764 [EFL] Enable JIT for WebKit EFL
1765 https://bugs.webkit.org/show_bug.cgi?id=52140
1767 Enable JIT option for WebKit EFL. Enabled JIT's JS performance is
1768 3 ~ 6 times faster than before.
1770 * Source/cmake/OptionsEfl.cmake:
1772 2011-01-10 Martin Robinson <mrobinson@igalia.com>
1774 Reviewed by Gustavo Noronha.
1776 Bump the WebKitGTK+ versions in preparation for development release.
1778 * configure.ac: Bump the library, libtool and user agent version.
1780 2011-01-10 Xan Lopez <xlopez@igalia.com>
1782 Reviewed by Martin Robinson.
1784 [GTK] Create intermediate libWebCore library
1785 https://bugs.webkit.org/show_bug.cgi?id=52116
1787 * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
1788 used by both libWebCore and libwebkitgtk now.
1790 2011-01-08 Patrick Gansterer <paroga@webkit.org>
1792 Unreviewed wx build fix for r75313.
1794 * wscript: Added missing brace.
1796 2011-01-07 Adam Barth <abarth@webkit.org>
1798 Rubber-stamped by Eric Seidel.
1800 Move WebCore to Source
1801 https://bugs.webkit.org/show_bug.cgi?id=52050
1803 Update build files and metadata to point to WebCore's new location.
1809 * DerivedSources.pro:
1812 * Source/autotools/webkit.m4:
1813 * Source/cmake/OptionsEfl.cmake:
1819 2011-01-06 Martin Robinson <mrobinson@igalia.com>
1821 Reviewed by Eric Seidel.
1823 [GTK] Initial build support for WebGL
1824 https://bugs.webkit.org/show_bug.cgi?id=51716
1826 * configure.ac: Add a configure option for WebGL.
1828 2011-01-06 Michael Saboff <msaboff@apple.com>
1830 Reviewed by Gavin Barraclough.
1832 Enhancement: Add Regexp Debug Compare between JIT and Interpreter
1833 https://bugs.webkit.org/show_bug.cgi?id=51834
1835 * JavaScriptCore: Copied from JavaScriptCore.
1837 2011-01-06 Martin Robinson <mrobinson@igalia.com>
1839 Reviewed by Xan Lopez.
1841 [GTK] Enable blob support by default
1842 https://bugs.webkit.org/show_bug.cgi?id=51994
1844 * configure.ac: Enable Blob support by default.
1846 2011-01-05 Patrick Gansterer <paroga@webkit.org>
1848 Reviewed by Andreas Kling.
1850 [CMake] Fix the usage of SOURCE_GROUP
1851 https://bugs.webkit.org/show_bug.cgi?id=51739
1853 * Source/cmake/WebKitMacros.cmake:
1855 2011-01-05 Patrick Gansterer <paroga@webkit.org>
1857 Reviewed by Andreas Kling.
1859 [WINCE] Remove CMake warning
1860 https://bugs.webkit.org/show_bug.cgi?id=51921
1862 * Source/cmake/WebKitHelpers.cmake:
1864 2011-01-04 Martin Robinson <mrobinson@igalia.com>
1866 Reviewed by David Levin.
1868 .gitignore should be updated to reflect Sources rename to Source
1869 https://bugs.webkit.org/show_bug.cgi?id=51893
1871 * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
1873 2011-01-04 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
1875 Reviewed by Laszlo Gombos.
1877 [Qt] [Symbian] Build system cleanup
1879 After r74811 special handling for the Symbian build is no longer needed.
1880 This patch reverts r58756.
1884 2011-01-03 Xan Lopez <xlopez@igalia.com>
1886 Reviewed by Martin Robinson.
1888 * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
1889 variable (like jhbuild).
1891 2011-01-03 Patrick Gansterer <paroga@webkit.org>
1893 Reviewed by Darin Adler.
1895 [WINCE] Provide third party directory via environment variable
1896 https://bugs.webkit.org/show_bug.cgi?id=51643
1898 * Source/cmake/OptionsWinCE.cmake:
1900 2011-01-03 Xan Lopez <xlopez@igalia.com>
1902 Reviewed by Martin Robinson.
1904 Use autoreconf instead of calling manually all the usual commands.
1906 * autogen.sh: call autoreconf instead of
1907 aclocal/autoheader/autoconf/automake/libtoolize.
1909 2011-01-03 Xan Lopez <xlopez@igalia.com>
1911 Reviewed by Martin Robinson.
1913 [GTK] Disable superfluous GNU make built-in implicit rules
1914 https://bugs.webkit.org/show_bug.cgi?id=51826
1916 GNU make ships some superflous built-in rules that we never use
1917 and that end up adding up to a very significant portion of our
1918 total Makefile processing time. Disable them completely by
1919 defining the rule without any recipe, as suggested by the GNU make
1920 manual (10.5.6, Cancelling Implicit Rules).
1922 In my system the null-build goes from:
1924 make 43.51s user 12.77s system 99% cpu 56.628 total
1928 make 31.45s user 11.59s system 99% cpu 43.227 total
1930 * GNUmakefile.am: disable implicit built-in rules.
1932 2011-01-03 Mihai Parparita <mihaip@chromium.org>
1934 Unreviewed. Update .gitignore with new JavaScriptCore location.
1938 2011-01-02 Patrick Gansterer <paroga@webkit.org>
1940 [CMake] Unreviewed build fix.
1943 * Source/cmake/OptionsCommon.cmake:
1945 2011-01-01 Adam Barth <abarth@webkit.org>
1947 Reviewed by Eric Seidel.
1949 Move JavaScriptCore to Source
1950 https://bugs.webkit.org/show_bug.cgi?id=51604
1952 Update references to JavaScriptCore to point to the new location.
1956 * DerivedSources.pro:
1963 2011-01-01 Adam Barth <abarth@webkit.org>
1965 Reviewed by Eric Seidel.
1967 Move Sources to Source
1968 https://bugs.webkit.org/show_bug.cgi?id=51794
1970 Update build files to point to the new location.
1978 2010-12-31 Adam Barth <abarth@webkit.org>
1980 Rubber-stamped by Eric Seidel.
1982 Move HTML and XML parser benchmarks into PerformanceTests/Parser
1983 https://bugs.webkit.org/show_bug.cgi?id=51772
1985 Actually move the directory.
1987 * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
1989 2010-12-31 Adam Barth <abarth@webkit.org>
1991 Rubber-stamped by Eric Seidel.
1993 Move PageLoadTests to PerformanceTests/PageLoad
1994 https://bugs.webkit.org/show_bug.cgi?id=51771
1996 Actually move the directory.
1998 * PageLoadTests: Removed.
1999 * PageLoadTests/svg: Removed.
2000 * PageLoadTests/svg/LICENSES: Removed.
2001 * PageLoadTests/svg/files: Removed.
2002 * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
2003 * PageLoadTests/svg/files/42450-under the see.svg: Removed.
2004 * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
2005 * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
2006 * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
2007 * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
2008 * PageLoadTests/svg/files/bamboo_01.svg: Removed.
2009 * PageLoadTests/svg/files/cacuts_01.svg: Removed.
2010 * PageLoadTests/svg/files/cowboy.svg: Removed.
2011 * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
2012 * PageLoadTests/svg/files/deb9frac1.svg: Removed.
2013 * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
2014 * PageLoadTests/svg/files/france.svg: Removed.
2015 * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
2016 * PageLoadTests/svg/files/gearflowers.svg: Removed.
2017 * PageLoadTests/svg/files/hereGear4.svg: Removed.
2018 * PageLoadTests/svg/files/mtsthelens.svg: Removed.
2019 * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
2020 * PageLoadTests/svg/files/world-iso.svg: Removed.
2021 * PageLoadTests/svg/files/worldcup.svg: Removed.
2022 * PageLoadTests/svg/svg.pltsuite: Removed.
2023 * PerformanceTests/PageLoad: Copied from PageLoadTests.
2024 * Sources/cmake/WebKitPackaging.cmake:
2026 2010-12-31 Adam Barth <abarth@webkit.org>
2028 Rubber-stamped by Eric Seidel.
2030 Move SunSpider into PerformanceTests
2031 https://bugs.webkit.org/show_bug.cgi?id=51769
2033 Actually move the directory.
2035 * PerformanceTests: Added.
2036 * PerformanceTests/SunSpider: Copied from SunSpider.
2037 * Sources/cmake/WebKitPackaging.cmake:
2038 * SunSpider: Removed.
2039 * SunSpider/SunSpider.make: Removed.
2040 * SunSpider/TODO: Removed.
2041 * SunSpider/UNCOVERED: Removed.
2042 * SunSpider/hosted: Removed.
2043 * SunSpider/hosted/json2.js: Removed.
2044 * SunSpider/hosted/sunspider.css: Removed.
2045 * SunSpider/hosted/sunspider.html: Removed.
2046 * SunSpider/hosted/versions.html: Removed.
2047 * SunSpider/make-hosted: Removed.
2048 * SunSpider/resources: Removed.
2049 * SunSpider/resources/TEMPLATE.html: Removed.
2050 * SunSpider/resources/driver-TEMPLATE.html: Removed.
2051 * SunSpider/resources/results-TEMPLATE.html: Removed.
2052 * SunSpider/resources/sunspider-analyze-results.js: Removed.
2053 * SunSpider/resources/sunspider-compare-results.js: Removed.
2054 * SunSpider/resources/sunspider-standalone-compare.js: Removed.
2055 * SunSpider/resources/sunspider-standalone-driver.js: Removed.
2056 * SunSpider/sunspider: Removed.
2057 * SunSpider/sunspider-compare-results: Removed.
2058 * SunSpider/tests: Removed.
2059 * SunSpider/tests/parse-only: Removed.
2060 * SunSpider/tests/parse-only/LIST: Removed.
2061 * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
2062 * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
2063 * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
2064 * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
2065 * SunSpider/tests/sunspider-0.9: Removed.
2066 * SunSpider/tests/sunspider-0.9.1: Removed.
2067 * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
2068 * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
2069 * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
2070 * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
2071 * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
2072 * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
2073 * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
2074 * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
2075 * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
2076 * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
2077 * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
2078 * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
2079 * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
2080 * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
2081 * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
2082 * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
2083 * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
2084 * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
2085 * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
2086 * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
2087 * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
2088 * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
2089 * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
2090 * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
2091 * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
2092 * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
2093 * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
2094 * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
2095 * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
2096 * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
2097 * SunSpider/tests/sunspider-0.9/LIST: Removed.
2098 * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
2099 * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
2100 * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
2101 * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
2102 * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
2103 * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
2104 * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
2105 * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
2106 * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
2107 * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
2108 * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
2109 * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
2110 * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
2111 * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
2112 * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
2113 * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
2114 * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
2115 * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
2116 * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
2117 * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
2118 * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
2119 * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
2120 * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
2121 * SunSpider/tests/ubench: Removed.
2122 * SunSpider/tests/ubench/LIST: Removed.
2123 * SunSpider/tests/ubench/function-closure.js: Removed.
2124 * SunSpider/tests/ubench/function-correct-args.js: Removed.
2125 * SunSpider/tests/ubench/function-empty.js: Removed.
2126 * SunSpider/tests/ubench/function-excess-args.js: Removed.
2127 * SunSpider/tests/ubench/function-missing-args.js: Removed.
2128 * SunSpider/tests/ubench/function-sum.js: Removed.
2129 * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
2130 * SunSpider/tests/ubench/loop-empty.js: Removed.
2131 * SunSpider/tests/ubench/loop-sum.js: Removed.
2132 * SunSpider/tests/v8-v4: Removed.
2133 * SunSpider/tests/v8-v4/LIST: Removed.
2134 * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
2135 * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
2136 * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
2137 * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
2138 * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
2139 * SunSpider/tests/v8-v4/v8-richards.js: Removed.
2140 * SunSpider/tests/v8-v4/v8-splay.js: Removed.
2141 * SunSpider/tests/v8-v5: Removed.
2142 * SunSpider/tests/v8-v5/LIST: Removed.
2143 * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
2144 * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
2145 * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
2146 * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
2147 * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
2148 * SunSpider/tests/v8-v5/v8-richards.js: Removed.
2149 * SunSpider/tests/v8-v5/v8-splay.js: Removed.
2150 * SunSpider/tests/v8-v6: Removed.
2151 * SunSpider/tests/v8-v6/LIST: Removed.
2152 * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
2153 * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
2154 * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
2155 * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
2156 * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
2157 * SunSpider/tests/v8-v6/v8-richards.js: Removed.
2158 * SunSpider/tests/v8-v6/v8-splay.js: Removed.
2159 * SunSpider/xcopy.excludes: Removed.
2161 2010-12-30 Konstantin Tokarev <annulen@yandex.ru>
2163 Reviewed by David Kilzer.
2165 [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
2167 https://bugs.webkit.org/show_bug.cgi?id=51672
2169 * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
2171 2010-12-29 Philippe Normand <pnormand@igalia.com>
2173 Reviewed by Martin Robinson.
2175 [GTK] minimal build fails at link time due to missing sqlite3 symbols
2176 https://bugs.webkit.org/show_bug.cgi?id=51327
2178 * configure.ac: Error out if SQLite3 wasn't found while at least
2179 one of the features depending on it has been enabled.
2181 2010-12-29 Patrick Gansterer <paroga@webkit.org>
2183 Unreviewed. Use gcc as default preprocessor.
2185 * Sources/cmake/OptionsCommon.cmake:
2187 2010-12-27 Ryuan Choi <ryuan.choi@samsung.com>
2189 Reviewed by David Levin.
2191 [EFL] Change path of eflsymbols.filter
2192 https://bugs.webkit.org/show_bug.cgi?id=51659
2194 * Sources/cmake/OptionsEfl.cmake:
2196 2010-12-26 Adam Barth <abarth@webkit.org>
2198 Reviewed by Eric Siedel.
2200 Move autotools into Sources
2201 https://bugs.webkit.org/show_bug.cgi?id=51630
2205 * Sources/autotools: Copied from autotools.
2207 * autotools: Removed.
2208 * autotools/acinclude.m4: Removed.
2209 * autotools/dolt.m4: Removed.
2210 * autotools/gsettings.m4: Removed.
2211 * autotools/symbols.filter: Removed.
2212 * autotools/webkit.m4: Removed.
2215 2010-12-26 Adam Barth <abarth@webkit.org>
2217 Reviewed by Eric Seidel.
2219 Move cmake into Sources
2220 https://bugs.webkit.org/show_bug.cgi?id=51631
2223 * Sources/cmake: Copied from cmake.
2225 * cmake/FindCFLite.cmake: Removed.
2226 * cmake/FindCairo.cmake: Removed.
2227 * cmake/FindEFL.cmake: Removed.
2228 * cmake/FindFontconfig.cmake: Removed.
2229 * cmake/FindFreetype.cmake: Removed.
2230 * cmake/FindGDK-PixBuf.cmake: Removed.
2231 * cmake/FindGDK.cmake: Removed.
2232 * cmake/FindGIO.cmake: Removed.
2233 * cmake/FindGStreamer-App.cmake: Removed.
2234 * cmake/FindGStreamer-Base.cmake: Removed.
2235 * cmake/FindGStreamer-Interfaces.cmake: Removed.
2236 * cmake/FindGStreamer-Pbutils.cmake: Removed.
2237 * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
2238 * cmake/FindGStreamer-Video.cmake: Removed.
2239 * cmake/FindGStreamer.cmake: Removed.
2240 * cmake/FindGlib.cmake: Removed.
2241 * cmake/FindGperf.cmake: Removed.
2242 * cmake/FindGthread.cmake: Removed.
2243 * cmake/FindICU.cmake: Removed.
2244 * cmake/FindLibSoup2.cmake: Removed.
2245 * cmake/FindLibXlst.cmake: Removed.
2246 * cmake/FindPango.cmake: Removed.
2247 * cmake/FindSqlite.cmake: Removed.
2248 * cmake/LibFindMacros.cmake: Removed.
2249 * cmake/OptionsCommon.cmake: Removed.
2250 * cmake/OptionsEfl.cmake: Removed.
2251 * cmake/OptionsWinCE.cmake: Removed.
2252 * cmake/OptionsWindows.cmake: Removed.
2253 * cmake/WebKitEfl.cmake: Removed.
2254 * cmake/WebKitFS.cmake: Removed.
2255 * cmake/WebKitFeatures.cmake: Removed.
2256 * cmake/WebKitHelpers.cmake: Removed.
2257 * cmake/WebKitMacros.cmake: Removed.
2258 * cmake/WebKitPackaging.cmake: Removed.
2259 * cmake/eflsymbols.filter: Removed.
2261 2010-12-26 Adam Barth <abarth@webkit.org>
2263 Fix some references to the old location of the WebKit website in git
2268 2010-12-25 Adam Barth <abarth@webkit.org>
2270 Reviewed by Eric Seidel.
2272 Move ANGLE to Sources/ThirdParty
2273 https://bugs.webkit.org/show_bug.cgi?id=51605
2275 Actually move ANGLE and update the Makefile.
2278 * ANGLE/ANGLE.xcodeproj: Removed.
2279 * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
2280 * ANGLE/Configurations: Removed.
2281 * ANGLE/Configurations/ANGLE.xcconfig: Removed.
2282 * ANGLE/Configurations/Base.xcconfig: Removed.
2283 * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
2284 * ANGLE/Makefile: Removed.
2285 * ANGLE/include: Removed.
2286 * ANGLE/include/EGL: Removed.
2287 * ANGLE/include/EGL/egl.h: Removed.
2288 * ANGLE/include/EGL/eglext.h: Removed.
2289 * ANGLE/include/EGL/eglplatform.h: Removed.
2290 * ANGLE/include/GLES2: Removed.
2291 * ANGLE/include/GLES2/gl2.h: Removed.
2292 * ANGLE/include/GLES2/gl2ext.h: Removed.
2293 * ANGLE/include/GLES2/gl2platform.h: Removed.
2294 * ANGLE/include/GLSLANG: Removed.
2295 * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
2296 * ANGLE/include/KHR: Removed.
2297 * ANGLE/include/KHR/khrplatform.h: Removed.
2298 * ANGLE/src: Removed.
2299 * ANGLE/src/build_angle.xcodeproj: Removed.
2300 * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
2301 * ANGLE/src/common: Removed.
2302 * ANGLE/src/common/angleutils.h: Removed.
2303 * ANGLE/src/common/debug.cpp: Removed.
2304 * ANGLE/src/common/debug.h: Removed.
2305 * ANGLE/src/compiler: Removed.
2306 * ANGLE/src/compiler/BaseTypes.h: Removed.
2307 * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
2308 * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
2309 * ANGLE/src/compiler/Common.h: Removed.
2310 * ANGLE/src/compiler/ConstantUnion.h: Removed.
2311 * ANGLE/src/compiler/InfoSink.cpp: Removed.
2312 * ANGLE/src/compiler/InfoSink.h: Removed.
2313 * ANGLE/src/compiler/Initialize.cpp: Removed.
2314 * ANGLE/src/compiler/Initialize.h: Removed.
2315 * ANGLE/src/compiler/InitializeDll.cpp: Removed.
2316 * ANGLE/src/compiler/InitializeDll.h: Removed.
2317 * ANGLE/src/compiler/InitializeGlobals.h: Removed.
2318 * ANGLE/src/compiler/InitializeParseContext.h: Removed.
2319 * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
2320 * ANGLE/src/compiler/Intermediate.cpp: Removed.
2321 * ANGLE/src/compiler/MMap.h: Removed.
2322 * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
2323 * ANGLE/src/compiler/OutputGLSL.h: Removed.
2324 * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
2325 * ANGLE/src/compiler/OutputHLSL.h: Removed.
2326 * ANGLE/src/compiler/ParseHelper.cpp: Removed.
2327 * ANGLE/src/compiler/ParseHelper.h: Removed.
2328 * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
2329 * ANGLE/src/compiler/PoolAlloc.h: Removed.
2330 * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
2331 * ANGLE/src/compiler/QualifierAlive.h: Removed.
2332 * ANGLE/src/compiler/RemoveTree.cpp: Removed.
2333 * ANGLE/src/compiler/RemoveTree.h: Removed.
2334 * ANGLE/src/compiler/ShHandle.h: Removed.
2335 * ANGLE/src/compiler/ShaderLang.cpp: Removed.
2336 * ANGLE/src/compiler/SymbolTable.cpp: Removed.
2337 * ANGLE/src/compiler/SymbolTable.h: Removed.
2338 * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
2339 * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
2340 * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
2341 * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
2342 * ANGLE/src/compiler/Types.h: Removed.
2343 * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
2344 * ANGLE/src/compiler/UnfoldSelect.h: Removed.
2345 * ANGLE/src/compiler/debug.cpp: Removed.
2346 * ANGLE/src/compiler/debug.h: Removed.
2347 * ANGLE/src/compiler/glslang.l: Removed.
2348 * ANGLE/src/compiler/glslang.y: Removed.
2349 * ANGLE/src/compiler/intermOut.cpp: Removed.
2350 * ANGLE/src/compiler/intermediate.h: Removed.
2351 * ANGLE/src/compiler/localintermediate.h: Removed.
2352 * ANGLE/src/compiler/osinclude.h: Removed.
2353 * ANGLE/src/compiler/ossource_posix.cpp: Removed.
2354 * ANGLE/src/compiler/ossource_win.cpp: Removed.
2355 * ANGLE/src/compiler/parseConst.cpp: Removed.
2356 * ANGLE/src/compiler/preprocessor: Removed.
2357 * ANGLE/src/compiler/preprocessor/atom.c: Removed.
2358 * ANGLE/src/compiler/preprocessor/atom.h: Removed.
2359 * ANGLE/src/compiler/preprocessor/compile.h: Removed.
2360 * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
2361 * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
2362 * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
2363 * ANGLE/src/compiler/preprocessor/memory.c: Removed.
2364 * ANGLE/src/compiler/preprocessor/memory.h: Removed.
2365 * ANGLE/src/compiler/preprocessor/parser.h: Removed.
2366 * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
2367 * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
2368 * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
2369 * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
2370 * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
2371 * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
2372 * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
2373 * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
2374 * ANGLE/src/compiler/tools: Removed.
2375 * ANGLE/src/compiler/unistd.h: Removed.
2376 * ANGLE/src/libEGL: Removed.
2377 * ANGLE/src/libEGL/Config.cpp: Removed.
2378 * ANGLE/src/libEGL/Config.h: Removed.
2379 * ANGLE/src/libEGL/Display.cpp: Removed.
2380 * ANGLE/src/libEGL/Display.h: Removed.
2381 * ANGLE/src/libEGL/Surface.cpp: Removed.
2382 * ANGLE/src/libEGL/Surface.h: Removed.
2383 * ANGLE/src/libEGL/libEGL.cpp: Removed.
2384 * ANGLE/src/libEGL/libEGL.def: Removed.
2385 * ANGLE/src/libEGL/libEGL.vcproj: Removed.
2386 * ANGLE/src/libEGL/main.cpp: Removed.
2387 * ANGLE/src/libEGL/main.h: Removed.
2388 * ANGLE/src/libGLESv2: Removed.
2389 * ANGLE/src/libGLESv2/Blit.cpp: Removed.
2390 * ANGLE/src/libGLESv2/Blit.h: Removed.
2391 * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
2392 * ANGLE/src/libGLESv2/Buffer.h: Removed.
2393 * ANGLE/src/libGLESv2/Context.cpp: Removed.
2394 * ANGLE/src/libGLESv2/Context.h: Removed.
2395 * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
2396 * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
2397 * ANGLE/src/libGLESv2/Program.cpp: Removed.
2398 * ANGLE/src/libGLESv2/Program.h: Removed.
2399 * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
2400 * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
2401 * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
2402 * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
2403 * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
2404 * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
2405 * ANGLE/src/libGLESv2/Shader.cpp: Removed.
2406 * ANGLE/src/libGLESv2/Shader.h: Removed.
2407 * ANGLE/src/libGLESv2/Texture.cpp: Removed.
2408 * ANGLE/src/libGLESv2/Texture.h: Removed.
2409 * ANGLE/src/libGLESv2/geometry: Removed.
2410 * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
2411 * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
2412 * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
2413 * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
2414 * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
2415 * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
2416 * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
2417 * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
2418 * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
2419 * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
2420 * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
2421 * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
2422 * ANGLE/src/libGLESv2/main.cpp: Removed.
2423 * ANGLE/src/libGLESv2/main.h: Removed.
2424 * ANGLE/src/libGLESv2/mathutil.h: Removed.
2425 * ANGLE/src/libGLESv2/utilities.cpp: Removed.
2426 * ANGLE/src/libGLESv2/utilities.h: Removed.
2428 * Sources/ThirdParty: Added.
2429 * Sources/ThirdParty/ANGLE: Copied from ANGLE.
2431 2010-12-26 Patrick Gansterer <paroga@webkit.org>
2433 Unreviewed WinCE buildfix after r74626.
2435 * cmake/OptionsWinCE.cmake:
2437 2010-12-24 Darin Adler <darin@apple.com>
2439 Updated makefiles used by Apple engineers to fix build with the
2440 new JavaScriptGlue location.
2442 * Makefile: Told this to build JavaScriptGlue. Some day we might
2443 want it to descend into Sources instead and use the Makefile there,
2444 but there are problems with sequencing the project builds, so that
2446 * Sources/Makefile.shared: Added.
2448 2010-12-24 Ryuan Choi <ryuan.choi@samsung.com>
2450 Reviewed by Kenneth Rohde Christiansen.
2452 [EFL] Add option to enable Touch Events.
2453 https://bugs.webkit.org/show_bug.cgi?id=49125
2455 Add ENABLE_TOUCH_EVENTS option.
2457 * cmake/OptionsEfl.cmake:
2458 * cmakeconfig.h.cmake:
2460 2010-12-23 Adam Barth <abarth@webkit.org>
2462 Rubber-stamped by Eric Seidel.
2464 Move JavaScriptGlue into Sources
2465 https://bugs.webkit.org/show_bug.cgi?id=51583
2467 Actually perform the move.
2469 * JavaScriptGlue: Removed.
2470 * JavaScriptGlue/Configurations: Removed.
2471 * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
2472 * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
2473 * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
2474 * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
2475 * JavaScriptGlue/English.lproj: Removed.
2476 * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
2477 * JavaScriptGlue/ForwardingHeaders: Removed.
2478 * JavaScriptGlue/ForwardingHeaders/masm: Removed.
2479 * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
2480 * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
2481 * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
2482 * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
2483 * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
2484 * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
2485 * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
2486 * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
2487 * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
2488 * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
2489 * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
2490 * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
2491 * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
2492 * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
2493 * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
2494 * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
2495 * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
2496 * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
2497 * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
2498 * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
2499 * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
2500 * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
2501 * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
2502 * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
2503 * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
2504 * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
2505 * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
2506 * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
2507 * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
2508 * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
2509 * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
2510 * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
2511 * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
2512 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
2513 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
2514 * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
2515 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
2516 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
2517 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
2518 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
2519 * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
2520 * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
2521 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
2522 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
2523 * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
2524 * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
2525 * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
2526 * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
2527 * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
2528 * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
2529 * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
2530 * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
2531 * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
2532 * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
2533 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
2534 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
2535 * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
2536 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
2537 * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
2538 * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
2539 * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
2540 * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
2541 * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
2542 * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
2543 * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
2544 * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
2545 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
2546 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
2547 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
2548 * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
2549 * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
2550 * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
2551 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
2552 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
2553 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
2554 * JavaScriptGlue/Info.plist: Removed.
2555 * JavaScriptGlue/JSBase.cpp: Removed.
2556 * JavaScriptGlue/JSBase.h: Removed.
2557 * JavaScriptGlue/JSObject.cpp: Removed.
2558 * JavaScriptGlue/JSObject.h: Removed.
2559 * JavaScriptGlue/JSRun.cpp: Removed.
2560 * JavaScriptGlue/JSRun.h: Removed.
2561 * JavaScriptGlue/JSUtils.cpp: Removed.
2562 * JavaScriptGlue/JSUtils.h: Removed.
2563 * JavaScriptGlue/JSValueWrapper.cpp: Removed.
2564 * JavaScriptGlue/JSValueWrapper.h: Removed.
2565 * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
2566 * JavaScriptGlue/JavaScriptGlue.exp: Removed.
2567 * JavaScriptGlue/JavaScriptGlue.h: Removed.
2568 * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
2569 * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
2570 * JavaScriptGlue/LICENSE: Removed.
2571 * JavaScriptGlue/Makefile: Removed.
2572 * JavaScriptGlue/UserObjectImp.cpp: Removed.
2573 * JavaScriptGlue/UserObjectImp.h: Removed.
2574 * JavaScriptGlue/config.h: Removed.
2575 * JavaScriptGlue/icu: Removed.
2576 * JavaScriptGlue/icu/LICENSE: Removed.
2577 * JavaScriptGlue/icu/README: Removed.
2578 * JavaScriptGlue/icu/unicode: Removed.
2579 * JavaScriptGlue/icu/unicode/platform.h: Removed.
2580 * JavaScriptGlue/icu/unicode/putil.h: Removed.
2581 * JavaScriptGlue/icu/unicode/uchar.h: Removed.
2582 * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
2583 * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
2584 * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
2585 * JavaScriptGlue/icu/unicode/uenum.h: Removed.
2586 * JavaScriptGlue/icu/unicode/uiter.h: Removed.
2587 * JavaScriptGlue/icu/unicode/umachine.h: Removed.
2588 * JavaScriptGlue/icu/unicode/urename.h: Removed.
2589 * JavaScriptGlue/icu/unicode/ustring.h: Removed.
2590 * JavaScriptGlue/icu/unicode/utf.h: Removed.
2591 * JavaScriptGlue/icu/unicode/utf16.h: Removed.
2592 * JavaScriptGlue/icu/unicode/utf8.h: Removed.
2593 * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
2594 * JavaScriptGlue/icu/unicode/utypes.h: Removed.
2595 * JavaScriptGlue/icu/unicode/uversion.h: Removed.
2596 * JavaScriptGlue/testjsglue.cpp: Removed.
2599 * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
2600 * Sources/Makefile: Added.
2602 2010-12-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
2604 Reviewed by Kenneth Rohde Christiansen.
2606 [EFL] Fix ContextMenu removal
2607 https://bugs.webkit.org/show_bug.cgi?id=51530
2609 Fix ContextMenu removal
2611 In r74207 the support for ContextMenu was removed from EFL while the
2612 code is being ported to the new CROSS_PLATFORM_MENUS due to build
2613 breakage. However there were some missing removals in the shutdown
2614 logic that introduced a bug, leading to a segmentation fault when
2615 ContexController was destroyed.
2617 The best way to effectively disable the ContextMenu is to conditionally
2618 compile the meaningful stuff by surrounding with "#if
2619 ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
2621 * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
2622 implement CROSS_PLATFORM_MENUS yet.
2624 2010-12-22 Xan Lopez <xlopez@igalia.com>
2626 Reviewed by Gustavo Noronha.
2628 * configure.ac: bump version to 1.3.9.
2630 2010-12-22 Xan Lopez <xlopez@igalia.com>
2632 Reviewed by Gustavo Noronha.
2634 [GTK] Compilation fixes with GTK+ 2.91.7
2635 https://bugs.webkit.org/show_bug.cgi?id=51487
2637 * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
2639 2010-12-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2641 Reviewed by Antonio Gomes.
2643 [EFL] Sets default user agent
2644 https://bugs.webkit.org/show_bug.cgi?id=47903
2646 Add macros for WebKit EFL and User Agent.
2648 * cmake/OptionsEfl.cmake:
2649 * cmakeconfig.h.cmake:
2651 2010-12-20 Adam Barth <abarth@webkit.org>
2653 Move web sites to Websites directory
2654 https://bugs.webkit.org/show_bug.cgi?id=51323
2656 This patch was never officially reviewed (because it was too large to
2657 upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
2658 Rowe gave me the green light.
2660 * BugsSite: Removed.
2661 * BugsSite/.cvsignore: Removed.
2662 * BugsSite/.htaccess: Removed.
2663 * BugsSite/Bugzilla: Removed.
2664 * BugsSite/Bugzilla.pm: Removed.
2665 * BugsSite/Bugzilla/.cvsignore: Removed.
2666 * BugsSite/Bugzilla/.htaccess: Removed.
2667 * BugsSite/Bugzilla/Attachment: Removed.
2668 * BugsSite/Bugzilla/Attachment.pm: Removed.
2669 * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
2670 * BugsSite/Bugzilla/Auth: Removed.
2671 * BugsSite/Bugzilla/Auth.pm: Removed.
2672 * BugsSite/Bugzilla/Auth/Login: Removed.
2673 * BugsSite/Bugzilla/Auth/Login.pm: Removed.
2674 * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
2675 * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
2676 * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
2677 * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
2678 * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
2679 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
2680 * BugsSite/Bugzilla/Auth/Persist: Removed.
2681 * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
2682 * BugsSite/Bugzilla/Auth/Verify: Removed.
2683 * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
2684 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
2685 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
2686 * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
2687 * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
2688 * BugsSite/Bugzilla/Bug.pm: Removed.
2689 * BugsSite/Bugzilla/BugMail.pm: Removed.
2690 * BugsSite/Bugzilla/CGI.pm: Removed.
2691 * BugsSite/Bugzilla/Chart.pm: Removed.
2692 * BugsSite/Bugzilla/Classification.pm: Removed.
2693 * BugsSite/Bugzilla/Component.pm: Removed.
2694 * BugsSite/Bugzilla/Config: Removed.
2695 * BugsSite/Bugzilla/Config.pm: Removed.
2696 * BugsSite/Bugzilla/Config/Admin.pm: Removed.
2697 * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
2698 * BugsSite/Bugzilla/Config/Auth.pm: Removed.
2699 * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
2700 * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
2701 * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
2702 * BugsSite/Bugzilla/Config/Common.pm: Removed.
2703 * BugsSite/Bugzilla/Config/Core.pm: Removed.
2704 * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
2705 * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
2706 * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
2707 * BugsSite/Bugzilla/Config/MTA.pm: Removed.
2708 * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
2709 * BugsSite/Bugzilla/Config/Query.pm: Removed.
2710 * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
2711 * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
2712 * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
2713 * BugsSite/Bugzilla/Constants.pm: Removed.
2714 * BugsSite/Bugzilla/DB: Removed.
2715 * BugsSite/Bugzilla/DB.pm: Removed.
2716 * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
2717 * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
2718 * BugsSite/Bugzilla/DB/Pg.pm: Removed.
2719 * BugsSite/Bugzilla/DB/Schema: Removed.
2720 * BugsSite/Bugzilla/DB/Schema.pm: Removed.
2721 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
2722 * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
2723 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
2724 * BugsSite/Bugzilla/Error.pm: Removed.
2725 * BugsSite/Bugzilla/Field.pm: Removed.
2726 * BugsSite/Bugzilla/Flag.pm: Removed.
2727 * BugsSite/Bugzilla/FlagType.pm: Removed.
2728 * BugsSite/Bugzilla/Group.pm: Removed.
2729 * BugsSite/Bugzilla/Hook.pm: Removed.
2730 * BugsSite/Bugzilla/Install: Removed.
2731 * BugsSite/Bugzilla/Install.pm: Removed.
2732 * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
2733 * BugsSite/Bugzilla/Install/DB.pm: Removed.
2734 * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
2735 * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
2736 * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
2737 * BugsSite/Bugzilla/Install/Util.pm: Removed.
2738 * BugsSite/Bugzilla/Keyword.pm: Removed.
2739 * BugsSite/Bugzilla/Mailer.pm: Removed.
2740 * BugsSite/Bugzilla/Milestone.pm: Removed.
2741 * BugsSite/Bugzilla/Object.pm: Removed.
2742 * BugsSite/Bugzilla/Product.pm: Removed.
2743 * BugsSite/Bugzilla/Search: Removed.
2744 * BugsSite/Bugzilla/Search.pm: Removed.
2745 * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
2746 * BugsSite/Bugzilla/Search/Saved.pm: Removed.
2747 * BugsSite/Bugzilla/Series.pm: Removed.
2748 * BugsSite/Bugzilla/Status.pm: Removed.
2749 * BugsSite/Bugzilla/Template: Removed.
2750 * BugsSite/Bugzilla/Template.pm: Removed.
2751 * BugsSite/Bugzilla/Template/Parser.pm: Removed.
2752 * BugsSite/Bugzilla/Template/Plugin: Removed.
2753 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
2754 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
2755 * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
2756 * BugsSite/Bugzilla/Token.pm: Removed.
2757 * BugsSite/Bugzilla/Update.pm: Removed.
2758 * BugsSite/Bugzilla/User: Removed.
2759 * BugsSite/Bugzilla/User.pm: Removed.
2760 * BugsSite/Bugzilla/User/Setting: Removed.
2761 * BugsSite/Bugzilla/User/Setting.pm: Removed.
2762 * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
2763 * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
2764 * BugsSite/Bugzilla/Util.pm: Removed.
2765 * BugsSite/Bugzilla/Version.pm: Removed.
2766 * BugsSite/Bugzilla/WebService: Removed.
2767 * BugsSite/Bugzilla/WebService.pm: Removed.
2768 * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
2769 * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
2770 * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
2771 * BugsSite/Bugzilla/WebService/Product.pm: Removed.
2772 * BugsSite/Bugzilla/WebService/User.pm: Removed.
2773 * BugsSite/PrettyPatch: Removed.
2774 * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
2775 * BugsSite/PrettyPatch/diff.rb: Removed.
2776 * BugsSite/PrettyPatch/prettify.rb: Removed.
2777 * BugsSite/QUICKSTART: Removed.
2778 * BugsSite/README: Removed.
2779 * BugsSite/UPGRADING: Removed.
2780 * BugsSite/UPGRADING-pre-2.8: Removed.
2781 * BugsSite/admin.cgi: Removed.
2782 * BugsSite/attachment.cgi: Removed.
2783 * BugsSite/buglist.cgi: Removed.
2784 * BugsSite/bugzilla.dtd: Removed.
2785 * BugsSite/chart.cgi: Removed.
2786 * BugsSite/checksetup.pl: Removed.
2787 * BugsSite/code-review.js: Removed.
2788 * BugsSite/colchange.cgi: Removed.
2789 * BugsSite/collectstats.pl: Removed.
2790 * BugsSite/committers-autocomplete.js: Removed.
2791 * BugsSite/config.cgi: Removed.
2792 * BugsSite/contrib: Removed.
2793 * BugsSite/contrib/README: Removed.
2794 * BugsSite/contrib/bugzilla-submit: Removed.
2795 * BugsSite/contrib/bugzilla-submit/README: Removed.
2796 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
2797 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
2798 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
2799 * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
2800 * BugsSite/contrib/bz_webservice_demo.pl: Removed.
2801 * BugsSite/contrib/bzdbcopy.pl: Removed.
2802 * BugsSite/contrib/cmdline: Removed.
2803 * BugsSite/contrib/cmdline/bugcount: Removed.
2804 * BugsSite/contrib/cmdline/bugids: Removed.
2805 * BugsSite/contrib/cmdline/buglist: Removed.
2806 * BugsSite/contrib/cmdline/bugs: Removed.
2807 * BugsSite/contrib/cmdline/bugslink: Removed.
2808 * BugsSite/contrib/cmdline/makequery: Removed.
2809 * BugsSite/contrib/cmdline/query.conf: Removed.
2810 * BugsSite/contrib/cvs-update.pl: Removed.
2811 * BugsSite/contrib/gnats2bz.pl: Removed.
2812 * BugsSite/contrib/gnatsparse: Removed.
2813 * BugsSite/contrib/gnatsparse/README: Removed.
2814 * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
2815 * BugsSite/contrib/gnatsparse/magic.py: Removed.
2816 * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
2817 * BugsSite/contrib/jb2bz.py: Removed.
2818 * BugsSite/contrib/merge-users.pl: Removed.
2819 * BugsSite/contrib/mysqld-watcher.pl: Removed.
2820 * BugsSite/contrib/recode-overrides.txt: Removed.
2821 * BugsSite/contrib/recode.pl: Removed.
2822 * BugsSite/contrib/sendbugmail.pl: Removed.
2823 * BugsSite/contrib/sendunsentbugmail.pl: Removed.
2824 * BugsSite/contrib/syncLDAP.pl: Removed.
2825 * BugsSite/contrib/yp_nomail.sh: Removed.
2826 * BugsSite/createaccount.cgi: Removed.
2827 * BugsSite/data: Removed.
2828 * BugsSite/data/.htaccess: Removed.
2829 * BugsSite/data/attachments: Removed.
2830 * BugsSite/data/attachments/.htaccess: Removed.
2831 * BugsSite/data/duplicates: Removed.
2832 * BugsSite/data/mail: Removed.
2833 * BugsSite/data/mimedump-tmp: Removed.
2834 * BugsSite/data/mining: Removed.
2835 * BugsSite/data/params: Removed.
2836 * BugsSite/data/template: Removed.
2837 * BugsSite/data/webdot: Removed.
2838 * BugsSite/data/webdot/.htaccess: Removed.
2839 * BugsSite/describecomponents.cgi: Removed.
2840 * BugsSite/describekeywords.cgi: Removed.
2841 * BugsSite/docs: Removed.
2842 * BugsSite/docs/en: Removed.
2843 * BugsSite/docs/en/.cvsignore: Removed.
2844 * BugsSite/docs/en/README.docs: Removed.
2845 * BugsSite/docs/en/images: Removed.
2846 * BugsSite/docs/en/images/bzLifecycle.png: Removed.
2847 * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
2848 * BugsSite/docs/en/images/callouts: Removed.
2849 * BugsSite/docs/en/images/callouts/1.gif: Removed.
2850 * BugsSite/docs/en/images/callouts/2.gif: Removed.
2851 * BugsSite/docs/en/images/callouts/3.gif: Removed.
2852 * BugsSite/docs/en/images/caution.gif: Removed.
2853 * BugsSite/docs/en/images/note.gif: Removed.
2854 * BugsSite/docs/en/images/tip.gif: Removed.
2855 * BugsSite/docs/en/images/warning.gif: Removed.
2856 * BugsSite/docs/en/rel_notes.txt: Removed.
2857 * BugsSite/docs/en/xml: Removed.
2858 * BugsSite/docs/en/xml/.cvsignore: Removed.
2859 * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
2860 * BugsSite/docs/en/xml/about.xml: Removed.
2861 * BugsSite/docs/en/xml/administration.xml: Removed.
2862 * BugsSite/docs/en/xml/conventions.xml: Removed.
2863 * BugsSite/docs/en/xml/customization.xml: Removed.
2864 * BugsSite/docs/en/xml/gfdl.xml: Removed.
2865 * BugsSite/docs/en/xml/glossary.xml: Removed.
2866 * BugsSite/docs/en/xml/index.xml: Removed.
2867 * BugsSite/docs/en/xml/installation.xml: Removed.
2868 * BugsSite/docs/en/xml/integration.xml: Removed.
2869 * BugsSite/docs/en/xml/introduction.xml: Removed.
2870 * BugsSite/docs/en/xml/modules.xml: Removed.
2871 * BugsSite/docs/en/xml/patches.xml: Removed.
2872 * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
2873 * BugsSite/docs/en/xml/security.xml: Removed.
2874 * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
2875 * BugsSite/docs/en/xml/using.xml: Removed.
2876 * BugsSite/docs/html: Removed.
2877 * BugsSite/docs/html/api: Removed.
2878 * BugsSite/docs/images: Removed.
2879 * BugsSite/docs/images/callouts: Removed.
2880 * BugsSite/docs/lib: Removed.
2881 * BugsSite/docs/lib/Pod: Removed.
2882 * BugsSite/docs/lib/Pod/Simple: Removed.
2883 * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
2884 * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
2885 * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
2886 * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
2887 * BugsSite/docs/makedocs.pl: Removed.
2888 * BugsSite/docs/pdf: Removed.
2889 * BugsSite/docs/style.css: Removed.
2890 * BugsSite/docs/txt: Removed.
2891 * BugsSite/docs/xml: Removed.
2892 * BugsSite/duplicates.cgi: Removed.
2893 * BugsSite/editclassifications.cgi: Removed.
2894 * BugsSite/editcomponents.cgi: Removed.
2895 * BugsSite/editfields.cgi: Removed.
2896 * BugsSite/editflagtypes.cgi: Removed.
2897 * BugsSite/editgroups.cgi: Removed.
2898 * BugsSite/editkeywords.cgi: Removed.
2899 * BugsSite/editmilestones.cgi: Removed.
2900 * BugsSite/editparams.cgi: Removed.
2901 * BugsSite/editproducts.cgi: Removed.
2902 * BugsSite/editsettings.cgi: Removed.
2903 * BugsSite/editusers.cgi: Removed.
2904 * BugsSite/editvalues.cgi: Removed.
2905 * BugsSite/editversions.cgi: Removed.
2906 * BugsSite/editwhines.cgi: Removed.
2907 * BugsSite/editworkflow.cgi: Removed.
2908 * BugsSite/email_in.pl: Removed.
2909 * BugsSite/enter_bug.cgi: Removed.
2910 * BugsSite/extensions: Removed.
2911 * BugsSite/extensions/example: Removed.
2912 * BugsSite/extensions/example/code: Removed.
2913 * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
2914 * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
2915 * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
2916 * BugsSite/extensions/example/code/config.pl: Removed.
2917 * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
2918 * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
2919 * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
2920 * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
2921 * BugsSite/extensions/example/code/webservice.pl: Removed.
2922 * BugsSite/extensions/example/disabled: Removed.
2923 * BugsSite/extensions/example/info.pl: Removed.
2924 * BugsSite/extensions/example/lib: Removed.
2925 * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
2926 * BugsSite/extensions/example/lib/WSExample.pm: Removed.
2927 * BugsSite/extensions/example/template: Removed.
2928 * BugsSite/extensions/example/template/en: Removed.
2929 * BugsSite/extensions/example/template/en/default: Removed.
2930 * BugsSite/extensions/example/template/en/default/admin: Removed.
2931 * BugsSite/extensions/example/template/en/default/admin/params: Removed.
2932 * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
2933 * BugsSite/extensions/example/template/en/global: Removed.
2934 * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
2935 * BugsSite/graphs: Removed.
2936 * BugsSite/images: Removed.
2937 * BugsSite/images/favicon.ico: Removed.
2938 * BugsSite/images/padlock.png: Removed.
2939 * BugsSite/importxml.pl: Removed.
2940 * BugsSite/index.cgi: Removed.
2941 * BugsSite/install-module.pl: Removed.
2942 * BugsSite/js: Removed.
2943 * BugsSite/js/TUI.js: Removed.
2944 * BugsSite/js/attachment.js: Removed.
2945 * BugsSite/js/expanding-tree.js: Removed.
2946 * BugsSite/js/field.js: Removed.
2947 * BugsSite/js/help.js: Removed.
2948 * BugsSite/js/params.js: Removed.
2949 * BugsSite/js/productform.js: Removed.
2950 * BugsSite/js/util.js: Removed.
2951 * BugsSite/js/yui: Removed.
2952 * BugsSite/js/yui/calendar.js: Removed.
2953 * BugsSite/js/yui/yahoo-dom-event.js: Removed.
2954 * BugsSite/lib: Removed.
2955 * BugsSite/lib/.htaccess: Removed.
2956 * BugsSite/lib/README: Removed.
2957 * BugsSite/long_list.cgi: Removed.
2958 * BugsSite/mod_perl.pl: Removed.
2959 * BugsSite/page.cgi: Removed.
2960 * BugsSite/post_bug.cgi: Removed.
2961 * BugsSite/process_bug.cgi: Removed.
2962 * BugsSite/query.cgi: Removed.
2963 * BugsSite/quips.cgi: Removed.
2964 * BugsSite/relogin.cgi: Removed.
2965 * BugsSite/report.cgi: Removed.
2966 * BugsSite/reports.cgi: Removed.
2967 * BugsSite/request.cgi: Removed.
2968 * BugsSite/robots.txt: Removed.
2969 * BugsSite/runtests.pl: Removed.
2970 * BugsSite/sanitycheck.cgi: Removed.
2971 * BugsSite/sanitycheck.pl: Removed.
2972 * BugsSite/search_plugin.cgi: Removed.
2973 * BugsSite/show_activity.cgi: Removed.
2974 * BugsSite/show_bug.cgi: Removed.
2975 * BugsSite/showattachment.cgi: Removed.
2976 * BugsSite/showdependencygraph.cgi: Removed.
2977 * BugsSite/showdependencytree.cgi: Removed.
2978 * BugsSite/sidebar.cgi: Removed.
2979 * BugsSite/skins: Removed.
2980 * BugsSite/skins/.cvsignore: Removed.
2981 * BugsSite/skins/contrib: Removed.
2982 * BugsSite/skins/contrib/Dusk: Removed.
2983 * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
2984 * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
2985 * BugsSite/skins/contrib/Dusk/admin.css: Removed.
2986 * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
2987 * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
2988 * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
2989 * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
2990 * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
2991 * BugsSite/skins/contrib/Dusk/global.css: Removed.
2992 * BugsSite/skins/contrib/Dusk/help.css: Removed.
2993 * BugsSite/skins/contrib/Dusk/index.css: Removed.
2994 * BugsSite/skins/contrib/Dusk/panel.css: Removed.
2995 * BugsSite/skins/contrib/Dusk/params.css: Removed.
2996 * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
2997 * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
2998 * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
2999 * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
3000 * BugsSite/skins/contrib/Dusk/voting.css: Removed.
3001 * BugsSite/skins/contrib/Dusk/yui: Removed.
3002 * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
3003 * BugsSite/skins/custom: Removed.
3004 * BugsSite/skins/custom/IE-fixes.css: Removed.
3005 * BugsSite/skins/custom/admin.css: Removed.
3006 * BugsSite/skins/custom/buglist.css: Removed.
3007 * BugsSite/skins/custom/create_attachment.css: Removed.
3008 * BugsSite/skins/custom/dependency-tree.css: Removed.
3009 * BugsSite/skins/custom/duplicates.css: Removed.
3010 * BugsSite/skins/custom/editusers.css: Removed.
3011 * BugsSite/skins/custom/global.css: Removed.
3012 * BugsSite/skins/custom/help.css: Removed.
3013 * BugsSite/skins/custom/index.css: Removed.
3014 * BugsSite/skins/custom/opendarwin.gif: Removed.
3015 * BugsSite/skins/custom/panel.css: Removed.
3016 * BugsSite/skins/custom/params.css: Removed.
3017 * BugsSite/skins/custom/release-notes.css: Removed.
3018 * BugsSite/skins/custom/show_bug.css: Removed.
3019 * BugsSite/skins/custom/show_multiple.css: Removed.
3020 * BugsSite/skins/custom/summarize-time.css: Removed.
3021 * BugsSite/skins/custom/voting.css: Removed.
3022 * BugsSite/skins/custom/yui: Removed.
3023 * BugsSite/skins/custom/yui/calendar.css: Removed.
3024 * BugsSite/skins/standard: Removed.
3025 * BugsSite/skins/standard/IE-fixes.css: Removed.
3026 * BugsSite/skins/standard/admin.css: Removed.
3027 * BugsSite/skins/standard/buglist.css: Removed.
3028 * BugsSite/skins/standard/create_attachment.css: Removed.
3029 * BugsSite/skins/standard/dependency-tree: Removed.
3030 * BugsSite/skins/standard/dependency-tree.css: Removed.
3031 * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
3032 * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
3033 * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
3034 * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
3035 * BugsSite/skins/standard/duplicates.css: Removed.
3036 * BugsSite/skins/standard/editusers.css: Removed.
3037 * BugsSite/skins/standard/global: Removed.
3038 * BugsSite/skins/standard/global.css: Removed.
3039 * BugsSite/skins/standard/global/body-back.gif: Removed.
3040 * BugsSite/skins/standard/global/calendar.png: Removed.
3041 * BugsSite/skins/standard/global/header.png: Removed.
3042 * BugsSite/skins/standard/help.css: Removed.
3043 * BugsSite/skins/standard/index: Removed.
3044 * BugsSite/skins/standard/index.css: Removed.
3045 * BugsSite/skins/standard/index/front.png: Removed.
3046 * BugsSite/skins/standard/panel.css: Removed.
3047 * BugsSite/skins/standard/params.css: Removed.
3048 * BugsSite/skins/standard/release-notes.css: Removed.
3049 * BugsSite/skins/standard/show_bug.css: Removed.
3050 * BugsSite/skins/standard/show_multiple.css: Removed.
3051 * BugsSite/skins/standard/summarize-time.css: Removed.
3052 * BugsSite/skins/standard/voting.css: Removed.
3053 * BugsSite/skins/standard/yui: Removed.
3054 * BugsSite/skins/standard/yui/calendar.css: Removed.
3055 * BugsSite/skins/standard/yui/sprite.png: Removed.
3056 * BugsSite/summarize_time.cgi: Removed.
3057 * BugsSite/t: Removed.
3058 * BugsSite/t/001compile.t: Removed.
3059 * BugsSite/t/002goodperl.t: Removed.
3060 * BugsSite/t/003safesys.t: Removed.
3061 * BugsSite/t/004template.t: Removed.
3062 * BugsSite/t/005no_tabs.t: Removed.
3063 * BugsSite/t/006spellcheck.t: Removed.
3064 * BugsSite/t/007util.t: Removed.
3065 * BugsSite/t/008filter.t: Removed.
3066 * BugsSite/t/009bugwords.t: Removed.
3067 * BugsSite/t/010dependencies.t: Removed.
3068 * BugsSite/t/011pod.t: Removed.
3069 * BugsSite/t/012throwables.t: Removed.
3070 * BugsSite/t/Support: Removed.
3071 * BugsSite/t/Support/Files.pm: Removed.
3072 * BugsSite/t/Support/Systemexec.pm: Removed.
3073 * BugsSite/t/Support/Templates.pm: Removed.
3074 * BugsSite/template: Removed.
3075 * BugsSite/template/.cvsignore: Removed.
3076 * BugsSite/template/.htaccess: Removed.
3077 * BugsSite/template/en: Removed.
3078 * BugsSite/template/en/.cvsignore: Removed.
3079 * BugsSite/template/en/custom: Removed.
3080 * BugsSite/template/en/custom/account: Removed.
3081 * BugsSite/template/en/custom/account/auth: Removed.
3082 * BugsSite/template/en/custom/account/email: Removed.
3083 * BugsSite/template/en/custom/account/password: Removed.
3084 * BugsSite/template/en/custom/account/prefs: Removed.
3085 * BugsSite/template/en/custom/admin: Removed.
3086 * BugsSite/template/en/custom/admin/classifications: Removed.
3087 * BugsSite/template/en/custom/admin/components: Removed.
3088 * BugsSite/template/en/custom/admin/fieldvalues: Removed.
3089 * BugsSite/template/en/custom/admin/flag-type: Removed.
3090 * BugsSite/template/en/custom/admin/groups: Removed.
3091 * BugsSite/template/en/custom/admin/keywords: Removed.
3092 * BugsSite/template/en/custom/admin/milestones: Removed.
3093 * BugsSite/template/en/custom/admin/products: Removed.
3094 * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
3095 * BugsSite/template/en/custom/admin/settings: Removed.
3096 * BugsSite/template/en/custom/admin/users: Removed.
3097 * BugsSite/template/en/custom/admin/versions: Removed.
3098 * BugsSite/template/en/custom/attachment: Removed.
3099 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
3100 * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
3101 * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
3102 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
3103 * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
3104 * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
3105 * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
3106 * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
3107 * BugsSite/template/en/custom/bug: Removed.
3108 * BugsSite/template/en/custom/bug/activity: Removed.
3109 * BugsSite/template/en/custom/bug/create: Removed.
3110 * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
3111 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
3112 * BugsSite/template/en/custom/bug/process: Removed.
3113 * BugsSite/template/en/custom/bug/votes: Removed.
3114 * BugsSite/template/en/custom/flag: Removed.
3115 * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
3116 * BugsSite/template/en/custom/global: Removed.
3117 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
3118 * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
3119 * BugsSite/template/en/custom/list: Removed.
3120 * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
3121 * BugsSite/template/en/custom/pages: Removed.
3122 * BugsSite/template/en/custom/reports: Removed.
3123 * BugsSite/template/en/custom/request: Removed.
3124 * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
3125 * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
3126 * BugsSite/template/en/custom/search: Removed.
3127 * BugsSite/template/en/custom/whine: Removed.
3128 * BugsSite/template/en/default: Removed.
3129 * BugsSite/template/en/default/account: Removed.
3130 * BugsSite/template/en/default/account/auth: Removed.
3131 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
3132 * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
3133 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
3134 * BugsSite/template/en/default/account/create.html.tmpl: Removed.
3135 * BugsSite/template/en/default/account/created.html.tmpl: Removed.
3136 * BugsSite/template/en/default/account/email: Removed.
3137 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
3138 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
3139 * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
3140 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
3141 * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
3142 * BugsSite/template/en/default/account/password: Removed.
3143 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
3144 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
3145 * BugsSite/template/en/default/account/prefs: Removed.
3146 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
3147 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
3148 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
3149 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
3150 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
3151 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
3152 * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
3153 * BugsSite/template/en/default/admin: Removed.
3154 * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
3155 * BugsSite/template/en/default/admin/classifications: Removed.
3156 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
3157 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
3158 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
3159 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
3160 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
3161 * BugsSite/template/en/default/admin/components: Removed.
3162 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
3163 * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
3164 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
3165 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
3166 * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
3167 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
3168 * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
3169 * BugsSite/template/en/default/admin/custom_fields: Removed.
3170 * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
3171 * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
3172 * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
3173 * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
3174 * BugsSite/template/en/default/admin/fieldvalues: Removed.
3175 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
3176 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
3177 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
3178 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
3179 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
3180 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
3181 * BugsSite/template/en/default/admin/flag-type: Removed.
3182 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
3183 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
3184 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
3185 * BugsSite/template/en/default/admin/groups: Removed.
3186 * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
3187 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
3188 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
3189 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
3190 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
3191 * BugsSite/template/en/default/admin/keywords: Removed.
3192 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
3193 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
3194 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
3195 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
3196 * BugsSite/template/en/default/admin/milestones: Removed.
3197 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
3198 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
3199 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
3200 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
3201 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
3202 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
3203 * BugsSite/template/en/default/admin/params: Removed.
3204 * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
3205 * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
3206 * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
3207 * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
3208 * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
3209 * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
3210 * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
3211 * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
3212 * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
3213 * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
3214 * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
3215 * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
3216 * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
3217 * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
3218 * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
3219 * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
3220 * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
3221 * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
3222 * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
3223 * BugsSite/template/en/default/admin/products: Removed.
3224 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
3225 * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
3226 * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
3227 * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
3228 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
3229 * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
3230 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
3231 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
3232 * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
3233 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
3234 * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
3235 * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
3236 * BugsSite/template/en/default/admin/sanitycheck: Removed.
3237 * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
3238 * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
3239 * BugsSite/template/en/default/admin/settings: Removed.
3240 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
3241 * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
3242 * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
3243 * BugsSite/template/en/default/admin/users: Removed.
3244 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
3245 * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
3246 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
3247 * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
3248 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
3249 * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
3250 * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
3251 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
3252 * BugsSite/template/en/default/admin/versions: Removed.
3253 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
3254 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
3255 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
3256 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
3257 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
3258 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
3259 * BugsSite/template/en/default/admin/workflow: Removed.
3260 * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
3261 * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
3262 * BugsSite/template/en/default/attachment: Removed.
3263 * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
3264 * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
3265 * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
3266 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
3267 * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
3268 * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
3269 * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
3270 * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
3271 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
3272 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
3273 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
3274 * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
3275 * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
3276 * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
3277 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
3278 * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
3279 * BugsSite/template/en/default/bug: Removed.
3280 * BugsSite/template/en/default/bug/activity: Removed.
3281 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
3282 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
3283 * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
3284 * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
3285 * BugsSite/template/en/default/bug/create: Removed.
3286 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
3287 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
3288 * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
3289 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
3290 * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
3291 * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
3292 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
3293 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
3294 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
3295 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
3296 * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
3297 * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
3298 * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
3299 * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
3300 * BugsSite/template/en/default/bug/process: Removed.
3301 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
3302 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
3303 * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
3304 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
3305 * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
3306 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
3307 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
3308 * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
3309 * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
3310 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
3311 * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
3312 * BugsSite/template/en/default/bug/votes: Removed.
3313 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
3314 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
3315 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
3316 * BugsSite/template/en/default/config.js.tmpl: Removed.
3317 * BugsSite/template/en/default/config.rdf.tmpl: Removed.
3318 * BugsSite/template/en/default/email: Removed.
3319 * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
3320 * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
3321 * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
3322 * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
3323 * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
3324 * BugsSite/template/en/default/filterexceptions.pl: Removed.
3325 * BugsSite/template/en/default/flag: Removed.
3326 * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
3327 * BugsSite/template/en/default/global: Removed.
3328 * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
3329 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
3330 * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
3331 * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
3332 * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
3333 * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
3334 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
3335 * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
3336 * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
3337 * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
3338 * BugsSite/template/en/default/global/header.html.tmpl: Removed.
3339 * BugsSite/template/en/default/global/help.html.tmpl: Removed.
3340 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
3341 * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
3342 * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
3343 * BugsSite/template/en/default/global/message.html.tmpl: Removed.
3344 * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
3345 * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
3346 * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
3347 * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
3348 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
3349 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
3350 * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
3351 * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
3352 * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
3353 * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
3354 * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
3355 * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
3356 * BugsSite/template/en/default/index.html.tmpl: Removed.
3357 * BugsSite/template/en/default/list: Removed.
3358 * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
3359 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
3360 * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
3361 * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
3362 * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
3363 * BugsSite/template/en/default/list/list.html.tmpl: Removed.
3364 * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
3365 * BugsSite/template/en/default/list/list.js.tmpl: Removed.
3366 * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
3367 * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
3368 * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
3369 * BugsSite/template/en/default/list/table.html.tmpl: Removed.
3370 * BugsSite/template/en/default/pages: Removed.
3371 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
3372 * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
3373 * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
3374 * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
3375 * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
3376 * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
3377 * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
3378 * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
3379 * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
3380 * BugsSite/template/en/default/reports: Removed.
3381 * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
3382 * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
3383 * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
3384 * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
3385 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
3386 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
3387 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
3388 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
3389 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
3390 * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
3391 * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
3392 * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
3393 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
3394 * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
3395 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
3396 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
3397 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
3398 * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
3399 * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
3400 * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
3401 * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
3402 * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
3403 * BugsSite/template/en/default/request: Removed.
3404 * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
3405 * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
3406 * BugsSite/template/en/default/search: Removed.
3407 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
3408 * BugsSite/template/en/default/search/form.html.tmpl: Removed.
3409 * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
3410 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
3411 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
3412 * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
3413 * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
3414 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
3415 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
3416 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
3417 * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
3418 * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
3419 * BugsSite/template/en/default/setup: Removed.
3420 * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
3421 * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
3422 * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
3423 * BugsSite/template/en/default/whine: Removed.
3424 * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
3425 * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
3426 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
3427 * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
3428 * BugsSite/template/en/extension: Removed.
3429 * BugsSite/template/en/extension/filterexceptions.pl: Removed.
3430 * BugsSite/testagent.cgi: Removed.
3431 * BugsSite/testserver.pl: Removed.
3432 * BugsSite/token.cgi: Removed.
3433 * BugsSite/userprefs.cgi: Removed.
3434 * BugsSite/votes.cgi: Removed.
3435 * BugsSite/whine.pl: Removed.
3436 * BugsSite/whineatnews.pl: Removed.
3437 * BugsSite/xml.cgi: Removed.
3438 * BugsSite/xmlrpc.cgi: Removed.
3439 * PlanetWebKit: Removed.
3440 * PlanetWebKit/README: Removed.
3441 * PlanetWebKit/config.ini: Removed.
3442 * PlanetWebKit/planet: Removed.
3443 * PlanetWebKit/planet/AUTHORS: Removed.
3444 * PlanetWebKit/planet/INSTALL: Removed.
3445 * PlanetWebKit/planet/LICENCE: Removed.
3446 * PlanetWebKit/planet/NEWS: Removed.
3447 * PlanetWebKit/planet/PKG-INFO: Removed.
3448 * PlanetWebKit/planet/README: Removed.
3449 * PlanetWebKit/planet/THANKS: Removed.
3450 * PlanetWebKit/planet/TODO: Removed.
3451 * PlanetWebKit/planet/examples: Removed.
3452 * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
3453 * PlanetWebKit/planet/examples/basic: Removed.
3454 * PlanetWebKit/planet/examples/basic/config.ini: Removed.
3455 * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
3456 * PlanetWebKit/planet/examples/fancy: Removed.
3457 * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
3458 * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
3459 * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
3460 * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
3461 * PlanetWebKit/planet/examples/output: Removed.
3462 * PlanetWebKit/planet/examples/output/images: Removed.
3463 * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
3464 * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
3465 * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
3466 * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
3467 * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
3468 * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
3469 * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
3470 * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
3471 * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
3472 * PlanetWebKit/planet/examples/output/planet.css: Removed.
3473 * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
3474 * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
3475 * PlanetWebKit/planet/planet: Removed.
3476 * PlanetWebKit/planet/planet-cache.py: Removed.
3477 * PlanetWebKit/planet/planet.py: Removed.
3478 * PlanetWebKit/planet/planet/__init__.py: Removed.
3479 * PlanetWebKit/planet/planet/atomstyler.py: Removed.
3480 * PlanetWebKit/planet/planet/cache.py: Removed.
3481 * PlanetWebKit/planet/planet/compat_logging: Removed.
3482 * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
3483 * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
3484 * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
3485 * PlanetWebKit/planet/planet/feedparser.py: Removed.
3486 * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
3487 * PlanetWebKit/planet/planet/sanitize.py: Removed.
3488 * PlanetWebKit/planet/planet/tests: Removed.
3489 * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
3490 * PlanetWebKit/planet/planet/tests/data: Removed.
3491 * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
3492 * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
3493 * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
3494 * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
3495 * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
3496 * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
3497 * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
3498 * PlanetWebKit/planet/runtests.py: Removed.
3499 * PlanetWebKit/planet/setup.py: Removed.
3500 * PlanetWebKit/templates: Removed.
3501 * PlanetWebKit/templates/atom.xml.tmpl: Removed.
3502 * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
3503 * PlanetWebKit/templates/index.html.tmpl: Removed.
3504 * PlanetWebKit/templates/opml.xml.tmpl: Removed.
3505 * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
3506 * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
3507 * PlanetWebKit/update.pl: Removed.
3508 * PlanetWebKit/wwwroot: Removed.
3509 * PlanetWebKit/wwwroot/ie.css: Removed.
3510 * PlanetWebKit/wwwroot/images: Removed.
3511 * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
3512 * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
3513 * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
3514 * PlanetWebKit/wwwroot/images/planet.png: Removed.
3515 * PlanetWebKit/wwwroot/planet.css: Removed.
3516 * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
3518 * Sites/bugs.webkit.org: Copied from BugsSite.
3519 * Sites/planet.webkit.org: Copied from PlanetWebKit.
3520 * Sites/webkit.org: Copied from WebKitSite.
3521 * WebKitSite: Removed.
3522 * WebKitSite/.htaccess: Removed.
3523 * WebKitSite/asking_questions.html: Removed.
3524 * WebKitSite/blog: Removed.
3525 * WebKitSite/blog-files: Removed.
3526 * WebKitSite/blog-files/3d-transforms: Removed.
3527 * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
3528 * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
3529 * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
3530 * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
3531 * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
3532 * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
3533 * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
3534 * WebKitSite/blog-files/InspectElementMenu.png: Removed.
3535 * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
3536 * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
3537 * WebKitSite/blog-files/InspectorFonts.png: Removed.
3538 * WebKitSite/blog-files/acid3-100.png: Removed.
3539 * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
3540 * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
3541 * WebKitSite/blog-files/acid3-screenshot.png: Removed.
3542 * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
3543 * WebKitSite/blog-files/acid3-timing.png: Removed.
3544 * WebKitSite/blog-files/animation-demo.svg: Removed.
3545 * WebKitSite/blog-files/bounce.html: Removed.
3546 * WebKitSite/blog-files/bounce.png: Removed.
3547 * WebKitSite/blog-files/circle.svg: Removed.
3548 * WebKitSite/blog-files/cubes-7.svg: Removed.
3549 * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
3550 * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
3551 * WebKitSite/blog-files/inspector: Removed.
3552 * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
3553 * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
3554 * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
3555 * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
3556 * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
3557 * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
3558 * WebKitSite/blog-files/inspector-event-scope.png: Removed.
3559 * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
3560 * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
3561 * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
3562 * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
3563 * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
3564 * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
3565 * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
3566 * WebKitSite/blog-files/inspector-toolbar.png: Removed.
3567 * WebKitSite/blog-files/inspector-with-scope.png: Removed.
3568 * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
3569 * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
3570 * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
3571 * WebKitSite/blog-files/inspector/colors.png: Removed.
3572 * WebKitSite/blog-files/inspector/console_panel.png: Removed.
3573 * WebKitSite/blog-files/inspector/context_menu.png: Removed.
3574 * WebKitSite/blog-files/inspector/cookies.png: Removed.
3575 * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
3576 * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
3577 * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
3578 * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
3579 * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
3580 * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
3581 * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
3582 * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
3583 * WebKitSite/blog-files/inspector/enable.png: Removed.
3584 * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
3585 * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
3586 * WebKitSite/blog-files/inspector/event_listeners.png: Removed.
3587 * WebKitSite/blog-files/inspector/form_data.png: Removed.
3588 * WebKitSite/blog-files/inspector/inherited_styles.png: Removed.
3589 * WebKitSite/blog-files/inspector/inline_highlight.png: Removed.
3590 * WebKitSite/blog-files/inspector/inorder.png: Removed.
3591 * WebKitSite/blog-files/inspector/inspect_inspector.png: Removed.
3592 * WebKitSite/blog-files/inspector/inspect_inspector_small.png: Removed.
3593 * WebKitSite/blog-files/inspector/large_dom.png: Removed.
3594 * WebKitSite/blog-files/inspector/large_resources.png: Removed.
3595 * WebKitSite/blog-files/inspector/load_lines.png: Removed.
3596 * WebKitSite/blog-files/inspector/nodelist.png: Removed.
3597 * WebKitSite/blog-files/inspector/pseudo_elements.png: Removed.
3598 * WebKitSite/blog-files/inspector/redirect_headers.png: Removed.
3599 * WebKitSite/blog-files/inspector/redirect_headers_full.png: Removed.
3600 * WebKitSite/blog-files/inspector/redirects.png: Removed.
3601 * WebKitSite/blog-files/inspector/redirects_full.png: Removed.
3602 * WebKitSite/blog-files/inspector/scope_bar.png: Removed.
3603 * WebKitSite/blog-files/inspector/timeline_overview.png: Removed.
3604 * WebKitSite/blog-files/inspector/timeline_panel.png: Removed.
3605 * WebKitSite/blog-files/inspector/timeline_record_details.png: Removed.
3606 * WebKitSite/blog-files/inspector/watched_expression.png: Removed.
3607 * WebKitSite/blog-files/kate-circle.png: Removed.
3608 * WebKitSite/blog-files/kate-gradient-rounded.png: Removed.
3609 * WebKitSite/blog-files/kate-gradient.png: Removed.
3610 * WebKitSite/blog-files/kate-reflected.png: Removed.
3611 * WebKitSite/blog-files/kate-vignette-mask.png: Removed.
3612 * WebKitSite/blog-files/kate.png: Removed.
3613 * WebKitSite/blog-files/leaves: Removed.
3614 * WebKitSite/blog-files/leaves-screenshot-small.jpg: Removed.
3615 * WebKitSite/blog-files/leaves-screenshot.jpg: Removed.
3616 * WebKitSite/blog-files/leaves/images: Removed.
3617 * WebKitSite/blog-files/leaves/images/apple-touch-icon.png: Removed.
3618 * WebKitSite/blog-files/leaves/images/backgroundLeaves.jpg: Removed.
3619 * WebKitSite/blog-files/leaves/images/realLeaf1.png: Removed.
3620 * WebKitSite/blog-files/leaves/images/realLeaf2.png: Removed.
3621 * WebKitSite/blog-files/leaves/images/realLeaf3.png: Removed.
3622 * WebKitSite/blog-files/leaves/images/realLeaf4.png: Removed.
3623 * WebKitSite/blog-files/leaves/images/textBackground.png: Removed.
3624 * WebKitSite/blog-files/leaves/index.html: Removed.
3625 * WebKitSite/blog-files/leaves/leaves.css: Removed.
3626 * WebKitSite/blog-files/leaves/leaves.js: Removed.
3627 * WebKitSite/blog-files/load-unload-example.html: Removed.
3628 * WebKitSite/blog-files/loader-diagram.svg: Removed.
3629 * WebKitSite/blog-files/maskspeedracer.png: Removed.
3630 * WebKitSite/blog-files/number-morph.svg: Removed.
3631 * WebKitSite/blog-files/pageshow-pagehide-example.html: Removed.
3632 * WebKitSite/blog-files/prototype-for-gebcn-test.js: Removed.
3633 * WebKitSite/blog-files/pulse.html: Removed.
3634 * WebKitSite/blog-files/pulse.png: Removed.
3635 * WebKitSite/blog-files/riemann-screenshot.png: Removed.
3636 * WebKitSite/blog-files/scrollbarpicture.png: Removed.
3637 * WebKitSite/blog-files/sfx-perf.png: Removed.
3638 * WebKitSite/blog-files/squirrelfish-link-animated.svg: Removed.
3639 * WebKitSite/blog-files/squirrelfish-webkit-graph.png: Removed.
3640 * WebKitSite/blog-files/squirrelfish.png: Removed.
3641 * WebKitSite/blog-files/timeline-blocking-script.png: Removed.
3642 * WebKitSite/blog-files/timeline-defer-script.png: Removed.
3643 * WebKitSite/blog-files/touch-poster.png: Removed.
3644 * WebKitSite/blog-files/vignette-mask.png: Removed.
3645 * WebKitSite/blog-files/webgl: Removed.
3646 * WebKitSite/blog-files/webgl/Earth.html: Removed.
3647 * WebKitSite/blog-files/webgl/ManyPlanetsDeep.html: Removed.
3648 * WebKitSite/blog-files/webgl/SpinningBox.html: Removed.
3649 * WebKitSite/blog-files/webgl/SpiritBox.html: Removed.
3650 * WebKitSite/blog-files/webgl/TeapotPerPixel.html: Removed.
3651 * WebKitSite/blog-files/webgl/TeapotPerVertex.html: Removed.
3652 * WebKitSite/blog-files/webgl/WebGL+CSS.html: Removed.
3653 * WebKitSite/blog-files/webgl/resources: Removed.
3654 * WebKitSite/blog-files/webgl/resources/BambooBridge.jpg: Removed.
3655 * WebKitSite/blog-files/webgl/resources/EarthThumb.jpg: Removed.
3656 * WebKitSite/blog-files/webgl/resources/J3DI.js: Removed.
3657 * WebKitSite/blog-files/webgl/resources/J3DIMath.js: Removed.
3658 * WebKitSite/blog-files/webgl/resources/ManyPlanetsDeepThumb.jpg: Removed.
3659 * WebKitSite/blog-files/webgl/resources/SpinningBoxThumb.jpg: Removed.
3660 * WebKitSite/blog-files/webgl/resources/SpiritBox.jpg: Removed.
3661 * WebKitSite/blog-files/webgl/resources/TeapotPerPixelThumb.jpg: Removed.
3662 * WebKitSite/blog-files/webgl/resources/TeapotPerVertexThumb.jpg: Removed.
3663 * WebKitSite/blog-files/webgl/resources/WebGL+CSSThumb.jpg: Removed.
3664 * WebKitSite/blog-files/webgl/resources/blogpost.css: Removed.
3665 * WebKitSite/blog-files/webgl/resources/earthmap1k.jpg: Removed.
3666 * WebKitSite/blog-files/webgl/resources/mars500x250.png: Removed.
3667 * WebKitSite/blog-files/webgl/resources/spirit.jpg: Removed.
3668 * WebKitSite/blog-files/webgl/resources/teapot.obj: Removed.
3669 * WebKitSite/blog-files/wsj-nopreload.png: Removed.
3670 * WebKitSite/blog-files/wsj-preload.png: Removed.
3671 * WebKitSite/blog-files/wsj-vs.png: Removed.
3672 * WebKitSite/blog/.htaccess: Removed.
3673 * WebKitSite/blog/index.php: Removed.
3674 * WebKitSite/blog/license.txt: Removed.
3675 * WebKitSite/blog/wp-admin: Removed.
3676 * WebKitSite/blog/wp-admin/admin-ajax.php: Removed.
3677 * WebKitSite/blog/wp-admin/admin-footer.php: Removed.
3678 * WebKitSite/blog/wp-admin/admin-functions.php: Removed.
3679 * WebKitSite/blog/wp-admin/admin-header.php: Removed.
3680 * WebKitSite/blog/wp-admin/admin-post.php: Removed.
3681 * WebKitSite/blog/wp-admin/admin.php: Removed.
3682 * WebKitSite/blog/wp-admin/async-upload.php: Removed.
3683 * WebKitSite/blog/wp-admin/categories.php: Removed.
3684 * WebKitSite/blog/wp-admin/comment.php: Removed.
3685 * WebKitSite/blog/wp-admin/css: Removed.
3686 * WebKitSite/blog/wp-admin/css/colors-classic-rtl.css: Removed.
3687 * WebKitSite/blog/wp-admin/css/colors-classic.css: Removed.
3688 * WebKitSite/blog/wp-admin/css/colors-fresh-rtl.css: Removed.
3689 * WebKitSite/blog/wp-admin/css/colors-fresh.css: Removed.
3690 * WebKitSite/blog/wp-admin/css/dashboard-rtl.css: Removed.
3691 * WebKitSite/blog/wp-admin/css/dashboard.css: Removed.
3692 * WebKitSite/blog/wp-admin/css/farbtastic-rtl.css: Removed.
3693 * WebKitSite/blog/wp-admin/css/farbtastic.css: Removed.
3694 * WebKitSite/blog/wp-admin/css/global-rtl.css: Removed.
3695 * WebKitSite/blog/wp-admin/css/global.css: Removed.
3696 * WebKitSite/blog/wp-admin/css/ie-rtl.css: Removed.
3697 * WebKitSite/blog/wp-admin/css/ie.css: Removed.
3698 * WebKitSite/blog/wp-admin/css/install-rtl.css: Removed.
3699 * WebKitSite/blog/wp-admin/css/install.css: Removed.
3700 * WebKitSite/blog/wp-admin/css/login-rtl.css: Removed.
3701 * WebKitSite/blog/wp-admin/css/login.css: Removed.
3702 * WebKitSite/blog/wp-admin/css/media-rtl.css: Removed.
3703 * WebKitSite/blog/wp-admin/css/media.css: Removed.
3704 * WebKitSite/blog/wp-admin/css/plugin-install-rtl.css: Removed.
3705 * WebKitSite/blog/wp-admin/css/plugin-install.css: Removed.
3706 * WebKitSite/blog/wp-admin/css/press-this-rtl.css: Removed.
3707 * WebKitSite/blog/wp-admin/css/press-this.css: Removed.
3708 * WebKitSite/blog/wp-admin/css/theme-editor-rtl.css: Removed.
3709 * WebKitSite/blog/wp-admin/css/theme-editor.css: Removed.
3710 * WebKitSite/blog/wp-admin/css/theme-install.css: Removed.
3711 * WebKitSite/blog/wp-admin/css/widgets-rtl.css: Removed.
3712 * WebKitSite/blog/wp-admin/css/widgets.css: Removed.
3713 * WebKitSite/blog/wp-admin/custom-header.php: Removed.
3714 * WebKitSite/blog/wp-admin/edit-attachment-rows.php: Removed.
3715 * WebKitSite/blog/wp-admin/edit-category-form.php: Removed.
3716 * WebKitSite/blog/wp-admin/edit-comments.php: Removed.
3717 * WebKitSite/blog/wp-admin/edit-form-advanced.php: Removed.
3718 * WebKitSite/blog/wp-admin/edit-form-comment.php: Removed.
3719 * WebKitSite/blog/wp-admin/edit-link-categories.php: Removed.
3720 * WebKitSite/blog/wp-admin/edit-link-category-form.php: Removed.
3721 * WebKitSite/blog/wp-admin/edit-link-form.php: Removed.
3722 * WebKitSite/blog/wp-admin/edit-page-form.php: Removed.
3723 * WebKitSite/blog/wp-admin/edit-pages.php: Removed.
3724 * WebKitSite/blog/wp-admin/edit-post-rows.php: Removed.
3725 * WebKitSite/blog/wp-admin/edit-tag-form.php: Removed.
3726 * WebKitSite/blog/wp-admin/edit-tags.php: Removed.
3727 * WebKitSite/blog/wp-admin/edit.php: Removed.
3728 * WebKitSite/blog/wp-admin/export.php: Removed.
3729 * WebKitSite/blog/wp-admin/gears-manifest.php: Removed.
3730 * WebKitSite/blog/wp-admin/images: Removed.
3731 * WebKitSite/blog/wp-admin/images/align-center.png: Removed.
3732 * WebKitSite/blog/wp-admin/images/align-left.png: Removed.
3733 * WebKitSite/blog/wp-admin/images/align-none.png: Removed.
3734 * WebKitSite/blog/wp-admin/images/align-right.png: Removed.
3735 * WebKitSite/blog/wp-admin/images/archive-link.png: Removed.