1 2011-03-21 Ryuan Choi <ryuan.choi@samsung.com>
3 Reviewed by Antonio Gomes.
5 [CMAKE] Add exception handling when PORT was missing.
6 https://bugs.webkit.org/show_bug.cgi?id=56728
8 * Source/CMakeLists.txt:
10 2011-03-10 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
12 Reviewed by Laszlo Gombos.
14 [Qt] Text layout is broken on Symbian
15 https://bugs.webkit.org/show_bug.cgi?id=56046
17 Change integers included into bitfields to be signed by default on RVCT
18 compiler as a lot of other compilers do (gcc, msvc, winsc).
19 There are a lot of places in webkit where integers included in bitfield
20 are assumed to be signed.
24 2011-03-10 Alejandro G. Castro <alex@igalia.com>
26 Unreviewed, fixed Efl compilation after r80744.
28 * Source/cmake/OptionsEfl.cmake:
30 2011-03-10 Martin Robinson <mrobinson@igalia.com>
32 Fixed the help message for WebGL support on GTK+ to reflect the fact that
33 it's turned off by default and is experimental.
35 * configure.ac: Fix WebGL help message.
37 2011-03-04 Dimitri Glazkov <dglazkov@chromium.org>
39 Reviewed by Adam Barth.
41 Add skeletal WebCore.gyp
42 https://bugs.webkit.org/show_bug.cgi?id=55802
44 * Source/gyp/configure: Added WebCore.
46 2011-03-04 Adam Barth <abarth@webkit.org>
48 Reviewed by Dimitri Glazkov.
50 Add a basic configure script for the GYP build
51 https://bugs.webkit.org/show_bug.cgi?id=55791
53 This script just calls GYP on the various gyp projects. As we add more
54 build systems, this script should be able to select which of them you'd
55 like to generate the project for.
57 * Source/gyp/configure: Added.
59 2011-03-04 Adam Barth <abarth@webkit.org>
61 Reviewed by Dimitri Glazkov.
63 Use target_defaults to reduce boilerplate in GYP build system
64 https://bugs.webkit.org/show_bug.cgi?id=55790
66 This file contains GYP declarations that are shared by all the modules.
67 Currently, we use this to set up the configurations, albeit primitively.
69 * Source/gyp/common.gypi: Added.
71 2011-03-03 Kevin Ollivier <kevino@theolliviers.com>
73 [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
74 to make sure the proper unicode/utf8.h header is included.
78 2011-03-02 Kevin Ollivier <kevino@theolliviers.com>
80 [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
81 included in the ICU headers used by WebKit.
85 2011-03-02 Daniel Cheng <dcheng@chromium.org>
87 Reviewed by David Levin.
89 Add feature define for data transfer items
90 https://bugs.webkit.org/show_bug.cgi?id=55510
92 * Source/cmake/OptionsEfl.cmake:
93 * Source/cmake/OptionsWinCE.cmake:
94 * Source/cmakeconfig.h.cmake:
98 2011-03-02 Andras Becsi <abecsi@webkit.org>
100 Reviewed by Laszlo Gombos.
102 [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
103 https://bugs.webkit.org/show_bug.cgi?id=55478
105 On case insensitive systems the generated forwarding headers cause build problems.
107 * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
109 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
111 Unreviewed, rolling out r80079.
112 http://trac.webkit.org/changeset/80079
113 https://bugs.webkit.org/show_bug.cgi?id=55547
115 "Broke the Win debug build?" (Requested by dcheng on #webkit).
117 * Source/cmake/OptionsEfl.cmake:
118 * Source/cmake/OptionsWinCE.cmake:
119 * Source/cmakeconfig.h.cmake:
121 2011-03-01 Daniel Cheng <dcheng@chromium.org>
123 Reviewed by David Levin.
125 Add feature define for data transfer items
126 https://bugs.webkit.org/show_bug.cgi?id=55510
128 * Source/cmake/OptionsEfl.cmake:
129 * Source/cmake/OptionsWinCE.cmake:
130 * Source/cmakeconfig.h.cmake:
132 2011-03-01 Andras Becsi <abecsi@webkit.org>
134 Reviewed by Csaba Osztrogonác.
136 [Qt] Clean up the project files and move common options to WebKit.pri.
138 Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
140 * Source/WebKit.pri: Common options should be here.
141 Also move Mac options to this file to fix the Mac build.
143 2011-03-01 Andras Becsi <abecsi@webkit.org>
145 Unreviewed build fix.
147 [Qt] Fix minimal build.
149 * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
151 2011-02-28 Adam Barth <abarth@webkit.org>
153 Reviewed by Dimitri Glazkov.
155 Teach JavaScriptGlue gyp build about DEPTH
156 https://bugs.webkit.org/show_bug.cgi?id=55421
158 Moves the previously JavaScriptGlue-specific GYP helper shell scripts
159 to the gyp directory in Source, where they can be shared by multiple
163 * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
164 * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
165 * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
167 2011-02-28 Benjamin Poulain <benjamin.poulain@nokia.com>
169 Reviewed by Kenneth Rohde Christiansen.
171 [Qt][WK2] Add a way to test the WebKit 2 APIs
172 https://bugs.webkit.org/show_bug.cgi?id=55408
174 Add the build file for test to the build system.
176 * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
177 * Source/WebKit.pro: Add the dependency to build the new test project.
179 2011-02-28 Balazs Kelemen <kbalazs@webkit.org>
181 Reviewed by Anders Carlsson.
183 [Qt][WK2] Plugin initialization
184 https://bugs.webkit.org/show_bug.cgi?id=48127
186 * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
187 from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
189 2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>
191 Reviewed by Andreas Kling.
193 Added full webkit module profile and a syncqt profile.
195 This is for modularized Qt.
197 [Qt] WebKit patches required to work with a modularized version of Qt
198 https://bugs.webkit.org/show_bug.cgi?id=53916
200 * Source/sync.profile: Added.
202 2011-02-26 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
204 Reviewed by Laszlo Gombos.
206 [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
207 non-production builds.
208 https://bugs.webkit.org/show_bug.cgi?id=55313
212 2011-02-24 Alejandro G. Castro <alex@igalia.com>
214 Rubber-stamped by Martin Robinson.
216 Fixed compilation after r79537, added a bug to solve webkit2
218 https://bugs.webkit.org/show_bug.cgi?id=55153
222 2011-02-24 Christian Dywan <christian@lanedo.com>
224 Rubber-stamped by Eric Seidel.
226 [GTK] webkitgtk 1.3.7 build without translations
227 https://bugs.webkit.org/show_bug.cgi?id=50612
229 * GNUmakefile.am: Require stamp-po target for all-local so
230 that po files are built before they install.
232 2011-02-22 Philippe Normand <pnormand@igalia.com>
234 Reviewed by Martin Robinson.
236 [GTK] 1.3.12 release preparation
237 https://bugs.webkit.org/show_bug.cgi?id=54967
239 Version bump for 1.3.12 and updated NEWS file with release notes.
240 Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
243 * Source/WebKit/gtk/NEWS:
246 2011-02-22 Andras Becsi <abecsi@webkit.org>
248 Reviewed by Laszlo Gombos.
250 [Qt] Redesign the build system
251 https://bugs.webkit.org/show_bug.cgi?id=51339
255 Build WebCore as a static library, compile the WebKit API and WebKit2 API
256 in a final step and link to WebKit2, WebCore and JSC libraries to fix
257 linking issues resulting from stripped away symbols.
259 * Source/WebKit.pri: Add common include paths
260 * Source/WebKit.pro: Add new project file to SUBDIRS
262 2011-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
264 Reviewed by Martin Robinson.
266 [GTK] Bump GTK+3 dependency to 3.0
267 https://bugs.webkit.org/show_bug.cgi?id=54394
271 2011-02-19 Ryuan Choi <ryuan.choi@samsung.com>
273 Reviewed by Martin Robinson.
275 [GTK] Remove mandatory Enchant dependency
276 https://bugs.webkit.org/show_bug.cgi?id=51587
278 Add enable-spellcheck option which decides whether to use enchant.
279 If disabled, WebKitGTK+ will not use enchant library.
283 2011-02-18 Zan Dobersek <zandobersek@gmail.com>
285 Reviewed by Martin Robinson.
287 [Gtk] Re-enable meter tag support
288 https://bugs.webkit.org/show_bug.cgi?id=54762
290 Enable meter tag support in the configure.ac. This feature was
291 previously enabled by default in the makefile, but should be
292 enabled here after changes in r78981.
296 2011-02-18 Kristian Amlie <kristian.amlie@nokia.com>
298 Reviewed by Kenneth Rohde Christiansen.
300 Avoided UiTools dependency if the module is not present.
302 [Qt] WebKit patches required to work with a modularized version of Qt
303 https://bugs.webkit.org/show_bug.cgi?id=53916
307 2011-02-18 Ryuan Choi <ryuan.choi@samsung.com>
309 Reviewed by Kent Tamura.
311 [EFL] Remove GDK dependency.
312 https://bugs.webkit.org/show_bug.cgi?id=53978
314 Remove checking GDK library.
316 * Source/cmake/OptionsEfl.cmake:
318 2011-02-18 Philippe Normand <pnormand@igalia.com>
320 Unreviewed, build fix after r78981
322 * configure.ac: datagrid is datagrid, it is not database. Also
323 meter is not progress. Fixed copy/paste mistakes.
325 2011-02-18 Philippe Normand <pnormand@igalia.com>
327 Reviewed by Martin Robinson.
329 [GTK] minimal build unrecognized options
330 https://bugs.webkit.org/show_bug.cgi?id=50890
332 * configure.ac: added new configure options to enable/disable the
333 meter element, progress element, datagrid and client-based
336 2011-02-17 Kevin Ollivier <kevino@theolliviers.com>
338 [wx] Build fix after introduction of JavaScriptCore/collector.
342 2011-02-17 Kristian Amlie <kristian.amlie@nokia.com>
344 Reviewed by Laszlo Gombos.
346 Updated include paths for phonon.
348 [Qt] WebKit patches required to work with a modularized version of Qt
349 https://bugs.webkit.org/show_bug.cgi?id=53916
353 2011-02-13 Hayato Ito <hayato@chromium.org>
355 Reviewed by Kent Tamura.
357 Update .gitignore to ignore files which Ninja build system generates.
359 https://bugs.webkit.org/show_bug.cgi?id=54378
363 2011-02-10 Peter Varga <pvarga@webkit.org>
365 Reviewed by Csaba Osztrogonác.
367 Remove PCRE source from trunk
368 https://bugs.webkit.org/show_bug.cgi?id=54188
370 * Source/cmake/WebKitFS.cmake:
372 2011-02-09 Adam Barth <abarth@webkit.org>
374 Reviewed by Steve Block.
376 Move Android.mk into Source
377 https://bugs.webkit.org/show_bug.cgi?id=53751
379 A somewhat blind attempt to move Android.mk into the Source directory.
380 I'm sure I've goofed this up in some way. The Android folks have
381 kindly volunteered to fix this up once they merge past this revision.
383 * Android.mk: Removed.
384 * Source/Android.mk: Copied from Android.mk.
386 2011-02-08 Alejandro G. Castro <alex@igalia.com>
388 Reviewed by Martin Robinson.
390 WebKit2 GTK Fails to Build #include nested too deeply
391 https://bugs.webkit.org/show_bug.cgi?id=52219
393 Removed the __STDC_FORMAT_MACROS definition, it is already defined
394 in the file where PRIxx64 is used before the inclusion so we are
399 2011-02-08 Kristian Amlie <kristian.amlie@nokia.com>
401 Reviewed by Eric Seidel.
403 Added include paths for QtScript.
405 WebKit patches required to work with a modularized version of Qt
406 https://bugs.webkit.org/show_bug.cgi?id=53916
410 2011-02-03 Martin Robinson <mrobinson@igalia.com>
412 Fix GTK+ WebGL build after r76600.
414 * configure.ac: Make sure to respect configure.ac conventions
415 consistently when it comes to capitalization. Remove an old
416 reference to enable_3d_canvas.
418 2011-02-02 Alejandro G. Castro <alex@igalia.com>
420 Reviewed by Martin Robinson.
422 Bump the WebKitGTK+ versions in preparation for development release.
424 * configure.ac: Bump the library, libtool and user agent version.
426 2011-02-02 Steve Lacey <sjl@chromium.org>
428 Reviewed by Eric Carlson.
430 Implement basic media statistics on media elements.
431 https://bugs.webkit.org/show_bug.cgi?id=53322
435 2011-02-02 Kevin Ollivier <kevino@theolliviers.com>
437 [wx] Build fixes for wxWebKit.
441 2010-01-28 Commit Queue <commit-queue@webkit.org>
443 Unreviewed. Test commit for commit-queue@webkit.org.
445 2010-01-28 Commit Queue <commit-queue@webkit.org>
447 Unreviewed. Test commit for commit-queue@webkit.org.
449 2010-01-28 Commit Queue <commit-queue@webkit.org>
451 Unreviewed. Test commit for commit-queue@webkit.org.
453 2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
455 Reviewed by Xan Lopez.
457 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
458 https://bugs.webkit.org/show_bug.cgi?id=53379
460 Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
461 dependency on newer soup to efl as well.
463 * Source/cmake/OptionsEfl.cmake:
465 2011-01-29 Daniel Bates <dbates@rim.com>
467 Reviewed by Maciej Stachowiak.
469 Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
470 https://bugs.webkit.org/show_bug.cgi?id=53382
472 Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
473 So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
474 Therefore, we should remove such references.
476 * Source/cmake/OptionsCommon.cmake:
478 2011-01-29 Daniel Bates <dbates@rim.com>
480 Reviewed by Eric Seidel.
482 Move wince/mt19937ar.c to ThirdParty and make it a policy choice
483 https://bugs.webkit.org/show_bug.cgi?id=53253
485 Move implementation of Mersenne Twister pseudorandom number generator to
486 ThirdParty since it is a third party library.
488 * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
490 2011-01-29 Dan Winship <danw@gnome.org>
492 Reviewed by Xan Lopez.
494 [GTK] Require the latest glib and libsoup, and remove conditional
495 support for older versions
496 https://bugs.webkit.org/show_bug.cgi?id=50675
498 * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
499 basically the same work by hand
502 2011-01-28 Martin Robinson <mrobinson@igalia.com>
504 [GTK] Build failure with --enable-indexed-database
505 https://bugs.webkit.org/show_bug.cgi?id=50954
507 Build fix for IndexedDB support.
509 * configure.ac: Change the autogen.sh option --enable-indexeddb to
510 --enable-indexed-database to match the build-webkit option.
512 2010-01-28 Commit Queue <commit-queue@webkit.org>
514 Unreviewed. Test commit for commit-queue@webkit.org.
516 2010-01-28 Commit Queue <commit-queue@webkit.org>
518 Unreviewed. Test commit for commit-queue@webkit.org.
520 2011-01-26 Yael Aharon <yael.aharon@nokia.com>
522 Reviewed by Laszlo Gombos.
524 [Qt][Symbian] Fix --minimal build
525 https://bugs.webkit.org/show_bug.cgi?id=52839
527 Move definition of USE_SYSTEM_MALLOC out of pri file.
528 Put it in platform.h instead.
532 2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
534 Reviewed by Andreas Kling.
536 [Qt] Fix qt_minimal build
537 https://bugs.webkit.org/show_bug.cgi?id=53172
541 2011-01-25 Patrick Gansterer <paroga@webkit.org>
543 Reviewed by Adam Barth.
545 Move main CMakeLists.txt into Source directory
546 https://bugs.webkit.org/show_bug.cgi?id=52888
548 * CMakeLists.txt: Removed.
549 * Source/CMakeLists.txt: Copied from CMakeLists.txt.
550 * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
551 * cmakeconfig.h.cmake: Removed.
553 2011-01-24 Chris Marrin <cmarrin@apple.com>
555 Reviewed by Eric Seidel.
557 Change ENABLE_3D_CANVAS to ENABLE_WEBGL
558 https://bugs.webkit.org/show_bug.cgi?id=53041
562 2011-01-24 Peter Gal <galpeter@inf.u-szeged.hu>
564 Rubber-stamped by Csaba Osztrogonác.
566 * runtime: Removed. It was accidentally created by r76457.
568 2011-01-24 Andras Becsi <abecsi@webkit.org>
570 Reviewed by Csaba Osztrogonác.
572 [Qt] Move project files into Source
573 https://bugs.webkit.org/show_bug.cgi?id=52891
575 * Source/DerivedSources.pro: Copied from DerivedSources.pro.
576 * Source/WebKit.pri: Renamed from WebKit.pri.
577 * Source/WebKit.pro: Added.
578 * Source/common.pri: Renamed from common.pri.
579 * WebKit.pro: Removed.
581 2011-01-20 Siddharth Mathur <siddharth.mathur@nokia.com>
583 Reviewed by Laszlo Gombos.
585 [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
586 https://bugs.webkit.org/show_bug.cgi?id=52835
588 * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
590 2011-01-20 Alejandro G. Castro <alex@igalia.com>
592 Reviewed by Andreas Kling.
594 [GTK] Fix typo in the webkit2 section of the configure.ac file
595 https://bugs.webkit.org/show_bug.cgi?id=52801
597 Fixed typo in the GTK WebKit2 compilation.
601 2011-01-19 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
603 Reviewed by Andreas Kling.
605 Enable usage of Google ld if it exist but is not on by default.
607 [Qt] Enable the google ld if it exist but is not on by default
608 https://bugs.webkit.org/show_bug.cgi?id=52625
610 * common.pri: flip the test.
612 2011-01-18 Mihai Parparita <mihaip@chromium.org>
614 Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
618 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
620 Reviewed by Simon Fraser.
622 Support background-clip: content-box
623 https://bugs.webkit.org/show_bug.cgi?id=48771
625 Addded content-box as a valid background-clip value.
627 * WebCore/css/CSSParser.cpp:
628 (WebCore::parseBackgroundClip):
630 2011-01-18 Hayato Ito <hayato@chromium.org>
632 Reviewed by Kent Tamura.
634 Update .gitignore file to reflect a recent WebKit directory movement.
636 https://bugs.webkit.org/show_bug.cgi?id=52618
640 2011-01-16 Adam Barth <abarth@webkit.org>
642 Rubber-stamped by Eric Seidel.
644 Move WebKit into Source
645 https://bugs.webkit.org/show_bug.cgi?id=52530
649 * DerivedSources.pro:
657 2011-01-15 Adam Barth <abarth@webkit.org>
659 Rubber-stamped by Eric Seidel.
661 Move WebKit2 into Source
662 https://bugs.webkit.org/show_bug.cgi?id=52438
664 Update reference to WebKit2.
666 * DerivedSources.pro:
669 * Source/cmake/WebKitPackaging.cmake:
673 2011-01-14 Ahmad Sharif <asharif.tools@gmail.com>
675 Reviewed by Darin Fisher.
677 When inlining is performed, the progress variable is
678 declared as uninitialized.
679 https://bugs.webkit.org/show_bug.cgi?id=51084
681 * WebCore: Copied from WebCore.
682 * WebCore/page/animation/KeyframeAnimation.cpp:
683 (WebCore::KeyframeAnimation::animate):
684 (WebCore::KeyframeAnimation::getAnimatedStyle):
686 2011-01-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
688 Reviewed by Csaba Osztrogonác.
690 [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
691 https://bugs.webkit.org/show_bug.cgi?id=52223
693 Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
694 that QtWebKit builds with QT_NO_CONCURRENT defined.
698 2011-01-11 Mihai Parparita <mihaip@chromium.org>
700 Unreviewed. Update .gitignore with new Chromium dependency.
702 ui/ was added with http://crrev.com/70743, we picked that up with a
703 Chromium roll in r75311.
705 Also alphabetizes the dependency list.
709 2011-01-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
711 Reviewed by Csaba Osztrogonác.
713 [Qt] Baseline qt_minimal configuration
714 https://bugs.webkit.org/show_bug.cgi?id=51313
716 * WebKit.pri: List the supported QT_NO_FEATURE flags
717 under qt_minimal configuration.
719 2011-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
721 Reviewed by Eric Seidel.
723 [EFL] Enable JIT for WebKit EFL
724 https://bugs.webkit.org/show_bug.cgi?id=52140
726 Enable JIT option for WebKit EFL. Enabled JIT's JS performance is
727 3 ~ 6 times faster than before.
729 * Source/cmake/OptionsEfl.cmake:
731 2011-01-10 Martin Robinson <mrobinson@igalia.com>
733 Reviewed by Gustavo Noronha.
735 Bump the WebKitGTK+ versions in preparation for development release.
737 * configure.ac: Bump the library, libtool and user agent version.
739 2011-01-10 Xan Lopez <xlopez@igalia.com>
741 Reviewed by Martin Robinson.
743 [GTK] Create intermediate libWebCore library
744 https://bugs.webkit.org/show_bug.cgi?id=52116
746 * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
747 used by both libWebCore and libwebkitgtk now.
749 2011-01-08 Patrick Gansterer <paroga@webkit.org>
751 Unreviewed wx build fix for r75313.
753 * wscript: Added missing brace.
755 2011-01-07 Adam Barth <abarth@webkit.org>
757 Rubber-stamped by Eric Seidel.
759 Move WebCore to Source
760 https://bugs.webkit.org/show_bug.cgi?id=52050
762 Update build files and metadata to point to WebCore's new location.
768 * DerivedSources.pro:
771 * Source/autotools/webkit.m4:
772 * Source/cmake/OptionsEfl.cmake:
778 2011-01-06 Martin Robinson <mrobinson@igalia.com>
780 Reviewed by Eric Seidel.
782 [GTK] Initial build support for WebGL
783 https://bugs.webkit.org/show_bug.cgi?id=51716
785 * configure.ac: Add a configure option for WebGL.
787 2011-01-06 Michael Saboff <msaboff@apple.com>
789 Reviewed by Gavin Barraclough.
791 Enhancement: Add Regexp Debug Compare between JIT and Interpreter
792 https://bugs.webkit.org/show_bug.cgi?id=51834
794 * JavaScriptCore: Copied from JavaScriptCore.
796 2011-01-06 Martin Robinson <mrobinson@igalia.com>
798 Reviewed by Xan Lopez.
800 [GTK] Enable blob support by default
801 https://bugs.webkit.org/show_bug.cgi?id=51994
803 * configure.ac: Enable Blob support by default.
805 2011-01-05 Patrick Gansterer <paroga@webkit.org>
807 Reviewed by Andreas Kling.
809 [CMake] Fix the usage of SOURCE_GROUP
810 https://bugs.webkit.org/show_bug.cgi?id=51739
812 * Source/cmake/WebKitMacros.cmake:
814 2011-01-05 Patrick Gansterer <paroga@webkit.org>
816 Reviewed by Andreas Kling.
818 [WINCE] Remove CMake warning
819 https://bugs.webkit.org/show_bug.cgi?id=51921
821 * Source/cmake/WebKitHelpers.cmake:
823 2011-01-04 Martin Robinson <mrobinson@igalia.com>
825 Reviewed by David Levin.
827 .gitignore should be updated to reflect Sources rename to Source
828 https://bugs.webkit.org/show_bug.cgi?id=51893
830 * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
832 2011-01-04 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
834 Reviewed by Laszlo Gombos.
836 [Qt] [Symbian] Build system cleanup
838 After r74811 special handling for the Symbian build is no longer needed.
839 This patch reverts r58756.
843 2011-01-03 Xan Lopez <xlopez@igalia.com>
845 Reviewed by Martin Robinson.
847 * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
848 variable (like jhbuild).
850 2011-01-03 Patrick Gansterer <paroga@webkit.org>
852 Reviewed by Darin Adler.
854 [WINCE] Provide third party directory via environment variable
855 https://bugs.webkit.org/show_bug.cgi?id=51643
857 * Source/cmake/OptionsWinCE.cmake:
859 2011-01-03 Xan Lopez <xlopez@igalia.com>
861 Reviewed by Martin Robinson.
863 Use autoreconf instead of calling manually all the usual commands.
865 * autogen.sh: call autoreconf instead of
866 aclocal/autoheader/autoconf/automake/libtoolize.
868 2011-01-03 Xan Lopez <xlopez@igalia.com>
870 Reviewed by Martin Robinson.
872 [GTK] Disable superfluous GNU make built-in implicit rules
873 https://bugs.webkit.org/show_bug.cgi?id=51826
875 GNU make ships some superflous built-in rules that we never use
876 and that end up adding up to a very significant portion of our
877 total Makefile processing time. Disable them completely by
878 defining the rule without any recipe, as suggested by the GNU make
879 manual (10.5.6, Cancelling Implicit Rules).
881 In my system the null-build goes from:
883 make 43.51s user 12.77s system 99% cpu 56.628 total
887 make 31.45s user 11.59s system 99% cpu 43.227 total
889 * GNUmakefile.am: disable implicit built-in rules.
891 2011-01-03 Mihai Parparita <mihaip@chromium.org>
893 Unreviewed. Update .gitignore with new JavaScriptCore location.
897 2011-01-02 Patrick Gansterer <paroga@webkit.org>
899 [CMake] Unreviewed build fix.
902 * Source/cmake/OptionsCommon.cmake:
904 2011-01-01 Adam Barth <abarth@webkit.org>
906 Reviewed by Eric Seidel.
908 Move JavaScriptCore to Source
909 https://bugs.webkit.org/show_bug.cgi?id=51604
911 Update references to JavaScriptCore to point to the new location.
915 * DerivedSources.pro:
922 2011-01-01 Adam Barth <abarth@webkit.org>
924 Reviewed by Eric Seidel.
926 Move Sources to Source
927 https://bugs.webkit.org/show_bug.cgi?id=51794
929 Update build files to point to the new location.
937 2010-12-31 Adam Barth <abarth@webkit.org>
939 Rubber-stamped by Eric Seidel.
941 Move HTML and XML parser benchmarks into PerformanceTests/Parser
942 https://bugs.webkit.org/show_bug.cgi?id=51772
944 Actually move the directory.
946 * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
948 2010-12-31 Adam Barth <abarth@webkit.org>
950 Rubber-stamped by Eric Seidel.
952 Move PageLoadTests to PerformanceTests/PageLoad
953 https://bugs.webkit.org/show_bug.cgi?id=51771
955 Actually move the directory.
957 * PageLoadTests: Removed.
958 * PageLoadTests/svg: Removed.
959 * PageLoadTests/svg/LICENSES: Removed.
960 * PageLoadTests/svg/files: Removed.
961 * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
962 * PageLoadTests/svg/files/42450-under the see.svg: Removed.
963 * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
964 * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
965 * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
966 * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
967 * PageLoadTests/svg/files/bamboo_01.svg: Removed.
968 * PageLoadTests/svg/files/cacuts_01.svg: Removed.
969 * PageLoadTests/svg/files/cowboy.svg: Removed.
970 * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
971 * PageLoadTests/svg/files/deb9frac1.svg: Removed.
972 * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
973 * PageLoadTests/svg/files/france.svg: Removed.
974 * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
975 * PageLoadTests/svg/files/gearflowers.svg: Removed.
976 * PageLoadTests/svg/files/hereGear4.svg: Removed.
977 * PageLoadTests/svg/files/mtsthelens.svg: Removed.
978 * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
979 * PageLoadTests/svg/files/world-iso.svg: Removed.
980 * PageLoadTests/svg/files/worldcup.svg: Removed.
981 * PageLoadTests/svg/svg.pltsuite: Removed.
982 * PerformanceTests/PageLoad: Copied from PageLoadTests.
983 * Sources/cmake/WebKitPackaging.cmake:
985 2010-12-31 Adam Barth <abarth@webkit.org>
987 Rubber-stamped by Eric Seidel.
989 Move SunSpider into PerformanceTests
990 https://bugs.webkit.org/show_bug.cgi?id=51769
992 Actually move the directory.
994 * PerformanceTests: Added.
995 * PerformanceTests/SunSpider: Copied from SunSpider.
996 * Sources/cmake/WebKitPackaging.cmake:
997 * SunSpider: Removed.
998 * SunSpider/SunSpider.make: Removed.
999 * SunSpider/TODO: Removed.
1000 * SunSpider/UNCOVERED: Removed.
1001 * SunSpider/hosted: Removed.
1002 * SunSpider/hosted/json2.js: Removed.
1003 * SunSpider/hosted/sunspider.css: Removed.
1004 * SunSpider/hosted/sunspider.html: Removed.
1005 * SunSpider/hosted/versions.html: Removed.
1006 * SunSpider/make-hosted: Removed.
1007 * SunSpider/resources: Removed.
1008 * SunSpider/resources/TEMPLATE.html: Removed.
1009 * SunSpider/resources/driver-TEMPLATE.html: Removed.
1010 * SunSpider/resources/results-TEMPLATE.html: Removed.
1011 * SunSpider/resources/sunspider-analyze-results.js: Removed.
1012 * SunSpider/resources/sunspider-compare-results.js: Removed.
1013 * SunSpider/resources/sunspider-standalone-compare.js: Removed.
1014 * SunSpider/resources/sunspider-standalone-driver.js: Removed.
1015 * SunSpider/sunspider: Removed.
1016 * SunSpider/sunspider-compare-results: Removed.
1017 * SunSpider/tests: Removed.
1018 * SunSpider/tests/parse-only: Removed.
1019 * SunSpider/tests/parse-only/LIST: Removed.
1020 * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
1021 * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
1022 * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
1023 * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
1024 * SunSpider/tests/sunspider-0.9: Removed.
1025 * SunSpider/tests/sunspider-0.9.1: Removed.
1026 * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
1027 * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
1028 * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
1029 * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
1030 * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
1031 * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
1032 * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
1033 * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
1034 * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
1035 * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
1036 * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
1037 * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
1038 * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
1039 * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
1040 * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
1041 * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
1042 * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
1043 * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
1044 * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
1045 * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
1046 * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
1047 * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
1048 * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
1049 * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
1050 * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
1051 * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
1052 * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
1053 * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
1054 * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
1055 * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
1056 * SunSpider/tests/sunspider-0.9/LIST: Removed.
1057 * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
1058 * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
1059 * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
1060 * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
1061 * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
1062 * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
1063 * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
1064 * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
1065 * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
1066 * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
1067 * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
1068 * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
1069 * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
1070 * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
1071 * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
1072 * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
1073 * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
1074 * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
1075 * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
1076 * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
1077 * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
1078 * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
1079 * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
1080 * SunSpider/tests/ubench: Removed.
1081 * SunSpider/tests/ubench/LIST: Removed.
1082 * SunSpider/tests/ubench/function-closure.js: Removed.
1083 * SunSpider/tests/ubench/function-correct-args.js: Removed.
1084 * SunSpider/tests/ubench/function-empty.js: Removed.
1085 * SunSpider/tests/ubench/function-excess-args.js: Removed.
1086 * SunSpider/tests/ubench/function-missing-args.js: Removed.
1087 * SunSpider/tests/ubench/function-sum.js: Removed.
1088 * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
1089 * SunSpider/tests/ubench/loop-empty.js: Removed.
1090 * SunSpider/tests/ubench/loop-sum.js: Removed.
1091 * SunSpider/tests/v8-v4: Removed.
1092 * SunSpider/tests/v8-v4/LIST: Removed.
1093 * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
1094 * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
1095 * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
1096 * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
1097 * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
1098 * SunSpider/tests/v8-v4/v8-richards.js: Removed.
1099 * SunSpider/tests/v8-v4/v8-splay.js: Removed.
1100 * SunSpider/tests/v8-v5: Removed.
1101 * SunSpider/tests/v8-v5/LIST: Removed.
1102 * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
1103 * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
1104 * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
1105 * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
1106 * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
1107 * SunSpider/tests/v8-v5/v8-richards.js: Removed.
1108 * SunSpider/tests/v8-v5/v8-splay.js: Removed.
1109 * SunSpider/tests/v8-v6: Removed.
1110 * SunSpider/tests/v8-v6/LIST: Removed.
1111 * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
1112 * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
1113 * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
1114 * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
1115 * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
1116 * SunSpider/tests/v8-v6/v8-richards.js: Removed.
1117 * SunSpider/tests/v8-v6/v8-splay.js: Removed.
1118 * SunSpider/xcopy.excludes: Removed.
1120 2010-12-30 Konstantin Tokarev <annulen@yandex.ru>
1122 Reviewed by David Kilzer.
1124 [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
1126 https://bugs.webkit.org/show_bug.cgi?id=51672
1128 * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
1130 2010-12-29 Philippe Normand <pnormand@igalia.com>
1132 Reviewed by Martin Robinson.
1134 [GTK] minimal build fails at link time due to missing sqlite3 symbols
1135 https://bugs.webkit.org/show_bug.cgi?id=51327
1137 * configure.ac: Error out if SQLite3 wasn't found while at least
1138 one of the features depending on it has been enabled.
1140 2010-12-29 Patrick Gansterer <paroga@webkit.org>
1142 Unreviewed. Use gcc as default preprocessor.
1144 * Sources/cmake/OptionsCommon.cmake:
1146 2010-12-27 Ryuan Choi <ryuan.choi@samsung.com>
1148 Reviewed by David Levin.
1150 [EFL] Change path of eflsymbols.filter
1151 https://bugs.webkit.org/show_bug.cgi?id=51659
1153 * Sources/cmake/OptionsEfl.cmake:
1155 2010-12-26 Adam Barth <abarth@webkit.org>
1157 Reviewed by Eric Siedel.
1159 Move autotools into Sources
1160 https://bugs.webkit.org/show_bug.cgi?id=51630
1164 * Sources/autotools: Copied from autotools.
1166 * autotools: Removed.
1167 * autotools/acinclude.m4: Removed.
1168 * autotools/dolt.m4: Removed.
1169 * autotools/gsettings.m4: Removed.
1170 * autotools/symbols.filter: Removed.
1171 * autotools/webkit.m4: Removed.
1174 2010-12-26 Adam Barth <abarth@webkit.org>
1176 Reviewed by Eric Seidel.
1178 Move cmake into Sources
1179 https://bugs.webkit.org/show_bug.cgi?id=51631
1182 * Sources/cmake: Copied from cmake.
1184 * cmake/FindCFLite.cmake: Removed.
1185 * cmake/FindCairo.cmake: Removed.
1186 * cmake/FindEFL.cmake: Removed.
1187 * cmake/FindFontconfig.cmake: Removed.
1188 * cmake/FindFreetype.cmake: Removed.
1189 * cmake/FindGDK-PixBuf.cmake: Removed.
1190 * cmake/FindGDK.cmake: Removed.
1191 * cmake/FindGIO.cmake: Removed.
1192 * cmake/FindGStreamer-App.cmake: Removed.
1193 * cmake/FindGStreamer-Base.cmake: Removed.
1194 * cmake/FindGStreamer-Interfaces.cmake: Removed.
1195 * cmake/FindGStreamer-Pbutils.cmake: Removed.
1196 * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
1197 * cmake/FindGStreamer-Video.cmake: Removed.
1198 * cmake/FindGStreamer.cmake: Removed.
1199 * cmake/FindGlib.cmake: Removed.
1200 * cmake/FindGperf.cmake: Removed.
1201 * cmake/FindGthread.cmake: Removed.
1202 * cmake/FindICU.cmake: Removed.
1203 * cmake/FindLibSoup2.cmake: Removed.
1204 * cmake/FindLibXlst.cmake: Removed.
1205 * cmake/FindPango.cmake: Removed.
1206 * cmake/FindSqlite.cmake: Removed.
1207 * cmake/LibFindMacros.cmake: Removed.
1208 * cmake/OptionsCommon.cmake: Removed.
1209 * cmake/OptionsEfl.cmake: Removed.
1210 * cmake/OptionsWinCE.cmake: Removed.
1211 * cmake/OptionsWindows.cmake: Removed.
1212 * cmake/WebKitEfl.cmake: Removed.
1213 * cmake/WebKitFS.cmake: Removed.
1214 * cmake/WebKitFeatures.cmake: Removed.
1215 * cmake/WebKitHelpers.cmake: Removed.
1216 * cmake/WebKitMacros.cmake: Removed.
1217 * cmake/WebKitPackaging.cmake: Removed.
1218 * cmake/eflsymbols.filter: Removed.
1220 2010-12-26 Adam Barth <abarth@webkit.org>
1222 Fix some references to the old location of the WebKit website in git
1227 2010-12-25 Adam Barth <abarth@webkit.org>
1229 Reviewed by Eric Seidel.
1231 Move ANGLE to Sources/ThirdParty
1232 https://bugs.webkit.org/show_bug.cgi?id=51605
1234 Actually move ANGLE and update the Makefile.
1237 * ANGLE/ANGLE.xcodeproj: Removed.
1238 * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
1239 * ANGLE/Configurations: Removed.
1240 * ANGLE/Configurations/ANGLE.xcconfig: Removed.
1241 * ANGLE/Configurations/Base.xcconfig: Removed.
1242 * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
1243 * ANGLE/Makefile: Removed.
1244 * ANGLE/include: Removed.
1245 * ANGLE/include/EGL: Removed.
1246 * ANGLE/include/EGL/egl.h: Removed.
1247 * ANGLE/include/EGL/eglext.h: Removed.
1248 * ANGLE/include/EGL/eglplatform.h: Removed.
1249 * ANGLE/include/GLES2: Removed.
1250 * ANGLE/include/GLES2/gl2.h: Removed.
1251 * ANGLE/include/GLES2/gl2ext.h: Removed.
1252 * ANGLE/include/GLES2/gl2platform.h: Removed.
1253 * ANGLE/include/GLSLANG: Removed.
1254 * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
1255 * ANGLE/include/KHR: Removed.
1256 * ANGLE/include/KHR/khrplatform.h: Removed.
1257 * ANGLE/src: Removed.
1258 * ANGLE/src/build_angle.xcodeproj: Removed.
1259 * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
1260 * ANGLE/src/common: Removed.
1261 * ANGLE/src/common/angleutils.h: Removed.
1262 * ANGLE/src/common/debug.cpp: Removed.
1263 * ANGLE/src/common/debug.h: Removed.
1264 * ANGLE/src/compiler: Removed.
1265 * ANGLE/src/compiler/BaseTypes.h: Removed.
1266 * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
1267 * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
1268 * ANGLE/src/compiler/Common.h: Removed.
1269 * ANGLE/src/compiler/ConstantUnion.h: Removed.
1270 * ANGLE/src/compiler/InfoSink.cpp: Removed.
1271 * ANGLE/src/compiler/InfoSink.h: Removed.
1272 * ANGLE/src/compiler/Initialize.cpp: Removed.
1273 * ANGLE/src/compiler/Initialize.h: Removed.
1274 * ANGLE/src/compiler/InitializeDll.cpp: Removed.
1275 * ANGLE/src/compiler/InitializeDll.h: Removed.
1276 * ANGLE/src/compiler/InitializeGlobals.h: Removed.
1277 * ANGLE/src/compiler/InitializeParseContext.h: Removed.
1278 * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
1279 * ANGLE/src/compiler/Intermediate.cpp: Removed.
1280 * ANGLE/src/compiler/MMap.h: Removed.
1281 * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
1282 * ANGLE/src/compiler/OutputGLSL.h: Removed.
1283 * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
1284 * ANGLE/src/compiler/OutputHLSL.h: Removed.
1285 * ANGLE/src/compiler/ParseHelper.cpp: Removed.
1286 * ANGLE/src/compiler/ParseHelper.h: Removed.
1287 * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
1288 * ANGLE/src/compiler/PoolAlloc.h: Removed.
1289 * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
1290 * ANGLE/src/compiler/QualifierAlive.h: Removed.
1291 * ANGLE/src/compiler/RemoveTree.cpp: Removed.
1292 * ANGLE/src/compiler/RemoveTree.h: Removed.
1293 * ANGLE/src/compiler/ShHandle.h: Removed.
1294 * ANGLE/src/compiler/ShaderLang.cpp: Removed.
1295 * ANGLE/src/compiler/SymbolTable.cpp: Removed.
1296 * ANGLE/src/compiler/SymbolTable.h: Removed.
1297 * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
1298 * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
1299 * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
1300 * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
1301 * ANGLE/src/compiler/Types.h: Removed.
1302 * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
1303 * ANGLE/src/compiler/UnfoldSelect.h: Removed.
1304 * ANGLE/src/compiler/debug.cpp: Removed.
1305 * ANGLE/src/compiler/debug.h: Removed.
1306 * ANGLE/src/compiler/glslang.l: Removed.
1307 * ANGLE/src/compiler/glslang.y: Removed.
1308 * ANGLE/src/compiler/intermOut.cpp: Removed.
1309 * ANGLE/src/compiler/intermediate.h: Removed.
1310 * ANGLE/src/compiler/localintermediate.h: Removed.
1311 * ANGLE/src/compiler/osinclude.h: Removed.
1312 * ANGLE/src/compiler/ossource_posix.cpp: Removed.
1313 * ANGLE/src/compiler/ossource_win.cpp: Removed.
1314 * ANGLE/src/compiler/parseConst.cpp: Removed.
1315 * ANGLE/src/compiler/preprocessor: Removed.
1316 * ANGLE/src/compiler/preprocessor/atom.c: Removed.
1317 * ANGLE/src/compiler/preprocessor/atom.h: Removed.
1318 * ANGLE/src/compiler/preprocessor/compile.h: Removed.
1319 * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
1320 * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
1321 * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
1322 * ANGLE/src/compiler/preprocessor/memory.c: Removed.
1323 * ANGLE/src/compiler/preprocessor/memory.h: Removed.
1324 * ANGLE/src/compiler/preprocessor/parser.h: Removed.
1325 * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
1326 * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
1327 * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
1328 * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
1329 * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
1330 * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
1331 * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
1332 * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
1333 * ANGLE/src/compiler/tools: Removed.
1334 * ANGLE/src/compiler/unistd.h: Removed.
1335 * ANGLE/src/libEGL: Removed.
1336 * ANGLE/src/libEGL/Config.cpp: Removed.
1337 * ANGLE/src/libEGL/Config.h: Removed.
1338 * ANGLE/src/libEGL/Display.cpp: Removed.
1339 * ANGLE/src/libEGL/Display.h: Removed.
1340 * ANGLE/src/libEGL/Surface.cpp: Removed.
1341 * ANGLE/src/libEGL/Surface.h: Removed.
1342 * ANGLE/src/libEGL/libEGL.cpp: Removed.
1343 * ANGLE/src/libEGL/libEGL.def: Removed.
1344 * ANGLE/src/libEGL/libEGL.vcproj: Removed.
1345 * ANGLE/src/libEGL/main.cpp: Removed.
1346 * ANGLE/src/libEGL/main.h: Removed.
1347 * ANGLE/src/libGLESv2: Removed.
1348 * ANGLE/src/libGLESv2/Blit.cpp: Removed.
1349 * ANGLE/src/libGLESv2/Blit.h: Removed.
1350 * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
1351 * ANGLE/src/libGLESv2/Buffer.h: Removed.
1352 * ANGLE/src/libGLESv2/Context.cpp: Removed.
1353 * ANGLE/src/libGLESv2/Context.h: Removed.
1354 * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
1355 * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
1356 * ANGLE/src/libGLESv2/Program.cpp: Removed.
1357 * ANGLE/src/libGLESv2/Program.h: Removed.
1358 * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
1359 * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
1360 * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
1361 * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
1362 * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
1363 * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
1364 * ANGLE/src/libGLESv2/Shader.cpp: Removed.
1365 * ANGLE/src/libGLESv2/Shader.h: Removed.
1366 * ANGLE/src/libGLESv2/Texture.cpp: Removed.
1367 * ANGLE/src/libGLESv2/Texture.h: Removed.
1368 * ANGLE/src/libGLESv2/geometry: Removed.
1369 * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
1370 * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
1371 * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
1372 * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
1373 * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
1374 * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
1375 * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
1376 * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
1377 * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
1378 * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
1379 * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
1380 * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
1381 * ANGLE/src/libGLESv2/main.cpp: Removed.
1382 * ANGLE/src/libGLESv2/main.h: Removed.
1383 * ANGLE/src/libGLESv2/mathutil.h: Removed.
1384 * ANGLE/src/libGLESv2/utilities.cpp: Removed.
1385 * ANGLE/src/libGLESv2/utilities.h: Removed.
1387 * Sources/ThirdParty: Added.
1388 * Sources/ThirdParty/ANGLE: Copied from ANGLE.
1390 2010-12-26 Patrick Gansterer <paroga@webkit.org>
1392 Unreviewed WinCE buildfix after r74626.
1394 * cmake/OptionsWinCE.cmake:
1396 2010-12-24 Darin Adler <darin@apple.com>
1398 Updated makefiles used by Apple engineers to fix build with the
1399 new JavaScriptGlue location.
1401 * Makefile: Told this to build JavaScriptGlue. Some day we might
1402 want it to descend into Sources instead and use the Makefile there,
1403 but there are problems with sequencing the project builds, so that
1405 * Sources/Makefile.shared: Added.
1407 2010-12-24 Ryuan Choi <ryuan.choi@samsung.com>
1409 Reviewed by Kenneth Rohde Christiansen.
1411 [EFL] Add option to enable Touch Events.
1412 https://bugs.webkit.org/show_bug.cgi?id=49125
1414 Add ENABLE_TOUCH_EVENTS option.
1416 * cmake/OptionsEfl.cmake:
1417 * cmakeconfig.h.cmake:
1419 2010-12-23 Adam Barth <abarth@webkit.org>
1421 Rubber-stamped by Eric Seidel.
1423 Move JavaScriptGlue into Sources
1424 https://bugs.webkit.org/show_bug.cgi?id=51583
1426 Actually perform the move.
1428 * JavaScriptGlue: Removed.
1429 * JavaScriptGlue/Configurations: Removed.
1430 * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
1431 * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
1432 * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
1433 * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
1434 * JavaScriptGlue/English.lproj: Removed.
1435 * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
1436 * JavaScriptGlue/ForwardingHeaders: Removed.
1437 * JavaScriptGlue/ForwardingHeaders/masm: Removed.
1438 * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
1439 * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
1440 * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
1441 * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
1442 * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
1443 * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
1444 * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
1445 * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
1446 * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
1447 * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
1448 * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
1449 * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
1450 * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
1451 * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
1452 * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
1453 * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
1454 * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
1455 * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
1456 * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
1457 * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
1458 * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
1459 * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
1460 * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
1461 * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
1462 * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
1463 * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
1464 * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
1465 * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
1466 * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
1467 * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
1468 * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
1469 * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
1470 * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
1471 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
1472 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
1473 * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
1474 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
1475 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
1476 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
1477 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
1478 * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
1479 * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
1480 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
1481 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
1482 * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
1483 * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
1484 * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
1485 * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
1486 * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
1487 * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
1488 * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
1489 * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
1490 * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
1491 * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
1492 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
1493 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
1494 * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
1495 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
1496 * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
1497 * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
1498 * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
1499 * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
1500 * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
1501 * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
1502 * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
1503 * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
1504 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
1505 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
1506 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
1507 * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
1508 * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
1509 * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
1510 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
1511 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
1512 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
1513 * JavaScriptGlue/Info.plist: Removed.
1514 * JavaScriptGlue/JSBase.cpp: Removed.
1515 * JavaScriptGlue/JSBase.h: Removed.
1516 * JavaScriptGlue/JSObject.cpp: Removed.
1517 * JavaScriptGlue/JSObject.h: Removed.
1518 * JavaScriptGlue/JSRun.cpp: Removed.
1519 * JavaScriptGlue/JSRun.h: Removed.
1520 * JavaScriptGlue/JSUtils.cpp: Removed.
1521 * JavaScriptGlue/JSUtils.h: Removed.
1522 * JavaScriptGlue/JSValueWrapper.cpp: Removed.
1523 * JavaScriptGlue/JSValueWrapper.h: Removed.
1524 * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
1525 * JavaScriptGlue/JavaScriptGlue.exp: Removed.
1526 * JavaScriptGlue/JavaScriptGlue.h: Removed.
1527 * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
1528 * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
1529 * JavaScriptGlue/LICENSE: Removed.
1530 * JavaScriptGlue/Makefile: Removed.
1531 * JavaScriptGlue/UserObjectImp.cpp: Removed.
1532 * JavaScriptGlue/UserObjectImp.h: Removed.
1533 * JavaScriptGlue/config.h: Removed.
1534 * JavaScriptGlue/icu: Removed.
1535 * JavaScriptGlue/icu/LICENSE: Removed.
1536 * JavaScriptGlue/icu/README: Removed.
1537 * JavaScriptGlue/icu/unicode: Removed.
1538 * JavaScriptGlue/icu/unicode/platform.h: Removed.
1539 * JavaScriptGlue/icu/unicode/putil.h: Removed.
1540 * JavaScriptGlue/icu/unicode/uchar.h: Removed.
1541 * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
1542 * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
1543 * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
1544 * JavaScriptGlue/icu/unicode/uenum.h: Removed.
1545 * JavaScriptGlue/icu/unicode/uiter.h: Removed.
1546 * JavaScriptGlue/icu/unicode/umachine.h: Removed.
1547 * JavaScriptGlue/icu/unicode/urename.h: Removed.
1548 * JavaScriptGlue/icu/unicode/ustring.h: Removed.
1549 * JavaScriptGlue/icu/unicode/utf.h: Removed.
1550 * JavaScriptGlue/icu/unicode/utf16.h: Removed.
1551 * JavaScriptGlue/icu/unicode/utf8.h: Removed.
1552 * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
1553 * JavaScriptGlue/icu/unicode/utypes.h: Removed.
1554 * JavaScriptGlue/icu/unicode/uversion.h: Removed.
1555 * JavaScriptGlue/testjsglue.cpp: Removed.
1558 * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
1559 * Sources/Makefile: Added.
1561 2010-12-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
1563 Reviewed by Kenneth Rohde Christiansen.
1565 [EFL] Fix ContextMenu removal
1566 https://bugs.webkit.org/show_bug.cgi?id=51530
1568 Fix ContextMenu removal
1570 In r74207 the support for ContextMenu was removed from EFL while the
1571 code is being ported to the new CROSS_PLATFORM_MENUS due to build
1572 breakage. However there were some missing removals in the shutdown
1573 logic that introduced a bug, leading to a segmentation fault when
1574 ContexController was destroyed.
1576 The best way to effectively disable the ContextMenu is to conditionally
1577 compile the meaningful stuff by surrounding with "#if
1578 ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
1580 * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
1581 implement CROSS_PLATFORM_MENUS yet.
1583 2010-12-22 Xan Lopez <xlopez@igalia.com>
1585 Reviewed by Gustavo Noronha.
1587 * configure.ac: bump version to 1.3.9.
1589 2010-12-22 Xan Lopez <xlopez@igalia.com>
1591 Reviewed by Gustavo Noronha.
1593 [GTK] Compilation fixes with GTK+ 2.91.7
1594 https://bugs.webkit.org/show_bug.cgi?id=51487
1596 * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
1598 2010-12-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1600 Reviewed by Antonio Gomes.
1602 [EFL] Sets default user agent
1603 https://bugs.webkit.org/show_bug.cgi?id=47903
1605 Add macros for WebKit EFL and User Agent.
1607 * cmake/OptionsEfl.cmake:
1608 * cmakeconfig.h.cmake:
1610 2010-12-20 Adam Barth <abarth@webkit.org>
1612 Move web sites to Websites directory
1613 https://bugs.webkit.org/show_bug.cgi?id=51323
1615 This patch was never officially reviewed (because it was too large to
1616 upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
1617 Rowe gave me the green light.
1619 * BugsSite: Removed.
1620 * BugsSite/.cvsignore: Removed.
1621 * BugsSite/.htaccess: Removed.
1622 * BugsSite/Bugzilla: Removed.
1623 * BugsSite/Bugzilla.pm: Removed.
1624 * BugsSite/Bugzilla/.cvsignore: Removed.
1625 * BugsSite/Bugzilla/.htaccess: Removed.
1626 * BugsSite/Bugzilla/Attachment: Removed.
1627 * BugsSite/Bugzilla/Attachment.pm: Removed.
1628 * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
1629 * BugsSite/Bugzilla/Auth: Removed.
1630 * BugsSite/Bugzilla/Auth.pm: Removed.
1631 * BugsSite/Bugzilla/Auth/Login: Removed.
1632 * BugsSite/Bugzilla/Auth/Login.pm: Removed.
1633 * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
1634 * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
1635 * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
1636 * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
1637 * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
1638 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
1639 * BugsSite/Bugzilla/Auth/Persist: Removed.
1640 * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
1641 * BugsSite/Bugzilla/Auth/Verify: Removed.
1642 * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
1643 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
1644 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
1645 * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
1646 * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
1647 * BugsSite/Bugzilla/Bug.pm: Removed.
1648 * BugsSite/Bugzilla/BugMail.pm: Removed.
1649 * BugsSite/Bugzilla/CGI.pm: Removed.
1650 * BugsSite/Bugzilla/Chart.pm: Removed.
1651 * BugsSite/Bugzilla/Classification.pm: Removed.
1652 * BugsSite/Bugzilla/Component.pm: Removed.
1653 * BugsSite/Bugzilla/Config: Removed.
1654 * BugsSite/Bugzilla/Config.pm: Removed.
1655 * BugsSite/Bugzilla/Config/Admin.pm: Removed.
1656 * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
1657 * BugsSite/Bugzilla/Config/Auth.pm: Removed.
1658 * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
1659 * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
1660 * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
1661 * BugsSite/Bugzilla/Config/Common.pm: Removed.
1662 * BugsSite/Bugzilla/Config/Core.pm: Removed.
1663 * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
1664 * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
1665 * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
1666 * BugsSite/Bugzilla/Config/MTA.pm: Removed.
1667 * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
1668 * BugsSite/Bugzilla/Config/Query.pm: Removed.
1669 * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
1670 * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
1671 * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
1672 * BugsSite/Bugzilla/Constants.pm: Removed.
1673 * BugsSite/Bugzilla/DB: Removed.
1674 * BugsSite/Bugzilla/DB.pm: Removed.
1675 * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
1676 * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
1677 * BugsSite/Bugzilla/DB/Pg.pm: Removed.
1678 * BugsSite/Bugzilla/DB/Schema: Removed.
1679 * BugsSite/Bugzilla/DB/Schema.pm: Removed.
1680 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
1681 * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
1682 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
1683 * BugsSite/Bugzilla/Error.pm: Removed.
1684 * BugsSite/Bugzilla/Field.pm: Removed.
1685 * BugsSite/Bugzilla/Flag.pm: Removed.
1686 * BugsSite/Bugzilla/FlagType.pm: Removed.
1687 * BugsSite/Bugzilla/Group.pm: Removed.
1688 * BugsSite/Bugzilla/Hook.pm: Removed.
1689 * BugsSite/Bugzilla/Install: Removed.
1690 * BugsSite/Bugzilla/Install.pm: Removed.
1691 * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
1692 * BugsSite/Bugzilla/Install/DB.pm: Removed.
1693 * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
1694 * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
1695 * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
1696 * BugsSite/Bugzilla/Install/Util.pm: Removed.
1697 * BugsSite/Bugzilla/Keyword.pm: Removed.
1698 * BugsSite/Bugzilla/Mailer.pm: Removed.
1699 * BugsSite/Bugzilla/Milestone.pm: Removed.
1700 * BugsSite/Bugzilla/Object.pm: Removed.
1701 * BugsSite/Bugzilla/Product.pm: Removed.
1702 * BugsSite/Bugzilla/Search: Removed.
1703 * BugsSite/Bugzilla/Search.pm: Removed.
1704 * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
1705 * BugsSite/Bugzilla/Search/Saved.pm: Removed.
1706 * BugsSite/Bugzilla/Series.pm: Removed.
1707 * BugsSite/Bugzilla/Status.pm: Removed.
1708 * BugsSite/Bugzilla/Template: Removed.
1709 * BugsSite/Bugzilla/Template.pm: Removed.
1710 * BugsSite/Bugzilla/Template/Parser.pm: Removed.
1711 * BugsSite/Bugzilla/Template/Plugin: Removed.
1712 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
1713 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
1714 * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
1715 * BugsSite/Bugzilla/Token.pm: Removed.
1716 * BugsSite/Bugzilla/Update.pm: Removed.
1717 * BugsSite/Bugzilla/User: Removed.
1718 * BugsSite/Bugzilla/User.pm: Removed.
1719 * BugsSite/Bugzilla/User/Setting: Removed.
1720 * BugsSite/Bugzilla/User/Setting.pm: Removed.
1721 * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
1722 * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
1723 * BugsSite/Bugzilla/Util.pm: Removed.
1724 * BugsSite/Bugzilla/Version.pm: Removed.
1725 * BugsSite/Bugzilla/WebService: Removed.
1726 * BugsSite/Bugzilla/WebService.pm: Removed.
1727 * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
1728 * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
1729 * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
1730 * BugsSite/Bugzilla/WebService/Product.pm: Removed.
1731 * BugsSite/Bugzilla/WebService/User.pm: Removed.
1732 * BugsSite/PrettyPatch: Removed.
1733 * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
1734 * BugsSite/PrettyPatch/diff.rb: Removed.
1735 * BugsSite/PrettyPatch/prettify.rb: Removed.
1736 * BugsSite/QUICKSTART: Removed.
1737 * BugsSite/README: Removed.
1738 * BugsSite/UPGRADING: Removed.
1739 * BugsSite/UPGRADING-pre-2.8: Removed.
1740 * BugsSite/admin.cgi: Removed.
1741 * BugsSite/attachment.cgi: Removed.
1742 * BugsSite/buglist.cgi: Removed.
1743 * BugsSite/bugzilla.dtd: Removed.
1744 * BugsSite/chart.cgi: Removed.
1745 * BugsSite/checksetup.pl: Removed.
1746 * BugsSite/code-review.js: Removed.
1747 * BugsSite/colchange.cgi: Removed.
1748 * BugsSite/collectstats.pl: Removed.
1749 * BugsSite/committers-autocomplete.js: Removed.
1750 * BugsSite/config.cgi: Removed.
1751 * BugsSite/contrib: Removed.
1752 * BugsSite/contrib/README: Removed.
1753 * BugsSite/contrib/bugzilla-submit: Removed.
1754 * BugsSite/contrib/bugzilla-submit/README: Removed.
1755 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
1756 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
1757 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
1758 * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
1759 * BugsSite/contrib/bz_webservice_demo.pl: Removed.
1760 * BugsSite/contrib/bzdbcopy.pl: Removed.
1761 * BugsSite/contrib/cmdline: Removed.
1762 * BugsSite/contrib/cmdline/bugcount: Removed.
1763 * BugsSite/contrib/cmdline/bugids: Removed.
1764 * BugsSite/contrib/cmdline/buglist: Removed.
1765 * BugsSite/contrib/cmdline/bugs: Removed.
1766 * BugsSite/contrib/cmdline/bugslink: Removed.
1767 * BugsSite/contrib/cmdline/makequery: Removed.
1768 * BugsSite/contrib/cmdline/query.conf: Removed.
1769 * BugsSite/contrib/cvs-update.pl: Removed.
1770 * BugsSite/contrib/gnats2bz.pl: Removed.
1771 * BugsSite/contrib/gnatsparse: Removed.
1772 * BugsSite/contrib/gnatsparse/README: Removed.
1773 * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
1774 * BugsSite/contrib/gnatsparse/magic.py: Removed.
1775 * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
1776 * BugsSite/contrib/jb2bz.py: Removed.
1777 * BugsSite/contrib/merge-users.pl: Removed.
1778 * BugsSite/contrib/mysqld-watcher.pl: Removed.
1779 * BugsSite/contrib/recode-overrides.txt: Removed.
1780 * BugsSite/contrib/recode.pl: Removed.
1781 * BugsSite/contrib/sendbugmail.pl: Removed.
1782 * BugsSite/contrib/sendunsentbugmail.pl: Removed.
1783 * BugsSite/contrib/syncLDAP.pl: Removed.
1784 * BugsSite/contrib/yp_nomail.sh: Removed.
1785 * BugsSite/createaccount.cgi: Removed.
1786 * BugsSite/data: Removed.
1787 * BugsSite/data/.htaccess: Removed.
1788 * BugsSite/data/attachments: Removed.
1789 * BugsSite/data/attachments/.htaccess: Removed.
1790 * BugsSite/data/duplicates: Removed.
1791 * BugsSite/data/mail: Removed.
1792 * BugsSite/data/mimedump-tmp: Removed.
1793 * BugsSite/data/mining: Removed.
1794 * BugsSite/data/params: Removed.
1795 * BugsSite/data/template: Removed.
1796 * BugsSite/data/webdot: Removed.
1797 * BugsSite/data/webdot/.htaccess: Removed.
1798 * BugsSite/describecomponents.cgi: Removed.
1799 * BugsSite/describekeywords.cgi: Removed.
1800 * BugsSite/docs: Removed.
1801 * BugsSite/docs/en: Removed.
1802 * BugsSite/docs/en/.cvsignore: Removed.
1803 * BugsSite/docs/en/README.docs: Removed.
1804 * BugsSite/docs/en/images: Removed.
1805 * BugsSite/docs/en/images/bzLifecycle.png: Removed.
1806 * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
1807 * BugsSite/docs/en/images/callouts: Removed.
1808 * BugsSite/docs/en/images/callouts/1.gif: Removed.
1809 * BugsSite/docs/en/images/callouts/2.gif: Removed.
1810 * BugsSite/docs/en/images/callouts/3.gif: Removed.
1811 * BugsSite/docs/en/images/caution.gif: Removed.
1812 * BugsSite/docs/en/images/note.gif: Removed.
1813 * BugsSite/docs/en/images/tip.gif: Removed.
1814 * BugsSite/docs/en/images/warning.gif: Removed.
1815 * BugsSite/docs/en/rel_notes.txt: Removed.
1816 * BugsSite/docs/en/xml: Removed.
1817 * BugsSite/docs/en/xml/.cvsignore: Removed.
1818 * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
1819 * BugsSite/docs/en/xml/about.xml: Removed.
1820 * BugsSite/docs/en/xml/administration.xml: Removed.
1821 * BugsSite/docs/en/xml/conventions.xml: Removed.
1822 * BugsSite/docs/en/xml/customization.xml: Removed.
1823 * BugsSite/docs/en/xml/gfdl.xml: Removed.
1824 * BugsSite/docs/en/xml/glossary.xml: Removed.
1825 * BugsSite/docs/en/xml/index.xml: Removed.
1826 * BugsSite/docs/en/xml/installation.xml: Removed.
1827 * BugsSite/docs/en/xml/integration.xml: Removed.
1828 * BugsSite/docs/en/xml/introduction.xml: Removed.
1829 * BugsSite/docs/en/xml/modules.xml: Removed.
1830 * BugsSite/docs/en/xml/patches.xml: Removed.
1831 * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
1832 * BugsSite/docs/en/xml/security.xml: Removed.
1833 * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
1834 * BugsSite/docs/en/xml/using.xml: Removed.
1835 * BugsSite/docs/html: Removed.
1836 * BugsSite/docs/html/api: Removed.
1837 * BugsSite/docs/images: Removed.
1838 * BugsSite/docs/images/callouts: Removed.
1839 * BugsSite/docs/lib: Removed.
1840 * BugsSite/docs/lib/Pod: Removed.
1841 * BugsSite/docs/lib/Pod/Simple: Removed.
1842 * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
1843 * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
1844 * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
1845 * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
1846 * BugsSite/docs/makedocs.pl: Removed.
1847 * BugsSite/docs/pdf: Removed.
1848 * BugsSite/docs/style.css: Removed.
1849 * BugsSite/docs/txt: Removed.
1850 * BugsSite/docs/xml: Removed.
1851 * BugsSite/duplicates.cgi: Removed.
1852 * BugsSite/editclassifications.cgi: Removed.
1853 * BugsSite/editcomponents.cgi: Removed.
1854 * BugsSite/editfields.cgi: Removed.
1855 * BugsSite/editflagtypes.cgi: Removed.
1856 * BugsSite/editgroups.cgi: Removed.
1857 * BugsSite/editkeywords.cgi: Removed.
1858 * BugsSite/editmilestones.cgi: Removed.
1859 * BugsSite/editparams.cgi: Removed.
1860 * BugsSite/editproducts.cgi: Removed.
1861 * BugsSite/editsettings.cgi: Removed.
1862 * BugsSite/editusers.cgi: Removed.
1863 * BugsSite/editvalues.cgi: Removed.
1864 * BugsSite/editversions.cgi: Removed.
1865 * BugsSite/editwhines.cgi: Removed.
1866 * BugsSite/editworkflow.cgi: Removed.
1867 * BugsSite/email_in.pl: Removed.
1868 * BugsSite/enter_bug.cgi: Removed.
1869 * BugsSite/extensions: Removed.
1870 * BugsSite/extensions/example: Removed.
1871 * BugsSite/extensions/example/code: Removed.
1872 * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
1873 * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
1874 * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
1875 * BugsSite/extensions/example/code/config.pl: Removed.
1876 * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
1877 * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
1878 * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
1879 * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
1880 * BugsSite/extensions/example/code/webservice.pl: Removed.
1881 * BugsSite/extensions/example/disabled: Removed.
1882 * BugsSite/extensions/example/info.pl: Removed.
1883 * BugsSite/extensions/example/lib: Removed.
1884 * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
1885 * BugsSite/extensions/example/lib/WSExample.pm: Removed.
1886 * BugsSite/extensions/example/template: Removed.
1887 * BugsSite/extensions/example/template/en: Removed.
1888 * BugsSite/extensions/example/template/en/default: Removed.
1889 * BugsSite/extensions/example/template/en/default/admin: Removed.
1890 * BugsSite/extensions/example/template/en/default/admin/params: Removed.
1891 * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
1892 * BugsSite/extensions/example/template/en/global: Removed.
1893 * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
1894 * BugsSite/graphs: Removed.
1895 * BugsSite/images: Removed.
1896 * BugsSite/images/favicon.ico: Removed.
1897 * BugsSite/images/padlock.png: Removed.
1898 * BugsSite/importxml.pl: Removed.
1899 * BugsSite/index.cgi: Removed.
1900 * BugsSite/install-module.pl: Removed.
1901 * BugsSite/js: Removed.
1902 * BugsSite/js/TUI.js: Removed.
1903 * BugsSite/js/attachment.js: Removed.
1904 * BugsSite/js/expanding-tree.js: Removed.
1905 * BugsSite/js/field.js: Removed.
1906 * BugsSite/js/help.js: Removed.
1907 * BugsSite/js/params.js: Removed.
1908 * BugsSite/js/productform.js: Removed.
1909 * BugsSite/js/util.js: Removed.
1910 * BugsSite/js/yui: Removed.
1911 * BugsSite/js/yui/calendar.js: Removed.
1912 * BugsSite/js/yui/yahoo-dom-event.js: Removed.
1913 * BugsSite/lib: Removed.
1914 * BugsSite/lib/.htaccess: Removed.
1915 * BugsSite/lib/README: Removed.
1916 * BugsSite/long_list.cgi: Removed.
1917 * BugsSite/mod_perl.pl: Removed.
1918 * BugsSite/page.cgi: Removed.
1919 * BugsSite/post_bug.cgi: Removed.
1920 * BugsSite/process_bug.cgi: Removed.
1921 * BugsSite/query.cgi: Removed.
1922 * BugsSite/quips.cgi: Removed.
1923 * BugsSite/relogin.cgi: Removed.
1924 * BugsSite/report.cgi: Removed.
1925 * BugsSite/reports.cgi: Removed.
1926 * BugsSite/request.cgi: Removed.
1927 * BugsSite/robots.txt: Removed.
1928 * BugsSite/runtests.pl: Removed.
1929 * BugsSite/sanitycheck.cgi: Removed.
1930 * BugsSite/sanitycheck.pl: Removed.
1931 * BugsSite/search_plugin.cgi: Removed.
1932 * BugsSite/show_activity.cgi: Removed.
1933 * BugsSite/show_bug.cgi: Removed.
1934 * BugsSite/showattachment.cgi: Removed.
1935 * BugsSite/showdependencygraph.cgi: Removed.
1936 * BugsSite/showdependencytree.cgi: Removed.
1937 * BugsSite/sidebar.cgi: Removed.
1938 * BugsSite/skins: Removed.
1939 * BugsSite/skins/.cvsignore: Removed.
1940 * BugsSite/skins/contrib: Removed.
1941 * BugsSite/skins/contrib/Dusk: Removed.
1942 * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
1943 * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
1944 * BugsSite/skins/contrib/Dusk/admin.css: Removed.
1945 * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
1946 * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
1947 * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
1948 * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
1949 * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
1950 * BugsSite/skins/contrib/Dusk/global.css: Removed.
1951 * BugsSite/skins/contrib/Dusk/help.css: Removed.
1952 * BugsSite/skins/contrib/Dusk/index.css: Removed.
1953 * BugsSite/skins/contrib/Dusk/panel.css: Removed.
1954 * BugsSite/skins/contrib/Dusk/params.css: Removed.
1955 * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
1956 * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
1957 * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
1958 * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
1959 * BugsSite/skins/contrib/Dusk/voting.css: Removed.
1960 * BugsSite/skins/contrib/Dusk/yui: Removed.
1961 * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
1962 * BugsSite/skins/custom: Removed.
1963 * BugsSite/skins/custom/IE-fixes.css: Removed.
1964 * BugsSite/skins/custom/admin.css: Removed.
1965 * BugsSite/skins/custom/buglist.css: Removed.
1966 * BugsSite/skins/custom/create_attachment.css: Removed.
1967 * BugsSite/skins/custom/dependency-tree.css: Removed.
1968 * BugsSite/skins/custom/duplicates.css: Removed.
1969 * BugsSite/skins/custom/editusers.css: Removed.
1970 * BugsSite/skins/custom/global.css: Removed.
1971 * BugsSite/skins/custom/help.css: Removed.
1972 * BugsSite/skins/custom/index.css: Removed.
1973 * BugsSite/skins/custom/opendarwin.gif: Removed.
1974 * BugsSite/skins/custom/panel.css: Removed.
1975 * BugsSite/skins/custom/params.css: Removed.
1976 * BugsSite/skins/custom/release-notes.css: Removed.
1977 * BugsSite/skins/custom/show_bug.css: Removed.
1978 * BugsSite/skins/custom/show_multiple.css: Removed.
1979 * BugsSite/skins/custom/summarize-time.css: Removed.
1980 * BugsSite/skins/custom/voting.css: Removed.
1981 * BugsSite/skins/custom/yui: Removed.
1982 * BugsSite/skins/custom/yui/calendar.css: Removed.
1983 * BugsSite/skins/standard: Removed.
1984 * BugsSite/skins/standard/IE-fixes.css: Removed.
1985 * BugsSite/skins/standard/admin.css: Removed.
1986 * BugsSite/skins/standard/buglist.css: Removed.
1987 * BugsSite/skins/standard/create_attachment.css: Removed.
1988 * BugsSite/skins/standard/dependency-tree: Removed.
1989 * BugsSite/skins/standard/dependency-tree.css: Removed.
1990 * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
1991 * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
1992 * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
1993 * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
1994 * BugsSite/skins/standard/duplicates.css: Removed.
1995 * BugsSite/skins/standard/editusers.css: Removed.
1996 * BugsSite/skins/standard/global: Removed.
1997 * BugsSite/skins/standard/global.css: Removed.
1998 * BugsSite/skins/standard/global/body-back.gif: Removed.
1999 * BugsSite/skins/standard/global/calendar.png: Removed.
2000 * BugsSite/skins/standard/global/header.png: Removed.
2001 * BugsSite/skins/standard/help.css: Removed.
2002 * BugsSite/skins/standard/index: Removed.
2003 * BugsSite/skins/standard/index.css: Removed.
2004 * BugsSite/skins/standard/index/front.png: Removed.
2005 * BugsSite/skins/standard/panel.css: Removed.
2006 * BugsSite/skins/standard/params.css: Removed.
2007 * BugsSite/skins/standard/release-notes.css: Removed.
2008 * BugsSite/skins/standard/show_bug.css: Removed.
2009 * BugsSite/skins/standard/show_multiple.css: Removed.
2010 * BugsSite/skins/standard/summarize-time.css: Removed.
2011 * BugsSite/skins/standard/voting.css: Removed.
2012 * BugsSite/skins/standard/yui: Removed.
2013 * BugsSite/skins/standard/yui/calendar.css: Removed.
2014 * BugsSite/skins/standard/yui/sprite.png: Removed.
2015 * BugsSite/summarize_time.cgi: Removed.
2016 * BugsSite/t: Removed.
2017 * BugsSite/t/001compile.t: Removed.
2018 * BugsSite/t/002goodperl.t: Removed.
2019 * BugsSite/t/003safesys.t: Removed.
2020 * BugsSite/t/004template.t: Removed.
2021 * BugsSite/t/005no_tabs.t: Removed.
2022 * BugsSite/t/006spellcheck.t: Removed.
2023 * BugsSite/t/007util.t: Removed.
2024 * BugsSite/t/008filter.t: Removed.
2025 * BugsSite/t/009bugwords.t: Removed.
2026 * BugsSite/t/010dependencies.t: Removed.
2027 * BugsSite/t/011pod.t: Removed.
2028 * BugsSite/t/012throwables.t: Removed.
2029 * BugsSite/t/Support: Removed.
2030 * BugsSite/t/Support/Files.pm: Removed.
2031 * BugsSite/t/Support/Systemexec.pm: Removed.
2032 * BugsSite/t/Support/Templates.pm: Removed.
2033 * BugsSite/template: Removed.
2034 * BugsSite/template/.cvsignore: Removed.
2035 * BugsSite/template/.htaccess: Removed.
2036 * BugsSite/template/en: Removed.
2037 * BugsSite/template/en/.cvsignore: Removed.
2038 * BugsSite/template/en/custom: Removed.
2039 * BugsSite/template/en/custom/account: Removed.
2040 * BugsSite/template/en/custom/account/auth: Removed.
2041 * BugsSite/template/en/custom/account/email: Removed.
2042 * BugsSite/template/en/custom/account/password: Removed.
2043 * BugsSite/template/en/custom/account/prefs: Removed.
2044 * BugsSite/template/en/custom/admin: Removed.
2045 * BugsSite/template/en/custom/admin/classifications: Removed.
2046 * BugsSite/template/en/custom/admin/components: Removed.
2047 * BugsSite/template/en/custom/admin/fieldvalues: Removed.
2048 * BugsSite/template/en/custom/admin/flag-type: Removed.
2049 * BugsSite/template/en/custom/admin/groups: Removed.
2050 * BugsSite/template/en/custom/admin/keywords: Removed.
2051 * BugsSite/template/en/custom/admin/milestones: Removed.
2052 * BugsSite/template/en/custom/admin/products: Removed.
2053 * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
2054 * BugsSite/template/en/custom/admin/settings: Removed.
2055 * BugsSite/template/en/custom/admin/users: Removed.
2056 * BugsSite/template/en/custom/admin/versions: Removed.
2057 * BugsSite/template/en/custom/attachment: Removed.
2058 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
2059 * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
2060 * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
2061 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
2062 * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
2063 * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
2064 * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
2065 * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
2066 * BugsSite/template/en/custom/bug: Removed.
2067 * BugsSite/template/en/custom/bug/activity: Removed.
2068 * BugsSite/template/en/custom/bug/create: Removed.
2069 * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
2070 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
2071 * BugsSite/template/en/custom/bug/process: Removed.
2072 * BugsSite/template/en/custom/bug/votes: Removed.
2073 * BugsSite/template/en/custom/flag: Removed.
2074 * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
2075 * BugsSite/template/en/custom/global: Removed.
2076 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
2077 * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
2078 * BugsSite/template/en/custom/list: Removed.
2079 * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
2080 * BugsSite/template/en/custom/pages: Removed.
2081 * BugsSite/template/en/custom/reports: Removed.
2082 * BugsSite/template/en/custom/request: Removed.
2083 * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
2084 * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
2085 * BugsSite/template/en/custom/search: Removed.
2086 * BugsSite/template/en/custom/whine: Removed.
2087 * BugsSite/template/en/default: Removed.
2088 * BugsSite/template/en/default/account: Removed.
2089 * BugsSite/template/en/default/account/auth: Removed.
2090 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
2091 * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
2092 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
2093 * BugsSite/template/en/default/account/create.html.tmpl: Removed.
2094 * BugsSite/template/en/default/account/created.html.tmpl: Removed.
2095 * BugsSite/template/en/default/account/email: Removed.
2096 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
2097 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
2098 * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
2099 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
2100 * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
2101 * BugsSite/template/en/default/account/password: Removed.
2102 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
2103 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
2104 * BugsSite/template/en/default/account/prefs: Removed.
2105 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
2106 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
2107 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
2108 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
2109 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
2110 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
2111 * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
2112 * BugsSite/template/en/default/admin: Removed.
2113 * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
2114 * BugsSite/template/en/default/admin/classifications: Removed.
2115 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
2116 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
2117 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
2118 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
2119 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
2120 * BugsSite/template/en/default/admin/components: Removed.
2121 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
2122 * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
2123 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
2124 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
2125 * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
2126 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
2127 * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
2128 * BugsSite/template/en/default/admin/custom_fields: Removed.
2129 * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
2130 * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
2131 * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
2132 * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
2133 * BugsSite/template/en/default/admin/fieldvalues: Removed.
2134 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
2135 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
2136 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
2137 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
2138 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
2139 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
2140 * BugsSite/template/en/default/admin/flag-type: Removed.
2141 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
2142 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
2143 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
2144 * BugsSite/template/en/default/admin/groups: Removed.
2145 * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
2146 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
2147 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
2148 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
2149 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
2150 * BugsSite/template/en/default/admin/keywords: Removed.
2151 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
2152 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
2153 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
2154 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
2155 * BugsSite/template/en/default/admin/milestones: Removed.
2156 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
2157 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
2158 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
2159 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
2160 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
2161 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
2162 * BugsSite/template/en/default/admin/params: Removed.
2163 * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
2164 * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
2165 * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
2166 * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
2167 * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
2168 * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
2169 * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
2170 * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
2171 * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
2172 * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
2173 * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
2174 * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
2175 * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
2176 * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
2177 * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
2178 * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
2179 * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
2180 * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
2181 * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
2182 * BugsSite/template/en/default/admin/products: Removed.
2183 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
2184 * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
2185 * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
2186 * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
2187 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
2188 * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
2189 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
2190 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
2191 * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
2192 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
2193 * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
2194 * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
2195 * BugsSite/template/en/default/admin/sanitycheck: Removed.
2196 * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
2197 * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
2198 * BugsSite/template/en/default/admin/settings: Removed.
2199 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
2200 * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
2201 * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
2202 * BugsSite/template/en/default/admin/users: Removed.
2203 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
2204 * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
2205 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
2206 * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
2207 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
2208 * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
2209 * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
2210 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
2211 * BugsSite/template/en/default/admin/versions: Removed.
2212 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
2213 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
2214 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
2215 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
2216 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
2217 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
2218 * BugsSite/template/en/default/admin/workflow: Removed.
2219 * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
2220 * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
2221 * BugsSite/template/en/default/attachment: Removed.
2222 * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
2223 * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
2224 * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
2225 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
2226 * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
2227 * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
2228 * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
2229 * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
2230 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
2231 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
2232 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
2233 * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
2234 * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
2235 * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
2236 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
2237 * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
2238 * BugsSite/template/en/default/bug: Removed.
2239 * BugsSite/template/en/default/bug/activity: Removed.
2240 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
2241 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
2242 * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
2243 * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
2244 * BugsSite/template/en/default/bug/create: Removed.
2245 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
2246 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
2247 * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
2248 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
2249 * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
2250 * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
2251 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
2252 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
2253 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
2254 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
2255 * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
2256 * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
2257 * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
2258 * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
2259 * BugsSite/template/en/default/bug/process: Removed.
2260 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
2261 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
2262 * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
2263 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
2264 * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
2265 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
2266 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
2267 * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
2268 * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
2269 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
2270 * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
2271 * BugsSite/template/en/default/bug/votes: Removed.
2272 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
2273 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
2274 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
2275 * BugsSite/template/en/default/config.js.tmpl: Removed.
2276 * BugsSite/template/en/default/config.rdf.tmpl: Removed.
2277 * BugsSite/template/en/default/email: Removed.
2278 * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
2279 * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
2280 * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
2281 * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
2282 * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
2283 * BugsSite/template/en/default/filterexceptions.pl: Removed.
2284 * BugsSite/template/en/default/flag: Removed.
2285 * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
2286 * BugsSite/template/en/default/global: Removed.
2287 * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
2288 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
2289 * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
2290 * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
2291 * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
2292 * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
2293 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
2294 * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
2295 * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
2296 * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
2297 * BugsSite/template/en/default/global/header.html.tmpl: Removed.
2298 * BugsSite/template/en/default/global/help.html.tmpl: Removed.
2299 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
2300 * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
2301 * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
2302 * BugsSite/template/en/default/global/message.html.tmpl: Removed.
2303 * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
2304 * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
2305 * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
2306 * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
2307 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
2308 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
2309 * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
2310 * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
2311 * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
2312 * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
2313 * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
2314 * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
2315 * BugsSite/template/en/default/index.html.tmpl: Removed.
2316 * BugsSite/template/en/default/list: Removed.
2317 * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
2318 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
2319 * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
2320 * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
2321 * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
2322 * BugsSite/template/en/default/list/list.html.tmpl: Removed.
2323 * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
2324 * BugsSite/template/en/default/list/list.js.tmpl: Removed.
2325 * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
2326 * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
2327 * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
2328 * BugsSite/template/en/default/list/table.html.tmpl: Removed.
2329 * BugsSite/template/en/default/pages: Removed.
2330 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
2331 * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
2332 * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
2333 * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
2334 * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
2335 * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
2336 * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
2337 * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
2338 * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
2339 * BugsSite/template/en/default/reports: Removed.
2340 * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
2341 * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
2342 * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
2343 * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
2344 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
2345 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
2346 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
2347 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
2348 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
2349 * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
2350 * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
2351 * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
2352 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
2353 * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
2354 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
2355 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
2356 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
2357 * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
2358 * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
2359 * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
2360 * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
2361 * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
2362 * BugsSite/template/en/default/request: Removed.
2363 * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
2364 * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
2365 * BugsSite/template/en/default/search: Removed.
2366 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
2367 * BugsSite/template/en/default/search/form.html.tmpl: Removed.
2368 * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
2369 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
2370 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
2371 * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
2372 * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
2373 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
2374 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
2375 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
2376 * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
2377 * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
2378 * BugsSite/template/en/default/setup: Removed.
2379 * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
2380 * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
2381 * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
2382 * BugsSite/template/en/default/whine: Removed.
2383 * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
2384 * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
2385 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
2386 * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
2387 * BugsSite/template/en/extension: Removed.
2388 * BugsSite/template/en/extension/filterexceptions.pl: Removed.
2389 * BugsSite/testagent.cgi: Removed.
2390 * BugsSite/testserver.pl: Removed.
2391 * BugsSite/token.cgi: Removed.
2392 * BugsSite/userprefs.cgi: Removed.
2393 * BugsSite/votes.cgi: Removed.
2394 * BugsSite/whine.pl: Removed.
2395 * BugsSite/whineatnews.pl: Removed.
2396 * BugsSite/xml.cgi: Removed.
2397 * BugsSite/xmlrpc.cgi: Removed.
2398 * PlanetWebKit: Removed.
2399 * PlanetWebKit/README: Removed.
2400 * PlanetWebKit/config.ini: Removed.
2401 * PlanetWebKit/planet: Removed.
2402 * PlanetWebKit/planet/AUTHORS: Removed.
2403 * PlanetWebKit/planet/INSTALL: Removed.
2404 * PlanetWebKit/planet/LICENCE: Removed.
2405 * PlanetWebKit/planet/NEWS: Removed.
2406 * PlanetWebKit/planet/PKG-INFO: Removed.
2407 * PlanetWebKit/planet/README: Removed.
2408 * PlanetWebKit/planet/THANKS: Removed.
2409 * PlanetWebKit/planet/TODO: Removed.
2410 * PlanetWebKit/planet/examples: Removed.
2411 * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
2412 * PlanetWebKit/planet/examples/basic: Removed.
2413 * PlanetWebKit/planet/examples/basic/config.ini: Removed.
2414 * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
2415 * PlanetWebKit/planet/examples/fancy: Removed.
2416 * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
2417 * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
2418 * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
2419 * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
2420 * PlanetWebKit/planet/examples/output: Removed.
2421 * PlanetWebKit/planet/examples/output/images: Removed.
2422 * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
2423 * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
2424 * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
2425 * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
2426 * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
2427 * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
2428 * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
2429 * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
2430 * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
2431 * PlanetWebKit/planet/examples/output/planet.css: Removed.
2432 * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
2433 * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
2434 * PlanetWebKit/planet/planet: Removed.
2435 * PlanetWebKit/planet/planet-cache.py: Removed.
2436 * PlanetWebKit/planet/planet.py: Removed.
2437 * PlanetWebKit/planet/planet/__init__.py: Removed.
2438 * PlanetWebKit/planet/planet/atomstyler.py: Removed.
2439 * PlanetWebKit/planet/planet/cache.py: Removed.
2440 * PlanetWebKit/planet/planet/compat_logging: Removed.
2441 * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
2442 * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
2443 * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
2444 * PlanetWebKit/planet/planet/feedparser.py: Removed.
2445 * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
2446 * PlanetWebKit/planet/planet/sanitize.py: Removed.
2447 * PlanetWebKit/planet/planet/tests: Removed.
2448 * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
2449 * PlanetWebKit/planet/planet/tests/data: Removed.
2450 * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
2451 * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
2452 * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
2453 * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
2454 * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
2455 * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
2456 * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
2457 * PlanetWebKit/planet/runtests.py: Removed.
2458 * PlanetWebKit/planet/setup.py: Removed.
2459 * PlanetWebKit/templates: Removed.
2460 * PlanetWebKit/templates/atom.xml.tmpl: Removed.
2461 * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
2462 * PlanetWebKit/templates/index.html.tmpl: Removed.
2463 * PlanetWebKit/templates/opml.xml.tmpl: Removed.
2464 * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
2465 * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
2466 * PlanetWebKit/update.pl: Removed.
2467 * PlanetWebKit/wwwroot: Removed.
2468 * PlanetWebKit/wwwroot/ie.css: Removed.
2469 * PlanetWebKit/wwwroot/images: Removed.
2470 * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
2471 * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
2472 * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
2473 * PlanetWebKit/wwwroot/images/planet.png: Removed.
2474 * PlanetWebKit/wwwroot/planet.css: Removed.
2475 * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
2477 * Sites/bugs.webkit.org: Copied from BugsSite.
2478 * Sites/planet.webkit.org: Copied from PlanetWebKit.
2479 * Sites/webkit.org: Copied from WebKitSite.
2480 * WebKitSite: Removed.
2481 * WebKitSite/.htaccess: Removed.
2482 * WebKitSite/asking_questions.html: Removed.
2483 * WebKitSite/blog: Removed.
2484 * WebKitSite/blog-files: Removed.
2485 * WebKitSite/blog-files/3d-transforms: Removed.
2486 * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
2487 * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
2488 * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
2489 * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
2490 * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
2491 * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
2492 * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
2493 * WebKitSite/blog-files/InspectElementMenu.png: Removed.
2494 * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
2495 * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
2496 * WebKitSite/blog-files/InspectorFonts.png: Removed.
2497 * WebKitSite/blog-files/acid3-100.png: Removed.
2498 * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
2499 * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
2500 * WebKitSite/blog-files/acid3-screenshot.png: Removed.
2501 * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
2502 * WebKitSite/blog-files/acid3-timing.png: Removed.
2503 * WebKitSite/blog-files/animation-demo.svg: Removed.
2504 * WebKitSite/blog-files/bounce.html: Removed.
2505 * WebKitSite/blog-files/bounce.png: Removed.
2506 * WebKitSite/blog-files/circle.svg: Removed.
2507 * WebKitSite/blog-files/cubes-7.svg: Removed.
2508 * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
2509 * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
2510 * WebKitSite/blog-files/inspector: Removed.
2511 * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
2512 * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
2513 * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
2514 * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
2515 * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
2516 * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
2517 * WebKitSite/blog-files/inspector-event-scope.png: Removed.
2518 * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
2519 * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
2520 * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
2521 * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
2522 * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
2523 * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
2524 * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
2525 * WebKitSite/blog-files/inspector-toolbar.png: Removed.
2526 * WebKitSite/blog-files/inspector-with-scope.png: Removed.
2527 * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
2528 * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
2529 * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
2530 * WebKitSite/blog-files/inspector/colors.png: Removed.
2531 * WebKitSite/blog-files/inspector/console_panel.png: Removed.
2532 * WebKitSite/blog-files/inspector/context_menu.png: Removed.
2533 * WebKitSite/blog-files/inspector/cookies.png: Removed.
2534 * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
2535 * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
2536 * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
2537 * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
2538 * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
2539 * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
2540 * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
2541 * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
2542 * WebKitSite/blog-files/inspector/enable.png: Removed.
2543 * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
2544 * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
2545 * WebKitSite/blog-files/inspector/event_listeners.png: Removed.
2546 * WebKitSite/blog-files/inspector/form_data.png: Removed.
2547 * WebKitSite/blog-files/inspector/inherited_styles.png: Removed.
2548 * WebKitSite/blog-files/inspector/inline_highlight.png: Removed.
2549 * WebKitSite/blog-files/inspector/inorder.png: Removed.
2550 * WebKitSite/blog-files/inspector/inspect_inspector.png: Removed.
2551 * WebKitSite/blog-files/inspector/inspect_inspector_small.png: Removed.
2552 * WebKitSite/blog-files/inspector/large_dom.png: Removed.
2553 * WebKitSite/blog-files/inspector/large_resources.png: Removed.
2554 * WebKitSite/blog-files/inspector/load_lines.png: Removed.
2555 * WebKitSite/blog-files/inspector/nodelist.png: Removed.
2556 * WebKitSite/blog-files/inspector/pseudo_elements.png: Removed.
2557 * WebKitSite/blog-files/inspector/redirect_headers.png: Removed.
2558 * WebKitSite/blog-files/inspector/redirect_headers_full.png: Removed.
2559 * WebKitSite/blog-files/inspector/redirects.png: Removed.
2560 * WebKitSite/blog-files/inspector/redirects_full.png: Removed.
2561 * WebKitSite/blog-files/inspector/scope_bar.png: Removed.
2562 * WebKitSite/blog-files/inspector/timeline_overview.png: Removed.
2563 * WebKitSite/blog-files/inspector/timeline_panel.png: Removed.
2564 * WebKitSite/blog-files/inspector/timeline_record_details.png: Removed.
2565 * WebKitSite/blog-files/inspector/watched_expression.png: Removed.
2566 * WebKitSite/blog-files/kate-circle.png: Removed.
2567 * WebKitSite/blog-files/kate-gradient-rounded.png: Removed.
2568 * WebKitSite/blog-files/kate-gradient.png: Removed.
2569 * WebKitSite/blog-files/kate-reflected.png: Removed.
2570 * WebKitSite/blog-files/kate-vignette-mask.png: Removed.
2571 * WebKitSite/blog-files/kate.png: Removed.
2572 * WebKitSite/blog-files/leaves: Removed.
2573 * WebKitSite/blog-files/leaves-screenshot-small.jpg: Removed.
2574 * WebKitSite/blog-files/leaves-screenshot.jpg: Removed.
2575 * WebKitSite/blog-files/leaves/images: Removed.
2576 * WebKitSite/blog-files/leaves/images/apple-touch-icon.png: Removed.
2577 * WebKitSite/blog-files/leaves/images/backgroundLeaves.jpg: Removed.
2578 * WebKitSite/blog-files/leaves/images/realLeaf1.png: Removed.
2579 * WebKitSite/blog-files/leaves/images/realLeaf2.png: Removed.
2580 * WebKitSite/blog-files/leaves/images/realLeaf3.png: Removed.
2581 * WebKitSite/blog-files/leaves/images/realLeaf4.png: Removed.
2582 * WebKitSite/blog-files/leaves/images/textBackground.png: Removed.
2583 * WebKitSite/blog-files/leaves/index.html: Removed.
2584 * WebKitSite/blog-files/leaves/leaves.css: Removed.
2585 * WebKitSite/blog-files/leaves/leaves.js: Removed.
2586 * WebKitSite/blog-files/load-unload-example.html: Removed.
2587 * WebKitSite/blog-files/loader-diagram.svg: Removed.
2588 * WebKitSite/blog-files/maskspeedracer.png: Removed.
2589 * WebKitSite/blog-files/number-morph.svg: Removed.
2590 * WebKitSite/blog-files/pageshow-pagehide-example.html: Removed.
2591 * WebKitSite/blog-files/prototype-for-gebcn-test.js: Removed.
2592 * WebKitSite/blog-files/pulse.html: Removed.
2593 * WebKitSite/blog-files/pulse.png: Removed.
2594 * WebKitSite/blog-files/riemann-screenshot.png: Removed.
2595 * WebKitSite/blog-files/scrollbarpicture.png: Removed.
2596 * WebKitSite/blog-files/sfx-perf.png: Removed.
2597 * WebKitSite/blog-files/squirrelfish-link-animated.svg: Removed.
2598 * WebKitSite/blog-files/squirrelfish-webkit-graph.png: Removed.
2599 * WebKitSite/blog-files/squirrelfish.png: Removed.
2600 * WebKitSite/blog-files/timeline-blocking-script.png: Removed.
2601 * WebKitSite/blog-files/timeline-defer-script.png: Removed.
2602 * WebKitSite/blog-files/touch-poster.png: Removed.
2603 * WebKitSite/blog-files/vignette-mask.png: Removed.
2604 * WebKitSite/blog-files/webgl: Removed.
2605 * WebKitSite/blog-files/webgl/Earth.html: Removed.
2606 * WebKitSite/blog-files/webgl/ManyPlanetsDeep.html: Removed.
2607 * WebKitSite/blog-files/webgl/SpinningBox.html: Removed.
2608 * WebKitSite/blog-files/webgl/SpiritBox.html: Removed.
2609 * WebKitSite/blog-files/webgl/TeapotPerPixel.html: Removed.
2610 * WebKitSite/blog-files/webgl/TeapotPerVertex.html: Removed.
2611 * WebKitSite/blog-files/webgl/WebGL+CSS.html: Removed.
2612 * WebKitSite/blog-files/webgl/resources: Removed.
2613 * WebKitSite/blog-files/webgl/resources/BambooBridge.jpg: Removed.
2614 * WebKitSite/blog-files/webgl/resources/EarthThumb.jpg: Removed.
2615 * WebKitSite/blog-files/webgl/resources/J3DI.js: Removed.
2616 * WebKitSite/blog-files/webgl/resources/J3DIMath.js: Removed.
2617 * WebKitSite/blog-files/webgl/resources/ManyPlanetsDeepThumb.jpg: Removed.
2618 * WebKitSite/blog-files/webgl/resources/SpinningBoxThumb.jpg: Removed.
2619 * WebKitSite/blog-files/webgl/resources/SpiritBox.jpg: Removed.
2620 * WebKitSite/blog-files/webgl/resources/TeapotPerPixelThumb.jpg: Removed.
2621 * WebKitSite/blog-files/webgl/resources/TeapotPerVertexThumb.jpg: Removed.
2622 * WebKitSite/blog-files/webgl/resources/WebGL+CSSThumb.jpg: Removed.
2623 * WebKitSite/blog-files/webgl/resources/blogpost.css: Removed.
2624 * WebKitSite/blog-files/webgl/resources/earthmap1k.jpg: Removed.
2625 * WebKitSite/blog-files/webgl/resources/mars500x250.png: Removed.
2626 * WebKitSite/blog-files/webgl/resources/spirit.jpg: Removed.
2627 * WebKitSite/blog-files/webgl/resources/teapot.obj: Removed.
2628 * WebKitSite/blog-files/wsj-nopreload.png: Removed.
2629 * WebKitSite/blog-files/wsj-preload.png: Removed.
2630 * WebKitSite/blog-files/wsj-vs.png: Removed.
2631 * WebKitSite/blog/.htaccess: Removed.
2632 * WebKitSite/blog/index.php: Removed.
2633 * WebKitSite/blog/license.txt: Removed.
2634 * WebKitSite/blog/wp-admin: Removed.
2635 * WebKitSite/blog/wp-admin/admin-ajax.php: Removed.
2636 * WebKitSite/blog/wp-admin/admin-footer.php: Removed.
2637 * WebKitSite/blog/wp-admin/admin-functions.php: Removed.
2638 * WebKitSite/blog/wp-admin/admin-header.php: Removed.
2639 * WebKitSite/blog/wp-admin/admin-post.php: Removed.
2640 * WebKitSite/blog/wp-admin/admin.php: Removed.
2641 * WebKitSite/blog/wp-admin/async-upload.php: Removed.
2642 * WebKitSite/blog/wp-admin/categories.php: Removed.
2643 * WebKitSite/blog/wp-admin/comment.php: Removed.
2644 * WebKitSite/blog/wp-admin/css: Removed.
2645 * WebKitSite/blog/wp-admin/css/colors-classic-rtl.css: Removed.
2646 * WebKitSite/blog/wp-admin/css/colors-classic.css: Removed.
2647 * WebKitSite/blog/wp-admin/css/colors-fresh-rtl.css: Removed.
2648 * WebKitSite/blog/wp-admin/css/colors-fresh.css: Removed.
2649 * WebKitSite/blog/wp-admin/css/dashboard-rtl.css: Removed.
2650 * WebKitSite/blog/wp-admin/css/dashboard.css: Removed.
2651 * WebKitSite/blog/wp-admin/css/farbtastic-rtl.css: Removed.
2652 * WebKitSite/blog/wp-admin/css/farbtastic.css: Removed.
2653 * WebKitSite/blog/wp-admin/css/global-rtl.css: Removed.
2654 * WebKitSite/blog/wp-admin/css/global.css: Removed.
2655 * WebKitSite/blog/wp-admin/css/ie-rtl.css: Removed.
2656 * WebKitSite/blog/wp-admin/css/ie.css: Removed.
2657 * WebKitSite/blog/wp-admin/css/install-rtl.css: Removed.
2658 * WebKitSite/blog/wp-admin/css/install.css: Removed.
2659 * WebKitSite/blog/wp-admin/css/login-rtl.css: Removed.
2660 * WebKitSite/blog/wp-admin/css/login.css: Removed.
2661 * WebKitSite/blog/wp-admin/css/media-rtl.css: Removed.
2662 * WebKitSite/blog/wp-admin/css/media.css: Removed.
2663 * WebKitSite/blog/wp-admin/css/plugin-install-rtl.css: Removed.
2664 * WebKitSite/blog/wp-admin/css/plugin-install.css: Removed.
2665 * WebKitSite/blog/wp-admin/css/press-this-rtl.css: Removed.
2666 * WebKitSite/blog/wp-admin/css/press-this.css: Removed.
2667 * WebKitSite/blog/wp-admin/css/theme-editor-rtl.css: Removed.
2668 * WebKitSite/blog/wp-admin/css/theme-editor.css: Removed.
2669 * WebKitSite/blog/wp-admin/css/theme-install.css: Removed.
2670 * WebKitSite/blog/wp-admin/css/widgets-rtl.css: Removed.
2671 * WebKitSite/blog/wp-admin/css/widgets.css: Removed.
2672 * WebKitSite/blog/wp-admin/custom-header.php: Removed.
2673 * WebKitSite/blog/wp-admin/edit-attachment-rows.php: Removed.
2674 * WebKitSite/blog/wp-admin/edit-category-form.php: Removed.
2675 * WebKitSite/blog/wp-admin/edit-comments.php: Removed.
2676 * WebKitSite/blog/wp-admin/edit-form-advanced.php: Removed.
2677 * WebKitSite/blog/wp-admin/edit-form-comment.php: Removed.
2678 * WebKitSite/blog/wp-admin/edit-link-categories.php: Removed.
2679 * WebKitSite/blog/wp-admin/edit-link-category-form.php: Removed.
2680 * WebKitSite/blog/wp-admin/edit-link-form.php: Removed.
2681 * WebKitSite/blog/wp-admin/edit-page-form.php: Removed.
2682 * WebKitSite/blog/wp-admin/edit-pages.php: Removed.
2683 * WebKitSite/blog/wp-admin/edit-post-rows.php: Removed.
2684 * WebKitSite/blog/wp-admin/edit-tag-form.php: Removed.
2685 * WebKitSite/blog/wp-admin/edit-tags.php: Removed.
2686 * WebKitSite/blog/wp-admin/edit.php: Removed.
2687 * WebKitSite/blog/wp-admin/export.php: Removed.
2688 * WebKitSite/blog/wp-admin/gears-manifest.php: Removed.
2689 * WebKitSite/blog/wp-admin/images: Removed.
2690 * WebKitSite/blog/wp-admin/images/align-center.png: Removed.
2691 * WebKitSite/blog/wp-admin/images/align-left.png: Removed.
2692 * WebKitSite/blog/wp-admin/images/align-none.png: Removed.
2693 * WebKitSite/blog/wp-admin/images/align-right.png: Removed.
2694 * WebKitSite/blog/wp-admin/images/archive-link.png: Removed.
2695 * WebKitSite/blog/wp-admin/images/blue-grad.png: Removed.
2696 * WebKitSite/blog/wp-admin/images/browse-happy.gif: Removed.
2697 * WebKitSite/blog/wp-admin/images/bubble_bg-rtl.gif: Removed.
2698 * WebKitSite/blog/wp-admin/images/bubble_bg.gif: Removed.
2699 * WebKitSite/blog/wp-admin/images/button-grad-active-vs.png: Removed.
2700 * WebKitSite/blog/wp-admin/images/button-grad-active.png: Removed.
2701 * WebKitSite/blog/wp-admin/images/button-grad-vs.png: Removed.
2702 * WebKitSite/blog/wp-admin/images/button-grad.png: Removed.
2703 * WebKitSite/blog/wp-admin/images/comment-grey-bubble.png: Removed.
2704 * WebKitSite/blog/wp-admin/images/date-button.gif: Removed.
2705 * WebKitSite/blog/wp-admin/images/ed-bg-vs.gif: Removed.
2706 * WebKitSite/blog/wp-admin/images/ed-bg.gif: Removed.
2707 * WebKitSite/blog/wp-admin/images/fade-butt.png: Removed.
2708 * WebKitSite/blog/wp-admin/images/fav-arrow-rtl.gif: Removed.
2709 * WebKitSite/blog/wp-admin/images/fav-arrow-vs.gif: Removed.
2710 * WebKitSite/blog/wp-admin/images/fav-arrow.gif: Removed.
2711 * WebKitSite/blog/wp-admin/images/fav-top-vs.gif: Removed.
2712 * WebKitSite/blog/wp-admin/images/fav-top.png: Removed.
2713 * WebKitSite/blog/wp-admin/images/fav-vs.png: Removed.
2714 * WebKitSite/blog/wp-admin/images/fav.png: Removed.
2715 * WebKitSite/blog/wp-admin/images/generic.png: Removed.
2716 * WebKitSite/blog/wp-admin/images/gray-grad.png: Removed.
2717 * WebKitSite/blog/wp-admin/images/icons32-vs.png: Removed.
2718 * WebKitSite/blog/wp-admin/images/icons32.png: Removed.
2719 * WebKitSite/blog/wp-admin/images/list-vs.png: Removed.
2720 * WebKitSite/blog/wp-admin/images/list.png: Removed.
2721 * WebKitSite/blog/wp-admin/images/loading-publish.gif: Removed.
2722 * WebKitSite/blog/wp-admin/images/loading.gif: Removed.
2723 * WebKitSite/blog/wp-admin/images/logo-ghost.png: Removed.
2724 * WebKitSite/blog/wp-admin/images/logo-login.gif: Removed.
2725 * WebKitSite/blog/wp-admin/images/logo.gif: Removed.
2726 * WebKitSite/blog/wp-admin/images/marker.png: Removed.
2727 * WebKitSite/blog/wp-admin/images/mask.png: Removed.
2728 * WebKitSite/blog/wp-admin/images/media-button-image.gif: Removed.
2729 * WebKitSite/blog/wp-admin/images/media-button-music.gif: Removed.
2730 * WebKitSite/blog/wp-admin/images/media-button-other.gif: Removed.
2731 * WebKitSite/blog/wp-admin/images/media-button-video.gif: Removed.
2732 * WebKitSite/blog/wp-admin/images/menu-arrows.gif: Removed.
2733 * WebKitSite/blog/wp-admin/images/menu-bits-rtl-vs.gif: Removed.
2734 * WebKitSite/blog/wp-admin/images/menu-bits-rtl.gif: Removed.
2735 * WebKitSite/blog/wp-admin/images/menu-bits-vs.gif: Removed.
2736 * WebKitSite/blog/wp-admin/images/menu-bits.gif: Removed.
2737 * WebKitSite/blog/wp-admin/images/menu-dark-rtl.gif: Removed.
2738 * WebKitSite/blog/wp-admin/images/menu-dark.gif: Removed.
2739 * WebKitSite/blog/wp-admin/images/menu-vs.png: Removed.
2740 * WebKitSite/blog/wp-admin/images/menu.png: Removed.
2741 * WebKitSite/blog/wp-admin/images/no.png: Removed.
2742 * WebKitSite/blog/wp-admin/images/required.gif: Removed.
2743 * WebKitSite/blog/wp-admin/images/resize.gif: Removed.
2744 * WebKitSite/blog/wp-admin/images/screen-options-left.gif: Removed.
2745 * WebKitSite/blog/wp-admin/images/screen-options-right-up.gif: Removed.
2746 * WebKitSite/blog/wp-admin/images/screen-options-right.gif: Removed.
2747 * WebKitSite/blog/wp-admin/images/se.png: Removed.
2748 * WebKitSite/blog/wp-admin/images/star.gif: Removed.
2749 * WebKitSite/blog/wp-admin/images/toggle-arrow-rtl.gif: Removed.
2750 * WebKitSite/blog/wp-admin/images/toggle-arrow.gif: Removed.
2751 * WebKitSite/blog/wp-admin/images/visit-site-button-grad-vs.gif: Removed.
2752 * WebKitSite/blog/wp-admin/images/visit-site-button-grad.gif: Removed.
2753 * WebKitSite/blog/wp-admin/images/wheel.png: Removed.
2754 * WebKitSite/blog/wp-admin/images/white-grad-active.png: Removed.
2755 * WebKitSite/blog/wp-admin/images/white-grad.png: Removed.
2756 * WebKitSite/blog/wp-admin/images/wordpress-logo.png: Removed.
2757 * WebKitSite/blog/wp-admin/images/wp-logo-vs.gif: Removed.
2758 * WebKitSite/blog/wp-admin/images/wp-logo.gif: Removed.
2759 * WebKitSite/blog/wp-admin/images/wpspin_dark.gif: Removed.
2760 * WebKitSite/blog/wp-admin/images/wpspin_light.gif: Removed.
2761 * WebKitSite/blog/wp-admin/images/xit.gif: Removed.
2762 * WebKitSite/blog/wp-admin/images/yes.png: Removed.
2763 * WebKitSite/blog/wp-admin/import: Removed.
2764 * WebKitSite/blog/wp-admin/import.php: Removed.
2765 * WebKitSite/blog/wp-admin/import/blogger.php: Removed.
2766 * WebKitSite/blog/wp-admin/import/blogware.php: Removed.
2767 * WebKitSite/blog/wp-admin/import/dotclear.php: Removed.
2768 * WebKitSite/blog/wp-admin/import/greymatter.php: Removed.
2769 * WebKitSite/blog/wp-admin/import/livejournal.php: Removed.
2770 * WebKitSite/blog/wp-admin/import/mt.php: Removed.
2771 * WebKitSite/blog/wp-admin/import/opml.php: Removed.
2772 * WebKitSite/blog/wp-admin/import/rss.php: Removed.
2773 * WebKitSite/blog/wp-admin/import/stp.php: Removed.
2774 * WebKitSite/blog/wp-admin/import/textpattern.php: Removed.
2775 * WebKitSite/blog/wp-admin/import/utw.php: Removed.
2776 * WebKitSite/blog/wp-admin/import/wordpress.php: Removed.
2777 * WebKitSite/blog/wp-admin/import/wp-cat2tag.php: Removed.
2778 * WebKitSite/blog/wp-admin/includes: Removed.
2779 * WebKitSite/blog/wp-admin/includes/admin.php: Removed.
2780 * WebKitSite/blog/wp-admin/includes/bookmark.php: Removed.
2781 * WebKitSite/blog/wp-admin/includes/class-ftp-pure.php: Removed.
2782 * WebKitSite/blog/wp-admin/includes/class-ftp-sockets.php: Removed.
2783 * WebKitSite/blog/wp-admin/includes/class-ftp.php: Removed.
2784 * WebKitSite/blog/wp-admin/includes/class-pclzip.php: Removed.
2785 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-base.php: Removed.
2786 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-direct.php: Removed.
2787 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpext.php: Removed.
2788 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpsockets.php: Removed.
2789 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ssh2.php: Removed.
2790 * WebKitSite/blog/wp-admin/includes/class-wp-upgrader.php: Removed.
2791 * WebKitSite/blog/wp-admin/includes/comment.php: Removed.
2792 * WebKitSite/blog/wp-admin/includes/continents-cities.php: Removed.
2793 * WebKitSite/blog/wp-admin/includes/dashboard.php: Removed.
2794 * WebKitSite/blog/wp-admin/includes/export.php: Removed.
2795 * WebKitSite/blog/wp-admin/includes/file.php: Removed.
2796 * WebKitSite/blog/wp-admin/includes/image.php: Removed.
2797 * WebKitSite/blog/wp-admin/includes/import.php: Removed.
2798 * WebKitSite/blog/wp-admin/includes/manifest.php: Removed.
2799 * WebKitSite/blog/wp-admin/includes/media.php: Removed.
2800 * WebKitSite/blog/wp-admin/includes/misc.php: Removed.
2801 * WebKitSite/blog/wp-admin/includes/plugin-install.php: Removed.
2802 * WebKitSite/blog/wp-admin/includes/plugin.php: Removed.
2803 * WebKitSite/blog/wp-admin/includes/post.php: Removed.
2804 * WebKitSite/blog/wp-admin/includes/schema.php: Removed.
2805 * WebKitSite/blog/wp-admin/includes/taxonomy.php: Removed.
2806 * WebKitSite/blog/wp-admin/includes/template.php: Removed.
2807 * WebKitSite/blog/wp-admin/includes/theme-install.php: Removed.
2808 * WebKitSite/blog/wp-admin/includes/theme.php: Removed.
2809 * WebKitSite/blog/wp-admin/includes/update-core.php: Removed.
2810 * WebKitSite/blog/wp-admin/includes/update.php: Removed.
2811 * WebKitSite/blog/wp-admin/includes/upgrade.php: Removed.
2812 * WebKitSite/blog/wp-admin/includes/user.php: Removed.
2813 * WebKitSite/blog/wp-admin/includes/widgets.php: Removed.
2814 * WebKitSite/blog/wp-admin/index-extra.php: Removed.
2815 * WebKitSite/blog/wp-admin/index.php: Removed.
2816 * WebKitSite/blog/wp-admin/install-helper.php: Removed.
2817 * WebKitSite/blog/wp-admin/install.php: Removed.
2818 * WebKitSite/blog/wp-admin/js: Removed.
2819 * WebKitSite/blog/wp-admin/js/cat.dev.js: Removed.
2820 * WebKitSite/blog/wp-admin/js/cat.js: Removed.
2821 * WebKitSite/blog/wp-admin/js/categories.dev.js: Removed.
2822 * WebKitSite/blog/wp-admin/js/categories.js: Removed.
2823 * WebKitSite/blog/wp-admin/js/comment.dev.js: Removed.
2824 * WebKitSite/blog/wp-admin/js/comment.js: Removed.
2825 * WebKitSite/blog/wp-admin/js/common.dev.js: Removed.
2826 * WebKitSite/blog/wp-admin/js/common.js: Removed.
2827 * WebKitSite/blog/wp-admin/js/custom-fields.dev.js: Removed.
2828 * WebKitSite/blog/wp-admin/js/custom-fields.js: Removed.
2829 * WebKitSite/blog/wp-admin/js/dashboard.dev.js: Removed.
2830 * WebKitSite/blog/wp-admin/js/dashboard.js: Removed.
2831 * WebKitSite/blog/wp-admin/js/edit-comments.dev.js: Removed.
2832 * WebKitSite/blog/wp-admin/js/edit-comments.js: Removed.
2833 * WebKitSite/blog/wp-admin/js/editor.dev.js: Removed.
2834 * WebKitSite/blog/wp-admin/js/editor.js: Removed.
2835 * WebKitSite/blog/wp-admin/js/farbtastic.js: Removed.
2836 * WebKitSite/blog/wp-admin/js/gallery.dev.js: Removed.
2837 * WebKitSite/blog/wp-admin/js/gallery.js: Removed.
2838 * WebKitSite/blog/wp-admin/js/inline-edit-post.dev.js: Removed.
2839 * WebKitSite/blog/wp-admin/js/inline-edit-post.js: Removed.
2840 * WebKitSite/blog/wp-admin/js/inline-edit-tax.dev.js: Removed.
2841 * WebKitSite/blog/wp-admin/js/inline-edit-tax.js: Removed.
2842 * WebKitSite/blog/wp-admin/js/link.dev.js: Removed.
2843 * WebKitSite/blog/wp-admin/js/link.js: Removed.
2844 * WebKitSite/blog/wp-admin/js/media-upload.dev.js: Removed.
2845 * WebKitSite/blog/wp-admin/js/media-upload.js: Removed.
2846 * WebKitSite/blog/wp-admin/js/media.dev.js: Removed.
2847 * WebKitSite/blog/wp-admin/js/media.js: Removed.
2848 * WebKitSite/blog/wp-admin/js/page.dev.js: Removed.
2849 * WebKitSite/blog/wp-admin/js/page.js: Removed.
2850 * WebKitSite/blog/wp-admin/js/password-strength-meter.dev.js: Removed.
2851 * WebKitSite/blog/wp-admin/js/password-strength-meter.js: Removed.
2852 * WebKitSite/blog/wp-admin/js/plugin-install.dev.js: Removed.
2853 * WebKitSite/blog/wp-admin/js/plugin-install.js: Removed.
2854 * WebKitSite/blog/wp-admin/js/post.dev.js: Removed.
2855 * WebKitSite/blog/wp-admin/js/post.js: Removed.
2856 * WebKitSite/blog/wp-admin/js/postbox.dev.js: Removed.
2857 * WebKitSite/blog/wp-admin/js/postbox.js: Removed.
2858 * WebKitSite/blog/wp-admin/js/revisions-js.php: Removed.
2859 * WebKitSite/blog/wp-admin/js/slug.dev.js: Removed.
2860 * WebKitSite/blog/wp-admin/js/slug.js: Removed.
2861 * WebKitSite/blog/wp-admin/js/tags.dev.js: Removed.
2862 * WebKitSite/blog/wp-admin/js/tags.js: Removed.
2863 * WebKitSite/blog/wp-admin/js/theme-preview.dev.js: Removed.
2864 * WebKitSite/blog/wp-admin/js/theme-preview.js: Removed.
2865 * WebKitSite/blog/wp-admin/js/user-profile.dev.js: Removed.
2866 * WebKitSite/blog/wp-admin/js/user-profile.js: Removed.
2867 * WebKitSite/blog/wp-admin/js/utils.dev.js: Removed.
2868 * WebKitSite/blog/wp-admin/js/utils.js: Removed.
2869 * WebKitSite/blog/wp-admin/js/widgets.dev.js: Removed.
2870 * WebKitSite/blog/wp-admin/js/widgets.js: Removed.
2871 * WebKitSite/blog/wp-admin/js/word-count.dev.js: Removed.
2872 * WebKitSite/blog/wp-admin/js/word-count.js: Removed.
2873 * WebKitSite/blog/wp-admin/js/wp-gears.dev.js: Removed.
2874 * WebKitSite/blog/wp-admin/js/wp-gears.js: Removed.
2875 * WebKitSite/blog/wp-admin/js/xfn.dev.js: Removed.
2876 * WebKitSite/blog/wp-admin/js/xfn.js: Removed.
2877 * WebKitSite/blog/wp-admin/link-add.php: Removed.
2878 * WebKitSite/blog/wp-admin/link-category.php: Removed.
2879 * WebKitSite/blog/wp-admin/link-manager.php: Removed.
2880 * WebKitSite/blog/wp-admin/link-parse-opml.php: Removed.
2881 * WebKitSite/blog/wp-admin/link.php: Removed.
2882 * WebKitSite/blog/wp-admin/load-scripts.php: Removed.
2883 * WebKitSite/blog/wp-admin/load-styles.php: Removed.
2884 * WebKitSite/blog/wp-admin/media-new.php: Removed.
2885 * WebKitSite/blog/wp-admin/media-upload.php: Removed.
2886 * WebKitSite/blog/wp-admin/media.php: Removed.
2887 * WebKitSite/blog/wp-admin/menu-header.php: Removed.
2888 * WebKitSite/blog/wp-admin/menu.php: Removed.
2889 * WebKitSite/blog/wp-admin/moderation.php: Removed.
2890 * WebKitSite/blog/wp-admin/options-discussion.php: Removed.
2891 * WebKitSite/blog/wp-admin/options-general.php: Removed.
2892 * WebKitSite/blog/wp-admin/options-head.php: Removed.
2893 * WebKitSite/blog/wp-admin/options-media.php: Removed.
2894 * WebKitSite/blog/wp-admin/options-misc.php: Removed.
2895 * WebKitSite/blog/wp-admin/options-permalink.php: Removed.
2896 * WebKitSite/blog/wp-admin/options-privacy.php: Removed.
2897 * WebKitSite/blog/wp-admin/options-reading.php: Removed.
2898 * WebKitSite/blog/wp-admin/options-writing.php: Removed.
2899 * WebKitSite/blog/wp-admin/options.php: Removed.
2900 * WebKitSite/blog/wp-admin/page-new.php: Removed.
2901 * WebKitSite/blog/wp-admin/page.php: Removed.
2902 * WebKitSite/blog/wp-admin/plugin-editor.php: Removed.
2903 * WebKitSite/blog/wp-admin/plugin-install.php: Removed.
2904 * WebKitSite/blog/wp-admin/plugins.php: Removed.
2905 * WebKitSite/blog/wp-admin/post-new.php: Removed.
2906 * WebKitSite/blog/wp-admin/post.php: Removed.
2907 * WebKitSite/blog/wp-admin/press-this.php: Removed.
2908 * WebKitSite/blog/wp-admin/profile.php: Removed.
2909 * WebKitSite/blog/wp-admin/revision.php: Removed.
2910 * WebKitSite/blog/wp-admin/rtl.css: Removed.
2911 * WebKitSite/blog/wp-admin/setup-config.php: Removed.
2912 * WebKitSite/blog/wp-admin/sidebar.php: Removed.
2913 * WebKitSite/blog/wp-admin/theme-editor.php: Removed.
2914 * WebKitSite/blog/wp-admin/theme-install.php: Removed.
2915 * WebKitSite/blog/wp-admin/themes.php: Removed.
2916 * WebKitSite/blog/wp-admin/tools.php: Removed.
2917 * WebKitSite/blog/wp-admin/update-core.php: Removed.
2918 * WebKitSite/blog/wp-admin/update-links.php: Removed.
2919 * WebKitSite/blog/wp-admin/update.php: Removed.
2920 * WebKitSite/blog/wp-admin/upgrade-functions.php: Removed.
2921 * WebKitSite/blog/wp-admin/upgrade.php: Removed.
2922 * WebKitSite/blog/wp-admin/upload.php: Removed.
2923 * WebKitSite/blog/wp-admin/user-edit.php: Removed.
2924 * WebKitSite/blog/wp-admin/user-new.php: Removed.
2925 * WebKitSite/blog/wp-admin/users.php: Removed.
2926 * WebKitSite/blog/wp-admin/widgets.php: Removed.
2927 * WebKitSite/blog/wp-admin/wp-admin.css: Removed.
2928 * WebKitSite/blog/wp-app.php: Removed.
2929 * WebKitSite/blog/wp-atom.php: Removed.
2930 * WebKitSite/blog/wp-blog-header.php: Removed.
2931 * WebKitSite/blog/wp-comments-post.php: Removed.
2932 * WebKitSite/blog/wp-commentsrss2.php: Removed.
2933 * WebKitSite/blog/wp-config-sample.php: Removed.
2934 * WebKitSite/blog/wp-config.php: Removed.
2935 * WebKitSite/blog/wp-content: Removed.
2936 * WebKitSite/blog/wp-content/Picture9.png: Removed.
2937 * WebKitSite/blog/wp-content/cache: Removed.
2938 * WebKitSite/blog/wp-content/chrome.jpg: Removed.
2939 * WebKitSite/blog/wp-content/chucknorris.png: Removed.
2940 * WebKitSite/blog/wp-content/databaseexample.png: Removed.
2941 * WebKitSite/blog/wp-content/drosera.png: Removed.
2942 * WebKitSite/blog/wp-content/hitlist.png: Removed.
2943 * WebKitSite/blog/wp-content/index.php: Removed.
2944 * WebKitSite/blog/wp-content/plugins: Removed.
2945 * WebKitSite/blog/wp-content/plugins/SK2: Removed.
2946 * WebKitSite/blog/wp-content/plugins/SK2/sk2_plugins: Removed.
2947 * WebKitSite/blog/wp-content/plugins/akismet: Removed.
2948 * WebKitSite/blog/wp-content/plugins/akismet/akismet.gif: Removed.
2949 * WebKitSite/blog/wp-content/plugins/akismet/akismet.php: Removed.
2950 * WebKitSite/blog/wp-content/plugins/akismet/readme.txt: Removed.
2951 * WebKitSite/blog/wp-content/plugins/commentcontrol.php: Removed.
2952 * WebKitSite/blog/wp-content/plugins/hello.php: Removed.
2953 * WebKitSite/blog/wp-content/plugins/index.php: Removed.
2954 * WebKitSite/blog/wp-content/plugins/wp-cache: Removed.
2955 * WebKitSite/blog/wp-content/rotate.png: Removed.
2956 * WebKitSite/blog/wp-content/rotate.svg: Removed.
2957 * WebKitSite/blog/wp-content/svgtext.png: Removed.
2958 * WebKitSite/blog/wp-content/svgtextmini.png: Removed.
2959 * WebKitSite/blog/wp-content/svgtextmini_01.png: Removed.
2960 * WebKitSite/blog/wp-content/textfield_screenshot.jpg: Removed.
2961 * WebKitSite/blog/wp-content/themes: Removed.
2962 * WebKitSite/blog/wp-content/themes/classic: Removed.
2963 * WebKitSite/blog/wp-content/themes/classic/comments-popup.php: Removed.
2964 * WebKitSite/blog/wp-content/themes/classic/comments.php: Removed.
2965 * WebKitSite/blog/wp-content/themes/classic/footer.php: Removed.
2966 * WebKitSite/blog/wp-content/themes/classic/functions.php: Removed.
2967 * WebKitSite/blog/wp-content/themes/classic/header.php: Removed.
2968 * WebKitSite/blog/wp-content/themes/classic/index.php: Removed.
2969 * WebKitSite/blog/wp-content/themes/classic/rtl.css: Removed.
2970 * WebKitSite/blog/wp-content/themes/classic/screenshot.png: Removed.
2971 * WebKitSite/blog/wp-content/themes/classic/sidebar.php: Removed.
2972 * WebKitSite/blog/wp-content/themes/classic/style.css: Removed.
2973 * WebKitSite/blog/wp-content/themes/default: Removed.
2974 * WebKitSite/blog/wp-content/themes/default/404.php: Removed.
2975 * WebKitSite/blog/wp-content/themes/default/archive.php: Removed.
2976 * WebKitSite/blog/wp-content/themes/default/archives.php: Removed.
2977 * WebKitSite/blog/wp-content/themes/default/comments-popup.php: Removed.
2978 * WebKitSite/blog/wp-content/themes/default/comments.php: Removed.
2979 * WebKitSite/blog/wp-content/themes/default/footer.php: Removed.
2980 * WebKitSite/blog/wp-content/themes/default/functions.php: Removed.
2981 * WebKitSite/blog/wp-content/themes/default/header.php: Removed.
2982 * WebKitSite/blog/wp-content/themes/default/image.php: Removed.
2983 * WebKitSite/blog/wp-content/themes/default/images: Removed.
2984 * WebKitSite/blog/wp-content/themes/default/images/audio.jpg: Removed.
2985 * WebKitSite/blog/wp-content/themes/default/images/header-img.php: Removed.
2986 * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-ltr.jpg: Removed.
2987 * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-rtl.jpg: Removed.
2988 * WebKitSite/blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
2989 * WebKitSite/blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
2990 * WebKitSite/blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
2991 * WebKitSite/blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
2992 * WebKitSite/blog/wp-content/themes/default/index.php: Removed.
2993 * WebKitSite/blog/wp-content/themes/default/links.php: Removed.
2994 * WebKitSite/blog/wp-content/themes/default/page.php: Removed.
2995 * WebKitSite/blog/wp-content/themes/default/rtl.css: Removed.
2996 * WebKitSite/blog/wp-content/themes/default/screenshot.png: Removed.
2997 * WebKitSite/blog/wp-content/themes/default/search.php: Removed.
2998 * WebKitSite/blog/wp-content/themes/default/sidebar.php: Removed.
2999 * WebKitSite/blog/wp-content/themes/default/single.php: Removed.
3000 * WebKitSite/blog/wp-content/themes/default/style.css: Removed.
3001 * WebKitSite/blog/wp-content/themes/index.php: Removed.
3002 * WebKitSite/blog/wp-content/themes/webkit: Removed.
3003 * WebKitSite/blog/wp-content/themes/webkit/404.php: Removed.
3004 * WebKitSite/blog/wp-content/themes/webkit/archive.php: Removed.
3005 * WebKitSite/blog/wp-content/themes/webkit/archives.php: Removed.
3006 * WebKitSite/blog/wp-content/themes/webkit/comments-popup.php: Removed.
3007 * WebKitSite/blog/wp-content/themes/webkit/comments.php: Removed.
3008 * WebKitSite/blog/wp-content/themes/webkit/footer.php: Removed.
3009 * WebKitSite/blog/wp-content/themes/webkit/header.php: Removed.
3010 * WebKitSite/blog/wp-content/themes/webkit/index.php: Removed.
3011 * WebKitSite/blog/wp-content/themes/webkit/links.php: Removed.
3012 * WebKitSite/blog/wp-content/themes/webkit/page.php: Removed.
3013 * WebKitSite/blog/wp-content/themes/webkit/search.php: Removed.
3014 * WebKitSite/blog/wp-content/themes/webkit/searchform.php: Removed.
3015 * WebKitSite/blog/wp-content/themes/webkit/sidebar.php: Removed.
3016 * WebKitSite/blog/wp-content/themes/webkit/single.php: Removed.
3017 * WebKitSite/blog/wp-content/themes/webkit/style.css: Removed.
3018 * WebKitSite/blog/wp-content/uploads: Removed.
3019 * WebKitSite/blog/wp-content/uploads/2007: Removed.
3020 * WebKitSite/blog/wp-content/uploads/2007/06: Removed.
3021 * WebKitSite/blog/wp-content/uploads/2007/06/newinspector.png: Removed.
3022 * WebKitSite/blog/wp-content/webInspector.png: Removed.
3023 * WebKitSite/blog/wp-cron.php: Removed.
3024 * WebKitSite/blog/wp-feed.php: Removed.
3025 * WebKitSite/blog/wp-images: Removed.
3026 * WebKitSite/blog/wp-images/smilies: Removed.
3027 * WebKitSite/blog/wp-includes: Removed.
3028 * WebKitSite/blog/wp-includes/Text: Removed.
3029 * WebKitSite/blog/wp-includes/Text/Diff: Removed.
3030 * WebKitSite/blog/wp-includes/Text/Diff.php: Removed.
3031 * WebKitSite/blog/wp-includes/Text/Diff/Engine: Removed.
3032 * WebKitSite/blog/wp-includes/Text/Diff/Engine/native.php: Removed.
3033 * WebKitSite/blog/wp-includes/Text/Diff/Engine/shell.php: Removed.
3034 * WebKitSite/blog/wp-includes/Text/Diff/Engine/string.php: Removed.
3035 * WebKitSite/blog/wp-includes/Text/Diff/Engine/xdiff.php: Removed.
3036 * WebKitSite/blog/wp-includes/Text/Diff/Renderer: Removed.
3037 * WebKitSite/blog/wp-includes/Text/Diff/Renderer.php: Removed.
3038 * WebKitSite/blog/wp-includes/Text/Diff/Renderer/inline.php: Removed.
3039 * WebKitSite/blog/wp-includes/atomlib.php: Removed.
3040 * WebKitSite/blog/wp-includes/author-template.php: Removed.
3041 * WebKitSite/blog/wp-includes/bookmark-template.php: Removed.
3042 * WebKitSite/blog/wp-includes/bookmark.php: Removed.
3043 * WebKitSite/blog/wp-includes/cache.php: Removed.
3044 * WebKitSite/blog/wp-includes/canonical.php: Removed.
3045 * WebKitSite/blog/wp-includes/capabilities.php: Removed.
3046 * WebKitSite/blog/wp-includes/category-template.php: Removed.
3047 * WebKitSite/blog/wp-includes/category.php: Removed.
3048 * WebKitSite/blog/wp-includes/class-IXR.php: Removed.
3049 * WebKitSite/blog/wp-includes/class-feed.php: Removed.
3050 * WebKitSite/blog/wp-includes/class-phpass.php: Removed.
3051 * WebKitSite/blog/wp-includes/class-phpmailer.php: Removed.
3052 * WebKitSite/blog/wp-includes/class-pop3.php: Removed.
3053 * WebKitSite/blog/wp-includes/class-simplepie.php: Removed.
3054 * WebKitSite/blog/wp-includes/class-smtp.php: Removed.
3055 * WebKitSite/blog/wp-includes/class-snoopy.php: Removed.
3056 * WebKitSite/blog/wp-includes/class.wp-dependencies.php: Removed.
3057 * WebKitSite/blog/wp-includes/class.wp-scripts.php: Removed.
3058 * WebKitSite/blog/wp-includes/class.wp-styles.php: Removed.
3059 * WebKitSite/blog/wp-includes/classes.php: Removed.
3060 * WebKitSite/blog/wp-includes/comment-template.php: Removed.
3061 * WebKitSite/blog/wp-includes/comment.php: Removed.
3062 * WebKitSite/blog/wp-includes/compat.php: Removed.
3063 * WebKitSite/blog/wp-includes/cron.php: Removed.
3064 * WebKitSite/blog/wp-includes/default-filters.php: Removed.
3065 * WebKitSite/blog/wp-includes/default-widgets.php: Removed.
3066 * WebKitSite/blog/wp-includes/deprecated.php: Removed.
3067 * WebKitSite/blog/wp-includes/feed-atom-comments.php: Removed.
3068 * WebKitSite/blog/wp-includes/feed-atom.php: Removed.
3069 * WebKitSite/blog/wp-includes/feed-rdf.php: Removed.
3070 * WebKitSite/blog/wp-includes/feed-rss.php: Removed.
3071 * WebKitSite/blog/wp-includes/feed-rss2-comments.php: Removed.
3072 * WebKitSite/blog/wp-includes/feed-rss2.php: Removed.
3073 * WebKitSite/blog/wp-includes/feed.php: Removed.
3074 * WebKitSite/blog/wp-includes/formatting.php: Removed.
3075 * WebKitSite/blog/wp-includes/functions.php: Removed.
3076 * WebKitSite/blog/wp-includes/functions.wp-scripts.php: Removed.
3077 * WebKitSite/blog/wp-includes/functions.wp-styles.php: Removed.
3078 * WebKitSite/blog/wp-includes/general-template.php: Removed.
3079 * WebKitSite/blog/wp-includes/gettext.php: Removed.
3080 * WebKitSite/blog/wp-includes/http.php: Removed.
3081 * WebKitSite/blog/wp-includes/images: Removed.
3082 * WebKitSite/blog/wp-includes/images/blank.gif: Removed.
3083 * WebKitSite/blog/wp-includes/images/crystal: Removed.
3084 * WebKitSite/blog/wp-includes/images/crystal/archive.png: Removed.
3085 * WebKitSite/blog/wp-includes/images/crystal/audio.png: Removed.
3086 * WebKitSite/blog/wp-includes/images/crystal/code.png: Removed.
3087 * WebKitSite/blog/wp-includes/images/crystal/default.png: Removed.
3088 * WebKitSite/blog/wp-includes/images/crystal/document.png: Removed.
3089 * WebKitSite/blog/wp-includes/images/crystal/interactive.png: Removed.
3090 * WebKitSite/blog/wp-includes/images/crystal/license.txt: Removed.
3091 * WebKitSite/blog/wp-includes/images/crystal/spreadsheet.png: Removed.
3092 * WebKitSite/blog/wp-includes/images/crystal/text.png: Removed.
3093 * WebKitSite/blog/wp-includes/images/crystal/video.png: Removed.
3094 * WebKitSite/blog/wp-includes/images/rss.png: Removed.
3095 * WebKitSite/blog/wp-includes/images/smilies: Removed.
3096 * WebKitSite/blog/wp-includes/images/smilies/icon_arrow.gif: Removed.
3097 * WebKitSite/blog/wp-includes/images/smilies/icon_biggrin.gif: Removed.
3098 * WebKitSite/blog/wp-includes/images/smilies/icon_confused.gif: Removed.
3099 * WebKitSite/blog/wp-includes/images/smilies/icon_cool.gif: Removed.
3100 * WebKitSite/blog/wp-includes/images/smilies/icon_cry.gif: Removed.
3101 * WebKitSite/blog/wp-includes/images/smilies/icon_eek.gif: Removed.
3102 * WebKitSite/blog/wp-includes/images/smilies/icon_evil.gif: Removed.
3103 * WebKitSite/blog/wp-includes/images/smilies/icon_exclaim.gif: Removed.
3104 * WebKitSite/blog/wp-includes/images/smilies/icon_idea.gif: Removed.
3105 * WebKitSite/blog/wp-includes/images/smilies/icon_lol.gif: Removed.
3106 * WebKitSite/blog/wp-includes/images/smilies/icon_mad.gif: Removed.
3107 * WebKitSite/blog/wp-includes/images/smilies/icon_mrgreen.gif: Removed.
3108 * WebKitSite/blog/wp-includes/images/smilies/icon_neutral.gif: Removed.
3109 * WebKitSite/blog/wp-includes/images/smilies/icon_question.gif: Removed.
3110 * WebKitSite/blog/wp-includes/images/smilies/icon_razz.gif: Removed.
3111 * WebKitSite/blog/wp-includes/images/smilies/icon_redface.gif: Removed.
3112 * WebKitSite/blog/wp-includes/images/smilies/icon_rolleyes.gif: Removed.
3113 * WebKitSite/blog/wp-includes/images/smilies/icon_sad.gif: Removed.
3114 * WebKitSite/blog/wp-includes/images/smilies/icon_smile.gif: Removed.
3115 * WebKitSite/blog/wp-includes/images/smilies/icon_surprised.gif: Removed.
3116 * WebKitSite/blog/wp-includes/images/smilies/icon_twisted.gif: Removed.
3117 * WebKitSite/blog/wp-includes/images/smilies/icon_wink.gif: Removed.
3118 * WebKitSite/blog/wp-includes/images/upload.png: Removed.
3119 * WebKitSite/blog/wp-includes/images/wlw: Removed.
3120 * WebKitSite/blog/wp-includes/images/wlw/wp-comments.png: Removed.
3121 * WebKitSite/blog/wp-includes/images/wlw/wp-icon.png: Removed.
3122 * WebKitSite/blog/wp-includes/images/wlw/wp-watermark.png: Removed.
3123 * WebKitSite/blog/wp-includes/js: Removed.
3124 * WebKitSite/blog/wp-includes/js/autosave.dev.js: Removed.
3125 * WebKitSite/blog/wp-includes/js/autosave.js: Removed.
3126 * WebKitSite/blog/wp-includes/js/codepress: Removed.
3127 * WebKitSite/blog/wp-includes/js/codepress/codepress.css: Removed.
3128 * WebKitSite/blog/wp-includes/js/codepress/codepress.html: Removed.
3129 * WebKitSite/blog/wp-includes/js/codepress/codepress.js: Removed.
3130 * WebKitSite/blog/wp-includes/js/codepress/engines: Removed.
3131 * WebKitSite/blog/wp-includes/js/codepress/engines/gecko.js: Removed.
3132 * WebKitSite/blog/wp-includes/js/codepress/engines/khtml.js: Removed.
3133 * WebKitSite/blog/wp-includes/js/codepress/engines/msie.js: Removed.
3134 * WebKitSite/blog/wp-includes/js/codepress/engines/older.js: Removed.
3135 * WebKitSite/blog/wp-includes/js/codepress/engines/opera.js: Removed.
3136 * WebKitSite/blog/wp-includes/js/codepress/images: Removed.
3137 * WebKitSite/blog/wp-includes/js/codepress/images/line-numbers.png: Removed.
3138 * WebKitSite/blog/wp-includes/js/codepress/languages: Removed.
3139 * WebKitSite/blog/wp-includes/js/codepress/languages/asp.css: Removed.
3140 * WebKitSite/blog/wp-includes/js/codepress/languages/asp.js: Removed.
3141 * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.css: Removed.
3142 * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.js: Removed.
3143 * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.css: Removed.
3144 * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.js: Removed.
3145 * WebKitSite/blog/wp-includes/js/codepress/languages/css.css: Removed.
3146 * WebKitSite/blog/wp-includes/js/codepress/languages/css.js: Removed.
3147 * WebKitSite/blog/wp-includes/js/codepress/languages/generic.css: Removed.
3148 * WebKitSite/blog/wp-includes/js/codepress/languages/generic.js: Removed.
3149 * WebKitSite/blog/wp-includes/js/codepress/languages/html.css: Removed.
3150 * WebKitSite/blog/wp-includes/js/codepress/languages/html.js: Removed.
3151 * WebKitSite/blog/wp-includes/js/codepress/languages/java.css: Removed.
3152 * WebKitSite/blog/wp-includes/js/codepress/languages/java.js: Removed.
3153 * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.css: Removed.
3154 * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.js: Removed.
3155 * WebKitSite/blog/wp-includes/js/codepress/languages/perl.css: Removed.
3156 * WebKitSite/blog/wp-includes/js/codepress/languages/perl.js: Removed.
3157 * WebKitSite/blog/wp-includes/js/codepress/languages/php.css: Removed.
3158 * WebKitSite/blog/wp-includes/js/codepress/languages/php.js: Removed.
3159 * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.css: Removed.
3160 * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.js: Removed.
3161 * WebKitSite/blog/wp-includes/js/codepress/languages/sql.css: Removed.
3162 * WebKitSite/blog/wp-includes/js/codepress/languages/sql.js: Removed.
3163 * WebKitSite/blog/wp-includes/js/codepress/languages/text.css: Removed.
3164 * WebKitSite/blog/wp-includes/js/codepress/languages/text.js: Removed.
3165 * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.css: Removed.
3166 * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.js: Removed.
3167 * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.css: Removed.
3168 * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.js: Removed.
3169 * WebKitSite/blog/wp-includes/js/codepress/license.txt: Removed.
3170 * WebKitSite/blog/wp-includes/js/colorpicker.dev.js: Removed.
3171 * WebKitSite/blog/wp-includes/js/colorpicker.js: Removed.
3172 * WebKitSite/blog/wp-includes/js/comment-reply.dev.js: Removed.
3173 * WebKitSite/blog/wp-includes/js/comment-reply.js: Removed.
3174 * WebKitSite/blog/wp-includes/js/crop: Removed.
3175 * WebKitSite/blog/wp-includes/js/crop/cropper.css: Removed.
3176 * WebKitSite/blog/wp-includes/js/crop/cropper.js: Removed.
3177 * WebKitSite/blog/wp-includes/js/crop/marqueeHoriz.gif: Removed.
3178 * WebKitSite/blog/wp-includes/js/crop/marqueeVert.gif: Removed.
3179 * WebKitSite/blog/wp-includes/js/hoverIntent.dev.js: Removed.
3180 * WebKitSite/blog/wp-includes/js/hoverIntent.js: Removed.
3181 * WebKitSite/blog/wp-includes/js/jcrop: Removed.
3182 * WebKitSite/blog/wp-includes/js/jcrop/Jcrop.gif: Removed.
3183 * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.css: Removed.
3184 * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.dev.js: Removed.
3185 * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.js: Removed.
3186 * WebKitSite/blog/wp-includes/js/jquery: Removed.
3187 * WebKitSite/blog/wp-includes/js/jquery/interface.js: Removed.
3188 * WebKitSite/blog/wp-includes/js/jquery/jquery.color.dev.js: Removed.
3189 * WebKitSite/blog/wp-includes/js/jquery/jquery.color.js: Removed.
3190 * WebKitSite/blog/wp-includes/js/jquery/jquery.form.dev.js: Removed.
3191 * WebKitSite/blog/wp-includes/js/jquery/jquery.form.js: Removed.
3192 * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.dev.js: Removed.
3193 * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.js: Removed.
3194 * WebKitSite/blog/wp-includes/js/jquery/jquery.js: Removed.
3195 * WebKitSite/blog/wp-includes/js/jquery/jquery.schedule.js: Removed.
3196 * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.dev.js: Removed.
3197 * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.js: Removed.
3198 * WebKitSite/blog/wp-includes/js/jquery/suggest.dev.js: Removed.
3199 * WebKitSite/blog/wp-includes/js/jquery/suggest.js: Removed.
3200 * WebKitSite/blog/wp-includes/js/jquery/ui.core.js: Removed.
3201 * WebKitSite/blog/wp-includes/js/jquery/ui.dialog.js: Removed.
3202 * WebKitSite/blog/wp-includes/js/jquery/ui.draggable.js: Removed.
3203 * WebKitSite/blog/wp-includes/js/jquery/ui.droppable.js: Removed.
3204 * WebKitSite/blog/wp-includes/js/jquery/ui.resizable.js: Removed.
3205 * WebKitSite/blog/wp-includes/js/jquery/ui.selectable.js: Removed.
3206 * WebKitSite/blog/wp-includes/js/jquery/ui.sortable.js: Removed.
3207 * WebKitSite/blog/wp-includes/js/jquery/ui.tabs.js: Removed.
3208 * WebKitSite/blog/wp-includes/js/prototype.js: Removed.
3209 * WebKitSite/blog/wp-includes/js/quicktags.dev.js: Removed.
3210 * WebKitSite/blog/wp-includes/js/quicktags.js: Removed.
3211 * WebKitSite/blog/wp-includes/js/scriptaculous: Removed.
3212 * WebKitSite/blog/wp-includes/js/scriptaculous/MIT-LICENSE: Removed.
3213 * WebKitSite/blog/wp-includes/js/scriptaculous/builder.js: Removed.
3214 * WebKitSite/blog/wp-includes/js/scriptaculous/controls.js: Removed.
3215 * WebKitSite/blog/wp-includes/js/scriptaculous/dragdrop.js: Removed.
3216 * WebKitSite/blog/wp-includes/js/scriptaculous/effects.js: Removed.
3217 * WebKitSite/blog/wp-includes/js/scriptaculous/prototype.js: Removed.
3218 * WebKitSite/blog/wp-includes/js/scriptaculous/scriptaculous.js: Removed.
3219 * WebKitSite/blog/wp-includes/js/scriptaculous/slider.js: Removed.
3220 * WebKitSite/blog/wp-includes/js/scriptaculous/sound.js: Removed.
3221 * WebKitSite/blog/wp-includes/js/scriptaculous/unittest.js: Removed.
3222 * WebKitSite/blog/wp-includes/js/scriptaculous/wp-scriptaculous.js: Removed.
3223 * WebKitSite/blog/wp-includes/js/swfobject.js: Removed.
3224 * WebKitSite/blog/wp-includes/js/swfupload: Removed.
3225 * WebKitSite/blog/wp-includes/js/swfupload/handlers.dev.js: Removed.
3226 * WebKitSite/blog/wp-includes/js/swfupload/handlers.js: Removed.
3227 * WebKitSite/blog/wp-includes/js/swfupload/plugins: Removed.
3228 * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.cookies.js: Removed.
3229 * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.queue.js: Removed.
3230 * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.speed.js: Removed.
3231 * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.swfobject.js: Removed.
3232 * WebKitSite/blog/wp-includes/js/swfupload/swfupload-all.js: Removed.
3233 * WebKitSite/blog/wp-includes/js/swfupload/swfupload.js: Removed.
3234 * WebKitSite/blog/wp-includes/js/swfupload/swfupload.swf: Removed.
3235 * WebKitSite/blog/wp-includes/js/thickbox: Removed.
3236 * WebKitSite/blog/wp-includes/js/thickbox/loadingAnimation.gif: Removed.
3237 * WebKitSite/blog/wp-includes/js/thickbox/macFFBgHack.png: Removed.
3238 * WebKitSite/blog/wp-includes/js/thickbox/tb-close.png: Removed.
3239 * WebKitSite/blog/wp-includes/js/thickbox/thickbox.css: Removed.
3240 * WebKitSite/blog/wp-includes/js/thickbox/thickbox.js: Removed.
3241 * WebKitSite/blog/wp-includes/js/tinymce: Removed.
3242 * WebKitSite/blog/wp-includes/js/tinymce/blank.htm: Removed.
3243 * WebKitSite/blog/wp-includes/js/tinymce/langs: Removed.
3244 * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs-en.js: Removed.
3245 * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs.php: Removed.
3246 * WebKitSite/blog/wp-includes/js/tinymce/license.txt: Removed.
3247 * WebKitSite/blog/wp-includes/js/tinymce/plugins: Removed.
3248 * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave: Removed.
3249 * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave/langs: Removed.
3250 * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality: Removed.
3251 * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/editor_plugin.js: Removed.
3252 * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/images: Removed.
3253 * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/langs: Removed.
3254 * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
3255 * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js: Removed.
3256 * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm: Removed.
3257 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
3258 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/css: Removed.
3259 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js: Removed.
3260 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/images: Removed.
3261 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/jscripts: Removed.
3262 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
3263 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
3264 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
3265 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: Removed.
3266 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: Removed.
3267 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: Removed.
3268 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: Removed.
3269 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: Removed.
3270 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/drag.gif: Removed.
3271 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: Removed.
3272 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: Removed.
3273 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css: Removed.
3274 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/template.htm: Removed.
3275 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media: Removed.
3276 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css: Removed.
3277 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/content.css: Removed.
3278 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/media.css: Removed.
3279 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/editor_plugin.js: Removed.
3280 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img: Removed.
3281 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flash.gif: Removed.
3282 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flv_player.swf: Removed.
3283 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/quicktime.gif: Removed.
3284 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/realmedia.gif: Removed.
3285 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/shockwave.gif: Removed.
3286 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/trans.gif: Removed.
3287 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/windowsmedia.gif: Removed.
3288 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js: Removed.
3289 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/embed.js: Removed.
3290 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/media.js: Removed.
3291 * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/media.htm: Removed.
3292 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste: Removed.
3293 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/blank.htm: Removed.
3294 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/css: Removed.
3295 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/editor_plugin.js: Removed.
3296 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/images: Removed.
3297 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
3298 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pastetext.js: Removed.
3299 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pasteword.js: Removed.
3300 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/jscripts: Removed.
3301 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/langs: Removed.
3302 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pastetext.htm: Removed.
3303 * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pasteword.htm: Removed.
3304 * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari: Removed.
3305 * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/blank.htm: Removed.
3306 * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/editor_plugin.js: Removed.
3307 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
3308 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
3309 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php: Removed.
3310 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php: Removed.
3311 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php: Removed.
3312 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php: Removed.
3313 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php: Removed.
3314 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
3315 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php: Removed.
3316 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php: Removed.
3317 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/config.php: Removed.
3318 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
3319 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css/content.css: Removed.
3320 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js: Removed.
3321 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/images: Removed.
3322 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
3323 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif: Removed.
3324 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
3325 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes/general.php: Removed.
3326 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/langs: Removed.
3327 * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/rpc.php: Removed.
3328 * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
3329 * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus/editor_plugin.js: Removed.
3330 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
3331 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
3332 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css/content.css: Removed.
3333 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.dev.js: Removed.
3334 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js: Removed.
3335 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/images: Removed.
3336 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
3337 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/audio.gif: Removed.
3338 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/help.gif: Removed.
3339 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/image.gif: Removed.
3340 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/media.gif: Removed.
3341 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more.gif: Removed.
3342 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more_bug.gif: Removed.
3343 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page.gif: Removed.
3344 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page_bug.gif: Removed.
3345 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/toolbars.gif: Removed.
3346 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif: Removed.
3347 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/video.gif: Removed.
3348 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/langs: Removed.
3349 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
3350 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
3351 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage-rtl.css: Removed.
3352 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css: Removed.
3353 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html: Removed.
3354 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.dev.js: Removed.
3355 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js: Removed.
3356 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
3357 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Removed.
3358 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Removed.
3359 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
3360 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js: Removed.
3361 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
3362 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js: Removed.
3363 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js: Removed.
3364 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
3365 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Removed.
3366 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Removed.
3367 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Removed.
3368 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/t.gif: Removed.
3369 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp: Removed.
3370 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/images: Removed.
3371 * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/langs: Removed.
3372 * WebKitSite/blog/wp-includes/js/tinymce/themes: Removed.
3373 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced: Removed.
3374 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/about.htm: Removed.
3375 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/anchor.htm: Removed.
3376 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/charmap.htm: Removed.
3377 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/color_picker.htm: Removed.
3378 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/css: Removed.
3379 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/editor_template.js: Removed.
3380 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/image.htm: Removed.
3381 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images: Removed.
3382 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images/xp: Removed.
3383 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
3384 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/colorpicker.jpg: Removed.
3385 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/fm.gif: Removed.
3386 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Removed.
3387 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/icons.gif: Removed.
3388 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Removed.
3389 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
3390 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/about.js: Removed.
3391 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/anchor.js: Removed.
3392 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/charmap.js: Removed.
3393 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/color_picker.js: Removed.
3394 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/image.js: Removed.
3395 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/link.js: Removed.
3396 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/source_editor.js: Removed.
3397 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/jscripts: Removed.
3398 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/langs: Removed.
3399 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/link.htm: Removed.
3400 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
3401 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
3402 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/content.css: Removed.
3403 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/dialog.css: Removed.
3404 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
3405 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Removed.
3406 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/items.gif: Removed.
3407 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif: Removed.
3408 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_check.gif: Removed.
3409 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/progress.gif: Removed.
3410 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/tabs.gif: Removed.
3411 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/ui.css: Removed.
3412 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
3413 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/content.css: Removed.
3414 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css: Removed.
3415 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
3416 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Removed.
3417 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Removed.
3418 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Removed.
3419 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui.css: Removed.
3420 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_black.css: Removed.
3421 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_silver.css: Removed.
3422 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
3423 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css: Removed.
3424 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css: Removed.
3425 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
3426 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Removed.
3427 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Removed.
3428 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/down_arrow.gif: Removed.
3429 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png: Removed.
3430 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif: Removed.
3431 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/tabs.gif: Removed.
3432 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css: Removed.
3433 * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/source_editor.htm: Removed.
3434 * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce.js: Removed.
3435 * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce_popup.js: Removed.
3436 * WebKitSite/blog/wp-includes/js/tinymce/utils: Removed.
3437 * WebKitSite/blog/wp-includes/js/tinymce/utils/editable_selects.js: Removed.
3438 * WebKitSite/blog/wp-includes/js/tinymce/utils/form_utils.js: Removed.
3439 * WebKitSite/blog/wp-includes/js/tinymce/utils/mctabs.js: Removed.
3440 * WebKitSite/blog/wp-includes/js/tinymce/utils/validate.js: Removed.
3441 * WebKitSite/blog/wp-includes/js/tinymce/wp-mce-help.php: Removed.
3442 * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js: Removed.
3443 * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js.gz: Removed.
3444 * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.php: Removed.
3445 * WebKitSite/blog/wp-includes/js/tw-sack.dev.js: Removed.
3446 * WebKitSite/blog/wp-includes/js/tw-sack.js: Removed.
3447 * WebKitSite/blog/wp-includes/js/wp-ajax-response.dev.js: Removed.
3448 * WebKitSite/blog/wp-includes/js/wp-ajax-response.js: Removed.
3449 * WebKitSite/blog/wp-includes/js/wp-lists.dev.js: Removed.
3450 * WebKitSite/blog/wp-includes/js/wp-lists.js: Removed.
3451 * WebKitSite/blog/wp-includes/kses.php: Removed.
3452 * WebKitSite/blog/wp-includes/l10n.php: Removed.
3453 * WebKitSite/blog/wp-includes/link-template.php: Removed.
3454 * WebKitSite/blog/wp-includes/locale.php: Removed.
3455 * WebKitSite/blog/wp-includes/media.php: Removed.
3456 * WebKitSite/blog/wp-includes/pluggable.php: Removed.
3457 * WebKitSite/blog/wp-includes/plugin.php: Removed.
3458 * WebKitSite/blog/wp-includes/pomo: Removed.
3459 * WebKitSite/blog/wp-includes/pomo/entry.php: Removed.
3460 * WebKitSite/blog/wp-includes/pomo/mo.php: Removed.
3461 * WebKitSite/blog/wp-includes/pomo/po.php: Removed.
3462 * WebKitSite/blog/wp-includes/pomo/streams.php: Removed.
3463 * WebKitSite/blog/wp-includes/pomo/translations.php: Removed.
3464 * WebKitSite/blog/wp-includes/post-template.php: Removed.
3465 * WebKitSite/blog/wp-includes/post.php: Removed.
3466 * WebKitSite/blog/wp-includes/query.php: Removed.
3467 * WebKitSite/blog/wp-includes/registration-functions.php: Removed.
3468 * WebKitSite/blog/wp-includes/registration.php: Removed.
3469 * WebKitSite/blog/wp-includes/rewrite.php: Removed.
3470 * WebKitSite/blog/wp-includes/rss-functions.php: Removed.
3471 * WebKitSite/blog/wp-includes/rss.php: Removed.
3472 * WebKitSite/blog/wp-includes/script-loader.php: Removed.
3473 * WebKitSite/blog/wp-includes/shortcodes.php: Removed.
3474 * WebKitSite/blog/wp-includes/streams.php: Removed.
3475 * WebKitSite/blog/wp-includes/taxonomy.php: Removed.
3476 * WebKitSite/blog/wp-includes/template-loader.php: Removed.
3477 * WebKitSite/blog/wp-includes/theme.php: Removed.
3478 * WebKitSite/blog/wp-includes/update.php: Removed.
3479 * WebKitSite/blog/wp-includes/user.php: Removed.
3480 * WebKitSite/blog/wp-includes/vars.php: Removed.
3481 * WebKitSite/blog/wp-includes/version.php: Removed.
3482 * WebKitSite/blog/wp-includes/widgets.php: Removed.
3483 * WebKitSite/blog/wp-includes/wlwmanifest.xml: Removed.
3484 * WebKitSite/blog/wp-includes/wp-db.php: Removed.
3485 * WebKitSite/blog/wp-includes/wp-diff.php: Removed.
3486 * WebKitSite/blog/wp-links-opml.php: Removed.
3487 * WebKitSite/blog/wp-load.php: Removed.
3488 * WebKitSite/blog/wp-login.php: Removed.
3489 * WebKitSite/blog/wp-mail.php: Removed.
3490 * WebKitSite/blog/wp-pass.php: Removed.
3491 * WebKitSite/blog/wp-rdf.php: Removed.
3492 * WebKitSite/blog/wp-register.php: Removed.
3493 * WebKitSite/blog/wp-rss.php: Removed.
3494 * WebKitSite/blog/wp-rss2.php: Removed.
3495 * WebKitSite/blog/wp-settings.php: Removed.
3496 * WebKitSite/blog/wp-trackback.php: Removed.
3497 * WebKitSite/blog/xmlrpc.php: Removed.
3498 * WebKitSite/building: Removed.
3499 * WebKitSite/building/build-window.png: Removed.
3500 * WebKitSite/building/build.html: Removed.
3501 * WebKitSite/building/checkout.html: Removed.
3502 * WebKitSite/building/custom-executable.png: Removed.
3503 * WebKitSite/building/cygwin-downloader.zip: Removed.
3504 * WebKitSite/building/debug.html: Removed.
3505 * WebKitSite/building/debug.png: Removed.
3506 * WebKitSite/building/info-tab.png: Removed.
3507 * WebKitSite/building/launch-debugger-vs2005.png: Removed.
3508 * WebKitSite/building/run.html: Removed.
3509 * WebKitSite/building/set-as-startup-project-vs2005.png: Removed.
3510 * WebKitSite/building/set-debugging-properties-vs2005.png: Removed.
3511 * WebKitSite/building/tools.html: Removed.
3512 * WebKitSite/coding: Removed.
3513 * WebKitSite/coding/RefPtr.html: Removed.
3514 * WebKitSite/coding/assertion-guidelines.html: Removed.
3515 * WebKitSite/coding/bsd-license.html: Removed.
3516 * WebKitSite/coding/coding-style.html: Removed.
3517 * WebKitSite/coding/commit-review-policy.html: Removed.
3518 * WebKitSite/coding/contributing.html: Removed.
3519 * WebKitSite/coding/dom-element-attach.html: Removed.
3520 * WebKitSite/coding/images: Removed.
3521 * WebKitSite/coding/images/contribute_add_attachment.png: Removed.
3522 * WebKitSite/coding/images/contribute_mark_review.png: Removed.
3523 * WebKitSite/coding/images/dom-element-attach-large.png: Removed.
3524 * WebKitSite/coding/images/dom-element-attach-small.png: Removed.
3525 * WebKitSite/coding/images/dom-element-attach.graffle: Removed.
3526 * WebKitSite/coding/lgpl-license.html: Removed.
3527 * WebKitSite/coding/major-objects.html: Removed.
3528 * WebKitSite/coding/scripts.html: Removed.
3529 * WebKitSite/coding/technical-articles.html: Removed.
3530 * WebKitSite/contact.html: Removed.
3531 * WebKitSite/css: Removed.
3532 * WebKitSite/css/blue.css: Removed.
3533 * WebKitSite/css/gray.css: Removed.
3534 * WebKitSite/css/green.css: Removed.
3535 * WebKitSite/css/ie.css: Removed.
3536 * WebKitSite/css/main.css: Removed.
3537 * WebKitSite/css/pink.css: Removed.
3538 * WebKitSite/css/purple.css: Removed.
3539 * WebKitSite/css/yellow.css: Removed.
3540 * WebKitSite/demos: Removed.
3541 * WebKitSite/demos/accessible-ascii-art: Removed.
3542 * WebKitSite/demos/accessible-ascii-art/butterfly-figure.html: Removed.
3543 * WebKitSite/demos/accessible-ascii-art/butterfly.html: Removed.
3544 * WebKitSite/demos/calendar: Removed.
3545 * WebKitSite/demos/calendar/Boom.aiff: Removed.
3546 * WebKitSite/demos/calendar/Calendar.css: Removed.
3547 * WebKitSite/demos/calendar/Calendar.html: Removed.
3548 * WebKitSite/demos/calendar/Calendar.js: Removed.
3549 * WebKitSite/demos/calendar/Calendar.manifest: Removed.
3550 * WebKitSite/demos/calendar/CalendarApp.icns: Removed.
3551 * WebKitSite/demos/calendar/Images: Removed.
3552 * WebKitSite/demos/calendar/Images/AirPort4.png: Removed.
3553 * WebKitSite/demos/calendar/Images/AirPortError.png: Removed.
3554 * WebKitSite/demos/calendar/Images/disclosureTriangleSmallDown.png: Removed.
3555 * WebKitSite/demos/calendar/Images/disclosureTriangleSmallRight.png: Removed.
3556 * WebKitSite/demos/calendar/Images/statusbarBackground.png: Removed.
3557 * WebKitSite/demos/calendar/Images/statusbarResizerVertical.png: Removed.
3558 * WebKitSite/demos/calendar/LocationImage.js: Removed.
3559 * WebKitSite/demos/calendar/Utilities.js: Removed.
3560 * WebKitSite/demos/calendar/favicon.ico: Removed.
3561 * WebKitSite/demos/calendar/index.html: Removed.
3562 * WebKitSite/demos/calendar/mime.types: Removed.
3563 * WebKitSite/demos/canvas-perf: Removed.
3564 * WebKitSite/demos/canvas-perf/canvas.html: Removed.
3565 * WebKitSite/demos/canvas-perf/kraken.jpg: Removed.
3566 * WebKitSite/demos/editingToolbar: Removed.
3567 * WebKitSite/demos/editingToolbar/FancyToolbar.css: Removed.
3568 * WebKitSite/demos/editingToolbar/FancyToolbar.js: Removed.
3569 * WebKitSite/demos/editingToolbar/FancyToolbarImages: Removed.
3570 * WebKitSite/demos/editingToolbar/FancyToolbarImages/button.png: Removed.
3571 * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Removed.
3572 * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Removed.
3573 * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Removed.
3574 * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Removed.
3575 * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Removed.
3576 * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Removed.
3577 * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonRight.png: Removed.
3578 * WebKitSite/demos/editingToolbar/FancyToolbarImages/camera.png: Removed.
3579 * WebKitSite/demos/editingToolbar/FancyToolbarImages/link.png: Removed.
3580 * WebKitSite/demos/editingToolbar/FancyToolbarImages/textAlign.png: Removed.
3581 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Removed.
3582 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Removed.
3583 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Removed.
3584 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Removed.
3585 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Removed.
3586 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Removed.
3587 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Removed.
3588 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Removed.
3589 * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Removed.
3590 * WebKitSite/demos/editingToolbar/content.html: Removed.
3591 * WebKitSite/demos/editingToolbar/images: Removed.
3592 * WebKitSite/demos/editingToolbar/images/safari.png: Removed.
3593 * WebKitSite/demos/editingToolbar/index.html: Removed.
3594 * WebKitSite/demos/hover-summary: Removed.
3595 * WebKitSite/demos/hover-summary/details.css: Removed.
3596 * WebKitSite/demos/hover-summary/details.js: Removed.
3597 * WebKitSite/demos/hover-summary/example1.html: Removed.
3598 * WebKitSite/demos/hover-summary/example2.html: Removed.
3599 * WebKitSite/demos/hover-summary/horizontal-triangle.png: Removed.
3600 * WebKitSite/demos/hover-summary/vertical-triangle.png: Removed.
3601 * WebKitSite/demos/index.html: Removed.
3602 * WebKitSite/demos/mathml: Removed.
3603 * WebKitSite/demos/mathml/MathMLDemo.xhtml: Removed.
3604 * WebKitSite/demos/sticky-notes: Removed.
3605 * WebKitSite/demos/sticky-notes/StickyNotes.manifest: Removed.
3606 * WebKitSite/demos/sticky-notes/deleteButton.png: Removed.
3607 * WebKitSite/demos/sticky-notes/deleteButtonPressed.png: Removed.
3608 * WebKitSite/demos/sticky-notes/index.html: Removed.
3609 * WebKitSite/demos/transitions-and-transforms: Removed.
3610 * WebKitSite/demos/transitions-and-transforms/Finder Coverflow.png: Removed.
3611 * WebKitSite/demos/transitions-and-transforms/Horsehead.png: Removed.
3612 * WebKitSite/demos/transitions-and-transforms/Mail Stationery.png: Removed.
3613 * WebKitSite/demos/transitions-and-transforms/Quick Look.png: Removed.
3614 * WebKitSite/demos/transitions-and-transforms/Spaces.png: Removed.
3615 * WebKitSite/demos/transitions-and-transforms/Stacks.png: Removed.
3616 * WebKitSite/demos/transitions-and-transforms/Time Machine.png: Removed.
3617 * WebKitSite/demos/transitions-and-transforms/index.html: Removed.
3618 * WebKitSite/demos/transitions-and-transforms/leopard.css: Removed.
3619 * WebKitSite/demos/transitions-and-transforms/no-style.html: Removed.
3620 * WebKitSite/favicon.ico: Removed.
3621 * WebKitSite/footer.inc: Removed.
3622 * WebKitSite/header.inc: Removed.
3623 * WebKitSite/images: Removed.
3624 * WebKitSite/images/DroseraPic.png: Removed.
3625 * WebKitSite/images/blank.png: Removed.
3626 * WebKitSite/images/blue-background.png: Removed.
3627 * WebKitSite/images/blue-bullet.png: Removed.
3628 * WebKitSite/images/download.png: Removed.
3629 * WebKitSite/images/end.png: Removed.
3630 * WebKitSite/images/gray-background.png: Removed.
3631 * WebKitSite/images/green-background.png: Removed.
3632 * WebKitSite/images/green-bullet.png: Removed.
3633 * WebKitSite/images/icon-gold.png: Removed.
3634 * WebKitSite/images/icon.png: Removed.
3635 * WebKitSite/images/ie-nav.png: Removed.
3636 * WebKitSite/images/middle.png: Removed.
3637 * WebKitSite/images/nav.png: Removed.
3638 * WebKitSite/images/pink-background.png: Removed.
3639 * WebKitSite/images/pink-bullet.png: Removed.
3640 * WebKitSite/images/purple-background.png: Removed.
3641 * WebKitSite/images/purple-bullet.png: Removed.
3642 * WebKitSite/images/surfin-safari.icns: Removed.
3643 * WebKitSite/images/yellow-background.png: Removed.
3644 * WebKitSite/images/yellow-bullet.png: Removed.
3645 * WebKitSite/index.html: Removed.
3646 * WebKitSite/misc: Removed.
3647 * WebKitSite/misc/DatabaseExample.html: Removed.
3648 * WebKitSite/misc/DatabaseTester.html: Removed.
3649 * WebKitSite/misc/WebKitDetect.html: Removed.
3650 * WebKitSite/misc/WebKitDetect.js: Removed.
3651 * WebKitSite/misc/drosera: Removed.
3652 * WebKitSite/misc/drosera/demo.js: Removed.
3653 * WebKitSite/misc/drosera/drosera.png: Removed.
3654 * WebKitSite/misc/drosera/index.html: Removed.
3655 * WebKitSite/misc/gradient-input.html: Removed.
3656 * WebKitSite/misc/morph.html: Removed.
3657 * WebKitSite/nav.inc: Removed.
3658 * WebKitSite/perf: Removed.
3659 * WebKitSite/perf/slickspeed: Removed.
3660 * WebKitSite/perf/slickspeed/config.ini: Removed.
3661 * WebKitSite/perf/slickspeed/footer.html: Removed.
3662 * WebKitSite/perf/slickspeed/frameworks: Removed.
3663 * WebKitSite/perf/slickspeed/frameworks/DomQuery.js: Removed.
3664 * WebKitSite/perf/slickspeed/frameworks/dummy.js: Removed.
3665 * WebKitSite/perf/slickspeed/frameworks/jquery-1.2.3.js: Removed.
3666 * WebKitSite/perf/slickspeed/frameworks/prototype.js: Removed.
3667 * WebKitSite/perf/slickspeed/header.html: Removed.
3668 * WebKitSite/perf/slickspeed/index.php: Removed.
3669 * WebKitSite/perf/slickspeed/instructions.txt: Removed.
3670 * WebKitSite/perf/slickspeed/logo.png: Removed.
3671 * WebKitSite/perf/slickspeed/selectors.list: Removed.
3672 * WebKitSite/perf/slickspeed/style.css: Removed.
3673 * WebKitSite/perf/slickspeed/system: Removed.
3674 * WebKitSite/perf/slickspeed/system/index.php: Removed.
3675 * WebKitSite/perf/slickspeed/system/slickspeed.js: Removed.
3676 * WebKitSite/perf/slickspeed/system/template.php: Removed.
3677 * WebKitSite/perf/slickspeed/template.html: Removed.
3678 * WebKitSite/perf/sunspider: Removed.
3679 * WebKitSite/perf/sunspider-0.9: Removed.
3680 * WebKitSite/perf/sunspider-0.9.1: Removed.
3681 * WebKitSite/perf/sunspider-0.9.1/json2.js: Removed.
3682 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9: Removed.
3683 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1: Removed.
3684 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Removed.
3685 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Removed.
3686 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Removed.
3687 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Removed.
3688 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/driver.html: Removed.
3689 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/results.html: Removed.
3690 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Removed.
3691 * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Removed.
3692 * WebKitSite/perf/sunspider-0.9.1/sunspider-analyze-results.js: Removed.
3693 * WebKitSite/perf/sunspider-0.9.1/sunspider-compare-results.js: Removed.
3694 * WebKitSite/perf/sunspider-0.9.1/sunspider.css: Removed.
3695 * WebKitSite/perf/sunspider-0.9/3d-cube.html: Removed.
3696 * WebKitSite/perf/sunspider-0.9/3d-morph.html: Removed.
3697 * WebKitSite/perf/sunspider-0.9/3d-raytrace.html: Removed.
3698 * WebKitSite/perf/sunspider-0.9/access-binary-trees.html: Removed.
3699 * WebKitSite/perf/sunspider-0.9/access-fannkuch.html: Removed.
3700 * WebKitSite/perf/sunspider-0.9/access-nbody.html: Removed.
3701 * WebKitSite/perf/sunspider-0.9/access-nsieve.html: Removed.
3702 * WebKitSite/perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Removed.
3703 * WebKitSite/perf/sunspider-0.9/bitops-bits-in-byte.html: Removed.
3704 * WebKitSite/perf/sunspider-0.9/bitops-bitwise-and.html: Removed.
3705 * WebKitSite/perf/sunspider-0.9/bitops-nsieve-bits.html: Removed.
3706 * WebKitSite/perf/sunspider-0.9/controlflow-recursive.html: Removed.
3707 * WebKitSite/perf/sunspider-0.9/crypto-aes.html: Removed.
3708 * WebKitSite/perf/sunspider-0.9/crypto-md5.html: Removed.
3709 * WebKitSite/perf/sunspider-0.9/crypto-sha1.html: Removed.
3710 * WebKitSite/perf/sunspider-0.9/date-format-tofte.html: Removed.
3711 * WebKitSite/perf/sunspider-0.9/date-format-xparb.html: Removed.
3712 * WebKitSite/perf/sunspider-0.9/math-cordic.html: Removed.
3713 * WebKitSite/perf/sunspider-0.9/math-partial-sums.html: Removed.
3714 * WebKitSite/perf/sunspider-0.9/math-spectral-norm.html: Removed.
3715 * WebKitSite/perf/sunspider-0.9/regexp-dna.html: Removed.
3716 * WebKitSite/perf/sunspider-0.9/string-base64.html: Removed.
3717 * WebKitSite/perf/sunspider-0.9/string-fasta.html: Removed.
3718 * WebKitSite/perf/sunspider-0.9/string-tagcloud.html: Removed.
3719 * WebKitSite/perf/sunspider-0.9/string-unpack-code.html: Removed.
3720 * WebKitSite/perf/sunspider-0.9/string-validate-input.html: Removed.
3721 * WebKitSite/perf/sunspider-0.9/sunspider-analyze-results.js: Removed.
3722 * WebKitSite/perf/sunspider-0.9/sunspider-compare-results.js: Removed.
3723 * WebKitSite/perf/sunspider-0.9/sunspider-driver.html: Removed.
3724 * WebKitSite/perf/sunspider-0.9/sunspider-record-result.js: Removed.
3725 * WebKitSite/perf/sunspider-0.9/sunspider-results.html: Removed.
3726 * WebKitSite/perf/sunspider-0.9/sunspider-test-prefix.js: Removed.
3727 * WebKitSite/perf/sunspider-0.9/sunspider.css: Removed.
3728 * WebKitSite/perf/sunspider/sunspider.css: Removed.
3729 * WebKitSite/perf/sunspider/sunspider.html: Removed.
3730 * WebKitSite/pngbehavior.htc: Removed.
3731 * WebKitSite/projects: Removed.
3732 * WebKitSite/projects/accessibility: Removed.
3733 * WebKitSite/projects/accessibility/index.html: Removed.
3734 * WebKitSite/projects/cleanup: Removed.
3735 * WebKitSite/projects/cleanup/index.html: Removed.
3736 * WebKitSite/projects/compat: Removed.
3737 * WebKitSite/projects/compat/index.html: Removed.
3738 * WebKitSite/projects/css: Removed.
3739 * WebKitSite/projects/css/index.html: Removed.
3740 * WebKitSite/projects/documentation: Removed.
3741 * WebKitSite/projects/documentation/index.html: Removed.
3742 * WebKitSite/projects/dom: Removed.
3743 * WebKitSite/projects/dom/index.html: Removed.
3744 * WebKitSite/projects/editing: Removed.
3745 * WebKitSite/projects/editing/index.html: Removed.
3746 * WebKitSite/projects/forms: Removed.
3747 * WebKitSite/projects/forms/index.html: Removed.
3748 * WebKitSite/projects/goals.html: Removed.
3749 * WebKitSite/projects/html: Removed.
3750 * WebKitSite/projects/html/index.html: Removed.
3751 * WebKitSite/projects/index.html: Removed.
3752 * WebKitSite/projects/javascript: Removed.
3753 * WebKitSite/projects/javascript/index.html: Removed.
3754 * WebKitSite/projects/layout: Removed.
3755 * WebKitSite/projects/layout/index.html: Removed.
3756 * WebKitSite/projects/mathml: Removed.
3757 * WebKitSite/projects/mathml/index.html: Removed.
3758 * WebKitSite/projects/performance: Removed.
3759 * WebKitSite/projects/performance/index.html: Removed.
3760 * WebKitSite/projects/plugins: Removed.
3761 * WebKitSite/projects/plugins/index.html: Removed.
3762 * WebKitSite/projects/portability: Removed.
3763 * WebKitSite/projects/portability/index.html: Removed.
3764 * WebKitSite/projects/printing: Removed.
3765 * WebKitSite/projects/printing/index.html: Removed.
3766 * WebKitSite/projects/svg: Removed.
3767 * WebKitSite/projects/svg/index.html: Removed.
3768 * WebKitSite/projects/svg/status.xml: Removed.
3769 * WebKitSite/projects/svg/svg-status.css: Removed.
3770 * WebKitSite/projects/svg/svg-status.xsl: Removed.
3771 * WebKitSite/projects/webkit: Removed.
3772 * WebKitSite/projects/webkit/index.html: Removed.
3773 * WebKitSite/projects/xml: Removed.
3774 * WebKitSite/projects/xml/index.html: Removed.
3775 * WebKitSite/projects/xslt: Removed.
3776 * WebKitSite/projects/xslt/index.html: Removed.
3777 * WebKitSite/quality: Removed.
3778 * WebKitSite/quality/.htaccess: Removed.
3779 * WebKitSite/quality/Ahem.ttf: Removed.
3780 * WebKitSite/quality/bugpriorities.html: Removed.
3781 * WebKitSite/quality/bugwriting.html: Removed.
3782 * WebKitSite/quality/bugzilla.html: Removed.
3783 * WebKitSite/quality/crashlogs.html: Removed.
3784 * WebKitSite/quality/leakhunting.html: Removed.
3785 * WebKitSite/quality/lifecycle.html: Removed.
3786 * WebKitSite/quality/mac_reportbox.jpg: Removed.
3787 * WebKitSite/quality/mac_viewtrace.jpg: Removed.
3788 * WebKitSite/quality/reduction.html: Removed.
3789 * WebKitSite/quality/reporting.html: Removed.
3790 * WebKitSite/quality/testing.html: Removed.
3791 * WebKitSite/quality/testwriting.html: Removed.
3792 * WebKitSite/quality/win_installwatson.jpg: Removed.
3793 * WebKitSite/quality/win_watsongui.jpg: Removed.
3794 * WebKitSite/quality/win_watsoninstalled.jpg: Removed.
3795 * WebKitSite/security: Removed.
3796 * WebKitSite/security/index.html: Removed.
3797 * WebKitSite/security/security-group-members.html: Removed.
3798 * WebKitSite/specs: Removed.
3799 * WebKitSite/specs/CSSVisualEffects: Removed.
3800 * WebKitSite/specs/CSSVisualEffects/css3-2d-transforms: Removed.
3801 * WebKitSite/specs/CSSVisualEffects/css3-3d-transforms: Removed.
3802 * WebKitSite/specs/CSSVisualEffects/css3-animations: Removed.
3803 * WebKitSite/specs/CSSVisualEffects/css3-transitions: Removed.
3804 * WebKitSite/specs/CSSVisualEffects/index.html: Removed.
3805 * WebKitSite/specs/HTML_Timed_Media_Elements.html: Removed.
3806 * WebKitSite/specs/MediaQueriesExtensions.html: Removed.
3807 * WebKitSite/specs/PointerEventsProperty.html: Removed.
3808 * WebKitSite/specs/Timed_Media_CSS.html: Removed.
3809 * WebKitSite/specs/Timed_Media_Elements-Open_Issues.html: Removed.
3810 * WebKitSite/specs/index.html: Removed.
3811 * WebKitSite/specs/mediaelement.css: Removed.
3812 * WebKitSite/specs/movie-status-states.png: Removed.
3813 * WebKitSite/specs/squirrelfish-bytecode.html: Removed.
3814 * cmake/WebKitPackaging.cmake:
3816 2010-12-20 Joseph Pecoraro <joepeck@webkit.org>
3818 Reviewed by Darin Adler.
3820 Update .gitattributes for WebKitTools -> Tools change
3821 https://bugs.webkit.org/show_bug.cgi?id=51365
3823 * .gitattributes: WebKitTools -> Tools rename. Removed no longer existing file references.
3825 2010-12-20 Xan Lopez <xlopez@igalia.com>
3827 Reviewed by Gustavo Noronha.
3829 * configure.ac: bump version for 1.3.8 release.
3831 2010-12-20 David Levin <levin@chromium.org>
3833 Reviewed by Ariya Hidayat.
3835 .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
3836 https://bugs.webkit.org/show_bug.cgi?id=51343
3838 Follow up from the WebKitTools -> Tools rename.
3842 2010-12-20 Ryuan Choi <ryuan.choi@samsung.com>
3844 Reviewed by Antonio Gomes.
3846 [CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
3847 https://bugs.webkit.org/show_bug.cgi?id=51319
3849 Change WEBKITTOOLS_DIR variable's name and value to TOOLS_DIR and tools/.
3853 2010-12-18 Adam Barth <abarth@webkit.org>
3855 Reviewed by Sam Weinig.
3857 Move WebKitExamplePlugins to Examples
3858 https://bugs.webkit.org/show_bug.cgi?id=51291
3860 * Examples: Copied from WebKitExamplePlugins.
3861 * WebKitExamplePlugins: Removed.
3862 * WebKitExamplePlugins/NetscapeCocoaPlugin: Removed.
3863 * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj: Removed.
3864 * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj/InfoPlist.strings: Removed.
3865 * WebKitExamplePlugins/NetscapeCocoaPlugin/Info.plist: Removed.
3866 * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.h: Removed.
3867 * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.m: Removed.
3868 * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj: Removed.
3869 * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/project.pbxproj: Removed.
3870 * WebKitExamplePlugins/NetscapeCocoaPlugin/main.m: Removed.
3871 * WebKitExamplePlugins/NetscapeCocoaPlugin/test.html: Removed.
3872 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin: Removed.
3873 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj: Removed.
3874 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj/InfoPlist.strings: Removed.
3875 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Info.plist: Removed.
3876 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.h: Removed.
3877 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.m: Removed.
3878 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj: Removed.
3879 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/project.pbxproj: Removed.
3880 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Pause.tiff: Removed.
3881 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Play.tiff: Removed.
3882 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackCenter.tiff: Removed.
3883 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackLeft.tiff: Removed.
3884 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackRight.tiff: Removed.
3885 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Thumb.tiff: Removed.
3886 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/main.m: Removed.
3887 * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/test.html: Removed.
3888 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin: Removed.
3889 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Composition.qtz: Removed.
3890 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj: Removed.
3891 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj/InfoPlist.strings: Removed.
3892 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Info.plist: Removed.
3893 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj: Removed.
3894 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/project.pbxproj: Removed.
3895 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/main.m: Removed.
3896 * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/test.html: Removed.
3897 * WebKitExamplePlugins/NetscapeInputMethodPlugin: Removed.
3898 * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj: Removed.
3899 * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj/InfoPlist.strings: Removed.
3900 * WebKitExamplePlugins/NetscapeInputMethodPlugin/Info.plist: Removed.
3901 * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj: Removed.
3902 * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/project.pbxproj: Removed.
3903 * WebKitExamplePlugins/NetscapeInputMethodPlugin/main.m: Removed.
3904 * WebKitExamplePlugins/NetscapeInputMethodPlugin/test.html: Removed.
3905 * cmake/WebKitPackaging.cmake:
3907 2010-12-17 Dan Bernstein <mitz@apple.com>
3909 Reviewed by Simon Fraser.
3911 Rename WebKitTools to Tools
3912 https://bugs.webkit.org/show_bug.cgi?id=49861
3914 * DerivedSources.pro:
3918 * Tools: Renamed from WebKitTools.
3920 * cmake/WebKitPackaging.cmake:
3923 2010-12-16 Leandro Pereira <leandro@profusion.mobi>
3925 [EFL] Unreviewed build fix.
3927 Disable ContextMenu support for now while support for
3928 CROSS_PLATFORM_MENUS is written.
3930 * cmake/OptionsEfl.cmake:
3932 2010-12-15 Sheriff Bot <webkit.review.bot@gmail.com>
3934 Unreviewed, rolling out r74117.
3935 http://trac.webkit.org/changeset/74117
3936 https://bugs.webkit.org/show_bug.cgi?id=51113
3938 This broke the GTK1 build. (Requested by mrobinson on
3944 2010-12-15 Amruth Raj <amruthraj@motorola.com> and Ravi Kasibhatla <ravi.kasibhatla@motorola.com>
3946 Reviewed by Martin Robinson.
3948 Changes to enable building WebKit2 for Gtk port.
3949 (https://bugs.webkit.org/show_bug.cgi?id=37369)
3951 * GNUmakefile.am: Changes to build either of WebKit1 or WebKit2.
3952 It basically excludes all WebKit/gtk/webkit/ files when building WebKit2.
3953 Also, exludes Unittests, DumprenderTree, GtkLauncher etc for WebKit2.
3954 * configure.ac: Option for enable or disable WebKit2.
3956 2010-12-14 Commit Queue <commit-queue@webkit.org>
3958 Unreviewed. Test commit for commit-queue@webkit.org.
3960 2010-12-14 Commit Queue <commit-queue@webkit.org>
3962 Unreviewed. Test commit for commit-queue@webkit.org.
3964 2010-12-14 Ryosuke Niwa <rniwa@webkit.org>
3966 Reviewed by Eric Seidel.
3968 [git].DS_Store should be in .gitignore
3969 https://bugs.webkit.org/show_bug.cgi?id=51065
3971 Added .DS_Store to .gitignore.
3975 2010-12-14 Lucas De Marchi <lucas.demarchi@profusion.mobi>
3977 Reviewed by Eric Seidel.
3979 [EFL] Add linker script to export less symbols
3980 https://bugs.webkit.org/show_bug.cgi?id=44609
3982 Filter the exported symbols by using a linker script. Only symbols
3983 starting with "ewk_" are exported.
3985 * cmake/OptionsEfl.cmake: Pass linker option to use a version script
3986 when linking webkit.
3987 * cmake/eflsymbols.filter: Added. Export only symbols starting with
3990 2010-12-13 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3992 Unreviewed build fix for EFL.
3994 Remove DataSourceGStreamer.cpp in WebCore/CMakeListsEfl.txt
3995 Because, DataSourceGStreamer.cpp was removed by Bug 30007.
3997 * ../WebCore/CMakeListsEfl.txt:
3999 2010-12-13 Andras Becsi <abecsi@webkit.org>
4001 Reviewed by Csaba Osztrogonác.
4003 [Qt][WK2] Fix build if WebKitTools are not available
4004 https://bugs.webkit.org/show_bug.cgi?id=50242
4006 * DerivedSources.pro: add new DerivedSources.pro to SUBDIRS.
4008 2010-12-06 Philippe Normand <pnormand@igalia.com>
4010 Reviewed by Martin Robinson.
4012 [GTK] Support the Mozilla-style Fullscreen Javascript API
4013 https://bugs.webkit.org/show_bug.cgi?id=50572
4015 * configure.ac: new configure flag to disable the new Javascript
4016 Fullscreen API build. It is enabled by default.
4018 2010-12-09 Philippe Normand <pnormand@igalia.com>
4020 Reviewed by Xan Lopez.
4022 [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
4023 https://bugs.webkit.org/show_bug.cgi?id=50741
4027 2010-12-07 Patrick Gansterer <paroga@webkit.org>
4029 Reviewed by Andreas Kling.
4031 [CMake] Remove WebKitGenerators
4032 https://bugs.webkit.org/show_bug.cgi?id=50445
4035 * cmake/WebKitGenerators.cmake: Removed.
4037 2010-12-06 Patrick Gansterer <paroga@webkit.org>
4039 Reviewed by Andreas Kling.
4041 [WINCE] Add build system
4042 https://bugs.webkit.org/show_bug.cgi?id=50522
4044 * cmake/OptionsWinCE.cmake: Added.
4045 * cmake/OptionsWindows.cmake: Added.
4047 2010-12-04 Patrick Gansterer <paroga@webkit.org>
4049 Reviewed by Andreas Kling.
4051 [CMake] Better detection of ARM platform
4052 https://bugs.webkit.org/show_bug.cgi?id=50452
4056 2010-12-03 Xan Lopez <xlopez@igalia.com>
4058 Unreviewed build fix for GTK+.
4060 Add configure.ac-fu for WebAudio.
4064 2010-12-02 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
4066 Reviewed by Eric Seidel.
4068 [EFL] Fails to build with non-system cairo
4069 https://bugs.webkit.org/show_bug.cgi?id=50395
4071 Do not add 'cairo' as a suffix for the paths provided by
4072 pkgconfig. The paths provided by pkgconfig already include it.
4074 * cmake/FindCairo.cmake:
4076 2010-12-02 Xan Lopez <xlopez@igalia.com>
4078 Third attempt to fix the build.
4080 * autotools/symbols.filter: be more liberal in one more symbol.
4082 2010-12-02 Xan Lopez <xlopez@igalia.com>
4084 Another attempt to fix the GTK+ build.
4086 * autotools/symbols.filter: try to be more liberal with the
4087 mangled names of some symbols.
4089 2010-12-02 Xan Lopez <xlopez@igalia.com>
4091 Try to fix GTK+ build.
4093 * autotools/symbols.filter: add missing ';'.
4095 2010-12-02 Martin Robinson <mrobinson@igalia.com>
4097 Attempt to fix the GTK+ build. Add missing symbol the
4098 list of unfiltered symbols for the linker.
4100 * autotools/symbols.filter: Add symbol used in DumpRenderTree.
4102 2010-12-02 Martin Robinson <mrobinson@igalia.com>