1 2011-04-11 Thouraya ANDOLSI <thouraya.andolsi@st.com>
3 Reviewed by Oliver Hunt.
6 https://bugs.webkit.org/show_bug.cgi?id=44329
8 Enable JIT support for SH4 platforms.
12 2011-04-11 Andreas Kling <andreas.kling@nokia.com>
14 Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
18 2011-04-09 Keith Kyzivat <keith.kyzivat@nokia.com>
20 Reviewed by Laszlo Gombos.
22 [Qt] Don't link against fontconfig or X11 if embedded
23 https://bugs.webkit.org/show_bug.cgi?id=58104
25 * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
27 2011-04-08 Alpha Lam <hclam@chromium.org>
29 Unreviewed, rolling out r83335.
30 http://trac.webkit.org/changeset/83335
31 https://bugs.webkit.org/show_bug.cgi?id=53556
33 GTK and QT bots are broken.
37 2011-04-08 Kristian Amlie <kristian.amlie@nokia.com>
39 Reviewed by Andreas Kling.
41 [Qt] Remove modular references after support for the flag was removed.
42 https://bugs.webkit.org/show_bug.cgi?id=57018
44 Removed modular references after support for the flag was removed.
46 Support was removed because the Qt Modularization project decided we
47 don't need it. It's better to base decisions on the available
48 information, as demonstrated in the patch by checking
53 2011-04-07 Anna Cavender <annacc@chromium.org>
55 Reviewed by Eric Carlson.
57 Setup ENABLE(TRACK) feature define
58 https://bugs.webkit.org/show_bug.cgi?id=53556
62 2011-04-08 Varun Jain <varunjain@chromium.org>
64 Reviewed by Darin Fisher.
66 Need to extend WebKit chromium API to access text selection
67 https://bugs.webkit.org/show_bug.cgi?id=57888
69 * Source/WebKit/chromium/public/WebFrame.h:
70 * Source/WebKit/chromium/public/WebWidget.h:
71 * Source/WebKit/chromium/src/WebFrameImpl.cpp:
72 * Source/WebKit/chromium/src/WebFrameImpl.h:
73 * Source/WebKit/chromium/src/WebPopupMenuImpl.h:
74 * Source/WebKit/chromium/src/WebViewImpl.cpp:
75 * Source/WebKit/chromium/src/WebViewImpl.h:
76 * Source/WebKit/chromium/tests/PopupMenuTest.cpp:
78 2011-04-08 Jon Lee <jonlee@apple.com>
80 Reviewed by David Levin.
82 adding *.vcproj.*.user to .gitignore for Visual Studio development
83 https://bugs.webkit.org/show_bug.cgi?id=58097
87 2011-04-07 Eric Seidel <eric@webkit.org>
89 Reviewed by Adam Barth.
91 Add stub support for generating Gtk build system from gyp
92 https://bugs.webkit.org/show_bug.cgi?id=58086
94 This adds support for a new --port argument and plumbs through
95 the necessary paths to allow generating for a port other than Mac.
97 * Source/gyp/configure:
99 2011-04-07 Andrew Scherkus <scherkus@chromium.org>
101 Revert ENABLE_TRACK patch due to compile failures.
105 2011-04-06 Dai Mikurube <dmikurube@chromium.org>
107 Reviewed by David Levin.
109 Add QUOTA build flag for unified quota API
110 https://bugs.webkit.org/show_bug.cgi?id=57918
112 * configure.ac: Added QUOTA build flag
114 2011-04-04 Martin Robinson <mrobinson@igalia.com>
116 Build fix for GTK+ after r82876.
118 * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
119 from WTF that DRT uses.
121 2011-04-04 Martin Robinson <mrobinson@igalia.com>
123 Reviewed by Gustavo Noronha Silva.
126 https://bugs.webkit.org/show_bug.cgi?id=31517
128 * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
130 2011-04-04 Jon Lee <jonlee@apple.com>
132 Reviewed by Eric Seidel.
134 add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
135 https://bugs.webkit.org/show_bug.cgi?id=57646
137 * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
139 2011-03-31 Xan Lopez <xlopez@igalia.com>
141 Reviewed by Martin Robinson.
143 [GTK] Link explicitly with XRender on Linux/Unix
144 https://bugs.webkit.org/show_bug.cgi?id=57558
146 Some linkers, like GNU Gold, require explicit linkage of all the
147 libraries used instead of relying on our dependencies to bring
148 them in. In this case, the build fails because we use XRender in
149 the plugin code but don't link directly to it.
151 * configure.ac: check for XRender on UNIX.
153 2011-03-31 Vamshikrishna.Yellenki <vamshi@motorola.com> and Alejandro G. Castro <alex@igalia.com>
155 Reviewed by Martin Robinson.
157 Implement MiniBrowser for Gtk port.
158 https://bugs.webkit.org/show_bug.cgi?id=48512
160 Initial implementation of the Gtk MiniBrowser.
164 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
166 [Qt] Typo fix, remove an accidentally added line.
170 2011-03-30 Csaba Osztrogonác <ossy@webkit.org>
172 [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
176 2011-03-29 Csaba Osztrogonác <ossy@webkit.org>
178 Rubber-stamped by Andreas Kling.
180 [Qt] Remove modular references after support for the flag was removed.
181 https://bugs.webkit.org/show_bug.cgi?id=57018
183 Symbian buildfix after r82232.
185 * Source/WebKit.pri: Readd uitools option.
187 2011-03-29 Kristian Amlie <kristian.amlie@nokia.com>
189 Reviewed by Andreas Kling.
191 Removed modular references after support for the flag was removed.
193 Support was removed because the Qt Modularization project decided we
194 don't need it. It's better to base decisions on the available
195 information, as demonstrated in the patch by checking
198 In addition, remove the reference to uitools. It has been moved to
199 QtKernel now, and therefore is always available.
201 [Qt] Remove modular references after support for the flag was removed.
202 https://bugs.webkit.org/show_bug.cgi?id=57018
206 2011-03-28 Benjamin Poulain <benjamin.poulain@nokia.com>
208 Reviewed by Andreas Kling.
210 [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
211 https://bugs.webkit.org/show_bug.cgi?id=57087
213 Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
217 2011-03-26 Adam Barth <abarth@webkit.org>
219 Reviewed by Eric Seidel.
221 We shouldn't bother running GYP if the generated files are newer than the GYP files
222 https://bugs.webkit.org/show_bug.cgi?id=57146
224 In the common case, this check will avoid any overhead from processing
225 the GYP files. Another approach to doing this is to add the feature to
226 GYP directly, but GYP's approach to this problem is to compute the
227 output in its entirety and compare it byte-for-byte against the output
228 file. In the future, it might make sense to add this approach as an
229 alternative approach for GYP itself.
231 I also removed JavaScriptGlue from the script because we're not really
232 going to change JavaScriptGlue over to GYP. We were using
233 JavaScriptGlue as a learning experience.
235 * Source/gyp/configure:
237 2011-03-25 Kevin Ollivier <kevino@theolliviers.com>
239 [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
243 2011-03-23 George Guo <George.Guo@nokia.com>
245 Reviewed by Darin Adler.
247 Webkit warning: converting to 'unsigned int' from 'double'
248 https://bugs.webkit.org/show_bug.cgi?id=56865
250 With -Werr enabled, this cause the build failure on RedHat Linux.
253 * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
256 2011-03-23 Adam Barth <abarth@webkit.org>
258 Reviewed by Eric Seidel.
260 GYP build should default to Production configuration
261 https://bugs.webkit.org/show_bug.cgi?id=56899
263 * Source/gyp/common.gypi:
265 2011-03-22 Adam Barth <abarth@webkit.org>
267 Reviewed by Eric Seidel.
269 gyp/configure shouldn't require GYP to be in your path
270 https://bugs.webkit.org/show_bug.cgi?id=56873
272 Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
273 instead of requiring GYP to be in the user's path.
275 * Source/gyp/configure:
277 2011-03-22 Adam Barth <abarth@webkit.org>
279 Reviewed by Eric Seidel.
281 Add GYP to Source/ThirdParty
282 https://bugs.webkit.org/show_bug.cgi?id=56870
284 We probably don't need all the test files, but it seems cleaner to just
285 check in the whole GYP tree. GYP is BSD licensed, so it is compatible
286 with the WebKit license.
288 * Source/ThirdParty/gyp: Added.
290 2011-03-21 Alejandro G. Castro <alex@igalia.com>
292 Reviewed by Martin Robinson.
294 [GTK] 1.3.13 release bump
295 https://bugs.webkit.org/show_bug.cgi?id=56795
297 Version bump for 1.3.13 and updated NEWS file with release notes.
301 2011-03-21 Ryuan Choi <ryuan.choi@samsung.com>
303 Reviewed by Antonio Gomes.
305 [CMAKE] Add exception handling when PORT was missing.
306 https://bugs.webkit.org/show_bug.cgi?id=56728
308 * Source/CMakeLists.txt:
310 2011-03-10 Viatcheslav Ostapenko <ostapenko.viatcheslav@nokia.com>
312 Reviewed by Laszlo Gombos.
314 [Qt] Text layout is broken on Symbian
315 https://bugs.webkit.org/show_bug.cgi?id=56046
317 Change integers included into bitfields to be signed by default on RVCT
318 compiler as a lot of other compilers do (gcc, msvc, winsc).
319 There are a lot of places in webkit where integers included in bitfield
320 are assumed to be signed.
324 2011-03-10 Alejandro G. Castro <alex@igalia.com>
326 Unreviewed, fixed Efl compilation after r80744.
328 * Source/cmake/OptionsEfl.cmake:
330 2011-03-10 Martin Robinson <mrobinson@igalia.com>
332 Fixed the help message for WebGL support on GTK+ to reflect the fact that
333 it's turned off by default and is experimental.
335 * configure.ac: Fix WebGL help message.
337 2011-03-04 Dimitri Glazkov <dglazkov@chromium.org>
339 Reviewed by Adam Barth.
341 Add skeletal WebCore.gyp
342 https://bugs.webkit.org/show_bug.cgi?id=55802
344 * Source/gyp/configure: Added WebCore.
346 2011-03-04 Adam Barth <abarth@webkit.org>
348 Reviewed by Dimitri Glazkov.
350 Add a basic configure script for the GYP build
351 https://bugs.webkit.org/show_bug.cgi?id=55791
353 This script just calls GYP on the various gyp projects. As we add more
354 build systems, this script should be able to select which of them you'd
355 like to generate the project for.
357 * Source/gyp/configure: Added.
359 2011-03-04 Adam Barth <abarth@webkit.org>
361 Reviewed by Dimitri Glazkov.
363 Use target_defaults to reduce boilerplate in GYP build system
364 https://bugs.webkit.org/show_bug.cgi?id=55790
366 This file contains GYP declarations that are shared by all the modules.
367 Currently, we use this to set up the configurations, albeit primitively.
369 * Source/gyp/common.gypi: Added.
371 2011-03-03 Kevin Ollivier <kevino@theolliviers.com>
373 [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
374 to make sure the proper unicode/utf8.h header is included.
378 2011-03-02 Kevin Ollivier <kevino@theolliviers.com>
380 [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
381 included in the ICU headers used by WebKit.
385 2011-03-02 Daniel Cheng <dcheng@chromium.org>
387 Reviewed by David Levin.
389 Add feature define for data transfer items
390 https://bugs.webkit.org/show_bug.cgi?id=55510
392 * Source/cmake/OptionsEfl.cmake:
393 * Source/cmake/OptionsWinCE.cmake:
394 * Source/cmakeconfig.h.cmake:
398 2011-03-02 Andras Becsi <abecsi@webkit.org>
400 Reviewed by Laszlo Gombos.
402 [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
403 https://bugs.webkit.org/show_bug.cgi?id=55478
405 On case insensitive systems the generated forwarding headers cause build problems.
407 * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
409 2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com>
411 Unreviewed, rolling out r80079.
412 http://trac.webkit.org/changeset/80079
413 https://bugs.webkit.org/show_bug.cgi?id=55547
415 "Broke the Win debug build?" (Requested by dcheng on #webkit).
417 * Source/cmake/OptionsEfl.cmake:
418 * Source/cmake/OptionsWinCE.cmake:
419 * Source/cmakeconfig.h.cmake:
421 2011-03-01 Daniel Cheng <dcheng@chromium.org>
423 Reviewed by David Levin.
425 Add feature define for data transfer items
426 https://bugs.webkit.org/show_bug.cgi?id=55510
428 * Source/cmake/OptionsEfl.cmake:
429 * Source/cmake/OptionsWinCE.cmake:
430 * Source/cmakeconfig.h.cmake:
432 2011-03-01 Andras Becsi <abecsi@webkit.org>
434 Reviewed by Csaba Osztrogonác.
436 [Qt] Clean up the project files and move common options to WebKit.pri.
438 Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
440 * Source/WebKit.pri: Common options should be here.
441 Also move Mac options to this file to fix the Mac build.
443 2011-03-01 Andras Becsi <abecsi@webkit.org>
445 Unreviewed build fix.
447 [Qt] Fix minimal build.
449 * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
451 2011-02-28 Adam Barth <abarth@webkit.org>
453 Reviewed by Dimitri Glazkov.
455 Teach JavaScriptGlue gyp build about DEPTH
456 https://bugs.webkit.org/show_bug.cgi?id=55421
458 Moves the previously JavaScriptGlue-specific GYP helper shell scripts
459 to the gyp directory in Source, where they can be shared by multiple
463 * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
464 * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
465 * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
467 2011-02-28 Benjamin Poulain <benjamin.poulain@nokia.com>
469 Reviewed by Kenneth Rohde Christiansen.
471 [Qt][WK2] Add a way to test the WebKit 2 APIs
472 https://bugs.webkit.org/show_bug.cgi?id=55408
474 Add the build file for test to the build system.
476 * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
477 * Source/WebKit.pro: Add the dependency to build the new test project.
479 2011-02-28 Balazs Kelemen <kbalazs@webkit.org>
481 Reviewed by Anders Carlsson.
483 [Qt][WK2] Plugin initialization
484 https://bugs.webkit.org/show_bug.cgi?id=48127
486 * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
487 from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
489 2011-02-28 Kristian Amlie <kristian.amlie@nokia.com>
491 Reviewed by Andreas Kling.
493 Added full webkit module profile and a syncqt profile.
495 This is for modularized Qt.
497 [Qt] WebKit patches required to work with a modularized version of Qt
498 https://bugs.webkit.org/show_bug.cgi?id=53916
500 * Source/sync.profile: Added.
502 2011-02-26 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
504 Reviewed by Laszlo Gombos.
506 [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
507 non-production builds.
508 https://bugs.webkit.org/show_bug.cgi?id=55313
512 2011-02-24 Alejandro G. Castro <alex@igalia.com>
514 Rubber-stamped by Martin Robinson.
516 Fixed compilation after r79537, added a bug to solve webkit2
518 https://bugs.webkit.org/show_bug.cgi?id=55153
522 2011-02-24 Christian Dywan <christian@lanedo.com>
524 Rubber-stamped by Eric Seidel.
526 [GTK] webkitgtk 1.3.7 build without translations
527 https://bugs.webkit.org/show_bug.cgi?id=50612
529 * GNUmakefile.am: Require stamp-po target for all-local so
530 that po files are built before they install.
532 2011-02-22 Philippe Normand <pnormand@igalia.com>
534 Reviewed by Martin Robinson.
536 [GTK] 1.3.12 release preparation
537 https://bugs.webkit.org/show_bug.cgi?id=54967
539 Version bump for 1.3.12 and updated NEWS file with release notes.
540 Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
543 * Source/WebKit/gtk/NEWS:
546 2011-02-22 Andras Becsi <abecsi@webkit.org>
548 Reviewed by Laszlo Gombos.
550 [Qt] Redesign the build system
551 https://bugs.webkit.org/show_bug.cgi?id=51339
555 Build WebCore as a static library, compile the WebKit API and WebKit2 API
556 in a final step and link to WebKit2, WebCore and JSC libraries to fix
557 linking issues resulting from stripped away symbols.
559 * Source/WebKit.pri: Add common include paths
560 * Source/WebKit.pro: Add new project file to SUBDIRS
562 2011-02-20 Carlos Garcia Campos <cgarcia@igalia.com>
564 Reviewed by Martin Robinson.
566 [GTK] Bump GTK+3 dependency to 3.0
567 https://bugs.webkit.org/show_bug.cgi?id=54394
571 2011-02-19 Ryuan Choi <ryuan.choi@samsung.com>
573 Reviewed by Martin Robinson.
575 [GTK] Remove mandatory Enchant dependency
576 https://bugs.webkit.org/show_bug.cgi?id=51587
578 Add enable-spellcheck option which decides whether to use enchant.
579 If disabled, WebKitGTK+ will not use enchant library.
583 2011-02-18 Zan Dobersek <zandobersek@gmail.com>
585 Reviewed by Martin Robinson.
587 [Gtk] Re-enable meter tag support
588 https://bugs.webkit.org/show_bug.cgi?id=54762
590 Enable meter tag support in the configure.ac. This feature was
591 previously enabled by default in the makefile, but should be
592 enabled here after changes in r78981.
596 2011-02-18 Kristian Amlie <kristian.amlie@nokia.com>
598 Reviewed by Kenneth Rohde Christiansen.
600 Avoided UiTools dependency if the module is not present.
602 [Qt] WebKit patches required to work with a modularized version of Qt
603 https://bugs.webkit.org/show_bug.cgi?id=53916
607 2011-02-18 Ryuan Choi <ryuan.choi@samsung.com>
609 Reviewed by Kent Tamura.
611 [EFL] Remove GDK dependency.
612 https://bugs.webkit.org/show_bug.cgi?id=53978
614 Remove checking GDK library.
616 * Source/cmake/OptionsEfl.cmake:
618 2011-02-18 Philippe Normand <pnormand@igalia.com>
620 Unreviewed, build fix after r78981
622 * configure.ac: datagrid is datagrid, it is not database. Also
623 meter is not progress. Fixed copy/paste mistakes.
625 2011-02-18 Philippe Normand <pnormand@igalia.com>
627 Reviewed by Martin Robinson.
629 [GTK] minimal build unrecognized options
630 https://bugs.webkit.org/show_bug.cgi?id=50890
632 * configure.ac: added new configure options to enable/disable the
633 meter element, progress element, datagrid and client-based
636 2011-02-17 Kevin Ollivier <kevino@theolliviers.com>
638 [wx] Build fix after introduction of JavaScriptCore/collector.
642 2011-02-17 Kristian Amlie <kristian.amlie@nokia.com>
644 Reviewed by Laszlo Gombos.
646 Updated include paths for phonon.
648 [Qt] WebKit patches required to work with a modularized version of Qt
649 https://bugs.webkit.org/show_bug.cgi?id=53916
653 2011-02-13 Hayato Ito <hayato@chromium.org>
655 Reviewed by Kent Tamura.
657 Update .gitignore to ignore files which Ninja build system generates.
659 https://bugs.webkit.org/show_bug.cgi?id=54378
663 2011-02-10 Peter Varga <pvarga@webkit.org>
665 Reviewed by Csaba Osztrogonác.
667 Remove PCRE source from trunk
668 https://bugs.webkit.org/show_bug.cgi?id=54188
670 * Source/cmake/WebKitFS.cmake:
672 2011-02-09 Adam Barth <abarth@webkit.org>
674 Reviewed by Steve Block.
676 Move Android.mk into Source
677 https://bugs.webkit.org/show_bug.cgi?id=53751
679 A somewhat blind attempt to move Android.mk into the Source directory.
680 I'm sure I've goofed this up in some way. The Android folks have
681 kindly volunteered to fix this up once they merge past this revision.
683 * Android.mk: Removed.
684 * Source/Android.mk: Copied from Android.mk.
686 2011-02-08 Alejandro G. Castro <alex@igalia.com>
688 Reviewed by Martin Robinson.
690 WebKit2 GTK Fails to Build #include nested too deeply
691 https://bugs.webkit.org/show_bug.cgi?id=52219
693 Removed the __STDC_FORMAT_MACROS definition, it is already defined
694 in the file where PRIxx64 is used before the inclusion so we are
699 2011-02-08 Kristian Amlie <kristian.amlie@nokia.com>
701 Reviewed by Eric Seidel.
703 Added include paths for QtScript.
705 WebKit patches required to work with a modularized version of Qt
706 https://bugs.webkit.org/show_bug.cgi?id=53916
710 2011-02-03 Martin Robinson <mrobinson@igalia.com>
712 Fix GTK+ WebGL build after r76600.
714 * configure.ac: Make sure to respect configure.ac conventions
715 consistently when it comes to capitalization. Remove an old
716 reference to enable_3d_canvas.
718 2011-02-02 Alejandro G. Castro <alex@igalia.com>
720 Reviewed by Martin Robinson.
722 Bump the WebKitGTK+ versions in preparation for development release.
724 * configure.ac: Bump the library, libtool and user agent version.
726 2011-02-02 Steve Lacey <sjl@chromium.org>
728 Reviewed by Eric Carlson.
730 Implement basic media statistics on media elements.
731 https://bugs.webkit.org/show_bug.cgi?id=53322
735 2011-02-02 Kevin Ollivier <kevino@theolliviers.com>
737 [wx] Build fixes for wxWebKit.
741 2010-01-28 Commit Queue <commit-queue@webkit.org>
743 Unreviewed. Test commit for commit-queue@webkit.org.
745 2010-01-28 Commit Queue <commit-queue@webkit.org>
747 Unreviewed. Test commit for commit-queue@webkit.org.
749 2010-01-28 Commit Queue <commit-queue@webkit.org>
751 Unreviewed. Test commit for commit-queue@webkit.org.
753 2011-01-31 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
755 Reviewed by Xan Lopez.
757 [GTK] REGRESSION: http/tests/media/video-{cookie,referer}.html failing
758 https://bugs.webkit.org/show_bug.cgi?id=53379
760 Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
761 dependency on newer soup to efl as well.
763 * Source/cmake/OptionsEfl.cmake:
765 2011-01-29 Daniel Bates <dbates@rim.com>
767 Reviewed by Maciej Stachowiak.
769 Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
770 https://bugs.webkit.org/show_bug.cgi?id=53382
772 Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
773 So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
774 Therefore, we should remove such references.
776 * Source/cmake/OptionsCommon.cmake:
778 2011-01-29 Daniel Bates <dbates@rim.com>
780 Reviewed by Eric Seidel.
782 Move wince/mt19937ar.c to ThirdParty and make it a policy choice
783 https://bugs.webkit.org/show_bug.cgi?id=53253
785 Move implementation of Mersenne Twister pseudorandom number generator to
786 ThirdParty since it is a third party library.
788 * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
790 2011-01-29 Dan Winship <danw@gnome.org>
792 Reviewed by Xan Lopez.
794 [GTK] Require the latest glib and libsoup, and remove conditional
795 support for older versions
796 https://bugs.webkit.org/show_bug.cgi?id=50675
798 * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
799 basically the same work by hand
802 2011-01-28 Martin Robinson <mrobinson@igalia.com>
804 [GTK] Build failure with --enable-indexed-database
805 https://bugs.webkit.org/show_bug.cgi?id=50954
807 Build fix for IndexedDB support.
809 * configure.ac: Change the autogen.sh option --enable-indexeddb to
810 --enable-indexed-database to match the build-webkit option.
812 2010-01-28 Commit Queue <commit-queue@webkit.org>
814 Unreviewed. Test commit for commit-queue@webkit.org.
816 2010-01-28 Commit Queue <commit-queue@webkit.org>
818 Unreviewed. Test commit for commit-queue@webkit.org.
820 2011-01-26 Yael Aharon <yael.aharon@nokia.com>
822 Reviewed by Laszlo Gombos.
824 [Qt][Symbian] Fix --minimal build
825 https://bugs.webkit.org/show_bug.cgi?id=52839
827 Move definition of USE_SYSTEM_MALLOC out of pri file.
828 Put it in platform.h instead.
832 2011-01-26 Csaba Osztrogonác <ossy@webkit.org>
834 Reviewed by Andreas Kling.
836 [Qt] Fix qt_minimal build
837 https://bugs.webkit.org/show_bug.cgi?id=53172
841 2011-01-25 Patrick Gansterer <paroga@webkit.org>
843 Reviewed by Adam Barth.
845 Move main CMakeLists.txt into Source directory
846 https://bugs.webkit.org/show_bug.cgi?id=52888
848 * CMakeLists.txt: Removed.
849 * Source/CMakeLists.txt: Copied from CMakeLists.txt.
850 * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
851 * cmakeconfig.h.cmake: Removed.
853 2011-01-24 Chris Marrin <cmarrin@apple.com>
855 Reviewed by Eric Seidel.
857 Change ENABLE_3D_CANVAS to ENABLE_WEBGL
858 https://bugs.webkit.org/show_bug.cgi?id=53041
862 2011-01-24 Peter Gal <galpeter@inf.u-szeged.hu>
864 Rubber-stamped by Csaba Osztrogonác.
866 * runtime: Removed. It was accidentally created by r76457.
868 2011-01-24 Andras Becsi <abecsi@webkit.org>
870 Reviewed by Csaba Osztrogonác.
872 [Qt] Move project files into Source
873 https://bugs.webkit.org/show_bug.cgi?id=52891
875 * Source/DerivedSources.pro: Copied from DerivedSources.pro.
876 * Source/WebKit.pri: Renamed from WebKit.pri.
877 * Source/WebKit.pro: Added.
878 * Source/common.pri: Renamed from common.pri.
879 * WebKit.pro: Removed.
881 2011-01-20 Siddharth Mathur <siddharth.mathur@nokia.com>
883 Reviewed by Laszlo Gombos.
885 [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
886 https://bugs.webkit.org/show_bug.cgi?id=52835
888 * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
890 2011-01-20 Alejandro G. Castro <alex@igalia.com>
892 Reviewed by Andreas Kling.
894 [GTK] Fix typo in the webkit2 section of the configure.ac file
895 https://bugs.webkit.org/show_bug.cgi?id=52801
897 Fixed typo in the GTK WebKit2 compilation.
901 2011-01-19 Kimmo Kinnunen <kimmo.t.kinnunen@nokia.com>
903 Reviewed by Andreas Kling.
905 Enable usage of Google ld if it exist but is not on by default.
907 [Qt] Enable the google ld if it exist but is not on by default
908 https://bugs.webkit.org/show_bug.cgi?id=52625
910 * common.pri: flip the test.
912 2011-01-18 Mihai Parparita <mihaip@chromium.org>
914 Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
918 2011-01-18 Krithigassree Sambamurthy <krithigassree.sambamurthy@nokia.com>
920 Reviewed by Simon Fraser.
922 Support background-clip: content-box
923 https://bugs.webkit.org/show_bug.cgi?id=48771
925 Addded content-box as a valid background-clip value.
927 * WebCore/css/CSSParser.cpp:
928 (WebCore::parseBackgroundClip):
930 2011-01-18 Hayato Ito <hayato@chromium.org>
932 Reviewed by Kent Tamura.
934 Update .gitignore file to reflect a recent WebKit directory movement.
936 https://bugs.webkit.org/show_bug.cgi?id=52618
940 2011-01-16 Adam Barth <abarth@webkit.org>
942 Rubber-stamped by Eric Seidel.
944 Move WebKit into Source
945 https://bugs.webkit.org/show_bug.cgi?id=52530
949 * DerivedSources.pro:
957 2011-01-15 Adam Barth <abarth@webkit.org>
959 Rubber-stamped by Eric Seidel.
961 Move WebKit2 into Source
962 https://bugs.webkit.org/show_bug.cgi?id=52438
964 Update reference to WebKit2.
966 * DerivedSources.pro:
969 * Source/cmake/WebKitPackaging.cmake:
973 2011-01-14 Ahmad Sharif <asharif.tools@gmail.com>
975 Reviewed by Darin Fisher.
977 When inlining is performed, the progress variable is
978 declared as uninitialized.
979 https://bugs.webkit.org/show_bug.cgi?id=51084
981 * WebCore: Copied from WebCore.
982 * WebCore/page/animation/KeyframeAnimation.cpp:
983 (WebCore::KeyframeAnimation::animate):
984 (WebCore::KeyframeAnimation::getAnimatedStyle):
986 2011-01-11 Laszlo Gombos <laszlo.1.gombos@nokia.com>
988 Reviewed by Csaba Osztrogonác.
990 [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
991 https://bugs.webkit.org/show_bug.cgi?id=52223
993 Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
994 that QtWebKit builds with QT_NO_CONCURRENT defined.
998 2011-01-11 Mihai Parparita <mihaip@chromium.org>
1000 Unreviewed. Update .gitignore with new Chromium dependency.
1002 ui/ was added with http://crrev.com/70743, we picked that up with a
1003 Chromium roll in r75311.
1005 Also alphabetizes the dependency list.
1009 2011-01-10 Laszlo Gombos <laszlo.1.gombos@nokia.com>
1011 Reviewed by Csaba Osztrogonác.
1013 [Qt] Baseline qt_minimal configuration
1014 https://bugs.webkit.org/show_bug.cgi?id=51313
1016 * WebKit.pri: List the supported QT_NO_FEATURE flags
1017 under qt_minimal configuration.
1019 2011-01-10 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1021 Reviewed by Eric Seidel.
1023 [EFL] Enable JIT for WebKit EFL
1024 https://bugs.webkit.org/show_bug.cgi?id=52140
1026 Enable JIT option for WebKit EFL. Enabled JIT's JS performance is
1027 3 ~ 6 times faster than before.
1029 * Source/cmake/OptionsEfl.cmake:
1031 2011-01-10 Martin Robinson <mrobinson@igalia.com>
1033 Reviewed by Gustavo Noronha.
1035 Bump the WebKitGTK+ versions in preparation for development release.
1037 * configure.ac: Bump the library, libtool and user agent version.
1039 2011-01-10 Xan Lopez <xlopez@igalia.com>
1041 Reviewed by Martin Robinson.
1043 [GTK] Create intermediate libWebCore library
1044 https://bugs.webkit.org/show_bug.cgi?id=52116
1046 * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
1047 used by both libWebCore and libwebkitgtk now.
1049 2011-01-08 Patrick Gansterer <paroga@webkit.org>
1051 Unreviewed wx build fix for r75313.
1053 * wscript: Added missing brace.
1055 2011-01-07 Adam Barth <abarth@webkit.org>
1057 Rubber-stamped by Eric Seidel.
1059 Move WebCore to Source
1060 https://bugs.webkit.org/show_bug.cgi?id=52050
1062 Update build files and metadata to point to WebCore's new location.
1068 * DerivedSources.pro:
1071 * Source/autotools/webkit.m4:
1072 * Source/cmake/OptionsEfl.cmake:
1078 2011-01-06 Martin Robinson <mrobinson@igalia.com>
1080 Reviewed by Eric Seidel.
1082 [GTK] Initial build support for WebGL
1083 https://bugs.webkit.org/show_bug.cgi?id=51716
1085 * configure.ac: Add a configure option for WebGL.
1087 2011-01-06 Michael Saboff <msaboff@apple.com>
1089 Reviewed by Gavin Barraclough.
1091 Enhancement: Add Regexp Debug Compare between JIT and Interpreter
1092 https://bugs.webkit.org/show_bug.cgi?id=51834
1094 * JavaScriptCore: Copied from JavaScriptCore.
1096 2011-01-06 Martin Robinson <mrobinson@igalia.com>
1098 Reviewed by Xan Lopez.
1100 [GTK] Enable blob support by default
1101 https://bugs.webkit.org/show_bug.cgi?id=51994
1103 * configure.ac: Enable Blob support by default.
1105 2011-01-05 Patrick Gansterer <paroga@webkit.org>
1107 Reviewed by Andreas Kling.
1109 [CMake] Fix the usage of SOURCE_GROUP
1110 https://bugs.webkit.org/show_bug.cgi?id=51739
1112 * Source/cmake/WebKitMacros.cmake:
1114 2011-01-05 Patrick Gansterer <paroga@webkit.org>
1116 Reviewed by Andreas Kling.
1118 [WINCE] Remove CMake warning
1119 https://bugs.webkit.org/show_bug.cgi?id=51921
1121 * Source/cmake/WebKitHelpers.cmake:
1123 2011-01-04 Martin Robinson <mrobinson@igalia.com>
1125 Reviewed by David Levin.
1127 .gitignore should be updated to reflect Sources rename to Source
1128 https://bugs.webkit.org/show_bug.cgi?id=51893
1130 * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
1132 2011-01-04 Dihan Wickremasuriya <dihan.wickremasuriya@nokia.com>
1134 Reviewed by Laszlo Gombos.
1136 [Qt] [Symbian] Build system cleanup
1138 After r74811 special handling for the Symbian build is no longer needed.
1139 This patch reverts r58756.
1143 2011-01-03 Xan Lopez <xlopez@igalia.com>
1145 Reviewed by Martin Robinson.
1147 * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
1148 variable (like jhbuild).
1150 2011-01-03 Patrick Gansterer <paroga@webkit.org>
1152 Reviewed by Darin Adler.
1154 [WINCE] Provide third party directory via environment variable
1155 https://bugs.webkit.org/show_bug.cgi?id=51643
1157 * Source/cmake/OptionsWinCE.cmake:
1159 2011-01-03 Xan Lopez <xlopez@igalia.com>
1161 Reviewed by Martin Robinson.
1163 Use autoreconf instead of calling manually all the usual commands.
1165 * autogen.sh: call autoreconf instead of
1166 aclocal/autoheader/autoconf/automake/libtoolize.
1168 2011-01-03 Xan Lopez <xlopez@igalia.com>
1170 Reviewed by Martin Robinson.
1172 [GTK] Disable superfluous GNU make built-in implicit rules
1173 https://bugs.webkit.org/show_bug.cgi?id=51826
1175 GNU make ships some superflous built-in rules that we never use
1176 and that end up adding up to a very significant portion of our
1177 total Makefile processing time. Disable them completely by
1178 defining the rule without any recipe, as suggested by the GNU make
1179 manual (10.5.6, Cancelling Implicit Rules).
1181 In my system the null-build goes from:
1183 make 43.51s user 12.77s system 99% cpu 56.628 total
1187 make 31.45s user 11.59s system 99% cpu 43.227 total
1189 * GNUmakefile.am: disable implicit built-in rules.
1191 2011-01-03 Mihai Parparita <mihaip@chromium.org>
1193 Unreviewed. Update .gitignore with new JavaScriptCore location.
1197 2011-01-02 Patrick Gansterer <paroga@webkit.org>
1199 [CMake] Unreviewed build fix.
1202 * Source/cmake/OptionsCommon.cmake:
1204 2011-01-01 Adam Barth <abarth@webkit.org>
1206 Reviewed by Eric Seidel.
1208 Move JavaScriptCore to Source
1209 https://bugs.webkit.org/show_bug.cgi?id=51604
1211 Update references to JavaScriptCore to point to the new location.
1215 * DerivedSources.pro:
1222 2011-01-01 Adam Barth <abarth@webkit.org>
1224 Reviewed by Eric Seidel.
1226 Move Sources to Source
1227 https://bugs.webkit.org/show_bug.cgi?id=51794
1229 Update build files to point to the new location.
1237 2010-12-31 Adam Barth <abarth@webkit.org>
1239 Rubber-stamped by Eric Seidel.
1241 Move HTML and XML parser benchmarks into PerformanceTests/Parser
1242 https://bugs.webkit.org/show_bug.cgi?id=51772
1244 Actually move the directory.
1246 * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
1248 2010-12-31 Adam Barth <abarth@webkit.org>
1250 Rubber-stamped by Eric Seidel.
1252 Move PageLoadTests to PerformanceTests/PageLoad
1253 https://bugs.webkit.org/show_bug.cgi?id=51771
1255 Actually move the directory.
1257 * PageLoadTests: Removed.
1258 * PageLoadTests/svg: Removed.
1259 * PageLoadTests/svg/LICENSES: Removed.
1260 * PageLoadTests/svg/files: Removed.
1261 * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
1262 * PageLoadTests/svg/files/42450-under the see.svg: Removed.
1263 * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
1264 * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
1265 * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
1266 * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
1267 * PageLoadTests/svg/files/bamboo_01.svg: Removed.
1268 * PageLoadTests/svg/files/cacuts_01.svg: Removed.
1269 * PageLoadTests/svg/files/cowboy.svg: Removed.
1270 * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
1271 * PageLoadTests/svg/files/deb9frac1.svg: Removed.
1272 * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
1273 * PageLoadTests/svg/files/france.svg: Removed.
1274 * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
1275 * PageLoadTests/svg/files/gearflowers.svg: Removed.
1276 * PageLoadTests/svg/files/hereGear4.svg: Removed.
1277 * PageLoadTests/svg/files/mtsthelens.svg: Removed.
1278 * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
1279 * PageLoadTests/svg/files/world-iso.svg: Removed.
1280 * PageLoadTests/svg/files/worldcup.svg: Removed.
1281 * PageLoadTests/svg/svg.pltsuite: Removed.
1282 * PerformanceTests/PageLoad: Copied from PageLoadTests.
1283 * Sources/cmake/WebKitPackaging.cmake:
1285 2010-12-31 Adam Barth <abarth@webkit.org>
1287 Rubber-stamped by Eric Seidel.
1289 Move SunSpider into PerformanceTests
1290 https://bugs.webkit.org/show_bug.cgi?id=51769
1292 Actually move the directory.
1294 * PerformanceTests: Added.
1295 * PerformanceTests/SunSpider: Copied from SunSpider.
1296 * Sources/cmake/WebKitPackaging.cmake:
1297 * SunSpider: Removed.
1298 * SunSpider/SunSpider.make: Removed.
1299 * SunSpider/TODO: Removed.
1300 * SunSpider/UNCOVERED: Removed.
1301 * SunSpider/hosted: Removed.
1302 * SunSpider/hosted/json2.js: Removed.
1303 * SunSpider/hosted/sunspider.css: Removed.
1304 * SunSpider/hosted/sunspider.html: Removed.
1305 * SunSpider/hosted/versions.html: Removed.
1306 * SunSpider/make-hosted: Removed.
1307 * SunSpider/resources: Removed.
1308 * SunSpider/resources/TEMPLATE.html: Removed.
1309 * SunSpider/resources/driver-TEMPLATE.html: Removed.
1310 * SunSpider/resources/results-TEMPLATE.html: Removed.
1311 * SunSpider/resources/sunspider-analyze-results.js: Removed.
1312 * SunSpider/resources/sunspider-compare-results.js: Removed.
1313 * SunSpider/resources/sunspider-standalone-compare.js: Removed.
1314 * SunSpider/resources/sunspider-standalone-driver.js: Removed.
1315 * SunSpider/sunspider: Removed.
1316 * SunSpider/sunspider-compare-results: Removed.
1317 * SunSpider/tests: Removed.
1318 * SunSpider/tests/parse-only: Removed.
1319 * SunSpider/tests/parse-only/LIST: Removed.
1320 * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
1321 * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
1322 * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
1323 * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
1324 * SunSpider/tests/sunspider-0.9: Removed.
1325 * SunSpider/tests/sunspider-0.9.1: Removed.
1326 * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
1327 * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
1328 * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
1329 * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
1330 * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
1331 * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
1332 * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
1333 * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
1334 * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
1335 * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
1336 * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
1337 * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
1338 * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
1339 * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
1340 * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
1341 * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
1342 * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
1343 * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
1344 * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
1345 * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
1346 * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
1347 * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
1348 * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
1349 * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
1350 * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
1351 * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
1352 * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
1353 * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
1354 * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
1355 * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
1356 * SunSpider/tests/sunspider-0.9/LIST: Removed.
1357 * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
1358 * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
1359 * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
1360 * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
1361 * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
1362 * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
1363 * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
1364 * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
1365 * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
1366 * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
1367 * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
1368 * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
1369 * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
1370 * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
1371 * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
1372 * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
1373 * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
1374 * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
1375 * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
1376 * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
1377 * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
1378 * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
1379 * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
1380 * SunSpider/tests/ubench: Removed.
1381 * SunSpider/tests/ubench/LIST: Removed.
1382 * SunSpider/tests/ubench/function-closure.js: Removed.
1383 * SunSpider/tests/ubench/function-correct-args.js: Removed.
1384 * SunSpider/tests/ubench/function-empty.js: Removed.
1385 * SunSpider/tests/ubench/function-excess-args.js: Removed.
1386 * SunSpider/tests/ubench/function-missing-args.js: Removed.
1387 * SunSpider/tests/ubench/function-sum.js: Removed.
1388 * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
1389 * SunSpider/tests/ubench/loop-empty.js: Removed.
1390 * SunSpider/tests/ubench/loop-sum.js: Removed.
1391 * SunSpider/tests/v8-v4: Removed.
1392 * SunSpider/tests/v8-v4/LIST: Removed.
1393 * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
1394 * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
1395 * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
1396 * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
1397 * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
1398 * SunSpider/tests/v8-v4/v8-richards.js: Removed.
1399 * SunSpider/tests/v8-v4/v8-splay.js: Removed.
1400 * SunSpider/tests/v8-v5: Removed.
1401 * SunSpider/tests/v8-v5/LIST: Removed.
1402 * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
1403 * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
1404 * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
1405 * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
1406 * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
1407 * SunSpider/tests/v8-v5/v8-richards.js: Removed.
1408 * SunSpider/tests/v8-v5/v8-splay.js: Removed.
1409 * SunSpider/tests/v8-v6: Removed.
1410 * SunSpider/tests/v8-v6/LIST: Removed.
1411 * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
1412 * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
1413 * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
1414 * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
1415 * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
1416 * SunSpider/tests/v8-v6/v8-richards.js: Removed.
1417 * SunSpider/tests/v8-v6/v8-splay.js: Removed.
1418 * SunSpider/xcopy.excludes: Removed.
1420 2010-12-30 Konstantin Tokarev <annulen@yandex.ru>
1422 Reviewed by David Kilzer.
1424 [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
1426 https://bugs.webkit.org/show_bug.cgi?id=51672
1428 * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
1430 2010-12-29 Philippe Normand <pnormand@igalia.com>
1432 Reviewed by Martin Robinson.
1434 [GTK] minimal build fails at link time due to missing sqlite3 symbols
1435 https://bugs.webkit.org/show_bug.cgi?id=51327
1437 * configure.ac: Error out if SQLite3 wasn't found while at least
1438 one of the features depending on it has been enabled.
1440 2010-12-29 Patrick Gansterer <paroga@webkit.org>
1442 Unreviewed. Use gcc as default preprocessor.
1444 * Sources/cmake/OptionsCommon.cmake:
1446 2010-12-27 Ryuan Choi <ryuan.choi@samsung.com>
1448 Reviewed by David Levin.
1450 [EFL] Change path of eflsymbols.filter
1451 https://bugs.webkit.org/show_bug.cgi?id=51659
1453 * Sources/cmake/OptionsEfl.cmake:
1455 2010-12-26 Adam Barth <abarth@webkit.org>
1457 Reviewed by Eric Siedel.
1459 Move autotools into Sources
1460 https://bugs.webkit.org/show_bug.cgi?id=51630
1464 * Sources/autotools: Copied from autotools.
1466 * autotools: Removed.
1467 * autotools/acinclude.m4: Removed.
1468 * autotools/dolt.m4: Removed.
1469 * autotools/gsettings.m4: Removed.
1470 * autotools/symbols.filter: Removed.
1471 * autotools/webkit.m4: Removed.
1474 2010-12-26 Adam Barth <abarth@webkit.org>
1476 Reviewed by Eric Seidel.
1478 Move cmake into Sources
1479 https://bugs.webkit.org/show_bug.cgi?id=51631
1482 * Sources/cmake: Copied from cmake.
1484 * cmake/FindCFLite.cmake: Removed.
1485 * cmake/FindCairo.cmake: Removed.
1486 * cmake/FindEFL.cmake: Removed.
1487 * cmake/FindFontconfig.cmake: Removed.
1488 * cmake/FindFreetype.cmake: Removed.
1489 * cmake/FindGDK-PixBuf.cmake: Removed.
1490 * cmake/FindGDK.cmake: Removed.
1491 * cmake/FindGIO.cmake: Removed.
1492 * cmake/FindGStreamer-App.cmake: Removed.
1493 * cmake/FindGStreamer-Base.cmake: Removed.
1494 * cmake/FindGStreamer-Interfaces.cmake: Removed.
1495 * cmake/FindGStreamer-Pbutils.cmake: Removed.
1496 * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
1497 * cmake/FindGStreamer-Video.cmake: Removed.
1498 * cmake/FindGStreamer.cmake: Removed.
1499 * cmake/FindGlib.cmake: Removed.
1500 * cmake/FindGperf.cmake: Removed.
1501 * cmake/FindGthread.cmake: Removed.
1502 * cmake/FindICU.cmake: Removed.
1503 * cmake/FindLibSoup2.cmake: Removed.
1504 * cmake/FindLibXlst.cmake: Removed.
1505 * cmake/FindPango.cmake: Removed.
1506 * cmake/FindSqlite.cmake: Removed.
1507 * cmake/LibFindMacros.cmake: Removed.
1508 * cmake/OptionsCommon.cmake: Removed.
1509 * cmake/OptionsEfl.cmake: Removed.
1510 * cmake/OptionsWinCE.cmake: Removed.
1511 * cmake/OptionsWindows.cmake: Removed.
1512 * cmake/WebKitEfl.cmake: Removed.
1513 * cmake/WebKitFS.cmake: Removed.
1514 * cmake/WebKitFeatures.cmake: Removed.
1515 * cmake/WebKitHelpers.cmake: Removed.
1516 * cmake/WebKitMacros.cmake: Removed.
1517 * cmake/WebKitPackaging.cmake: Removed.
1518 * cmake/eflsymbols.filter: Removed.
1520 2010-12-26 Adam Barth <abarth@webkit.org>
1522 Fix some references to the old location of the WebKit website in git
1527 2010-12-25 Adam Barth <abarth@webkit.org>
1529 Reviewed by Eric Seidel.
1531 Move ANGLE to Sources/ThirdParty
1532 https://bugs.webkit.org/show_bug.cgi?id=51605
1534 Actually move ANGLE and update the Makefile.
1537 * ANGLE/ANGLE.xcodeproj: Removed.
1538 * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
1539 * ANGLE/Configurations: Removed.
1540 * ANGLE/Configurations/ANGLE.xcconfig: Removed.
1541 * ANGLE/Configurations/Base.xcconfig: Removed.
1542 * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
1543 * ANGLE/Makefile: Removed.
1544 * ANGLE/include: Removed.
1545 * ANGLE/include/EGL: Removed.
1546 * ANGLE/include/EGL/egl.h: Removed.
1547 * ANGLE/include/EGL/eglext.h: Removed.
1548 * ANGLE/include/EGL/eglplatform.h: Removed.
1549 * ANGLE/include/GLES2: Removed.
1550 * ANGLE/include/GLES2/gl2.h: Removed.
1551 * ANGLE/include/GLES2/gl2ext.h: Removed.
1552 * ANGLE/include/GLES2/gl2platform.h: Removed.
1553 * ANGLE/include/GLSLANG: Removed.
1554 * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
1555 * ANGLE/include/KHR: Removed.
1556 * ANGLE/include/KHR/khrplatform.h: Removed.
1557 * ANGLE/src: Removed.
1558 * ANGLE/src/build_angle.xcodeproj: Removed.
1559 * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
1560 * ANGLE/src/common: Removed.
1561 * ANGLE/src/common/angleutils.h: Removed.
1562 * ANGLE/src/common/debug.cpp: Removed.
1563 * ANGLE/src/common/debug.h: Removed.
1564 * ANGLE/src/compiler: Removed.
1565 * ANGLE/src/compiler/BaseTypes.h: Removed.
1566 * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
1567 * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
1568 * ANGLE/src/compiler/Common.h: Removed.
1569 * ANGLE/src/compiler/ConstantUnion.h: Removed.
1570 * ANGLE/src/compiler/InfoSink.cpp: Removed.
1571 * ANGLE/src/compiler/InfoSink.h: Removed.
1572 * ANGLE/src/compiler/Initialize.cpp: Removed.
1573 * ANGLE/src/compiler/Initialize.h: Removed.
1574 * ANGLE/src/compiler/InitializeDll.cpp: Removed.
1575 * ANGLE/src/compiler/InitializeDll.h: Removed.
1576 * ANGLE/src/compiler/InitializeGlobals.h: Removed.
1577 * ANGLE/src/compiler/InitializeParseContext.h: Removed.
1578 * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
1579 * ANGLE/src/compiler/Intermediate.cpp: Removed.
1580 * ANGLE/src/compiler/MMap.h: Removed.
1581 * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
1582 * ANGLE/src/compiler/OutputGLSL.h: Removed.
1583 * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
1584 * ANGLE/src/compiler/OutputHLSL.h: Removed.
1585 * ANGLE/src/compiler/ParseHelper.cpp: Removed.
1586 * ANGLE/src/compiler/ParseHelper.h: Removed.
1587 * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
1588 * ANGLE/src/compiler/PoolAlloc.h: Removed.
1589 * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
1590 * ANGLE/src/compiler/QualifierAlive.h: Removed.
1591 * ANGLE/src/compiler/RemoveTree.cpp: Removed.
1592 * ANGLE/src/compiler/RemoveTree.h: Removed.
1593 * ANGLE/src/compiler/ShHandle.h: Removed.
1594 * ANGLE/src/compiler/ShaderLang.cpp: Removed.
1595 * ANGLE/src/compiler/SymbolTable.cpp: Removed.
1596 * ANGLE/src/compiler/SymbolTable.h: Removed.
1597 * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
1598 * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
1599 * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
1600 * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
1601 * ANGLE/src/compiler/Types.h: Removed.
1602 * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
1603 * ANGLE/src/compiler/UnfoldSelect.h: Removed.
1604 * ANGLE/src/compiler/debug.cpp: Removed.
1605 * ANGLE/src/compiler/debug.h: Removed.
1606 * ANGLE/src/compiler/glslang.l: Removed.
1607 * ANGLE/src/compiler/glslang.y: Removed.
1608 * ANGLE/src/compiler/intermOut.cpp: Removed.
1609 * ANGLE/src/compiler/intermediate.h: Removed.
1610 * ANGLE/src/compiler/localintermediate.h: Removed.
1611 * ANGLE/src/compiler/osinclude.h: Removed.
1612 * ANGLE/src/compiler/ossource_posix.cpp: Removed.
1613 * ANGLE/src/compiler/ossource_win.cpp: Removed.
1614 * ANGLE/src/compiler/parseConst.cpp: Removed.
1615 * ANGLE/src/compiler/preprocessor: Removed.
1616 * ANGLE/src/compiler/preprocessor/atom.c: Removed.
1617 * ANGLE/src/compiler/preprocessor/atom.h: Removed.
1618 * ANGLE/src/compiler/preprocessor/compile.h: Removed.
1619 * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
1620 * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
1621 * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
1622 * ANGLE/src/compiler/preprocessor/memory.c: Removed.
1623 * ANGLE/src/compiler/preprocessor/memory.h: Removed.
1624 * ANGLE/src/compiler/preprocessor/parser.h: Removed.
1625 * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
1626 * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
1627 * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
1628 * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
1629 * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
1630 * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
1631 * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
1632 * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
1633 * ANGLE/src/compiler/tools: Removed.
1634 * ANGLE/src/compiler/unistd.h: Removed.
1635 * ANGLE/src/libEGL: Removed.
1636 * ANGLE/src/libEGL/Config.cpp: Removed.
1637 * ANGLE/src/libEGL/Config.h: Removed.
1638 * ANGLE/src/libEGL/Display.cpp: Removed.
1639 * ANGLE/src/libEGL/Display.h: Removed.
1640 * ANGLE/src/libEGL/Surface.cpp: Removed.
1641 * ANGLE/src/libEGL/Surface.h: Removed.
1642 * ANGLE/src/libEGL/libEGL.cpp: Removed.
1643 * ANGLE/src/libEGL/libEGL.def: Removed.
1644 * ANGLE/src/libEGL/libEGL.vcproj: Removed.
1645 * ANGLE/src/libEGL/main.cpp: Removed.
1646 * ANGLE/src/libEGL/main.h: Removed.
1647 * ANGLE/src/libGLESv2: Removed.
1648 * ANGLE/src/libGLESv2/Blit.cpp: Removed.
1649 * ANGLE/src/libGLESv2/Blit.h: Removed.
1650 * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
1651 * ANGLE/src/libGLESv2/Buffer.h: Removed.
1652 * ANGLE/src/libGLESv2/Context.cpp: Removed.
1653 * ANGLE/src/libGLESv2/Context.h: Removed.
1654 * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
1655 * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
1656 * ANGLE/src/libGLESv2/Program.cpp: Removed.
1657 * ANGLE/src/libGLESv2/Program.h: Removed.
1658 * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
1659 * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
1660 * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
1661 * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
1662 * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
1663 * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
1664 * ANGLE/src/libGLESv2/Shader.cpp: Removed.
1665 * ANGLE/src/libGLESv2/Shader.h: Removed.
1666 * ANGLE/src/libGLESv2/Texture.cpp: Removed.
1667 * ANGLE/src/libGLESv2/Texture.h: Removed.
1668 * ANGLE/src/libGLESv2/geometry: Removed.
1669 * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
1670 * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
1671 * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
1672 * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
1673 * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
1674 * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
1675 * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
1676 * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
1677 * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
1678 * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
1679 * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
1680 * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
1681 * ANGLE/src/libGLESv2/main.cpp: Removed.
1682 * ANGLE/src/libGLESv2/main.h: Removed.
1683 * ANGLE/src/libGLESv2/mathutil.h: Removed.
1684 * ANGLE/src/libGLESv2/utilities.cpp: Removed.
1685 * ANGLE/src/libGLESv2/utilities.h: Removed.
1687 * Sources/ThirdParty: Added.
1688 * Sources/ThirdParty/ANGLE: Copied from ANGLE.
1690 2010-12-26 Patrick Gansterer <paroga@webkit.org>
1692 Unreviewed WinCE buildfix after r74626.
1694 * cmake/OptionsWinCE.cmake:
1696 2010-12-24 Darin Adler <darin@apple.com>
1698 Updated makefiles used by Apple engineers to fix build with the
1699 new JavaScriptGlue location.
1701 * Makefile: Told this to build JavaScriptGlue. Some day we might
1702 want it to descend into Sources instead and use the Makefile there,
1703 but there are problems with sequencing the project builds, so that
1705 * Sources/Makefile.shared: Added.
1707 2010-12-24 Ryuan Choi <ryuan.choi@samsung.com>
1709 Reviewed by Kenneth Rohde Christiansen.
1711 [EFL] Add option to enable Touch Events.
1712 https://bugs.webkit.org/show_bug.cgi?id=49125
1714 Add ENABLE_TOUCH_EVENTS option.
1716 * cmake/OptionsEfl.cmake:
1717 * cmakeconfig.h.cmake:
1719 2010-12-23 Adam Barth <abarth@webkit.org>
1721 Rubber-stamped by Eric Seidel.
1723 Move JavaScriptGlue into Sources
1724 https://bugs.webkit.org/show_bug.cgi?id=51583
1726 Actually perform the move.
1728 * JavaScriptGlue: Removed.
1729 * JavaScriptGlue/Configurations: Removed.
1730 * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
1731 * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
1732 * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
1733 * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
1734 * JavaScriptGlue/English.lproj: Removed.
1735 * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
1736 * JavaScriptGlue/ForwardingHeaders: Removed.
1737 * JavaScriptGlue/ForwardingHeaders/masm: Removed.
1738 * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
1739 * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
1740 * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
1741 * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
1742 * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
1743 * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
1744 * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
1745 * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
1746 * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
1747 * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
1748 * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
1749 * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
1750 * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
1751 * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
1752 * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
1753 * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
1754 * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
1755 * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
1756 * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
1757 * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
1758 * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
1759 * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
1760 * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
1761 * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
1762 * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
1763 * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
1764 * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
1765 * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
1766 * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
1767 * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
1768 * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
1769 * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
1770 * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
1771 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
1772 * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
1773 * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
1774 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
1775 * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
1776 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
1777 * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
1778 * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
1779 * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
1780 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
1781 * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
1782 * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
1783 * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
1784 * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
1785 * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
1786 * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
1787 * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
1788 * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
1789 * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
1790 * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
1791 * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
1792 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
1793 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
1794 * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
1795 * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
1796 * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
1797 * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
1798 * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
1799 * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
1800 * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
1801 * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
1802 * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
1803 * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
1804 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
1805 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
1806 * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
1807 * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
1808 * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
1809 * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
1810 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
1811 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
1812 * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
1813 * JavaScriptGlue/Info.plist: Removed.
1814 * JavaScriptGlue/JSBase.cpp: Removed.
1815 * JavaScriptGlue/JSBase.h: Removed.
1816 * JavaScriptGlue/JSObject.cpp: Removed.
1817 * JavaScriptGlue/JSObject.h: Removed.
1818 * JavaScriptGlue/JSRun.cpp: Removed.
1819 * JavaScriptGlue/JSRun.h: Removed.
1820 * JavaScriptGlue/JSUtils.cpp: Removed.
1821 * JavaScriptGlue/JSUtils.h: Removed.
1822 * JavaScriptGlue/JSValueWrapper.cpp: Removed.
1823 * JavaScriptGlue/JSValueWrapper.h: Removed.
1824 * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
1825 * JavaScriptGlue/JavaScriptGlue.exp: Removed.
1826 * JavaScriptGlue/JavaScriptGlue.h: Removed.
1827 * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
1828 * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
1829 * JavaScriptGlue/LICENSE: Removed.
1830 * JavaScriptGlue/Makefile: Removed.
1831 * JavaScriptGlue/UserObjectImp.cpp: Removed.
1832 * JavaScriptGlue/UserObjectImp.h: Removed.
1833 * JavaScriptGlue/config.h: Removed.
1834 * JavaScriptGlue/icu: Removed.
1835 * JavaScriptGlue/icu/LICENSE: Removed.
1836 * JavaScriptGlue/icu/README: Removed.
1837 * JavaScriptGlue/icu/unicode: Removed.
1838 * JavaScriptGlue/icu/unicode/platform.h: Removed.
1839 * JavaScriptGlue/icu/unicode/putil.h: Removed.
1840 * JavaScriptGlue/icu/unicode/uchar.h: Removed.
1841 * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
1842 * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
1843 * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
1844 * JavaScriptGlue/icu/unicode/uenum.h: Removed.
1845 * JavaScriptGlue/icu/unicode/uiter.h: Removed.
1846 * JavaScriptGlue/icu/unicode/umachine.h: Removed.
1847 * JavaScriptGlue/icu/unicode/urename.h: Removed.
1848 * JavaScriptGlue/icu/unicode/ustring.h: Removed.
1849 * JavaScriptGlue/icu/unicode/utf.h: Removed.
1850 * JavaScriptGlue/icu/unicode/utf16.h: Removed.
1851 * JavaScriptGlue/icu/unicode/utf8.h: Removed.
1852 * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
1853 * JavaScriptGlue/icu/unicode/utypes.h: Removed.
1854 * JavaScriptGlue/icu/unicode/uversion.h: Removed.
1855 * JavaScriptGlue/testjsglue.cpp: Removed.
1858 * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
1859 * Sources/Makefile: Added.
1861 2010-12-23 Lucas De Marchi <lucas.demarchi@profusion.mobi>
1863 Reviewed by Kenneth Rohde Christiansen.
1865 [EFL] Fix ContextMenu removal
1866 https://bugs.webkit.org/show_bug.cgi?id=51530
1868 Fix ContextMenu removal
1870 In r74207 the support for ContextMenu was removed from EFL while the
1871 code is being ported to the new CROSS_PLATFORM_MENUS due to build
1872 breakage. However there were some missing removals in the shutdown
1873 logic that introduced a bug, leading to a segmentation fault when
1874 ContexController was destroyed.
1876 The best way to effectively disable the ContextMenu is to conditionally
1877 compile the meaningful stuff by surrounding with "#if
1878 ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
1880 * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
1881 implement CROSS_PLATFORM_MENUS yet.
1883 2010-12-22 Xan Lopez <xlopez@igalia.com>
1885 Reviewed by Gustavo Noronha.
1887 * configure.ac: bump version to 1.3.9.
1889 2010-12-22 Xan Lopez <xlopez@igalia.com>
1891 Reviewed by Gustavo Noronha.
1893 [GTK] Compilation fixes with GTK+ 2.91.7
1894 https://bugs.webkit.org/show_bug.cgi?id=51487
1896 * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
1898 2010-12-22 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1900 Reviewed by Antonio Gomes.
1902 [EFL] Sets default user agent
1903 https://bugs.webkit.org/show_bug.cgi?id=47903
1905 Add macros for WebKit EFL and User Agent.
1907 * cmake/OptionsEfl.cmake:
1908 * cmakeconfig.h.cmake:
1910 2010-12-20 Adam Barth <abarth@webkit.org>
1912 Move web sites to Websites directory
1913 https://bugs.webkit.org/show_bug.cgi?id=51323
1915 This patch was never officially reviewed (because it was too large to
1916 upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
1917 Rowe gave me the green light.
1919 * BugsSite: Removed.
1920 * BugsSite/.cvsignore: Removed.
1921 * BugsSite/.htaccess: Removed.
1922 * BugsSite/Bugzilla: Removed.
1923 * BugsSite/Bugzilla.pm: Removed.
1924 * BugsSite/Bugzilla/.cvsignore: Removed.
1925 * BugsSite/Bugzilla/.htaccess: Removed.
1926 * BugsSite/Bugzilla/Attachment: Removed.
1927 * BugsSite/Bugzilla/Attachment.pm: Removed.
1928 * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
1929 * BugsSite/Bugzilla/Auth: Removed.
1930 * BugsSite/Bugzilla/Auth.pm: Removed.
1931 * BugsSite/Bugzilla/Auth/Login: Removed.
1932 * BugsSite/Bugzilla/Auth/Login.pm: Removed.
1933 * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
1934 * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
1935 * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
1936 * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
1937 * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
1938 * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
1939 * BugsSite/Bugzilla/Auth/Persist: Removed.
1940 * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
1941 * BugsSite/Bugzilla/Auth/Verify: Removed.
1942 * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
1943 * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
1944 * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
1945 * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
1946 * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
1947 * BugsSite/Bugzilla/Bug.pm: Removed.
1948 * BugsSite/Bugzilla/BugMail.pm: Removed.
1949 * BugsSite/Bugzilla/CGI.pm: Removed.
1950 * BugsSite/Bugzilla/Chart.pm: Removed.
1951 * BugsSite/Bugzilla/Classification.pm: Removed.
1952 * BugsSite/Bugzilla/Component.pm: Removed.
1953 * BugsSite/Bugzilla/Config: Removed.
1954 * BugsSite/Bugzilla/Config.pm: Removed.
1955 * BugsSite/Bugzilla/Config/Admin.pm: Removed.
1956 * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
1957 * BugsSite/Bugzilla/Config/Auth.pm: Removed.
1958 * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
1959 * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
1960 * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
1961 * BugsSite/Bugzilla/Config/Common.pm: Removed.
1962 * BugsSite/Bugzilla/Config/Core.pm: Removed.
1963 * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
1964 * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
1965 * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
1966 * BugsSite/Bugzilla/Config/MTA.pm: Removed.
1967 * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
1968 * BugsSite/Bugzilla/Config/Query.pm: Removed.
1969 * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
1970 * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
1971 * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
1972 * BugsSite/Bugzilla/Constants.pm: Removed.
1973 * BugsSite/Bugzilla/DB: Removed.
1974 * BugsSite/Bugzilla/DB.pm: Removed.
1975 * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
1976 * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
1977 * BugsSite/Bugzilla/DB/Pg.pm: Removed.
1978 * BugsSite/Bugzilla/DB/Schema: Removed.
1979 * BugsSite/Bugzilla/DB/Schema.pm: Removed.
1980 * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
1981 * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
1982 * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
1983 * BugsSite/Bugzilla/Error.pm: Removed.
1984 * BugsSite/Bugzilla/Field.pm: Removed.
1985 * BugsSite/Bugzilla/Flag.pm: Removed.
1986 * BugsSite/Bugzilla/FlagType.pm: Removed.
1987 * BugsSite/Bugzilla/Group.pm: Removed.
1988 * BugsSite/Bugzilla/Hook.pm: Removed.
1989 * BugsSite/Bugzilla/Install: Removed.
1990 * BugsSite/Bugzilla/Install.pm: Removed.
1991 * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
1992 * BugsSite/Bugzilla/Install/DB.pm: Removed.
1993 * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
1994 * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
1995 * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
1996 * BugsSite/Bugzilla/Install/Util.pm: Removed.
1997 * BugsSite/Bugzilla/Keyword.pm: Removed.
1998 * BugsSite/Bugzilla/Mailer.pm: Removed.
1999 * BugsSite/Bugzilla/Milestone.pm: Removed.
2000 * BugsSite/Bugzilla/Object.pm: Removed.
2001 * BugsSite/Bugzilla/Product.pm: Removed.
2002 * BugsSite/Bugzilla/Search: Removed.
2003 * BugsSite/Bugzilla/Search.pm: Removed.
2004 * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
2005 * BugsSite/Bugzilla/Search/Saved.pm: Removed.
2006 * BugsSite/Bugzilla/Series.pm: Removed.
2007 * BugsSite/Bugzilla/Status.pm: Removed.
2008 * BugsSite/Bugzilla/Template: Removed.
2009 * BugsSite/Bugzilla/Template.pm: Removed.
2010 * BugsSite/Bugzilla/Template/Parser.pm: Removed.
2011 * BugsSite/Bugzilla/Template/Plugin: Removed.
2012 * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
2013 * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
2014 * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
2015 * BugsSite/Bugzilla/Token.pm: Removed.
2016 * BugsSite/Bugzilla/Update.pm: Removed.
2017 * BugsSite/Bugzilla/User: Removed.
2018 * BugsSite/Bugzilla/User.pm: Removed.
2019 * BugsSite/Bugzilla/User/Setting: Removed.
2020 * BugsSite/Bugzilla/User/Setting.pm: Removed.
2021 * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
2022 * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
2023 * BugsSite/Bugzilla/Util.pm: Removed.
2024 * BugsSite/Bugzilla/Version.pm: Removed.
2025 * BugsSite/Bugzilla/WebService: Removed.
2026 * BugsSite/Bugzilla/WebService.pm: Removed.
2027 * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
2028 * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
2029 * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
2030 * BugsSite/Bugzilla/WebService/Product.pm: Removed.
2031 * BugsSite/Bugzilla/WebService/User.pm: Removed.
2032 * BugsSite/PrettyPatch: Removed.
2033 * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
2034 * BugsSite/PrettyPatch/diff.rb: Removed.
2035 * BugsSite/PrettyPatch/prettify.rb: Removed.
2036 * BugsSite/QUICKSTART: Removed.
2037 * BugsSite/README: Removed.
2038 * BugsSite/UPGRADING: Removed.
2039 * BugsSite/UPGRADING-pre-2.8: Removed.
2040 * BugsSite/admin.cgi: Removed.
2041 * BugsSite/attachment.cgi: Removed.
2042 * BugsSite/buglist.cgi: Removed.
2043 * BugsSite/bugzilla.dtd: Removed.
2044 * BugsSite/chart.cgi: Removed.
2045 * BugsSite/checksetup.pl: Removed.
2046 * BugsSite/code-review.js: Removed.
2047 * BugsSite/colchange.cgi: Removed.
2048 * BugsSite/collectstats.pl: Removed.
2049 * BugsSite/committers-autocomplete.js: Removed.
2050 * BugsSite/config.cgi: Removed.
2051 * BugsSite/contrib: Removed.
2052 * BugsSite/contrib/README: Removed.
2053 * BugsSite/contrib/bugzilla-submit: Removed.
2054 * BugsSite/contrib/bugzilla-submit/README: Removed.
2055 * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
2056 * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
2057 * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
2058 * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
2059 * BugsSite/contrib/bz_webservice_demo.pl: Removed.
2060 * BugsSite/contrib/bzdbcopy.pl: Removed.
2061 * BugsSite/contrib/cmdline: Removed.
2062 * BugsSite/contrib/cmdline/bugcount: Removed.
2063 * BugsSite/contrib/cmdline/bugids: Removed.
2064 * BugsSite/contrib/cmdline/buglist: Removed.
2065 * BugsSite/contrib/cmdline/bugs: Removed.
2066 * BugsSite/contrib/cmdline/bugslink: Removed.
2067 * BugsSite/contrib/cmdline/makequery: Removed.
2068 * BugsSite/contrib/cmdline/query.conf: Removed.
2069 * BugsSite/contrib/cvs-update.pl: Removed.
2070 * BugsSite/contrib/gnats2bz.pl: Removed.
2071 * BugsSite/contrib/gnatsparse: Removed.
2072 * BugsSite/contrib/gnatsparse/README: Removed.
2073 * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
2074 * BugsSite/contrib/gnatsparse/magic.py: Removed.
2075 * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
2076 * BugsSite/contrib/jb2bz.py: Removed.
2077 * BugsSite/contrib/merge-users.pl: Removed.
2078 * BugsSite/contrib/mysqld-watcher.pl: Removed.
2079 * BugsSite/contrib/recode-overrides.txt: Removed.
2080 * BugsSite/contrib/recode.pl: Removed.
2081 * BugsSite/contrib/sendbugmail.pl: Removed.
2082 * BugsSite/contrib/sendunsentbugmail.pl: Removed.
2083 * BugsSite/contrib/syncLDAP.pl: Removed.
2084 * BugsSite/contrib/yp_nomail.sh: Removed.
2085 * BugsSite/createaccount.cgi: Removed.
2086 * BugsSite/data: Removed.
2087 * BugsSite/data/.htaccess: Removed.
2088 * BugsSite/data/attachments: Removed.
2089 * BugsSite/data/attachments/.htaccess: Removed.
2090 * BugsSite/data/duplicates: Removed.
2091 * BugsSite/data/mail: Removed.
2092 * BugsSite/data/mimedump-tmp: Removed.
2093 * BugsSite/data/mining: Removed.
2094 * BugsSite/data/params: Removed.
2095 * BugsSite/data/template: Removed.
2096 * BugsSite/data/webdot: Removed.
2097 * BugsSite/data/webdot/.htaccess: Removed.
2098 * BugsSite/describecomponents.cgi: Removed.
2099 * BugsSite/describekeywords.cgi: Removed.
2100 * BugsSite/docs: Removed.
2101 * BugsSite/docs/en: Removed.
2102 * BugsSite/docs/en/.cvsignore: Removed.
2103 * BugsSite/docs/en/README.docs: Removed.
2104 * BugsSite/docs/en/images: Removed.
2105 * BugsSite/docs/en/images/bzLifecycle.png: Removed.
2106 * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
2107 * BugsSite/docs/en/images/callouts: Removed.
2108 * BugsSite/docs/en/images/callouts/1.gif: Removed.
2109 * BugsSite/docs/en/images/callouts/2.gif: Removed.
2110 * BugsSite/docs/en/images/callouts/3.gif: Removed.
2111 * BugsSite/docs/en/images/caution.gif: Removed.
2112 * BugsSite/docs/en/images/note.gif: Removed.
2113 * BugsSite/docs/en/images/tip.gif: Removed.
2114 * BugsSite/docs/en/images/warning.gif: Removed.
2115 * BugsSite/docs/en/rel_notes.txt: Removed.
2116 * BugsSite/docs/en/xml: Removed.
2117 * BugsSite/docs/en/xml/.cvsignore: Removed.
2118 * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
2119 * BugsSite/docs/en/xml/about.xml: Removed.
2120 * BugsSite/docs/en/xml/administration.xml: Removed.
2121 * BugsSite/docs/en/xml/conventions.xml: Removed.
2122 * BugsSite/docs/en/xml/customization.xml: Removed.
2123 * BugsSite/docs/en/xml/gfdl.xml: Removed.
2124 * BugsSite/docs/en/xml/glossary.xml: Removed.
2125 * BugsSite/docs/en/xml/index.xml: Removed.
2126 * BugsSite/docs/en/xml/installation.xml: Removed.
2127 * BugsSite/docs/en/xml/integration.xml: Removed.
2128 * BugsSite/docs/en/xml/introduction.xml: Removed.
2129 * BugsSite/docs/en/xml/modules.xml: Removed.
2130 * BugsSite/docs/en/xml/patches.xml: Removed.
2131 * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
2132 * BugsSite/docs/en/xml/security.xml: Removed.
2133 * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
2134 * BugsSite/docs/en/xml/using.xml: Removed.
2135 * BugsSite/docs/html: Removed.
2136 * BugsSite/docs/html/api: Removed.
2137 * BugsSite/docs/images: Removed.
2138 * BugsSite/docs/images/callouts: Removed.
2139 * BugsSite/docs/lib: Removed.
2140 * BugsSite/docs/lib/Pod: Removed.
2141 * BugsSite/docs/lib/Pod/Simple: Removed.
2142 * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
2143 * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
2144 * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
2145 * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
2146 * BugsSite/docs/makedocs.pl: Removed.
2147 * BugsSite/docs/pdf: Removed.
2148 * BugsSite/docs/style.css: Removed.
2149 * BugsSite/docs/txt: Removed.
2150 * BugsSite/docs/xml: Removed.
2151 * BugsSite/duplicates.cgi: Removed.
2152 * BugsSite/editclassifications.cgi: Removed.
2153 * BugsSite/editcomponents.cgi: Removed.
2154 * BugsSite/editfields.cgi: Removed.
2155 * BugsSite/editflagtypes.cgi: Removed.
2156 * BugsSite/editgroups.cgi: Removed.
2157 * BugsSite/editkeywords.cgi: Removed.
2158 * BugsSite/editmilestones.cgi: Removed.
2159 * BugsSite/editparams.cgi: Removed.
2160 * BugsSite/editproducts.cgi: Removed.
2161 * BugsSite/editsettings.cgi: Removed.
2162 * BugsSite/editusers.cgi: Removed.
2163 * BugsSite/editvalues.cgi: Removed.
2164 * BugsSite/editversions.cgi: Removed.
2165 * BugsSite/editwhines.cgi: Removed.
2166 * BugsSite/editworkflow.cgi: Removed.
2167 * BugsSite/email_in.pl: Removed.
2168 * BugsSite/enter_bug.cgi: Removed.
2169 * BugsSite/extensions: Removed.
2170 * BugsSite/extensions/example: Removed.
2171 * BugsSite/extensions/example/code: Removed.
2172 * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
2173 * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
2174 * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
2175 * BugsSite/extensions/example/code/config.pl: Removed.
2176 * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
2177 * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
2178 * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
2179 * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
2180 * BugsSite/extensions/example/code/webservice.pl: Removed.
2181 * BugsSite/extensions/example/disabled: Removed.
2182 * BugsSite/extensions/example/info.pl: Removed.
2183 * BugsSite/extensions/example/lib: Removed.
2184 * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
2185 * BugsSite/extensions/example/lib/WSExample.pm: Removed.
2186 * BugsSite/extensions/example/template: Removed.
2187 * BugsSite/extensions/example/template/en: Removed.
2188 * BugsSite/extensions/example/template/en/default: Removed.
2189 * BugsSite/extensions/example/template/en/default/admin: Removed.
2190 * BugsSite/extensions/example/template/en/default/admin/params: Removed.
2191 * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
2192 * BugsSite/extensions/example/template/en/global: Removed.
2193 * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
2194 * BugsSite/graphs: Removed.
2195 * BugsSite/images: Removed.
2196 * BugsSite/images/favicon.ico: Removed.
2197 * BugsSite/images/padlock.png: Removed.
2198 * BugsSite/importxml.pl: Removed.
2199 * BugsSite/index.cgi: Removed.
2200 * BugsSite/install-module.pl: Removed.
2201 * BugsSite/js: Removed.
2202 * BugsSite/js/TUI.js: Removed.
2203 * BugsSite/js/attachment.js: Removed.
2204 * BugsSite/js/expanding-tree.js: Removed.
2205 * BugsSite/js/field.js: Removed.
2206 * BugsSite/js/help.js: Removed.
2207 * BugsSite/js/params.js: Removed.
2208 * BugsSite/js/productform.js: Removed.
2209 * BugsSite/js/util.js: Removed.
2210 * BugsSite/js/yui: Removed.
2211 * BugsSite/js/yui/calendar.js: Removed.
2212 * BugsSite/js/yui/yahoo-dom-event.js: Removed.
2213 * BugsSite/lib: Removed.
2214 * BugsSite/lib/.htaccess: Removed.
2215 * BugsSite/lib/README: Removed.
2216 * BugsSite/long_list.cgi: Removed.
2217 * BugsSite/mod_perl.pl: Removed.
2218 * BugsSite/page.cgi: Removed.
2219 * BugsSite/post_bug.cgi: Removed.
2220 * BugsSite/process_bug.cgi: Removed.
2221 * BugsSite/query.cgi: Removed.
2222 * BugsSite/quips.cgi: Removed.
2223 * BugsSite/relogin.cgi: Removed.
2224 * BugsSite/report.cgi: Removed.
2225 * BugsSite/reports.cgi: Removed.
2226 * BugsSite/request.cgi: Removed.
2227 * BugsSite/robots.txt: Removed.
2228 * BugsSite/runtests.pl: Removed.
2229 * BugsSite/sanitycheck.cgi: Removed.
2230 * BugsSite/sanitycheck.pl: Removed.
2231 * BugsSite/search_plugin.cgi: Removed.
2232 * BugsSite/show_activity.cgi: Removed.
2233 * BugsSite/show_bug.cgi: Removed.
2234 * BugsSite/showattachment.cgi: Removed.
2235 * BugsSite/showdependencygraph.cgi: Removed.
2236 * BugsSite/showdependencytree.cgi: Removed.
2237 * BugsSite/sidebar.cgi: Removed.
2238 * BugsSite/skins: Removed.
2239 * BugsSite/skins/.cvsignore: Removed.
2240 * BugsSite/skins/contrib: Removed.
2241 * BugsSite/skins/contrib/Dusk: Removed.
2242 * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
2243 * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
2244 * BugsSite/skins/contrib/Dusk/admin.css: Removed.
2245 * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
2246 * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
2247 * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
2248 * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
2249 * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
2250 * BugsSite/skins/contrib/Dusk/global.css: Removed.
2251 * BugsSite/skins/contrib/Dusk/help.css: Removed.
2252 * BugsSite/skins/contrib/Dusk/index.css: Removed.
2253 * BugsSite/skins/contrib/Dusk/panel.css: Removed.
2254 * BugsSite/skins/contrib/Dusk/params.css: Removed.
2255 * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
2256 * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
2257 * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
2258 * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
2259 * BugsSite/skins/contrib/Dusk/voting.css: Removed.
2260 * BugsSite/skins/contrib/Dusk/yui: Removed.
2261 * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
2262 * BugsSite/skins/custom: Removed.
2263 * BugsSite/skins/custom/IE-fixes.css: Removed.
2264 * BugsSite/skins/custom/admin.css: Removed.
2265 * BugsSite/skins/custom/buglist.css: Removed.
2266 * BugsSite/skins/custom/create_attachment.css: Removed.
2267 * BugsSite/skins/custom/dependency-tree.css: Removed.
2268 * BugsSite/skins/custom/duplicates.css: Removed.
2269 * BugsSite/skins/custom/editusers.css: Removed.
2270 * BugsSite/skins/custom/global.css: Removed.
2271 * BugsSite/skins/custom/help.css: Removed.
2272 * BugsSite/skins/custom/index.css: Removed.
2273 * BugsSite/skins/custom/opendarwin.gif: Removed.
2274 * BugsSite/skins/custom/panel.css: Removed.
2275 * BugsSite/skins/custom/params.css: Removed.
2276 * BugsSite/skins/custom/release-notes.css: Removed.
2277 * BugsSite/skins/custom/show_bug.css: Removed.
2278 * BugsSite/skins/custom/show_multiple.css: Removed.
2279 * BugsSite/skins/custom/summarize-time.css: Removed.
2280 * BugsSite/skins/custom/voting.css: Removed.
2281 * BugsSite/skins/custom/yui: Removed.
2282 * BugsSite/skins/custom/yui/calendar.css: Removed.
2283 * BugsSite/skins/standard: Removed.
2284 * BugsSite/skins/standard/IE-fixes.css: Removed.
2285 * BugsSite/skins/standard/admin.css: Removed.
2286 * BugsSite/skins/standard/buglist.css: Removed.
2287 * BugsSite/skins/standard/create_attachment.css: Removed.
2288 * BugsSite/skins/standard/dependency-tree: Removed.
2289 * BugsSite/skins/standard/dependency-tree.css: Removed.
2290 * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
2291 * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
2292 * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
2293 * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
2294 * BugsSite/skins/standard/duplicates.css: Removed.
2295 * BugsSite/skins/standard/editusers.css: Removed.
2296 * BugsSite/skins/standard/global: Removed.
2297 * BugsSite/skins/standard/global.css: Removed.
2298 * BugsSite/skins/standard/global/body-back.gif: Removed.
2299 * BugsSite/skins/standard/global/calendar.png: Removed.
2300 * BugsSite/skins/standard/global/header.png: Removed.
2301 * BugsSite/skins/standard/help.css: Removed.
2302 * BugsSite/skins/standard/index: Removed.
2303 * BugsSite/skins/standard/index.css: Removed.
2304 * BugsSite/skins/standard/index/front.png: Removed.
2305 * BugsSite/skins/standard/panel.css: Removed.
2306 * BugsSite/skins/standard/params.css: Removed.
2307 * BugsSite/skins/standard/release-notes.css: Removed.
2308 * BugsSite/skins/standard/show_bug.css: Removed.
2309 * BugsSite/skins/standard/show_multiple.css: Removed.
2310 * BugsSite/skins/standard/summarize-time.css: Removed.
2311 * BugsSite/skins/standard/voting.css: Removed.
2312 * BugsSite/skins/standard/yui: Removed.
2313 * BugsSite/skins/standard/yui/calendar.css: Removed.
2314 * BugsSite/skins/standard/yui/sprite.png: Removed.
2315 * BugsSite/summarize_time.cgi: Removed.
2316 * BugsSite/t: Removed.
2317 * BugsSite/t/001compile.t: Removed.
2318 * BugsSite/t/002goodperl.t: Removed.
2319 * BugsSite/t/003safesys.t: Removed.
2320 * BugsSite/t/004template.t: Removed.
2321 * BugsSite/t/005no_tabs.t: Removed.
2322 * BugsSite/t/006spellcheck.t: Removed.
2323 * BugsSite/t/007util.t: Removed.
2324 * BugsSite/t/008filter.t: Removed.
2325 * BugsSite/t/009bugwords.t: Removed.
2326 * BugsSite/t/010dependencies.t: Removed.
2327 * BugsSite/t/011pod.t: Removed.
2328 * BugsSite/t/012throwables.t: Removed.
2329 * BugsSite/t/Support: Removed.
2330 * BugsSite/t/Support/Files.pm: Removed.
2331 * BugsSite/t/Support/Systemexec.pm: Removed.
2332 * BugsSite/t/Support/Templates.pm: Removed.
2333 * BugsSite/template: Removed.
2334 * BugsSite/template/.cvsignore: Removed.
2335 * BugsSite/template/.htaccess: Removed.
2336 * BugsSite/template/en: Removed.
2337 * BugsSite/template/en/.cvsignore: Removed.
2338 * BugsSite/template/en/custom: Removed.
2339 * BugsSite/template/en/custom/account: Removed.
2340 * BugsSite/template/en/custom/account/auth: Removed.
2341 * BugsSite/template/en/custom/account/email: Removed.
2342 * BugsSite/template/en/custom/account/password: Removed.
2343 * BugsSite/template/en/custom/account/prefs: Removed.
2344 * BugsSite/template/en/custom/admin: Removed.
2345 * BugsSite/template/en/custom/admin/classifications: Removed.
2346 * BugsSite/template/en/custom/admin/components: Removed.
2347 * BugsSite/template/en/custom/admin/fieldvalues: Removed.
2348 * BugsSite/template/en/custom/admin/flag-type: Removed.
2349 * BugsSite/template/en/custom/admin/groups: Removed.
2350 * BugsSite/template/en/custom/admin/keywords: Removed.
2351 * BugsSite/template/en/custom/admin/milestones: Removed.
2352 * BugsSite/template/en/custom/admin/products: Removed.
2353 * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
2354 * BugsSite/template/en/custom/admin/settings: Removed.
2355 * BugsSite/template/en/custom/admin/users: Removed.
2356 * BugsSite/template/en/custom/admin/versions: Removed.
2357 * BugsSite/template/en/custom/attachment: Removed.
2358 * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
2359 * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
2360 * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
2361 * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
2362 * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
2363 * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
2364 * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
2365 * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
2366 * BugsSite/template/en/custom/bug: Removed.
2367 * BugsSite/template/en/custom/bug/activity: Removed.
2368 * BugsSite/template/en/custom/bug/create: Removed.
2369 * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
2370 * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
2371 * BugsSite/template/en/custom/bug/process: Removed.
2372 * BugsSite/template/en/custom/bug/votes: Removed.
2373 * BugsSite/template/en/custom/flag: Removed.
2374 * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
2375 * BugsSite/template/en/custom/global: Removed.
2376 * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
2377 * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
2378 * BugsSite/template/en/custom/list: Removed.
2379 * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
2380 * BugsSite/template/en/custom/pages: Removed.
2381 * BugsSite/template/en/custom/reports: Removed.
2382 * BugsSite/template/en/custom/request: Removed.
2383 * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
2384 * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
2385 * BugsSite/template/en/custom/search: Removed.
2386 * BugsSite/template/en/custom/whine: Removed.
2387 * BugsSite/template/en/default: Removed.
2388 * BugsSite/template/en/default/account: Removed.
2389 * BugsSite/template/en/default/account/auth: Removed.
2390 * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
2391 * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
2392 * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
2393 * BugsSite/template/en/default/account/create.html.tmpl: Removed.
2394 * BugsSite/template/en/default/account/created.html.tmpl: Removed.
2395 * BugsSite/template/en/default/account/email: Removed.
2396 * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
2397 * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
2398 * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
2399 * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
2400 * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
2401 * BugsSite/template/en/default/account/password: Removed.
2402 * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
2403 * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
2404 * BugsSite/template/en/default/account/prefs: Removed.
2405 * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
2406 * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
2407 * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
2408 * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
2409 * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
2410 * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
2411 * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
2412 * BugsSite/template/en/default/admin: Removed.
2413 * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
2414 * BugsSite/template/en/default/admin/classifications: Removed.
2415 * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
2416 * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
2417 * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
2418 * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
2419 * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
2420 * BugsSite/template/en/default/admin/components: Removed.
2421 * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
2422 * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
2423 * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
2424 * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
2425 * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
2426 * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
2427 * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
2428 * BugsSite/template/en/default/admin/custom_fields: Removed.
2429 * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
2430 * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
2431 * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
2432 * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
2433 * BugsSite/template/en/default/admin/fieldvalues: Removed.
2434 * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
2435 * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
2436 * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
2437 * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
2438 * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
2439 * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
2440 * BugsSite/template/en/default/admin/flag-type: Removed.
2441 * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
2442 * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
2443 * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
2444 * BugsSite/template/en/default/admin/groups: Removed.
2445 * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
2446 * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
2447 * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
2448 * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
2449 * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
2450 * BugsSite/template/en/default/admin/keywords: Removed.
2451 * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
2452 * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
2453 * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
2454 * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
2455 * BugsSite/template/en/default/admin/milestones: Removed.
2456 * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
2457 * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
2458 * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
2459 * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
2460 * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
2461 * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
2462 * BugsSite/template/en/default/admin/params: Removed.
2463 * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
2464 * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
2465 * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
2466 * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
2467 * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
2468 * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
2469 * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
2470 * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
2471 * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
2472 * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
2473 * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
2474 * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
2475 * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
2476 * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
2477 * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
2478 * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
2479 * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
2480 * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
2481 * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
2482 * BugsSite/template/en/default/admin/products: Removed.
2483 * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
2484 * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
2485 * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
2486 * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
2487 * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
2488 * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
2489 * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
2490 * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
2491 * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
2492 * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
2493 * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
2494 * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
2495 * BugsSite/template/en/default/admin/sanitycheck: Removed.
2496 * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
2497 * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
2498 * BugsSite/template/en/default/admin/settings: Removed.
2499 * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
2500 * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
2501 * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
2502 * BugsSite/template/en/default/admin/users: Removed.
2503 * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
2504 * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
2505 * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
2506 * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
2507 * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
2508 * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
2509 * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
2510 * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
2511 * BugsSite/template/en/default/admin/versions: Removed.
2512 * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
2513 * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
2514 * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
2515 * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
2516 * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
2517 * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
2518 * BugsSite/template/en/default/admin/workflow: Removed.
2519 * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
2520 * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
2521 * BugsSite/template/en/default/attachment: Removed.
2522 * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
2523 * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
2524 * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
2525 * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
2526 * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
2527 * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
2528 * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
2529 * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
2530 * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
2531 * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
2532 * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
2533 * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
2534 * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
2535 * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
2536 * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
2537 * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
2538 * BugsSite/template/en/default/bug: Removed.
2539 * BugsSite/template/en/default/bug/activity: Removed.
2540 * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
2541 * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
2542 * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
2543 * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
2544 * BugsSite/template/en/default/bug/create: Removed.
2545 * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
2546 * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
2547 * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
2548 * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
2549 * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
2550 * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
2551 * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
2552 * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
2553 * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
2554 * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
2555 * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
2556 * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
2557 * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
2558 * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
2559 * BugsSite/template/en/default/bug/process: Removed.
2560 * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
2561 * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
2562 * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
2563 * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
2564 * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
2565 * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
2566 * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
2567 * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
2568 * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
2569 * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
2570 * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
2571 * BugsSite/template/en/default/bug/votes: Removed.
2572 * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
2573 * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
2574 * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
2575 * BugsSite/template/en/default/config.js.tmpl: Removed.
2576 * BugsSite/template/en/default/config.rdf.tmpl: Removed.
2577 * BugsSite/template/en/default/email: Removed.
2578 * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
2579 * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
2580 * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
2581 * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
2582 * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
2583 * BugsSite/template/en/default/filterexceptions.pl: Removed.
2584 * BugsSite/template/en/default/flag: Removed.
2585 * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
2586 * BugsSite/template/en/default/global: Removed.
2587 * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
2588 * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
2589 * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
2590 * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
2591 * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
2592 * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
2593 * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
2594 * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
2595 * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
2596 * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
2597 * BugsSite/template/en/default/global/header.html.tmpl: Removed.
2598 * BugsSite/template/en/default/global/help.html.tmpl: Removed.
2599 * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
2600 * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
2601 * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
2602 * BugsSite/template/en/default/global/message.html.tmpl: Removed.
2603 * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
2604 * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
2605 * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
2606 * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
2607 * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
2608 * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
2609 * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
2610 * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
2611 * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
2612 * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
2613 * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
2614 * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
2615 * BugsSite/template/en/default/index.html.tmpl: Removed.
2616 * BugsSite/template/en/default/list: Removed.
2617 * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
2618 * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
2619 * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
2620 * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
2621 * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
2622 * BugsSite/template/en/default/list/list.html.tmpl: Removed.
2623 * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
2624 * BugsSite/template/en/default/list/list.js.tmpl: Removed.
2625 * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
2626 * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
2627 * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
2628 * BugsSite/template/en/default/list/table.html.tmpl: Removed.
2629 * BugsSite/template/en/default/pages: Removed.
2630 * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
2631 * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
2632 * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
2633 * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
2634 * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
2635 * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
2636 * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
2637 * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
2638 * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
2639 * BugsSite/template/en/default/reports: Removed.
2640 * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
2641 * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
2642 * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
2643 * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
2644 * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
2645 * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
2646 * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
2647 * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
2648 * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
2649 * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
2650 * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
2651 * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
2652 * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
2653 * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
2654 * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
2655 * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
2656 * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
2657 * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
2658 * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
2659 * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
2660 * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
2661 * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
2662 * BugsSite/template/en/default/request: Removed.
2663 * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
2664 * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
2665 * BugsSite/template/en/default/search: Removed.
2666 * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
2667 * BugsSite/template/en/default/search/form.html.tmpl: Removed.
2668 * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
2669 * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
2670 * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
2671 * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
2672 * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
2673 * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
2674 * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
2675 * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
2676 * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
2677 * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
2678 * BugsSite/template/en/default/setup: Removed.
2679 * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
2680 * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
2681 * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
2682 * BugsSite/template/en/default/whine: Removed.
2683 * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
2684 * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
2685 * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
2686 * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
2687 * BugsSite/template/en/extension: Removed.
2688 * BugsSite/template/en/extension/filterexceptions.pl: Removed.
2689 * BugsSite/testagent.cgi: Removed.
2690 * BugsSite/testserver.pl: Removed.
2691 * BugsSite/token.cgi: Removed.
2692 * BugsSite/userprefs.cgi: Removed.
2693 * BugsSite/votes.cgi: Removed.
2694 * BugsSite/whine.pl: Removed.
2695 * BugsSite/whineatnews.pl: Removed.
2696 * BugsSite/xml.cgi: Removed.
2697 * BugsSite/xmlrpc.cgi: Removed.
2698 * PlanetWebKit: Removed.
2699 * PlanetWebKit/README: Removed.
2700 * PlanetWebKit/config.ini: Removed.
2701 * PlanetWebKit/planet: Removed.
2702 * PlanetWebKit/planet/AUTHORS: Removed.
2703 * PlanetWebKit/planet/INSTALL: Removed.
2704 * PlanetWebKit/planet/LICENCE: Removed.
2705 * PlanetWebKit/planet/NEWS: Removed.
2706 * PlanetWebKit/planet/PKG-INFO: Removed.
2707 * PlanetWebKit/planet/README: Removed.
2708 * PlanetWebKit/planet/THANKS: Removed.
2709 * PlanetWebKit/planet/TODO: Removed.
2710 * PlanetWebKit/planet/examples: Removed.
2711 * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
2712 * PlanetWebKit/planet/examples/basic: Removed.
2713 * PlanetWebKit/planet/examples/basic/config.ini: Removed.
2714 * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
2715 * PlanetWebKit/planet/examples/fancy: Removed.
2716 * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
2717 * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
2718 * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
2719 * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
2720 * PlanetWebKit/planet/examples/output: Removed.
2721 * PlanetWebKit/planet/examples/output/images: Removed.
2722 * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
2723 * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
2724 * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
2725 * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
2726 * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
2727 * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
2728 * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
2729 * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
2730 * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
2731 * PlanetWebKit/planet/examples/output/planet.css: Removed.
2732 * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
2733 * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
2734 * PlanetWebKit/planet/planet: Removed.
2735 * PlanetWebKit/planet/planet-cache.py: Removed.
2736 * PlanetWebKit/planet/planet.py: Removed.
2737 * PlanetWebKit/planet/planet/__init__.py: Removed.
2738 * PlanetWebKit/planet/planet/atomstyler.py: Removed.
2739 * PlanetWebKit/planet/planet/cache.py: Removed.
2740 * PlanetWebKit/planet/planet/compat_logging: Removed.
2741 * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
2742 * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
2743 * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
2744 * PlanetWebKit/planet/planet/feedparser.py: Removed.
2745 * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
2746 * PlanetWebKit/planet/planet/sanitize.py: Removed.
2747 * PlanetWebKit/planet/planet/tests: Removed.
2748 * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
2749 * PlanetWebKit/planet/planet/tests/data: Removed.
2750 * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
2751 * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
2752 * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
2753 * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
2754 * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
2755 * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
2756 * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
2757 * PlanetWebKit/planet/runtests.py: Removed.
2758 * PlanetWebKit/planet/setup.py: Removed.
2759 * PlanetWebKit/templates: Removed.
2760 * PlanetWebKit/templates/atom.xml.tmpl: Removed.
2761 * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
2762 * PlanetWebKit/templates/index.html.tmpl: Removed.
2763 * PlanetWebKit/templates/opml.xml.tmpl: Removed.
2764 * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
2765 * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
2766 * PlanetWebKit/update.pl: Removed.
2767 * PlanetWebKit/wwwroot: Removed.
2768 * PlanetWebKit/wwwroot/ie.css: Removed.
2769 * PlanetWebKit/wwwroot/images: Removed.
2770 * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
2771 * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
2772 * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
2773 * PlanetWebKit/wwwroot/images/planet.png: Removed.
2774 * PlanetWebKit/wwwroot/planet.css: Removed.
2775 * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
2777 * Sites/bugs.webkit.org: Copied from BugsSite.
2778 * Sites/planet.webkit.org: Copied from PlanetWebKit.
2779 * Sites/webkit.org: Copied from WebKitSite.
2780 * WebKitSite: Removed.
2781 * WebKitSite/.htaccess: Removed.
2782 * WebKitSite/asking_questions.html: Removed.
2783 * WebKitSite/blog: Removed.
2784 * WebKitSite/blog-files: Removed.
2785 * WebKitSite/blog-files/3d-transforms: Removed.
2786 * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
2787 * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
2788 * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
2789 * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
2790 * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
2791 * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
2792 * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
2793 * WebKitSite/blog-files/InspectElementMenu.png: Removed.
2794 * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
2795 * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
2796 * WebKitSite/blog-files/InspectorFonts.png: Removed.
2797 * WebKitSite/blog-files/acid3-100.png: Removed.
2798 * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
2799 * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
2800 * WebKitSite/blog-files/acid3-screenshot.png: Removed.
2801 * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
2802 * WebKitSite/blog-files/acid3-timing.png: Removed.
2803 * WebKitSite/blog-files/animation-demo.svg: Removed.
2804 * WebKitSite/blog-files/bounce.html: Removed.
2805 * WebKitSite/blog-files/bounce.png: Removed.
2806 * WebKitSite/blog-files/circle.svg: Removed.
2807 * WebKitSite/blog-files/cubes-7.svg: Removed.
2808 * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
2809 * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
2810 * WebKitSite/blog-files/inspector: Removed.
2811 * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
2812 * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
2813 * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
2814 * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
2815 * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
2816 * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
2817 * WebKitSite/blog-files/inspector-event-scope.png: Removed.
2818 * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
2819 * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
2820 * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
2821 * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
2822 * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
2823 * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
2824 * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
2825 * WebKitSite/blog-files/inspector-toolbar.png: Removed.
2826 * WebKitSite/blog-files/inspector-with-scope.png: Removed.
2827 * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
2828 * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
2829 * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
2830 * WebKitSite/blog-files/inspector/colors.png: Removed.
2831 * WebKitSite/blog-files/inspector/console_panel.png: Removed.
2832 * WebKitSite/blog-files/inspector/context_menu.png: Removed.
2833 * WebKitSite/blog-files/inspector/cookies.png: Removed.
2834 * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
2835 * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
2836 * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
2837 * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
2838 * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
2839 * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
2840 * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
2841 * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
2842 * WebKitSite/blog-files/inspector/enable.png: Removed.
2843 * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
2844 * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
2845 * WebKitSite/blog-files/inspector/event_listeners.png: Removed.
2846 * WebKitSite/blog-files/inspector/form_data.png: Removed.
2847 * WebKitSite/blog-files/inspector/inherited_styles.png: Removed.
2848 * WebKitSite/blog-files/inspector/inline_highlight.png: Removed.
2849 * WebKitSite/blog-files/inspector/inorder.png: Removed.
2850 * WebKitSite/blog-files/inspector/inspect_inspector.png: Removed.
2851 * WebKitSite/blog-files/inspector/inspect_inspector_small.png: Removed.
2852 * WebKitSite/blog-files/inspector/large_dom.png: Removed.
2853 * WebKitSite/blog-files/inspector/large_resources.png: Removed.
2854 * WebKitSite/blog-files/inspector/load_lines.png: Removed.
2855 * WebKitSite/blog-files/inspector/nodelist.png: Removed.
2856 * WebKitSite/blog-files/inspector/pseudo_elements.png: Removed.
2857 * WebKitSite/blog-files/inspector/redirect_headers.png: Removed.
2858 * WebKitSite/blog-files/inspector/redirect_headers_full.png: Removed.
2859 * WebKitSite/blog-files/inspector/redirects.png: Removed.
2860 * WebKitSite/blog-files/inspector/redirects_full.png: Removed.
2861 * WebKitSite/blog-files/inspector/scope_bar.png: Removed.
2862 * WebKitSite/blog-files/inspector/timeline_overview.png: Removed.
2863 * WebKitSite/blog-files/inspector/timeline_panel.png: Removed.
2864 * WebKitSite/blog-files/inspector/timeline_record_details.png: Removed.
2865 * WebKitSite/blog-files/inspector/watched_expression.png: Removed.
2866 * WebKitSite/blog-files/kate-circle.png: Removed.
2867 * WebKitSite/blog-files/kate-gradient-rounded.png: Removed.
2868 * WebKitSite/blog-files/kate-gradient.png: Removed.
2869 * WebKitSite/blog-files/kate-reflected.png: Removed.
2870 * WebKitSite/blog-files/kate-vignette-mask.png: Removed.
2871 * WebKitSite/blog-files/kate.png: Removed.
2872 * WebKitSite/blog-files/leaves: Removed.
2873 * WebKitSite/blog-files/leaves-screenshot-small.jpg: Removed.
2874 * WebKitSite/blog-files/leaves-screenshot.jpg: Removed.
2875 * WebKitSite/blog-files/leaves/images: Removed.
2876 * WebKitSite/blog-files/leaves/images/apple-touch-icon.png: Removed.
2877 * WebKitSite/blog-files/leaves/images/backgroundLeaves.jpg: Removed.
2878 * WebKitSite/blog-files/leaves/images/realLeaf1.png: Removed.
2879 * WebKitSite/blog-files/leaves/images/realLeaf2.png: Removed.
2880 * WebKitSite/blog-files/leaves/images/realLeaf3.png: Removed.
2881 * WebKitSite/blog-files/leaves/images/realLeaf4.png: Removed.
2882 * WebKitSite/blog-files/leaves/images/textBackground.png: Removed.
2883 * WebKitSite/blog-files/leaves/index.html: Removed.
2884 * WebKitSite/blog-files/leaves/leaves.css: Removed.
2885 * WebKitSite/blog-files/leaves/leaves.js: Removed.
2886 * WebKitSite/blog-files/load-unload-example.html: Removed.
2887 * WebKitSite/blog-files/loader-diagram.svg: Removed.
2888 * WebKitSite/blog-files/maskspeedracer.png: Removed.
2889 * WebKitSite/blog-files/number-morph.svg: Removed.
2890 * WebKitSite/blog-files/pageshow-pagehide-example.html: Removed.
2891 * WebKitSite/blog-files/prototype-for-gebcn-test.js: Removed.
2892 * WebKitSite/blog-files/pulse.html: Removed.
2893 * WebKitSite/blog-files/pulse.png: Removed.
2894 * WebKitSite/blog-files/riemann-screenshot.png: Removed.
2895 * WebKitSite/blog-files/scrollbarpicture.png: Removed.
2896 * WebKitSite/blog-files/sfx-perf.png: Removed.
2897 * WebKitSite/blog-files/squirrelfish-link-animated.svg: Removed.
2898 * WebKitSite/blog-files/squirrelfish-webkit-graph.png: Removed.
2899 * WebKitSite/blog-files/squirrelfish.png: Removed.
2900 * WebKitSite/blog-files/timeline-blocking-script.png: Removed.
2901 * WebKitSite/blog-files/timeline-defer-script.png: Removed.
2902 * WebKitSite/blog-files/touch-poster.png: Removed.
2903 * WebKitSite/blog-files/vignette-mask.png: Removed.
2904 * WebKitSite/blog-files/webgl: Removed.
2905 * WebKitSite/blog-files/webgl/Earth.html: Removed.
2906 * WebKitSite/blog-files/webgl/ManyPlanetsDeep.html: Removed.
2907 * WebKitSite/blog-files/webgl/SpinningBox.html: Removed.
2908 * WebKitSite/blog-files/webgl/SpiritBox.html: Removed.
2909 * WebKitSite/blog-files/webgl/TeapotPerPixel.html: Removed.
2910 * WebKitSite/blog-files/webgl/TeapotPerVertex.html: Removed.
2911 * WebKitSite/blog-files/webgl/WebGL+CSS.html: Removed.
2912 * WebKitSite/blog-files/webgl/resources: Removed.
2913 * WebKitSite/blog-files/webgl/resources/BambooBridge.jpg: Removed.
2914 * WebKitSite/blog-files/webgl/resources/EarthThumb.jpg: Removed.
2915 * WebKitSite/blog-files/webgl/resources/J3DI.js: Removed.
2916 * WebKitSite/blog-files/webgl/resources/J3DIMath.js: Removed.
2917 * WebKitSite/blog-files/webgl/resources/ManyPlanetsDeepThumb.jpg: Removed.
2918 * WebKitSite/blog-files/webgl/resources/SpinningBoxThumb.jpg: Removed.
2919 * WebKitSite/blog-files/webgl/resources/SpiritBox.jpg: Removed.
2920 * WebKitSite/blog-files/webgl/resources/TeapotPerPixelThumb.jpg: Removed.
2921 * WebKitSite/blog-files/webgl/resources/TeapotPerVertexThumb.jpg: Removed.
2922 * WebKitSite/blog-files/webgl/resources/WebGL+CSSThumb.jpg: Removed.
2923 * WebKitSite/blog-files/webgl/resources/blogpost.css: Removed.
2924 * WebKitSite/blog-files/webgl/resources/earthmap1k.jpg: Removed.
2925 * WebKitSite/blog-files/webgl/resources/mars500x250.png: Removed.
2926 * WebKitSite/blog-files/webgl/resources/spirit.jpg: Removed.
2927 * WebKitSite/blog-files/webgl/resources/teapot.obj: Removed.
2928 * WebKitSite/blog-files/wsj-nopreload.png: Removed.
2929 * WebKitSite/blog-files/wsj-preload.png: Removed.
2930 * WebKitSite/blog-files/wsj-vs.png: Removed.
2931 * WebKitSite/blog/.htaccess: Removed.
2932 * WebKitSite/blog/index.php: Removed.
2933 * WebKitSite/blog/license.txt: Removed.
2934 * WebKitSite/blog/wp-admin: Removed.
2935 * WebKitSite/blog/wp-admin/admin-ajax.php: Removed.
2936 * WebKitSite/blog/wp-admin/admin-footer.php: Removed.
2937 * WebKitSite/blog/wp-admin/admin-functions.php: Removed.
2938 * WebKitSite/blog/wp-admin/admin-header.php: Removed.
2939 * WebKitSite/blog/wp-admin/admin-post.php: Removed.
2940 * WebKitSite/blog/wp-admin/admin.php: Removed.
2941 * WebKitSite/blog/wp-admin/async-upload.php: Removed.
2942 * WebKitSite/blog/wp-admin/categories.php: Removed.
2943 * WebKitSite/blog/wp-admin/comment.php: Removed.
2944 * WebKitSite/blog/wp-admin/css: Removed.
2945 * WebKitSite/blog/wp-admin/css/colors-classic-rtl.css: Removed.
2946 * WebKitSite/blog/wp-admin/css/colors-classic.css: Removed.
2947 * WebKitSite/blog/wp-admin/css/colors-fresh-rtl.css: Removed.
2948 * WebKitSite/blog/wp-admin/css/colors-fresh.css: Removed.
2949 * WebKitSite/blog/wp-admin/css/dashboard-rtl.css: Removed.
2950 * WebKitSite/blog/wp-admin/css/dashboard.css: Removed.
2951 * WebKitSite/blog/wp-admin/css/farbtastic-rtl.css: Removed.
2952 * WebKitSite/blog/wp-admin/css/farbtastic.css: Removed.
2953 * WebKitSite/blog/wp-admin/css/global-rtl.css: Removed.
2954 * WebKitSite/blog/wp-admin/css/global.css: Removed.
2955 * WebKitSite/blog/wp-admin/css/ie-rtl.css: Removed.
2956 * WebKitSite/blog/wp-admin/css/ie.css: Removed.
2957 * WebKitSite/blog/wp-admin/css/install-rtl.css: Removed.
2958 * WebKitSite/blog/wp-admin/css/install.css: Removed.
2959 * WebKitSite/blog/wp-admin/css/login-rtl.css: Removed.
2960 * WebKitSite/blog/wp-admin/css/login.css: Removed.
2961 * WebKitSite/blog/wp-admin/css/media-rtl.css: Removed.
2962 * WebKitSite/blog/wp-admin/css/media.css: Removed.
2963 * WebKitSite/blog/wp-admin/css/plugin-install-rtl.css: Removed.
2964 * WebKitSite/blog/wp-admin/css/plugin-install.css: Removed.
2965 * WebKitSite/blog/wp-admin/css/press-this-rtl.css: Removed.
2966 * WebKitSite/blog/wp-admin/css/press-this.css: Removed.
2967 * WebKitSite/blog/wp-admin/css/theme-editor-rtl.css: Removed.
2968 * WebKitSite/blog/wp-admin/css/theme-editor.css: Removed.
2969 * WebKitSite/blog/wp-admin/css/theme-install.css: Removed.
2970 * WebKitSite/blog/wp-admin/css/widgets-rtl.css: Removed.
2971 * WebKitSite/blog/wp-admin/css/widgets.css: Removed.
2972 * WebKitSite/blog/wp-admin/custom-header.php: Removed.
2973 * WebKitSite/blog/wp-admin/edit-attachment-rows.php: Removed.
2974 * WebKitSite/blog/wp-admin/edit-category-form.php: Removed.
2975 * WebKitSite/blog/wp-admin/edit-comments.php: Removed.
2976 * WebKitSite/blog/wp-admin/edit-form-advanced.php: Removed.
2977 * WebKitSite/blog/wp-admin/edit-form-comment.php: Removed.
2978 * WebKitSite/blog/wp-admin/edit-link-categories.php: Removed.
2979 * WebKitSite/blog/wp-admin/edit-link-category-form.php: Removed.
2980 * WebKitSite/blog/wp-admin/edit-link-form.php: Removed.
2981 * WebKitSite/blog/wp-admin/edit-page-form.php: Removed.
2982 * WebKitSite/blog/wp-admin/edit-pages.php: Removed.
2983 * WebKitSite/blog/wp-admin/edit-post-rows.php: Removed.
2984 * WebKitSite/blog/wp-admin/edit-tag-form.php: Removed.
2985 * WebKitSite/blog/wp-admin/edit-tags.php: Removed.
2986 * WebKitSite/blog/wp-admin/edit.php: Removed.
2987 * WebKitSite/blog/wp-admin/export.php: Removed.
2988 * WebKitSite/blog/wp-admin/gears-manifest.php: Removed.
2989 * WebKitSite/blog/wp-admin/images: Removed.
2990 * WebKitSite/blog/wp-admin/images/align-center.png: Removed.
2991 * WebKitSite/blog/wp-admin/images/align-left.png: Removed.
2992 * WebKitSite/blog/wp-admin/images/align-none.png: Removed.
2993 * WebKitSite/blog/wp-admin/images/align-right.png: Removed.
2994 * WebKitSite/blog/wp-admin/images/archive-link.png: Removed.
2995 * WebKitSite/blog/wp-admin/images/blue-grad.png: Removed.
2996 * WebKitSite/blog/wp-admin/images/browse-happy.gif: Removed.
2997 * WebKitSite/blog/wp-admin/images/bubble_bg-rtl.gif: Removed.
2998 * WebKitSite/blog/wp-admin/images/bubble_bg.gif: Removed.
2999 * WebKitSite/blog/wp-admin/images/button-grad-active-vs.png: Removed.
3000 * WebKitSite/blog/wp-admin/images/button-grad-active.png: Removed.
3001 * WebKitSite/blog/wp-admin/images/button-grad-vs.png: Removed.
3002 * WebKitSite/blog/wp-admin/images/button-grad.png: Removed.
3003 * WebKitSite/blog/wp-admin/images/comment-grey-bubble.png: Removed.
3004 * WebKitSite/blog/wp-admin/images/date-button.gif: Removed.
3005 * WebKitSite/blog/wp-admin/images/ed-bg-vs.gif: Removed.
3006 * WebKitSite/blog/wp-admin/images/ed-bg.gif: Removed.
3007 * WebKitSite/blog/wp-admin/images/fade-butt.png: Removed.
3008 * WebKitSite/blog/wp-admin/images/fav-arrow-rtl.gif: Removed.
3009 * WebKitSite/blog/wp-admin/images/fav-arrow-vs.gif: Removed.
3010 * WebKitSite/blog/wp-admin/images/fav-arrow.gif: Removed.
3011 * WebKitSite/blog/wp-admin/images/fav-top-vs.gif: Removed.
3012 * WebKitSite/blog/wp-admin/images/fav-top.png: Removed.
3013 * WebKitSite/blog/wp-admin/images/fav-vs.png: Removed.
3014 * WebKitSite/blog/wp-admin/images/fav.png: Removed.
3015 * WebKitSite/blog/wp-admin/images/generic.png: Removed.
3016 * WebKitSite/blog/wp-admin/images/gray-grad.png: Removed.
3017 * WebKitSite/blog/wp-admin/images/icons32-vs.png: Removed.
3018 * WebKitSite/blog/wp-admin/images/icons32.png: Removed.
3019 * WebKitSite/blog/wp-admin/images/list-vs.png: Removed.
3020 * WebKitSite/blog/wp-admin/images/list.png: Removed.
3021 * WebKitSite/blog/wp-admin/images/loading-publish.gif: Removed.
3022 * WebKitSite/blog/wp-admin/images/loading.gif: Removed.
3023 * WebKitSite/blog/wp-admin/images/logo-ghost.png: Removed.
3024 * WebKitSite/blog/wp-admin/images/logo-login.gif: Removed.
3025 * WebKitSite/blog/wp-admin/images/logo.gif: Removed.
3026 * WebKitSite/blog/wp-admin/images/marker.png: Removed.
3027 * WebKitSite/blog/wp-admin/images/mask.png: Removed.
3028 * WebKitSite/blog/wp-admin/images/media-button-image.gif: Removed.
3029 * WebKitSite/blog/wp-admin/images/media-button-music.gif: Removed.
3030 * WebKitSite/blog/wp-admin/images/media-button-other.gif: Removed.
3031 * WebKitSite/blog/wp-admin/images/media-button-video.gif: Removed.
3032 * WebKitSite/blog/wp-admin/images/menu-arrows.gif: Removed.
3033 * WebKitSite/blog/wp-admin/images/menu-bits-rtl-vs.gif: Removed.
3034 * WebKitSite/blog/wp-admin/images/menu-bits-rtl.gif: Removed.
3035 * WebKitSite/blog/wp-admin/images/menu-bits-vs.gif: Removed.
3036 * WebKitSite/blog/wp-admin/images/menu-bits.gif: Removed.
3037 * WebKitSite/blog/wp-admin/images/menu-dark-rtl.gif: Removed.
3038 * WebKitSite/blog/wp-admin/images/menu-dark.gif: Removed.
3039 * WebKitSite/blog/wp-admin/images/menu-vs.png: Removed.
3040 * WebKitSite/blog/wp-admin/images/menu.png: Removed.
3041 * WebKitSite/blog/wp-admin/images/no.png: Removed.
3042 * WebKitSite/blog/wp-admin/images/required.gif: Removed.
3043 * WebKitSite/blog/wp-admin/images/resize.gif: Removed.
3044 * WebKitSite/blog/wp-admin/images/screen-options-left.gif: Removed.
3045 * WebKitSite/blog/wp-admin/images/screen-options-right-up.gif: Removed.
3046 * WebKitSite/blog/wp-admin/images/screen-options-right.gif: Removed.
3047 * WebKitSite/blog/wp-admin/images/se.png: Removed.
3048 * WebKitSite/blog/wp-admin/images/star.gif: Removed.
3049 * WebKitSite/blog/wp-admin/images/toggle-arrow-rtl.gif: Removed.
3050 * WebKitSite/blog/wp-admin/images/toggle-arrow.gif: Removed.
3051 * WebKitSite/blog/wp-admin/images/visit-site-button-grad-vs.gif: Removed.
3052 * WebKitSite/blog/wp-admin/images/visit-site-button-grad.gif: Removed.
3053 * WebKitSite/blog/wp-admin/images/wheel.png: Removed.
3054 * WebKitSite/blog/wp-admin/images/white-grad-active.png: Removed.
3055 * WebKitSite/blog/wp-admin/images/white-grad.png: Removed.
3056 * WebKitSite/blog/wp-admin/images/wordpress-logo.png: Removed.
3057 * WebKitSite/blog/wp-admin/images/wp-logo-vs.gif: Removed.
3058 * WebKitSite/blog/wp-admin/images/wp-logo.gif: Removed.
3059 * WebKitSite/blog/wp-admin/images/wpspin_dark.gif: Removed.
3060 * WebKitSite/blog/wp-admin/images/wpspin_light.gif: Removed.
3061 * WebKitSite/blog/wp-admin/images/xit.gif: Removed.
3062 * WebKitSite/blog/wp-admin/images/yes.png: Removed.
3063 * WebKitSite/blog/wp-admin/import: Removed.
3064 * WebKitSite/blog/wp-admin/import.php: Removed.
3065 * WebKitSite/blog/wp-admin/import/blogger.php: Removed.
3066 * WebKitSite/blog/wp-admin/import/blogware.php: Removed.
3067 * WebKitSite/blog/wp-admin/import/dotclear.php: Removed.
3068 * WebKitSite/blog/wp-admin/import/greymatter.php: Removed.
3069 * WebKitSite/blog/wp-admin/import/livejournal.php: Removed.
3070 * WebKitSite/blog/wp-admin/import/mt.php: Removed.
3071 * WebKitSite/blog/wp-admin/import/opml.php: Removed.
3072 * WebKitSite/blog/wp-admin/import/rss.php: Removed.
3073 * WebKitSite/blog/wp-admin/import/stp.php: Removed.
3074 * WebKitSite/blog/wp-admin/import/textpattern.php: Removed.
3075 * WebKitSite/blog/wp-admin/import/utw.php: Removed.
3076 * WebKitSite/blog/wp-admin/import/wordpress.php: Removed.
3077 * WebKitSite/blog/wp-admin/import/wp-cat2tag.php: Removed.
3078 * WebKitSite/blog/wp-admin/includes: Removed.
3079 * WebKitSite/blog/wp-admin/includes/admin.php: Removed.
3080 * WebKitSite/blog/wp-admin/includes/bookmark.php: Removed.
3081 * WebKitSite/blog/wp-admin/includes/class-ftp-pure.php: Removed.
3082 * WebKitSite/blog/wp-admin/includes/class-ftp-sockets.php: Removed.
3083 * WebKitSite/blog/wp-admin/includes/class-ftp.php: Removed.
3084 * WebKitSite/blog/wp-admin/includes/class-pclzip.php: Removed.
3085 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-base.php: Removed.
3086 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-direct.php: Removed.
3087 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpext.php: Removed.
3088 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpsockets.php: Removed.
3089 * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ssh2.php: Removed.
3090 * WebKitSite/blog/wp-admin/includes/class-wp-upgrader.php: Removed.
3091 * WebKitSite/blog/wp-admin/includes/comment.php: Removed.
3092 * WebKitSite/blog/wp-admin/includes/continents-cities.php: Removed.
3093 * WebKitSite/blog/wp-admin/includes/dashboard.php: Removed.
3094 * WebKitSite/blog/wp-admin/includes/export.php: Removed.
3095 * WebKitSite/blog/wp-admin/includes/file.php: Removed.
3096 * WebKitSite/blog/wp-admin/includes/image.php: Removed.
3097 * WebKitSite/blog/wp-admin/includes/import.php: Removed.
3098 * WebKitSite/blog/wp-admin/includes/manifest.php: Removed.
3099 * WebKitSite/blog/wp-admin/includes/media.php: Removed.
3100 * WebKitSite/blog/wp-admin/includes/misc.php: Removed.
3101 * WebKitSite/blog/wp-admin/includes/plugin-install.php: Removed.
3102 * WebKitSite/blog/wp-admin/includes/plugin.php: Removed.
3103 * WebKitSite/blog/wp-admin/includes/post.php: Removed.
3104 * WebKitSite/blog/wp-admin/includes/schema.php: Removed.
3105 * WebKitSite/blog/wp-admin/includes/taxonomy.php: Removed.
3106 * WebKitSite/blog/wp-admin/includes/template.php: Removed.
3107 * WebKitSite/blog/wp-admin/includes/theme-install.php: Removed.
3108 * WebKitSite/blog/wp-admin/includes/theme.php: Removed.
3109 * WebKitSite/blog/wp-admin/includes/update-core.php: Removed.
3110 * WebKitSite/blog/wp-admin/includes/update.php: Removed.
3111 * WebKitSite/blog/wp-admin/includes/upgrade.php: Removed.
3112 * WebKitSite/blog/wp-admin/includes/user.php: Removed.
3113 * WebKitSite/blog/wp-admin/includes/widgets.php: Removed.
3114 * WebKitSite/blog/wp-admin/index-extra.php: Removed.
3115 * WebKitSite/blog/wp-admin/index.php: Removed.
3116 * WebKitSite/blog/wp-admin/install-helper.php: Removed.
3117 * WebKitSite/blog/wp-admin/install.php: Removed.
3118 * WebKitSite/blog/wp-admin/js: Removed.
3119 * WebKitSite/blog/wp-admin/js/cat.dev.js: Removed.
3120 * WebKitSite/blog/wp-admin/js/cat.js: Removed.
3121 * WebKitSite/blog/wp-admin/js/categories.dev.js: Removed.
3122 * WebKitSite/blog/wp-admin/js/categories.js: Removed.
3123 * WebKitSite/blog/wp-admin/js/comment.dev.js: Removed.
3124 * WebKitSite/blog/wp-admin/js/comment.js: Removed.
3125 * WebKitSite/blog/wp-admin/js/common.dev.js: Removed.
3126 * WebKitSite/blog/wp-admin/js/common.js: Removed.
3127 * WebKitSite/blog/wp-admin/js/custom-fields.dev.js: Removed.
3128 * WebKitSite/blog/wp-admin/js/custom-fields.js: Removed.
3129 * WebKitSite/blog/wp-admin/js/dashboard.dev.js: Removed.
3130 * WebKitSite/blog/wp-admin/js/dashboard.js: Removed.
3131 * WebKitSite/blog/wp-admin/js/edit-comments.dev.js: Removed.
3132 * WebKitSite/blog/wp-admin/js/edit-comments.js: Removed.
3133 * WebKitSite/blog/wp-admin/js/editor.dev.js: Removed.
3134 * WebKitSite/blog/wp-admin/js/editor.js: Removed.
3135 * WebKitSite/blog/wp-admin/js/farbtastic.js: Removed.
3136 * WebKitSite/blog/wp-admin/js/gallery.dev.js: Removed.
3137 * WebKitSite/blog/wp-admin/js/gallery.js: Removed.
3138 * WebKitSite/blog/wp-admin/js/inline-edit-post.dev.js: Removed.
3139 * WebKitSite/blog/wp-admin/js/inline-edit-post.js: Removed.
3140 * WebKitSite/blog/wp-admin/js/inline-edit-tax.dev.js: Removed.
3141 * WebKitSite/blog/wp-admin/js/inline-edit-tax.js: Removed.
3142 * WebKitSite/blog/wp-admin/js/link.dev.js: Removed.
3143 * WebKitSite/blog/wp-admin/js/link.js: Removed.
3144 * WebKitSite/blog/wp-admin/js/media-upload.dev.js: Removed.
3145 * WebKitSite/blog/wp-admin/js/media-upload.js: Removed.
3146 * WebKitSite/blog/wp-admin/js/media.dev.js: Removed.
3147 * WebKitSite/blog/wp-admin/js/media.js: Removed.
3148 * WebKitSite/blog/wp-admin/js/page.dev.js: Removed.
3149 * WebKitSite/blog/wp-admin/js/page.js: Removed.
3150 * WebKitSite/blog/wp-admin/js/password-strength-meter.dev.js: Removed.
3151 * WebKitSite/blog/wp-admin/js/password-strength-meter.js: Removed.
3152 * WebKitSite/blog/wp-admin/js/plugin-install.dev.js: Removed.
3153 * WebKitSite/blog/wp-admin/js/plugin-install.js: Removed.
3154 * WebKitSite/blog/wp-admin/js/post.dev.js: Removed.
3155 * WebKitSite/blog/wp-admin/js/post.js: Removed.
3156 * WebKitSite/blog/wp-admin/js/postbox.dev.js: Removed.
3157 * WebKitSite/blog/wp-admin/js/postbox.js: Removed.
3158 * WebKitSite/blog/wp-admin/js/revisions-js.php: Removed.
3159 * WebKitSite/blog/wp-admin/js/slug.dev.js: Removed.
3160 * WebKitSite/blog/wp-admin/js/slug.js: Removed.
3161 * WebKitSite/blog/wp-admin/js/tags.dev.js: Removed.
3162 * WebKitSite/blog/wp-admin/js/tags.js: Removed.
3163 * WebKitSite/blog/wp-admin/js/theme-preview.dev.js: Removed.
3164 * WebKitSite/blog/wp-admin/js/theme-preview.js: Removed.
3165 * WebKitSite/blog/wp-admin/js/user-profile.dev.js: Removed.
3166 * WebKitSite/blog/wp-admin/js/user-profile.js: Removed.
3167 * WebKitSite/blog/wp-admin/js/utils.dev.js: Removed.
3168 * WebKitSite/blog/wp-admin/js/utils.js: Removed.
3169 * WebKitSite/blog/wp-admin/js/widgets.dev.js: Removed.
3170 * WebKitSite/blog/wp-admin/js/widgets.js: Removed.
3171 * WebKitSite/blog/wp-admin/js/word-count.dev.js: Removed.
3172 * WebKitSite/blog/wp-admin/js/word-count.js: Removed.
3173 * WebKitSite/blog/wp-admin/js/wp-gears.dev.js: Removed.
3174 * WebKitSite/blog/wp-admin/js/wp-gears.js: Removed.
3175 * WebKitSite/blog/wp-admin/js/xfn.dev.js: Removed.
3176 * WebKitSite/blog/wp-admin/js/xfn.js: Removed.
3177 * WebKitSite/blog/wp-admin/link-add.php: Removed.
3178 * WebKitSite/blog/wp-admin/link-category.php: Removed.
3179 * WebKitSite/blog/wp-admin/link-manager.php: Removed.
3180 * WebKitSite/blog/wp-admin/link-parse-opml.php: Removed.
3181 * WebKitSite/blog/wp-admin/link.php: Removed.
3182 * WebKitSite/blog/wp-admin/load-scripts.php: Removed.
3183 * WebKitSite/blog/wp-admin/load-styles.php: Removed.
3184 * WebKitSite/blog/wp-admin/media-new.php: Removed.
3185 * WebKitSite/blog/wp-admin/media-upload.php: Removed.
3186 * WebKitSite/blog/wp-admin/media.php: Removed.
3187 * WebKitSite/blog/wp-admin/menu-header.php: Removed.
3188 * WebKitSite/blog/wp-admin/menu.php: Removed.
3189 * WebKitSite/blog/wp-admin/moderation.php: Removed.
3190 * WebKitSite/blog/wp-admin/options-discussion.php: Removed.
3191 * WebKitSite/blog/wp-admin/options-general.php: Removed.
3192 * WebKitSite/blog/wp-admin/options-head.php: Removed.
3193 * WebKitSite/blog/wp-admin/options-media.php: Removed.
3194 * WebKitSite/blog/wp-admin/options-misc.php: Removed.
3195 * WebKitSite/blog/wp-admin/options-permalink.php: Removed.
3196 * WebKitSite/blog/wp-admin/options-privacy.php: Removed.
3197 * WebKitSite/blog/wp-admin/options-reading.php: Removed.
3198 * WebKitSite/blog/wp-admin/options-writing.php: Removed.
3199 * WebKitSite/blog/wp-admin/options.php: Removed.
3200 * WebKitSite/blog/wp-admin/page-new.php: Removed.
3201 * WebKitSite/blog/wp-admin/page.php: Removed.
3202 * WebKitSite/blog/wp-admin/plugin-editor.php: Removed.
3203 * WebKitSite/blog/wp-admin/plugin-install.php: Removed.
3204 * WebKitSite/blog/wp-admin/plugins.php: Removed.
3205 * WebKitSite/blog/wp-admin/post-new.php: Removed.
3206 * WebKitSite/blog/wp-admin/post.php: Removed.
3207 * WebKitSite/blog/wp-admin/press-this.php: Removed.
3208 * WebKitSite/blog/wp-admin/profile.php: Removed.
3209 * WebKitSite/blog/wp-admin/revision.php: Removed.
3210 * WebKitSite/blog/wp-admin/rtl.css: Removed.
3211 * WebKitSite/blog/wp-admin/setup-config.php: Removed.
3212 * WebKitSite/blog/wp-admin/sidebar.php: Removed.
3213 * WebKitSite/blog/wp-admin/theme-editor.php: Removed.
3214 * WebKitSite/blog/wp-admin/theme-install.php: Removed.
3215 * WebKitSite/blog/wp-admin/themes.php: Removed.
3216 * WebKitSite/blog/wp-admin/tools.php: Removed.
3217 * WebKitSite/blog/wp-admin/update-core.php: Removed.
3218 * WebKitSite/blog/wp-admin/update-links.php: Removed.
3219 * WebKitSite/blog/wp-admin/update.php: Removed.
3220 * WebKitSite/blog/wp-admin/upgrade-functions.php: Removed.
3221 * WebKitSite/blog/wp-admin/upgrade.php: Removed.
3222 * WebKitSite/blog/wp-admin/upload.php: Removed.
3223 * WebKitSite/blog/wp-admin/user-edit.php: Removed.
3224 * WebKitSite/blog/wp-admin/user-new.php: Removed.
3225 * WebKitSite/blog/wp-admin/users.php: Removed.
3226 * WebKitSite/blog/wp-admin/widgets.php: Removed.
3227 * WebKitSite/blog/wp-admin/wp-admin.css: Removed.
3228 * WebKitSite/blog/wp-app.php: Removed.
3229 * WebKitSite/blog/wp-atom.php: Removed.
3230 * WebKitSite/blog/wp-blog-header.php: Removed.
3231 * WebKitSite/blog/wp-comments-post.php: Removed.
3232 * WebKitSite/blog/wp-commentsrss2.php: Removed.
3233 * WebKitSite/blog/wp-config-sample.php: Removed.
3234 * WebKitSite/blog/wp-config.php: Removed.
3235 * WebKitSite/blog/wp-content: Removed.
3236 * WebKitSite/blog/wp-content/Picture9.png: Removed.
3237 * WebKitSite/blog/wp-content/cache: Removed.
3238 * WebKitSite/blog/wp-content/chrome.jpg: Removed.
3239 * WebKitSite/blog/wp-content/chucknorris.png: Removed.
3240 * WebKitSite/blog/wp-content/databaseexample.png: Removed.
3241 * WebKitSite/blog/wp-content/drosera.png: Removed.
3242 * WebKitSite/blog/wp-content/hitlist.png: Removed.
3243 * WebKitSite/blog/wp-content/index.php: Removed.
3244 * WebKitSite/blog/wp-content/plugins: Removed.
3245 * WebKitSite/blog/wp-content/plugins/SK2: Removed.
3246 * WebKitSite/blog/wp-content/plugins/SK2/sk2_plugins: Removed.
3247 * WebKitSite/blog/wp-content/plugins/akismet: Removed.
3248 * WebKitSite/blog/wp-content/plugins/akismet/akismet.gif: Removed.
3249 * WebKitSite/blog/wp-content/plugins/akismet/akismet.php: Removed.
3250 * WebKitSite/blog/wp-content/plugins/akismet/readme.txt: Removed.
3251 * WebKitSite/blog/wp-content/plugins/commentcontrol.php: Removed.
3252 * WebKitSite/blog/wp-content/plugins/hello.php: Removed.
3253 * WebKitSite/blog/wp-content/plugins/index.php: Removed.
3254 * WebKitSite/blog/wp-content/plugins/wp-cache: Removed.
3255 * WebKitSite/blog/wp-content/rotate.png: Removed.
3256 * WebKitSite/blog/wp-content/rotate.svg: Removed.
3257 * WebKitSite/blog/wp-content/svgtext.png: Removed.
3258 * WebKitSite/blog/wp-content/svgtextmini.png: Removed.
3259 * WebKitSite/blog/wp-content/svgtextmini_01.png: Removed.
3260 * WebKitSite/blog/wp-content/textfield_screenshot.jpg: Removed.
3261 * WebKitSite/blog/wp-content/themes: Removed.
3262 * WebKitSite/blog/wp-content/themes/classic: Removed.
3263 * WebKitSite/blog/wp-content/themes/classic/comments-popup.php: Removed.
3264 * WebKitSite/blog/wp-content/themes/classic/comments.php: Removed.
3265 * WebKitSite/blog/wp-content/themes/classic/footer.php: Removed.
3266 * WebKitSite/blog/wp-content/themes/classic/functions.php: Removed.
3267 * WebKitSite/blog/wp-content/themes/classic/header.php: Removed.
3268 * WebKitSite/blog/wp-content/themes/classic/index.php: Removed.
3269 * WebKitSite/blog/wp-content/themes/classic/rtl.css: Removed.
3270 * WebKitSite/blog/wp-content/themes/classic/screenshot.png: Removed.
3271 * WebKitSite/blog/wp-content/themes/classic/sidebar.php: Removed.
3272 * WebKitSite/blog/wp-content/themes/classic/style.css: Removed.
3273 * WebKitSite/blog/wp-content/themes/default: Removed.
3274 * WebKitSite/blog/wp-content/themes/default/404.php: Removed.
3275 * WebKitSite/blog/wp-content/themes/default/archive.php: Removed.
3276 * WebKitSite/blog/wp-content/themes/default/archives.php: Removed.
3277 * WebKitSite/blog/wp-content/themes/default/comments-popup.php: Removed.
3278 * WebKitSite/blog/wp-content/themes/default/comments.php: Removed.
3279 * WebKitSite/blog/wp-content/themes/default/footer.php: Removed.
3280 * WebKitSite/blog/wp-content/themes/default/functions.php: Removed.
3281 * WebKitSite/blog/wp-content/themes/default/header.php: Removed.
3282 * WebKitSite/blog/wp-content/themes/default/image.php: Removed.
3283 * WebKitSite/blog/wp-content/themes/default/images: Removed.
3284 * WebKitSite/blog/wp-content/themes/default/images/audio.jpg: Removed.
3285 * WebKitSite/blog/wp-content/themes/default/images/header-img.php: Removed.
3286 * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-ltr.jpg: Removed.
3287 * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-rtl.jpg: Removed.
3288 * WebKitSite/blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
3289 * WebKitSite/blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
3290 * WebKitSite/blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
3291 * WebKitSite/blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
3292 * WebKitSite/blog/wp-content/themes/default/index.php: Removed.
3293 * WebKitSite/blog/wp-content/themes/default/links.php: Removed.
3294 * WebKitSite/blog/wp-content/themes/default/page.php: Removed.
3295 * WebKitSite/blog/wp-content/themes/default/rtl.css: Removed.
3296 * WebKitSite/blog/wp-content/themes/default/screenshot.png: Removed.
3297 * WebKitSite/blog/wp-content/themes/default/search.php: Removed.
3298 * WebKitSite/blog/wp-content/themes/default/sidebar.php: Removed.
3299 * WebKitSite/blog/wp-content/themes/default/single.php: Removed.
3300 * WebKitSite/blog/wp-content/themes/default/style.css: Removed.
3301 * WebKitSite/blog/wp-content/themes/index.php: Removed.
3302 * WebKitSite/blog/wp-content/themes/webkit: Removed.
3303 * WebKitSite/blog/wp-content/themes/webkit/404.php: Removed.
3304 * WebKitSite/blog/wp-content/themes/webkit/archive.php: Removed.
3305 * WebKitSite/blog/wp-content/themes/webkit/archives.php: Removed.
3306 * WebKitSite/blog/wp-content/themes/webkit/comments-popup.php: Removed.
3307 * WebKitSite/blog/wp-content/themes/webkit/comments.php: Removed.
3308 * WebKitSite/blog/wp-content/themes/webkit/footer.php: Removed.
3309 * WebKitSite/blog/wp-content/themes/webkit/header.php: Removed.
3310 * WebKitSite/blog/wp-content/themes/webkit/index.php: Removed.
3311 * WebKitSite/blog/wp-content/themes/webkit/links.php: Removed.
3312 * WebKitSite/blog/wp-content/themes/webkit/page.php: Removed.
3313 * WebKitSite/blog/wp-content/themes/webkit/search.php: Removed.
3314 * WebKitSite/blog/wp-content/themes/webkit/searchform.php: Removed.
3315 * WebKitSite/blog/wp-content/themes/webkit/sidebar.php: Removed.
3316 * WebKitSite/blog/wp-content/themes/webkit/single.php: Removed.
3317 * WebKitSite/blog/wp-content/themes/webkit/style.css: Removed.
3318 * WebKitSite/blog/wp-content/uploads: Removed.
3319 * WebKitSite/blog/wp-content/uploads/2007: Removed.
3320 * WebKitSite/blog/wp-content/uploads/2007/06: Removed.
3321 * WebKitSite/blog/wp-content/uploads/2007/06/newinspector.png: Removed.
3322 * WebKitSite/blog/wp-content/webInspector.png: Removed.
3323 * WebKitSite/blog/wp-cron.php: Removed.
3324 * WebKitSite/blog/wp-feed.php: Removed.
3325 * WebKitSite/blog/wp-images: Removed.
3326 * WebKitSite/blog/wp-images/smilies: Removed.
3327 * WebKitSite/blog/wp-includes: Removed.
3328 * WebKitSite/blog/wp-includes/Text: Removed.
3329 * WebKitSite/blog/wp-includes/Text/Diff: Removed.
3330 * WebKitSite/blog/wp-includes/Text/Diff.php: Removed.
3331 * WebKitSite/blog/wp-includes/Text/Diff/Engine: Removed.
3332 * WebKitSite/blog/wp-includes/Text/Diff/Engine/native.php: Removed.
3333 * WebKitSite/blog/wp-includes/Text/Diff/Engine/shell.php: Removed.
3334 * WebKitSite/blog/wp-includes/Text/Diff/Engine/string.php: Removed.
3335 * WebKitSite/blog/wp-includes/Text/Diff/Engine/xdiff.php: Removed.
3336 * WebKitSite/blog/wp-includes/Text/Diff/Renderer: Removed.
3337 * WebKitSite/blog/wp-includes/Text/Diff/Renderer.php: Removed.
3338 * WebKitSite/blog/wp-includes/Text/Diff/Renderer/inline.php: Removed.
3339 * WebKitSite/blog/wp-includes/atomlib.php: Removed.
3340 * WebKitSite/blog/wp-includes/author-template.php: Removed.
3341 * WebKitSite/blog/wp-includes/bookmark-template.php: Removed.
3342 * WebKitSite/blog/wp-includes/bookmark.php: Removed.
3343 * WebKitSite/blog/wp-includes/cache.php: Removed.
3344 * WebKitSite/blog/wp-includes/canonical.php: Removed.
3345 * WebKitSite/blog/wp-includes/capabilities.php: Removed.
3346 * WebKitSite/blog/wp-includes/category-template.php: Removed.
3347 * WebKitSite/blog/wp-includes/category.php: Removed.
3348 * WebKitSite/blog/wp-includes/class-IXR.php: Removed.
3349 * WebKitSite/blog/wp-includes/class-feed.php: Removed.
3350 * WebKitSite/blog/wp-includes/class-phpass.php: Removed.
3351 * WebKitSite/blog/wp-includes/class-phpmailer.php: Removed.
3352 * WebKitSite/blog/wp-includes/class-pop3.php: Removed.
3353 * WebKitSite/blog/wp-includes/class-simplepie.php: Removed.
3354 * WebKitSite/blog/wp-includes/class-smtp.php: Removed.
3355 * WebKitSite/blog/wp-includes/class-snoopy.php: Removed.
3356 * WebKitSite/blog/wp-includes/class.wp-dependencies.php: Removed.
3357 * WebKitSite/blog/wp-includes/class.wp-scripts.php: Removed.
3358 * WebKitSite/blog/wp-includes/class.wp-styles.php: Removed.
3359 * WebKitSite/blog/wp-includes/classes.php: Removed.
3360 * WebKitSite/blog/wp-includes/comment-template.php: Removed.
3361 * WebKitSite/blog/wp-includes/comment.php: Removed.
3362 * WebKitSite/blog/wp-includes/compat.php: Removed.
3363 * WebKitSite/blog/wp-includes/cron.php: Removed.
3364 * WebKitSite/blog/wp-includes/default-filters.php: Removed.
3365 * WebKitSite/blog/wp-includes/default-widgets.php: Removed.
3366 * WebKitSite/blog/wp-includes/deprecated.php: Removed.
3367 * WebKitSite/blog/wp-includes/feed-atom-comments.php: Removed.
3368 * WebKitSite/blog/wp-includes/feed-atom.php: Removed.
3369 * WebKitSite/blog/wp-includes/feed-rdf.php: Removed.
3370 * WebKitSite/blog/wp-includes/feed-rss.php: Removed.
3371 * WebKitSite/blog/wp-includes/feed-rss2-comments.php: Removed.
3372 * WebKitSite/blog/wp-includes/feed-rss2.php: Removed.
3373 * WebKitSite/blog/wp-includes/feed.php: Removed.
3374 * WebKitSite/blog/wp-includes/formatting.php: Removed.
3375 * WebKitSite/blog/wp-includes/functions.php: Removed.
3376 * WebKitSite/blog/wp-includes/functions.wp-scripts.php: Removed.
3377 * WebKitSite/blog/wp-includes/functions.wp-styles.php: Removed.
3378 * WebKitSite/blog/wp-includes/general-template.php: Removed.
3379 * WebKitSite/blog/wp-includes/gettext.php: Removed.
3380 * WebKitSite/blog/wp-includes/http.php: Removed.
3381 * WebKitSite/blog/wp-includes/images: Removed.
3382 * WebKitSite/blog/wp-includes/images/blank.gif: Removed.
3383 * WebKitSite/blog/wp-includes/images/crystal: Removed.
3384 * WebKitSite/blog/wp-includes/images/crystal/archive.png: Removed.
3385 * WebKitSite/blog/wp-includes/images/crystal/audio.png: Removed.
3386 * WebKitSite/blog/wp-includes/images/crystal/code.png: Removed.
3387 * WebKitSite/blog/wp-includes/images/crystal/default.png: Removed.
3388 * WebKitSite/blog/wp-includes/images/crystal/document.png: Removed.
3389 * WebKitSite/blog/wp-includes/images/crystal/interactive.png: Removed.
3390 * WebKitSite/blog/wp-includes/images/crystal/license.txt: Removed.
3391 * WebKitSite/blog/wp-includes/images/crystal/spreadsheet.png: Removed.
3392 * WebKitSite/blog/wp-includes/images/crystal/text.png: Removed.
3393 * WebKitSite/blog/wp-includes/images/crystal/video.png: Removed.
3394 * WebKitSite/blog/wp-includes/images/rss.png: Removed.
3395 * WebKitSite/blog/wp-includes/images/smilies: Removed.
3396 * WebKitSite/blog/wp-includes/images/smilies/icon_arrow.gif: Removed.
3397 * WebKitSite/blog/wp-includes/images/smilies/icon_biggrin.gif: Removed.
3398 * WebKitSite/blog/wp-includes/images/smilies/icon_confused.gif: Removed.
3399 * WebKitSite/blog/wp-includes/images/smilies/icon_cool.gif: Removed.
3400 * WebKitSite/blog/wp-includes/images/smilies/icon_cry.gif: Removed.
3401 * WebKitSite/blog/wp-includes/images/smilies/icon_eek.gif: Removed.
3402 * WebKitSite/blog/wp-includes/images/smilies/icon_evil.gif: Removed.
3403 * WebKitSite/blog/wp-includes/images/smilies/icon_exclaim.gif: Removed.
3404 * WebKitSite/blog/wp-includes/images/smilies/icon_idea.gif: Removed.
3405 * WebKitSite/blog/wp-includes/images/smilies/icon_lol.gif: Removed.
3406 * WebKitSite/blog/wp-includes/images/smilies/icon_mad.gif: Removed.
3407 * WebKitSite/blog/wp-includes/images/smilies/icon_mrgreen.gif: Removed.
3408 * WebKitSite/blog/wp-includes/images/smilies/icon_neutral.gif: Removed.
3409 * WebKitSite/blog/wp-includes/images/smilies/icon_question.gif: Removed.
3410 * WebKitSite/blog/wp-includes/images/smilies/icon_razz.gif: Removed.
3411 * WebKitSite/blog/wp-includes/images/smilies/icon_redface.gif: Removed.
3412 * WebKitSite/blog/wp-includes/images/smilies/icon_rolleyes.gif: Removed.
3413 * WebKitSite/blog/wp-includes/images/smilies/icon_sad.gif: Removed.
3414 * WebKitSite/blog/wp-includes/images/smilies/icon_smile.gif: Removed.
3415 * WebKitSite/blog/wp-includes/images/smilies/icon_surprised.gif: Removed.
3416 * WebKitSite/blog/wp-includes/images/smilies/icon_twisted.gif: Removed.
3417 * WebKitSite/blog/wp-includes/images/smilies/icon_wink.gif: Removed.
3418 * WebKitSite/blog/wp-includes/images/upload.png: Removed.
3419 * WebKitSite/blog/wp-includes/images/wlw: Removed.
3420 * WebKitSite/blog/wp-includes/images/wlw/wp-comments.png: Removed.
3421 * WebKitSite/blog/wp-includes/images/wlw/wp-icon.png: Removed.
3422 * WebKitSite/blog/wp-includes/images/wlw/wp-watermark.png: Removed.
3423 * WebKitSite/blog/wp-includes/js: Removed.
3424 * WebKitSite/blog/wp-includes/js/autosave.dev.js: Removed.
3425 * WebKitSite/blog/wp-includes/js/autosave.js: Removed.
3426 * WebKitSite/blog/wp-includes/js/codepress: Removed.
3427 * WebKitSite/blog/wp-includes/js/codepress/codepress.css: Removed.
3428 * WebKitSite/blog/wp-includes/js/codepress/codepress.html: Removed.
3429 * WebKitSite/blog/wp-includes/js/codepress/codepress.js: Removed.
3430 * WebKitSite/blog/wp-includes/js/codepress/engines: Removed.
3431 * WebKitSite/blog/wp-includes/js/codepress/engines/gecko.js: Removed.
3432 * WebKitSite/blog/wp-includes/js/codepress/engines/khtml.js: Removed.
3433 * WebKitSite/blog/wp-includes/js/codepress/engines/msie.js: Removed.
3434 * WebKitSite/blog/wp-includes/js/codepress/engines/older.js: Removed.
3435 * WebKitSite/blog/wp-includes/js/codepress/engines/opera.js: Removed.
3436 * WebKitSite/blog/wp-includes/js/codepress/images: Removed.
3437 * WebKitSite/blog/wp-includes/js/codepress/images/line-numbers.png: Removed.
3438 * WebKitSite/blog/wp-includes/js/codepress/languages: Removed.
3439 * WebKitSite/blog/wp-includes/js/codepress/languages/asp.css: Removed.
3440 * WebKitSite/blog/wp-includes/js/codepress/languages/asp.js: Removed.
3441 * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.css: Removed.
3442 * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.js: Removed.
3443 * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.css: Removed.
3444 * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.js: Removed.
3445 * WebKitSite/blog/wp-includes/js/codepress/languages/css.css: Removed.
3446 * WebKitSite/blog/wp-includes/js/codepress/languages/css.js: Removed.
3447 * WebKitSite/blog/wp-includes/js/codepress/languages/generic.css: Removed.
3448 * WebKitSite/blog/wp-includes/js/codepress/languages/generic.js: Removed.
3449 * WebKitSite/blog/wp-includes/js/codepress/languages/html.css: Removed.
3450 * WebKitSite/blog/wp-includes/js/codepress/languages/html.js: Removed.
3451 * WebKitSite/blog/wp-includes/js/codepress/languages/java.css: Removed.
3452 * WebKitSite/blog/wp-includes/js/codepress/languages/java.js: Removed.
3453 * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.css: Removed.
3454 * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.js: Removed.
3455 * WebKitSite/blog/wp-includes/js/codepress/languages/perl.css: Removed.
3456 * WebKitSite/blog/wp-includes/js/codepress/languages/perl.js: Removed.
3457 * WebKitSite/blog/wp-includes/js/codepress/languages/php.css: Removed.
3458 * WebKitSite/blog/wp-includes/js/codepress/languages/php.js: Removed.
3459 * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.css: Removed.
3460 * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.js: Removed.
3461 * WebKitSite/blog/wp-includes/js/codepress/languages/sql.css: Removed.
3462 * WebKitSite/blog/wp-includes/js/codepress/languages/sql.js: Removed.
3463 * WebKitSite/blog/wp-includes/js/codepress/languages/text.css: Removed.
3464 * WebKitSite/blog/wp-includes/js/codepress/languages/text.js: Removed.
3465 * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.css: Removed.
3466 * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.js: Removed.
3467 * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.css: Removed.
3468 * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.js: Removed.
3469 * WebKitSite/blog/wp-includes/js/codepress/license.txt: Removed.
3470 * WebKitSite/blog/wp-includes/js/colorpicker.dev.js: Removed.
3471 * WebKitSite/blog/wp-includes/js/colorpicker.js: Removed.
3472 * WebKitSite/blog/wp-includes/js/comment-reply.dev.js: Removed.
3473 * WebKitSite/blog/wp-includes/js/comment-reply.js: Removed.
3474 * WebKitSite/blog/wp-includes/js/crop: Removed.
3475 * WebKitSite/blog/wp-includes/js/crop/cropper.css: Removed.
3476 * WebKitSite/blog/wp-includes/js/crop/cropper.js: Removed.
3477 * WebKitSite/blog/wp-includes/js/crop/marqueeHoriz.gif: Removed.
3478 * WebKitSite/blog/wp-includes/js/crop/marqueeVert.gif: Removed.
3479 * WebKitSite/blog/wp-includes/js/hoverIntent.dev.js: Removed.
3480 * WebKitSite/blog/wp-includes/js/hoverIntent.js: Removed.
3481 * WebKitSite/blog/wp-includes/js/jcrop: Removed.
3482 * WebKitSite/blog/wp-includes/js/jcrop/Jcrop.gif: Removed.
3483 * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.css: Removed.
3484 * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.dev.js: Removed.
3485 * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.js: Removed.
3486 * WebKitSite/blog/wp-includes/js/jquery: Removed.
3487 * WebKitSite/blog/wp-includes/js/jquery/interface.js: Removed.
3488 * WebKitSite/blog/wp-includes/js/jquery/jquery.color.dev.js: Removed.
3489 * WebKitSite/blog/wp-includes/js/jquery/jquery.color.js: Removed.
3490 * WebKitSite/blog/wp-includes/js/jquery/jquery.form.dev.js: Removed.
3491 * WebKitSite/blog/wp-includes/js/jquery/jquery.form.js: Removed.
3492 * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.dev.js: Removed.
3493 * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.js: Removed.
3494 * WebKitSite/blog/wp-includes/js/jquery/jquery.js: Removed.
3495 * WebKitSite/blog/wp-includes/js/jquery/jquery.schedule.js: Removed.
3496 * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.dev.js: Removed.
3497 * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.js: Removed.
3498 * WebKitSite/blog/wp-includes/js/jquery/suggest.dev.js: Removed.
3499 * WebKitSite/blog/wp-includes/js/jquery/suggest.js: Removed.
3500 * WebKitSite/blog/wp-includes/js/jquery/ui.core.js: Removed.
3501 * WebKitSite/blog/wp-includes/js/jquery/ui.dialog.js: Removed.
3502 * WebKitSite/blog/wp-includes/js/jquery/ui.draggable.js: Removed.
3503 * WebKitSite/blog/wp-includes/js/jquery/ui.droppable.js: Removed.
3504 * WebKitSite/blog/wp-includes/js/jquery/ui.resizable.js: Removed.
3505 * WebKitSite/blog/wp-includes/js/jquery/ui.selectable.js: Removed.
3506 * WebKitSite/blog/wp-includes/js/jquery/ui.sortable.js: Removed.
3507 * WebKitSite/blog/wp-includes/js/jquery/ui.tabs.js: Removed.
3508 * WebKitSite/blog/wp-includes/js/prototype.js: Removed.
3509 * WebKitSite/blog/wp-includes/js/quicktags.dev.js: Removed.
3510 * WebKitSite/blog/wp-includes/js/quicktags.js: Removed.
3511 * WebKitSite/blog/wp-includes/js/scriptaculous: Removed.
3512 * WebKitSite/blog/wp-includes/js/scriptaculous/MIT-LICENSE: Removed.
3513 * WebKitSite/blog/wp-includes/js/scriptaculous/builder.js: Removed.
3514 * WebKitSite/blog/wp-includes/js/scriptaculous/controls.js: Removed.
3515 * WebKitSite/blog/wp-includes/js/scriptaculous/dragdrop.js: Removed.
3516 * WebKitSite/blog/wp-includes/js/scriptaculous/effects.js: Removed.
3517 * WebKitSite/blog/wp-includes/js/scriptaculous/prototype.js: Removed.
3518 * WebKitSite/blog/wp-includes/js/scriptaculous/scriptaculous.js: Removed.
3519 * WebKitSite/blog/wp-includes/js/scriptaculous/slider.js: Removed.
3520 * WebKitSite/blog/wp-includes/js/scriptaculous/sound.js: Removed.
3521 * WebKitSite/blog/wp-includes/js/scriptaculous/unittest.js: Removed.
3522 * WebKitSite/blog/wp-includes/js/scriptaculous/wp-scriptaculous.js: Removed.
3523 * WebKitSite/blog/wp-includes/js/swfobject.js: Removed.
3524 * WebKitSite/blog/wp-includes/js/swfupload: Removed.
3525 * WebKitSite/blog/wp-includes/js/swfupload/handlers.dev.js: Removed.
3526 * WebKitSite/blog/wp-includes/js/swfupload/handlers.js: Removed.
3527 * WebKitSite/blog/wp-includes/js/swfupload/plugins: Removed.
3528 * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.cookies.js: Removed.
3529 * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.queue.js: Removed.
3530 * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.speed.js: Removed.
3531 * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.swfobject.js: Removed.
3532 * WebKitSite/blog/wp-includes/js/swfupload/swfupload-all.js: Removed.
3533 * WebKitSite/blog/wp-includes/js/swfupload/swfupload.js: Removed.
3534 * WebKitSite/blog/wp-includes/js/swfupload/swfupload.swf: Removed.
3535 * WebKitSite/blog/wp-includes/js/thickbox: Removed.
3536 * WebKitSite/blog/wp-includes/js/thickbox/loadingAnimation.gif: Removed.
3537 * WebKitSite/blog/wp-includes/js/thickbox/macFFBgHack.png: Removed.
3538 * WebKitSite/blog/wp-includes/js/thickbox/tb-close.png: Removed.
3539 * WebKitSite/blog/wp-includes/js/thickbox/thickbox.css: Removed.
3540 * WebKitSite/blog/wp-includes/js/thickbox/thickbox.js: Removed.
3541 * WebKitSite/blog/wp-includes/js/tinymce: Removed.
3542 * WebKitSite/blog/wp-includes/js/tinymce/blank.htm: Removed.
3543 * WebKitSite/blog/wp-includes/js/tinymce/langs: Removed.
3544 * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs-en.js: Removed.
3545 * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs.php: Removed.
3546 * WebKitSite/blog/wp-includes/js/tinymce/license.txt: Removed.
3547 * WebKitSite/blog/wp-includes/js/tinymce/plugins: Removed.
3548 * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave: Removed.
3549 * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave/langs: Removed.
3550 * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality: Removed.
3551 * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/editor_plugin.js: Removed.
3552 * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/images: Removed.
3553 * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/langs: Removed.
3554 * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
3555 * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js: Removed.
3556 * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm: Removed.
3557 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
3558 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/css: Removed.
3559 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js: Removed.
3560 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/images: Removed.
3561 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/jscripts: Removed.
3562 * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.