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