OSDN Git Service

Fix some include guards in Android files
[android-x86/external-webkit.git] / ChangeLog
1 2011-03-04  Dimitri Glazkov  <dglazkov@chromium.org>
2
3         Reviewed by Adam Barth.
4
5         Add skeletal WebCore.gyp
6         https://bugs.webkit.org/show_bug.cgi?id=55802
7
8         * Source/gyp/configure: Added WebCore.
9
10 2011-03-04  Adam Barth  <abarth@webkit.org>
11
12         Reviewed by Dimitri Glazkov.
13
14         Add a basic configure script for the GYP build
15         https://bugs.webkit.org/show_bug.cgi?id=55791
16
17         This script just calls GYP on the various gyp projects.  As we add more
18         build systems, this script should be able to select which of them you'd
19         like to generate the project for.
20
21         * Source/gyp/configure: Added.
22
23 2011-03-04  Adam Barth  <abarth@webkit.org>
24
25         Reviewed by Dimitri Glazkov.
26
27         Use target_defaults to reduce boilerplate in GYP build system
28         https://bugs.webkit.org/show_bug.cgi?id=55790
29
30         This file contains GYP declarations that are shared by all the modules.
31         Currently, we use this to set up the configurations, albeit primitively.
32
33         * Source/gyp/common.gypi: Added.
34
35 2011-03-03  Kevin Ollivier  <kevino@theolliviers.com>
36
37         [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
38         to make sure the proper unicode/utf8.h header is included.
39
40         * wscript:
41
42 2011-03-02  Kevin Ollivier  <kevino@theolliviers.com>
43
44         [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
45         included in the ICU headers used by WebKit.
46
47         * wscript:
48
49 2011-03-02  Daniel Cheng  <dcheng@chromium.org>
50
51         Reviewed by David Levin.
52
53         Add feature define for data transfer items
54         https://bugs.webkit.org/show_bug.cgi?id=55510
55
56         * Source/cmake/OptionsEfl.cmake:
57         * Source/cmake/OptionsWinCE.cmake:
58         * Source/cmakeconfig.h.cmake:
59         * configure.ac:
60
61 2011-03-02  Andras Becsi  <abecsi@webkit.org>
62
63         Reviewed by Laszlo Gombos.
64
65         [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
66         https://bugs.webkit.org/show_bug.cgi?id=55478
67
68         On case insensitive systems the generated forwarding headers cause build problems.
69
70         * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
71
72 2011-03-01  Sheriff Bot  <webkit.review.bot@gmail.com>
73
74         Unreviewed, rolling out r80079.
75         http://trac.webkit.org/changeset/80079
76         https://bugs.webkit.org/show_bug.cgi?id=55547
77
78         "Broke the Win debug build?" (Requested by dcheng on #webkit).
79
80         * Source/cmake/OptionsEfl.cmake:
81         * Source/cmake/OptionsWinCE.cmake:
82         * Source/cmakeconfig.h.cmake:
83
84 2011-03-01  Daniel Cheng  <dcheng@chromium.org>
85
86         Reviewed by David Levin.
87
88         Add feature define for data transfer items
89         https://bugs.webkit.org/show_bug.cgi?id=55510
90
91         * Source/cmake/OptionsEfl.cmake:
92         * Source/cmake/OptionsWinCE.cmake:
93         * Source/cmakeconfig.h.cmake:
94
95 2011-03-01  Andras Becsi  <abecsi@webkit.org>
96
97         Reviewed by Csaba Osztrogonác.
98
99         [Qt] Clean up the project files and move common options to WebKit.pri.
100
101         Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
102
103         * Source/WebKit.pri: Common options should be here.
104         Also move Mac options to this file to fix the Mac build.
105
106 2011-03-01  Andras Becsi  <abecsi@webkit.org>
107
108         Unreviewed build fix.
109
110         [Qt] Fix minimal build.
111
112         * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
113
114 2011-02-28  Adam Barth  <abarth@webkit.org>
115
116         Reviewed by Dimitri Glazkov.
117
118         Teach JavaScriptGlue gyp build about DEPTH
119         https://bugs.webkit.org/show_bug.cgi?id=55421
120
121         Moves the previously JavaScriptGlue-specific GYP helper shell scripts
122         to the gyp directory in Source, where they can be shared by multiple
123         frameworks.
124
125         * Source/gyp: Added.
126         * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
127         * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
128         * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
129
130 2011-02-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
131
132         Reviewed by Kenneth Rohde Christiansen.
133
134         [Qt][WK2] Add a way to test the WebKit 2 APIs
135         https://bugs.webkit.org/show_bug.cgi?id=55408
136
137         Add the build file for test to the build system.
138
139         * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
140         * Source/WebKit.pro: Add the dependency to build the new test project.
141
142 2011-02-28  Balazs Kelemen  <kbalazs@webkit.org>
143
144         Reviewed by Anders Carlsson.
145
146         [Qt][WK2] Plugin initialization
147         https://bugs.webkit.org/show_bug.cgi?id=48127
148
149         * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
150         from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
151
152 2011-02-28  Kristian Amlie  <kristian.amlie@nokia.com>
153
154         Reviewed by Andreas Kling.
155
156         Added full webkit module profile and a syncqt profile.
157
158         This is for modularized Qt.
159
160         [Qt] WebKit patches required to work with a modularized version of Qt
161         https://bugs.webkit.org/show_bug.cgi?id=53916
162
163         * Source/sync.profile: Added.
164
165 2011-02-26  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
166
167         Reviewed by Laszlo Gombos.
168
169         [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
170         non-production builds.
171         https://bugs.webkit.org/show_bug.cgi?id=55313
172
173         * Source/WebKit.pri:
174
175 2011-02-24  Alejandro G. Castro  <alex@igalia.com>
176
177         Rubber-stamped by Martin Robinson.
178
179         Fixed compilation after r79537, added a bug to solve webkit2
180         translations:
181         https://bugs.webkit.org/show_bug.cgi?id=55153
182
183         * GNUmakefile.am:
184
185 2011-02-24  Christian Dywan  <christian@lanedo.com>
186
187         Rubber-stamped by Eric Seidel.
188
189         [GTK] webkitgtk 1.3.7 build without translations
190         https://bugs.webkit.org/show_bug.cgi?id=50612
191
192         * GNUmakefile.am: Require stamp-po target for all-local so
193             that po files are built before they install.
194
195 2011-02-22  Philippe Normand  <pnormand@igalia.com>
196
197         Reviewed by Martin Robinson.
198
199         [GTK] 1.3.12 release preparation
200         https://bugs.webkit.org/show_bug.cgi?id=54967
201
202         Version bump for 1.3.12 and updated NEWS file with release notes.
203         Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
204         and Martin.
205
206         * Source/WebKit/gtk/NEWS:
207         * configure.ac:
208
209 2011-02-22  Andras Becsi  <abecsi@webkit.org>
210
211         Reviewed by Laszlo Gombos.
212
213         [Qt] Redesign the build system
214         https://bugs.webkit.org/show_bug.cgi?id=51339
215
216         Part 2.
217
218         Build WebCore as a static library, compile the WebKit API and WebKit2 API
219         in a final step and link to WebKit2, WebCore and JSC libraries to fix
220         linking issues resulting from stripped away symbols.
221
222         * Source/WebKit.pri: Add common include paths
223         * Source/WebKit.pro: Add new project file to SUBDIRS
224
225 2011-02-20  Carlos Garcia Campos  <cgarcia@igalia.com>
226
227         Reviewed by Martin Robinson.
228
229         [GTK] Bump GTK+3 dependency to 3.0
230         https://bugs.webkit.org/show_bug.cgi?id=54394
231
232         * configure.ac:
233
234 2011-02-19  Ryuan Choi  <ryuan.choi@samsung.com>
235
236         Reviewed by Martin Robinson.
237
238         [GTK] Remove mandatory Enchant dependency
239         https://bugs.webkit.org/show_bug.cgi?id=51587
240
241         Add enable-spellcheck option which decides whether to use enchant.
242         If disabled, WebKitGTK+ will not use enchant library.
243
244         * configure.ac:
245
246 2011-02-18  Zan Dobersek  <zandobersek@gmail.com>
247
248         Reviewed by Martin Robinson.
249
250         [Gtk] Re-enable meter tag support
251         https://bugs.webkit.org/show_bug.cgi?id=54762
252
253         Enable meter tag support in the configure.ac. This feature was
254         previously enabled by default in the makefile, but should be
255         enabled here after changes in r78981.
256
257         * configure.ac:
258
259 2011-02-18  Kristian Amlie  <kristian.amlie@nokia.com>
260
261         Reviewed by Kenneth Rohde Christiansen.
262
263         Avoided UiTools dependency if the module is not present.
264
265         [Qt] WebKit patches required to work with a modularized version of Qt
266         https://bugs.webkit.org/show_bug.cgi?id=53916
267
268         * Source/WebKit.pri:
269
270 2011-02-18  Ryuan Choi  <ryuan.choi@samsung.com>
271
272         Reviewed by Kent Tamura.
273
274         [EFL] Remove GDK dependency.
275         https://bugs.webkit.org/show_bug.cgi?id=53978
276
277         Remove checking GDK library.
278
279         * Source/cmake/OptionsEfl.cmake:
280
281 2011-02-18  Philippe Normand  <pnormand@igalia.com>
282
283         Unreviewed, build fix after r78981
284
285         * configure.ac: datagrid is datagrid, it is not database. Also
286         meter is not progress. Fixed copy/paste mistakes.
287
288 2011-02-18  Philippe Normand  <pnormand@igalia.com>
289
290         Reviewed by Martin Robinson.
291
292         [GTK] minimal build unrecognized options
293         https://bugs.webkit.org/show_bug.cgi?id=50890
294
295         * configure.ac: added new configure options to enable/disable the
296         meter element, progress element, datagrid and client-based
297         geolocation support.
298
299 2011-02-17  Kevin Ollivier  <kevino@theolliviers.com>
300
301         [wx] Build fix after introduction of JavaScriptCore/collector.
302         
303         * wscript:
304
305 2011-02-17  Kristian Amlie  <kristian.amlie@nokia.com>
306
307         Reviewed by Laszlo Gombos.
308
309         Updated include paths for phonon.
310
311         [Qt] WebKit patches required to work with a modularized version of Qt
312         https://bugs.webkit.org/show_bug.cgi?id=53916
313
314         * Source/WebKit.pri:
315
316 2011-02-13  Hayato Ito  <hayato@chromium.org>
317
318         Reviewed by Kent Tamura.
319
320         Update .gitignore to ignore files which Ninja build system generates.
321
322         https://bugs.webkit.org/show_bug.cgi?id=54378
323
324         * .gitignore:
325
326 2011-02-10  Peter Varga  <pvarga@webkit.org>
327
328         Reviewed by Csaba Osztrogonác.
329
330         Remove PCRE source from trunk
331         https://bugs.webkit.org/show_bug.cgi?id=54188
332
333         * Source/cmake/WebKitFS.cmake:
334
335 2011-02-09  Adam Barth  <abarth@webkit.org>
336
337         Reviewed by Steve Block.
338
339         Move Android.mk into Source
340         https://bugs.webkit.org/show_bug.cgi?id=53751
341
342         A somewhat blind attempt to move Android.mk into the Source directory.
343         I'm sure I've goofed this up in some way.  The Android folks have
344         kindly volunteered to fix this up once they merge past this revision.
345
346         * Android.mk: Removed.
347         * Source/Android.mk: Copied from Android.mk.
348
349 2011-02-08  Alejandro G. Castro  <alex@igalia.com>
350
351         Reviewed by Martin Robinson.
352
353         WebKit2 GTK Fails to Build #include nested too deeply
354         https://bugs.webkit.org/show_bug.cgi?id=52219
355
356         Removed the __STDC_FORMAT_MACROS definition, it is already defined
357         in the file where PRIxx64 is used before the inclusion so we are
358         safe.
359
360         * configure.ac:
361
362 2011-02-08  Kristian Amlie  <kristian.amlie@nokia.com>
363
364         Reviewed by Eric Seidel.
365
366         Added include paths for QtScript.
367
368         WebKit patches required to work with a modularized version of Qt
369         https://bugs.webkit.org/show_bug.cgi?id=53916
370
371         * Source/WebKit.pri:
372
373 2011-02-03  Martin Robinson  <mrobinson@igalia.com>
374
375         Fix GTK+ WebGL build after r76600.
376
377         * configure.ac: Make sure to respect configure.ac conventions 
378         consistently when it comes to capitalization. Remove an old
379         reference to enable_3d_canvas.
380
381 2011-02-02  Alejandro G. Castro  <alex@igalia.com>
382
383         Reviewed by Martin Robinson.
384
385         Bump the WebKitGTK+ versions in preparation for development release.
386
387         * configure.ac: Bump the library, libtool and user agent version.
388
389 2011-02-02  Steve Lacey  <sjl@chromium.org>
390
391         Reviewed by Eric Carlson.
392
393         Implement basic media statistics on media elements.
394         https://bugs.webkit.org/show_bug.cgi?id=53322
395
396         * configure.ac:
397
398 2011-02-02  Kevin Ollivier  <kevino@theolliviers.com>
399
400         [wx] Build fixes for wxWebKit.
401
402         * wscript:
403
404 2010-01-28  Commit Queue  <commit-queue@webkit.org>
405
406         Unreviewed.  Test commit for commit-queue@webkit.org.
407
408 2010-01-28  Commit Queue  <commit-queue@webkit.org>
409
410         Unreviewed.  Test commit for commit-queue@webkit.org.
411
412 2010-01-28  Commit Queue  <commit-queue@webkit.org>
413
414         Unreviewed.  Test commit for commit-queue@webkit.org.
415
416 2011-01-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
417
418         Reviewed by Xan Lopez.
419
420         [GTK] REGRESSION:  http/tests/media/video-{cookie,referer}.html failing
421         https://bugs.webkit.org/show_bug.cgi?id=53379
422
423         Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
424         dependency on newer soup to efl as well.
425
426         * Source/cmake/OptionsEfl.cmake:
427
428 2011-01-29  Daniel Bates  <dbates@rim.com>
429
430         Reviewed by Maciej Stachowiak.
431
432         Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
433         https://bugs.webkit.org/show_bug.cgi?id=53382
434
435         Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
436         So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
437         Therefore, we should remove such references.
438
439         * Source/cmake/OptionsCommon.cmake:
440
441 2011-01-29  Daniel Bates  <dbates@rim.com>
442
443         Reviewed by Eric Seidel.
444
445         Move wince/mt19937ar.c to ThirdParty and make it a policy choice
446         https://bugs.webkit.org/show_bug.cgi?id=53253
447
448         Move implementation of Mersenne Twister pseudorandom number generator to
449         ThirdParty since it is a third party library.
450
451         * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
452
453 2011-01-29  Dan Winship  <danw@gnome.org>
454
455         Reviewed by Xan Lopez.
456
457         [GTK] Require the latest glib and libsoup, and remove conditional
458         support for older versions
459         https://bugs.webkit.org/show_bug.cgi?id=50675
460
461         * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
462         basically the same work by hand
463         * configure.ac:
464
465 2011-01-28  Martin Robinson  <mrobinson@igalia.com>
466
467         [GTK] Build failure with --enable-indexed-database
468         https://bugs.webkit.org/show_bug.cgi?id=50954
469
470         Build fix for IndexedDB support.
471
472         * configure.ac: Change the autogen.sh option --enable-indexeddb to
473         --enable-indexed-database to match the build-webkit option.
474
475 2010-01-28  Commit Queue  <commit-queue@webkit.org>
476
477         Unreviewed.  Test commit for commit-queue@webkit.org.
478
479 2010-01-28  Commit Queue  <commit-queue@webkit.org>
480
481         Unreviewed.  Test commit for commit-queue@webkit.org.
482
483 2011-01-26  Yael Aharon  <yael.aharon@nokia.com>
484
485         Reviewed by Laszlo Gombos.
486
487         [Qt][Symbian] Fix --minimal build
488         https://bugs.webkit.org/show_bug.cgi?id=52839
489
490         Move definition of USE_SYSTEM_MALLOC out of pri file.
491         Put it in platform.h instead.
492
493         * Source/WebKit.pri:
494
495 2011-01-26  Csaba Osztrogonác  <ossy@webkit.org>
496
497         Reviewed by Andreas Kling.
498
499         [Qt] Fix qt_minimal build
500         https://bugs.webkit.org/show_bug.cgi?id=53172
501
502         * Source/WebKit.pri:
503
504 2011-01-25  Patrick Gansterer  <paroga@webkit.org>
505
506         Reviewed by Adam Barth.
507
508         Move main CMakeLists.txt into Source directory
509         https://bugs.webkit.org/show_bug.cgi?id=52888
510
511         * CMakeLists.txt: Removed.
512         * Source/CMakeLists.txt: Copied from CMakeLists.txt.
513         * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
514         * cmakeconfig.h.cmake: Removed.
515
516 2011-01-24  Chris Marrin  <cmarrin@apple.com>
517
518         Reviewed by Eric Seidel.
519
520         Change ENABLE_3D_CANVAS to ENABLE_WEBGL
521         https://bugs.webkit.org/show_bug.cgi?id=53041
522
523         * configure.ac:
524         
525 2011-01-24  Peter Gal  <galpeter@inf.u-szeged.hu>
526
527         Rubber-stamped by Csaba Osztrogonác.
528
529         * runtime: Removed. It was accidentally created by r76457.
530
531 2011-01-24  Andras Becsi  <abecsi@webkit.org>
532
533         Reviewed by Csaba Osztrogonác.
534
535         [Qt] Move project files into Source
536         https://bugs.webkit.org/show_bug.cgi?id=52891
537
538         * Source/DerivedSources.pro: Copied from DerivedSources.pro.
539         * Source/WebKit.pri: Renamed from WebKit.pri.
540         * Source/WebKit.pro: Added.
541         * Source/common.pri: Renamed from common.pri.
542         * WebKit.pro: Removed.
543
544 2011-01-20  Siddharth Mathur  <siddharth.mathur@nokia.com>
545
546         Reviewed by Laszlo Gombos.
547
548         [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
549         https://bugs.webkit.org/show_bug.cgi?id=52835
550
551         * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
552
553 2011-01-20  Alejandro G. Castro  <alex@igalia.com>
554
555         Reviewed by Andreas Kling.
556
557         [GTK] Fix typo in the webkit2 section of the configure.ac file
558         https://bugs.webkit.org/show_bug.cgi?id=52801
559
560         Fixed typo in the GTK WebKit2 compilation.
561
562         * configure.ac:
563
564 2011-01-19  Kimmo Kinnunen  <kimmo.t.kinnunen@nokia.com>
565
566         Reviewed by Andreas Kling.
567
568         Enable usage of Google ld if it exist but is not on by default.
569
570         [Qt] Enable the google ld if it exist but is not on by default
571         https://bugs.webkit.org/show_bug.cgi?id=52625
572
573         * common.pri: flip the test.
574
575 2011-01-18  Mihai Parparita  <mihaip@chromium.org>
576
577         Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
578         
579         * .gitignore:
580
581 2011-01-18  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
582
583         Reviewed by Simon Fraser.
584
585         Support background-clip: content-box
586         https://bugs.webkit.org/show_bug.cgi?id=48771
587
588         Addded content-box as a valid background-clip value.
589
590         * WebCore/css/CSSParser.cpp:
591         (WebCore::parseBackgroundClip):
592
593 2011-01-18  Hayato Ito  <hayato@chromium.org>
594
595         Reviewed by Kent Tamura.
596
597         Update .gitignore file to reflect a recent WebKit directory movement.
598
599         https://bugs.webkit.org/show_bug.cgi?id=52618
600
601         * .gitignore:
602
603 2011-01-16  Adam Barth  <abarth@webkit.org>
604
605         Rubber-stamped by Eric Seidel.
606
607         Move WebKit into Source
608         https://bugs.webkit.org/show_bug.cgi?id=52530
609
610         * Android.mk:
611         * CMakeLists.txt:
612         * DerivedSources.pro:
613         * GNUmakefile.am:
614         * Makefile:
615         * WebKit.pri:
616         * WebKit.pro:
617         * configure.ac:
618         * wscript:
619
620 2011-01-15  Adam Barth  <abarth@webkit.org>
621
622         Rubber-stamped by Eric Seidel.
623
624         Move WebKit2 into Source
625         https://bugs.webkit.org/show_bug.cgi?id=52438
626
627         Update reference to WebKit2.
628
629         * DerivedSources.pro:
630         * GNUmakefile.am:
631         * Makefile:
632         * Source/cmake/WebKitPackaging.cmake:
633         * WebKit.pro:
634         * configure.ac:
635
636 2011-01-14  Ahmad Sharif  <asharif.tools@gmail.com>
637
638         Reviewed by Darin Fisher.
639
640         When inlining is performed, the progress variable is
641         declared as uninitialized.
642         https://bugs.webkit.org/show_bug.cgi?id=51084
643
644         * WebCore: Copied from WebCore.
645         * WebCore/page/animation/KeyframeAnimation.cpp:
646         (WebCore::KeyframeAnimation::animate):
647         (WebCore::KeyframeAnimation::getAnimatedStyle):
648
649 2011-01-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
650
651         Reviewed by Csaba Osztrogonác.
652
653         [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
654         https://bugs.webkit.org/show_bug.cgi?id=52223
655
656         Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
657         that QtWebKit builds with QT_NO_CONCURRENT defined.
658
659         * WebKit.pri:
660
661 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
662
663         Unreviewed. Update .gitignore with new Chromium dependency.
664         
665         ui/ was added with http://crrev.com/70743, we picked that up with a
666         Chromium roll in r75311.
667         
668         Also alphabetizes the dependency list.
669
670         * .gitignore:
671
672 2011-01-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
673
674         Reviewed by Csaba Osztrogonác.
675
676         [Qt] Baseline qt_minimal configuration
677         https://bugs.webkit.org/show_bug.cgi?id=51313
678
679         * WebKit.pri: List the supported QT_NO_FEATURE flags
680         under qt_minimal configuration.
681
682 2011-01-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
683
684         Reviewed by Eric Seidel.
685
686         [EFL] Enable JIT for WebKit EFL
687         https://bugs.webkit.org/show_bug.cgi?id=52140
688
689         Enable JIT option for WebKit EFL. Enabled JIT's JS performance is 
690         3 ~ 6 times faster than before.
691
692         * Source/cmake/OptionsEfl.cmake:
693
694 2011-01-10  Martin Robinson  <mrobinson@igalia.com>
695
696         Reviewed by Gustavo Noronha.
697
698         Bump the WebKitGTK+ versions in preparation for development release.
699
700         * configure.ac: Bump the library, libtool and user agent version.
701
702 2011-01-10  Xan Lopez  <xlopez@igalia.com>
703
704         Reviewed by Martin Robinson.
705
706         [GTK] Create intermediate libWebCore library
707         https://bugs.webkit.org/show_bug.cgi?id=52116
708
709         * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
710         used by both libWebCore and libwebkitgtk now.
711
712 2011-01-08  Patrick Gansterer  <paroga@webkit.org>
713
714         Unreviewed wx build fix for r75313.
715
716         * wscript: Added missing brace.
717
718 2011-01-07  Adam Barth  <abarth@webkit.org>
719
720         Rubber-stamped by Eric Seidel.
721
722         Move WebCore to Source
723         https://bugs.webkit.org/show_bug.cgi?id=52050
724
725         Update build files and metadata to point to WebCore's new location.
726
727         * .gitattributes:
728         * .gitignore:
729         * Android.mk:
730         * CMakeLists.txt:
731         * DerivedSources.pro:
732         * GNUmakefile.am:
733         * Makefile:
734         * Source/autotools/webkit.m4:
735         * Source/cmake/OptionsEfl.cmake:
736         * WebKit.pri:
737         * WebKit.pro:
738         * configure.ac:
739         * wscript:
740
741 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
742
743         Reviewed by Eric Seidel.
744
745         [GTK] Initial build support for WebGL
746         https://bugs.webkit.org/show_bug.cgi?id=51716
747
748         * configure.ac: Add a configure option for WebGL.
749
750 2011-01-06  Michael Saboff  <msaboff@apple.com>
751
752         Reviewed by Gavin Barraclough.
753
754         Enhancement: Add Regexp Debug Compare between JIT and Interpreter
755         https://bugs.webkit.org/show_bug.cgi?id=51834
756
757         * JavaScriptCore: Copied from JavaScriptCore.
758
759 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
760
761         Reviewed by Xan Lopez.
762
763         [GTK] Enable blob support by default
764         https://bugs.webkit.org/show_bug.cgi?id=51994
765
766         * configure.ac: Enable Blob support by default.
767
768 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
769
770         Reviewed by Andreas Kling.
771
772         [CMake] Fix the usage of SOURCE_GROUP
773         https://bugs.webkit.org/show_bug.cgi?id=51739
774
775         * Source/cmake/WebKitMacros.cmake:
776
777 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
778
779         Reviewed by Andreas Kling.
780
781         [WINCE] Remove CMake warning
782         https://bugs.webkit.org/show_bug.cgi?id=51921
783
784         * Source/cmake/WebKitHelpers.cmake:
785
786 2011-01-04  Martin Robinson  <mrobinson@igalia.com>
787
788         Reviewed by David Levin.
789
790         .gitignore should be updated to reflect Sources rename to Source
791         https://bugs.webkit.org/show_bug.cgi?id=51893
792
793         * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
794
795 2011-01-04  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
796
797         Reviewed by Laszlo Gombos.
798
799         [Qt] [Symbian] Build system cleanup
800
801         After r74811 special handling for the Symbian build is no longer needed.
802         This patch reverts r58756.
803
804         * WebKit.pri:
805
806 2011-01-03  Xan Lopez  <xlopez@igalia.com>
807
808         Reviewed by Martin Robinson.
809
810         * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
811         variable (like jhbuild).
812
813 2011-01-03  Patrick Gansterer  <paroga@webkit.org>
814
815         Reviewed by Darin Adler.
816
817         [WINCE] Provide third party directory via environment variable
818         https://bugs.webkit.org/show_bug.cgi?id=51643
819
820         * Source/cmake/OptionsWinCE.cmake:
821
822 2011-01-03  Xan Lopez  <xlopez@igalia.com>
823
824         Reviewed by Martin Robinson.
825
826         Use autoreconf instead of calling manually all the usual commands.
827
828         * autogen.sh: call autoreconf instead of
829         aclocal/autoheader/autoconf/automake/libtoolize.
830
831 2011-01-03  Xan Lopez  <xlopez@igalia.com>
832
833         Reviewed by Martin Robinson.
834
835         [GTK] Disable superfluous GNU make built-in implicit rules
836         https://bugs.webkit.org/show_bug.cgi?id=51826
837
838         GNU make ships some superflous built-in rules that we never use
839         and that end up adding up to a very significant portion of our
840         total Makefile processing time. Disable them completely by
841         defining the rule without any recipe, as suggested by the GNU make
842         manual (10.5.6, Cancelling Implicit Rules).
843
844         In my system the null-build goes from:
845
846         make  43.51s user 12.77s system 99% cpu 56.628 total
847
848         to:
849
850         make  31.45s user 11.59s system 99% cpu 43.227 total
851
852         * GNUmakefile.am: disable implicit built-in rules.
853
854 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
855
856         Unreviewed. Update .gitignore with new JavaScriptCore location.
857
858         * .gitignore:
859
860 2011-01-02  Patrick Gansterer  <paroga@webkit.org>
861
862         [CMake] Unreviewed build fix.
863
864         * CMakeLists.txt:
865         * Source/cmake/OptionsCommon.cmake:
866
867 2011-01-01  Adam Barth  <abarth@webkit.org>
868
869         Reviewed by Eric Seidel.
870
871         Move JavaScriptCore to Source
872         https://bugs.webkit.org/show_bug.cgi?id=51604
873
874         Update references to JavaScriptCore to point to the new location.
875
876         * Android.mk:
877         * CMakeLists.txt:
878         * DerivedSources.pro:
879         * GNUmakefile.am:
880         * Makefile:
881         * WebKit.pri:
882         * WebKit.pro:
883         * wscript:
884
885 2011-01-01  Adam Barth  <abarth@webkit.org>
886
887         Reviewed by Eric Seidel.
888
889         Move Sources to Source
890         https://bugs.webkit.org/show_bug.cgi?id=51794
891
892         Update build files to point to the new location.
893
894         * CMakeLists.txt:
895         * GNUmakefile.am:
896         * Makefile:
897         * autogen.sh:
898         * configure.ac:
899
900 2010-12-31  Adam Barth  <abarth@webkit.org>
901
902         Rubber-stamped by Eric Seidel.
903
904         Move HTML and XML parser benchmarks into PerformanceTests/Parser
905         https://bugs.webkit.org/show_bug.cgi?id=51772
906
907         Actually move the directory.
908
909         * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
910
911 2010-12-31  Adam Barth  <abarth@webkit.org>
912
913         Rubber-stamped by Eric Seidel.
914
915         Move PageLoadTests to PerformanceTests/PageLoad
916         https://bugs.webkit.org/show_bug.cgi?id=51771
917
918         Actually move the directory.
919
920         * PageLoadTests: Removed.
921         * PageLoadTests/svg: Removed.
922         * PageLoadTests/svg/LICENSES: Removed.
923         * PageLoadTests/svg/files: Removed.
924         * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
925         * PageLoadTests/svg/files/42450-under the see.svg: Removed.
926         * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
927         * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
928         * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
929         * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
930         * PageLoadTests/svg/files/bamboo_01.svg: Removed.
931         * PageLoadTests/svg/files/cacuts_01.svg: Removed.
932         * PageLoadTests/svg/files/cowboy.svg: Removed.
933         * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
934         * PageLoadTests/svg/files/deb9frac1.svg: Removed.
935         * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
936         * PageLoadTests/svg/files/france.svg: Removed.
937         * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
938         * PageLoadTests/svg/files/gearflowers.svg: Removed.
939         * PageLoadTests/svg/files/hereGear4.svg: Removed.
940         * PageLoadTests/svg/files/mtsthelens.svg: Removed.
941         * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
942         * PageLoadTests/svg/files/world-iso.svg: Removed.
943         * PageLoadTests/svg/files/worldcup.svg: Removed.
944         * PageLoadTests/svg/svg.pltsuite: Removed.
945         * PerformanceTests/PageLoad: Copied from PageLoadTests.
946         * Sources/cmake/WebKitPackaging.cmake:
947
948 2010-12-31  Adam Barth  <abarth@webkit.org>
949
950         Rubber-stamped by Eric Seidel.
951
952         Move SunSpider into PerformanceTests
953         https://bugs.webkit.org/show_bug.cgi?id=51769
954
955         Actually move the directory.
956
957         * PerformanceTests: Added.
958         * PerformanceTests/SunSpider: Copied from SunSpider.
959         * Sources/cmake/WebKitPackaging.cmake:
960         * SunSpider: Removed.
961         * SunSpider/SunSpider.make: Removed.
962         * SunSpider/TODO: Removed.
963         * SunSpider/UNCOVERED: Removed.
964         * SunSpider/hosted: Removed.
965         * SunSpider/hosted/json2.js: Removed.
966         * SunSpider/hosted/sunspider.css: Removed.
967         * SunSpider/hosted/sunspider.html: Removed.
968         * SunSpider/hosted/versions.html: Removed.
969         * SunSpider/make-hosted: Removed.
970         * SunSpider/resources: Removed.
971         * SunSpider/resources/TEMPLATE.html: Removed.
972         * SunSpider/resources/driver-TEMPLATE.html: Removed.
973         * SunSpider/resources/results-TEMPLATE.html: Removed.
974         * SunSpider/resources/sunspider-analyze-results.js: Removed.
975         * SunSpider/resources/sunspider-compare-results.js: Removed.
976         * SunSpider/resources/sunspider-standalone-compare.js: Removed.
977         * SunSpider/resources/sunspider-standalone-driver.js: Removed.
978         * SunSpider/sunspider: Removed.
979         * SunSpider/sunspider-compare-results: Removed.
980         * SunSpider/tests: Removed.
981         * SunSpider/tests/parse-only: Removed.
982         * SunSpider/tests/parse-only/LIST: Removed.
983         * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
984         * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
985         * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
986         * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
987         * SunSpider/tests/sunspider-0.9: Removed.
988         * SunSpider/tests/sunspider-0.9.1: Removed.
989         * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
990         * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
991         * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
992         * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
993         * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
994         * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
995         * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
996         * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
997         * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
998         * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
999         * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
1000         * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
1001         * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
1002         * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
1003         * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
1004         * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
1005         * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
1006         * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
1007         * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
1008         * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
1009         * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
1010         * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
1011         * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
1012         * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
1013         * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
1014         * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
1015         * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
1016         * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
1017         * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
1018         * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
1019         * SunSpider/tests/sunspider-0.9/LIST: Removed.
1020         * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
1021         * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
1022         * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
1023         * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
1024         * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
1025         * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
1026         * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
1027         * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
1028         * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
1029         * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
1030         * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
1031         * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
1032         * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
1033         * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
1034         * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
1035         * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
1036         * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
1037         * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
1038         * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
1039         * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
1040         * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
1041         * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
1042         * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
1043         * SunSpider/tests/ubench: Removed.
1044         * SunSpider/tests/ubench/LIST: Removed.
1045         * SunSpider/tests/ubench/function-closure.js: Removed.
1046         * SunSpider/tests/ubench/function-correct-args.js: Removed.
1047         * SunSpider/tests/ubench/function-empty.js: Removed.
1048         * SunSpider/tests/ubench/function-excess-args.js: Removed.
1049         * SunSpider/tests/ubench/function-missing-args.js: Removed.
1050         * SunSpider/tests/ubench/function-sum.js: Removed.
1051         * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
1052         * SunSpider/tests/ubench/loop-empty.js: Removed.
1053         * SunSpider/tests/ubench/loop-sum.js: Removed.
1054         * SunSpider/tests/v8-v4: Removed.
1055         * SunSpider/tests/v8-v4/LIST: Removed.
1056         * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
1057         * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
1058         * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
1059         * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
1060         * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
1061         * SunSpider/tests/v8-v4/v8-richards.js: Removed.
1062         * SunSpider/tests/v8-v4/v8-splay.js: Removed.
1063         * SunSpider/tests/v8-v5: Removed.
1064         * SunSpider/tests/v8-v5/LIST: Removed.
1065         * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
1066         * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
1067         * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
1068         * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
1069         * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
1070         * SunSpider/tests/v8-v5/v8-richards.js: Removed.
1071         * SunSpider/tests/v8-v5/v8-splay.js: Removed.
1072         * SunSpider/tests/v8-v6: Removed.
1073         * SunSpider/tests/v8-v6/LIST: Removed.
1074         * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
1075         * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
1076         * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
1077         * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
1078         * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
1079         * SunSpider/tests/v8-v6/v8-richards.js: Removed.
1080         * SunSpider/tests/v8-v6/v8-splay.js: Removed.
1081         * SunSpider/xcopy.excludes: Removed.
1082
1083 2010-12-30  Konstantin Tokarev  <annulen@yandex.ru>
1084
1085         Reviewed by David Kilzer.
1086
1087         [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
1088         used
1089         https://bugs.webkit.org/show_bug.cgi?id=51672
1090
1091         * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
1092
1093 2010-12-29  Philippe Normand  <pnormand@igalia.com>
1094
1095         Reviewed by Martin Robinson.
1096
1097         [GTK] minimal build fails at link time due to missing sqlite3 symbols
1098         https://bugs.webkit.org/show_bug.cgi?id=51327
1099
1100         * configure.ac: Error out if SQLite3 wasn't found while at least
1101         one of the features depending on it has been enabled.
1102
1103 2010-12-29  Patrick Gansterer  <paroga@webkit.org>
1104
1105         Unreviewed. Use gcc as default preprocessor.
1106
1107         * Sources/cmake/OptionsCommon.cmake:
1108
1109 2010-12-27  Ryuan Choi  <ryuan.choi@samsung.com>
1110
1111         Reviewed by David Levin.
1112
1113         [EFL] Change path of eflsymbols.filter
1114         https://bugs.webkit.org/show_bug.cgi?id=51659
1115
1116         * Sources/cmake/OptionsEfl.cmake: 
1117
1118 2010-12-26  Adam Barth  <abarth@webkit.org>
1119
1120         Reviewed by Eric Siedel.
1121
1122         Move autotools into Sources
1123         https://bugs.webkit.org/show_bug.cgi?id=51630
1124
1125         * .gitignore:
1126         * GNUmakefile.am:
1127         * Sources/autotools: Copied from autotools.
1128         * autogen.sh:
1129         * autotools: Removed.
1130         * autotools/acinclude.m4: Removed.
1131         * autotools/dolt.m4: Removed.
1132         * autotools/gsettings.m4: Removed.
1133         * autotools/symbols.filter: Removed.
1134         * autotools/webkit.m4: Removed.
1135         * configure.ac:
1136
1137 2010-12-26  Adam Barth  <abarth@webkit.org>
1138
1139         Reviewed by Eric Seidel.
1140
1141         Move cmake into Sources
1142         https://bugs.webkit.org/show_bug.cgi?id=51631
1143
1144         * CMakeLists.txt:
1145         * Sources/cmake: Copied from cmake.
1146         * cmake: Removed.
1147         * cmake/FindCFLite.cmake: Removed.
1148         * cmake/FindCairo.cmake: Removed.
1149         * cmake/FindEFL.cmake: Removed.
1150         * cmake/FindFontconfig.cmake: Removed.
1151         * cmake/FindFreetype.cmake: Removed.
1152         * cmake/FindGDK-PixBuf.cmake: Removed.
1153         * cmake/FindGDK.cmake: Removed.
1154         * cmake/FindGIO.cmake: Removed.
1155         * cmake/FindGStreamer-App.cmake: Removed.
1156         * cmake/FindGStreamer-Base.cmake: Removed.
1157         * cmake/FindGStreamer-Interfaces.cmake: Removed.
1158         * cmake/FindGStreamer-Pbutils.cmake: Removed.
1159         * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
1160         * cmake/FindGStreamer-Video.cmake: Removed.
1161         * cmake/FindGStreamer.cmake: Removed.
1162         * cmake/FindGlib.cmake: Removed.
1163         * cmake/FindGperf.cmake: Removed.
1164         * cmake/FindGthread.cmake: Removed.
1165         * cmake/FindICU.cmake: Removed.
1166         * cmake/FindLibSoup2.cmake: Removed.
1167         * cmake/FindLibXlst.cmake: Removed.
1168         * cmake/FindPango.cmake: Removed.
1169         * cmake/FindSqlite.cmake: Removed.
1170         * cmake/LibFindMacros.cmake: Removed.
1171         * cmake/OptionsCommon.cmake: Removed.
1172         * cmake/OptionsEfl.cmake: Removed.
1173         * cmake/OptionsWinCE.cmake: Removed.
1174         * cmake/OptionsWindows.cmake: Removed.
1175         * cmake/WebKitEfl.cmake: Removed.
1176         * cmake/WebKitFS.cmake: Removed.
1177         * cmake/WebKitFeatures.cmake: Removed.
1178         * cmake/WebKitHelpers.cmake: Removed.
1179         * cmake/WebKitMacros.cmake: Removed.
1180         * cmake/WebKitPackaging.cmake: Removed.
1181         * cmake/eflsymbols.filter: Removed.
1182
1183 2010-12-26  Adam Barth  <abarth@webkit.org>
1184
1185         Fix some references to the old location of the WebKit website in git
1186         metadata files.
1187
1188         * .gitattributes:
1189
1190 2010-12-25  Adam Barth  <abarth@webkit.org>
1191
1192         Reviewed by Eric Seidel.
1193
1194         Move ANGLE to Sources/ThirdParty
1195         https://bugs.webkit.org/show_bug.cgi?id=51605
1196
1197         Actually move ANGLE and update the Makefile.
1198
1199         * ANGLE: Removed.
1200         * ANGLE/ANGLE.xcodeproj: Removed.
1201         * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
1202         * ANGLE/Configurations: Removed.
1203         * ANGLE/Configurations/ANGLE.xcconfig: Removed.
1204         * ANGLE/Configurations/Base.xcconfig: Removed.
1205         * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
1206         * ANGLE/Makefile: Removed.
1207         * ANGLE/include: Removed.
1208         * ANGLE/include/EGL: Removed.
1209         * ANGLE/include/EGL/egl.h: Removed.
1210         * ANGLE/include/EGL/eglext.h: Removed.
1211         * ANGLE/include/EGL/eglplatform.h: Removed.
1212         * ANGLE/include/GLES2: Removed.
1213         * ANGLE/include/GLES2/gl2.h: Removed.
1214         * ANGLE/include/GLES2/gl2ext.h: Removed.
1215         * ANGLE/include/GLES2/gl2platform.h: Removed.
1216         * ANGLE/include/GLSLANG: Removed.
1217         * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
1218         * ANGLE/include/KHR: Removed.
1219         * ANGLE/include/KHR/khrplatform.h: Removed.
1220         * ANGLE/src: Removed.
1221         * ANGLE/src/build_angle.xcodeproj: Removed.
1222         * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
1223         * ANGLE/src/common: Removed.
1224         * ANGLE/src/common/angleutils.h: Removed.
1225         * ANGLE/src/common/debug.cpp: Removed.
1226         * ANGLE/src/common/debug.h: Removed.
1227         * ANGLE/src/compiler: Removed.
1228         * ANGLE/src/compiler/BaseTypes.h: Removed.
1229         * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
1230         * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
1231         * ANGLE/src/compiler/Common.h: Removed.
1232         * ANGLE/src/compiler/ConstantUnion.h: Removed.
1233         * ANGLE/src/compiler/InfoSink.cpp: Removed.
1234         * ANGLE/src/compiler/InfoSink.h: Removed.
1235         * ANGLE/src/compiler/Initialize.cpp: Removed.
1236         * ANGLE/src/compiler/Initialize.h: Removed.
1237         * ANGLE/src/compiler/InitializeDll.cpp: Removed.
1238         * ANGLE/src/compiler/InitializeDll.h: Removed.
1239         * ANGLE/src/compiler/InitializeGlobals.h: Removed.
1240         * ANGLE/src/compiler/InitializeParseContext.h: Removed.
1241         * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
1242         * ANGLE/src/compiler/Intermediate.cpp: Removed.
1243         * ANGLE/src/compiler/MMap.h: Removed.
1244         * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
1245         * ANGLE/src/compiler/OutputGLSL.h: Removed.
1246         * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
1247         * ANGLE/src/compiler/OutputHLSL.h: Removed.
1248         * ANGLE/src/compiler/ParseHelper.cpp: Removed.
1249         * ANGLE/src/compiler/ParseHelper.h: Removed.
1250         * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
1251         * ANGLE/src/compiler/PoolAlloc.h: Removed.
1252         * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
1253         * ANGLE/src/compiler/QualifierAlive.h: Removed.
1254         * ANGLE/src/compiler/RemoveTree.cpp: Removed.
1255         * ANGLE/src/compiler/RemoveTree.h: Removed.
1256         * ANGLE/src/compiler/ShHandle.h: Removed.
1257         * ANGLE/src/compiler/ShaderLang.cpp: Removed.
1258         * ANGLE/src/compiler/SymbolTable.cpp: Removed.
1259         * ANGLE/src/compiler/SymbolTable.h: Removed.
1260         * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
1261         * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
1262         * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
1263         * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
1264         * ANGLE/src/compiler/Types.h: Removed.
1265         * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
1266         * ANGLE/src/compiler/UnfoldSelect.h: Removed.
1267         * ANGLE/src/compiler/debug.cpp: Removed.
1268         * ANGLE/src/compiler/debug.h: Removed.
1269         * ANGLE/src/compiler/glslang.l: Removed.
1270         * ANGLE/src/compiler/glslang.y: Removed.
1271         * ANGLE/src/compiler/intermOut.cpp: Removed.
1272         * ANGLE/src/compiler/intermediate.h: Removed.
1273         * ANGLE/src/compiler/localintermediate.h: Removed.
1274         * ANGLE/src/compiler/osinclude.h: Removed.
1275         * ANGLE/src/compiler/ossource_posix.cpp: Removed.
1276         * ANGLE/src/compiler/ossource_win.cpp: Removed.
1277         * ANGLE/src/compiler/parseConst.cpp: Removed.
1278         * ANGLE/src/compiler/preprocessor: Removed.
1279         * ANGLE/src/compiler/preprocessor/atom.c: Removed.
1280         * ANGLE/src/compiler/preprocessor/atom.h: Removed.
1281         * ANGLE/src/compiler/preprocessor/compile.h: Removed.
1282         * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
1283         * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
1284         * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
1285         * ANGLE/src/compiler/preprocessor/memory.c: Removed.
1286         * ANGLE/src/compiler/preprocessor/memory.h: Removed.
1287         * ANGLE/src/compiler/preprocessor/parser.h: Removed.
1288         * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
1289         * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
1290         * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
1291         * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
1292         * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
1293         * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
1294         * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
1295         * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
1296         * ANGLE/src/compiler/tools: Removed.
1297         * ANGLE/src/compiler/unistd.h: Removed.
1298         * ANGLE/src/libEGL: Removed.
1299         * ANGLE/src/libEGL/Config.cpp: Removed.
1300         * ANGLE/src/libEGL/Config.h: Removed.
1301         * ANGLE/src/libEGL/Display.cpp: Removed.
1302         * ANGLE/src/libEGL/Display.h: Removed.
1303         * ANGLE/src/libEGL/Surface.cpp: Removed.
1304         * ANGLE/src/libEGL/Surface.h: Removed.
1305         * ANGLE/src/libEGL/libEGL.cpp: Removed.
1306         * ANGLE/src/libEGL/libEGL.def: Removed.
1307         * ANGLE/src/libEGL/libEGL.vcproj: Removed.
1308         * ANGLE/src/libEGL/main.cpp: Removed.
1309         * ANGLE/src/libEGL/main.h: Removed.
1310         * ANGLE/src/libGLESv2: Removed.
1311         * ANGLE/src/libGLESv2/Blit.cpp: Removed.
1312         * ANGLE/src/libGLESv2/Blit.h: Removed.
1313         * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
1314         * ANGLE/src/libGLESv2/Buffer.h: Removed.
1315         * ANGLE/src/libGLESv2/Context.cpp: Removed.
1316         * ANGLE/src/libGLESv2/Context.h: Removed.
1317         * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
1318         * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
1319         * ANGLE/src/libGLESv2/Program.cpp: Removed.
1320         * ANGLE/src/libGLESv2/Program.h: Removed.
1321         * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
1322         * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
1323         * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
1324         * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
1325         * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
1326         * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
1327         * ANGLE/src/libGLESv2/Shader.cpp: Removed.
1328         * ANGLE/src/libGLESv2/Shader.h: Removed.
1329         * ANGLE/src/libGLESv2/Texture.cpp: Removed.
1330         * ANGLE/src/libGLESv2/Texture.h: Removed.
1331         * ANGLE/src/libGLESv2/geometry: Removed.
1332         * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
1333         * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
1334         * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
1335         * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
1336         * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
1337         * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
1338         * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
1339         * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
1340         * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
1341         * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
1342         * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
1343         * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
1344         * ANGLE/src/libGLESv2/main.cpp: Removed.
1345         * ANGLE/src/libGLESv2/main.h: Removed.
1346         * ANGLE/src/libGLESv2/mathutil.h: Removed.
1347         * ANGLE/src/libGLESv2/utilities.cpp: Removed.
1348         * ANGLE/src/libGLESv2/utilities.h: Removed.
1349         * Makefile:
1350         * Sources/ThirdParty: Added.
1351         * Sources/ThirdParty/ANGLE: Copied from ANGLE.
1352
1353 2010-12-26  Patrick Gansterer  <paroga@webkit.org>
1354
1355         Unreviewed WinCE buildfix after r74626.
1356
1357         * cmake/OptionsWinCE.cmake:
1358
1359 2010-12-24  Darin Adler  <darin@apple.com>
1360
1361         Updated makefiles used by Apple engineers to fix build with the
1362         new JavaScriptGlue location.
1363
1364         * Makefile: Told this to build JavaScriptGlue. Some day we might
1365         want it to descend into Sources instead and use the Makefile there,
1366         but there are problems with sequencing the project builds, so that
1367         can wait.
1368         * Sources/Makefile.shared: Added.
1369
1370 2010-12-24  Ryuan Choi  <ryuan.choi@samsung.com>
1371
1372         Reviewed by Kenneth Rohde Christiansen.
1373
1374         [EFL] Add option to enable Touch Events.
1375         https://bugs.webkit.org/show_bug.cgi?id=49125
1376
1377         Add ENABLE_TOUCH_EVENTS option.
1378
1379         * cmake/OptionsEfl.cmake:
1380         * cmakeconfig.h.cmake:
1381
1382 2010-12-23  Adam Barth  <abarth@webkit.org>
1383
1384         Rubber-stamped by Eric Seidel.
1385
1386         Move JavaScriptGlue into Sources
1387         https://bugs.webkit.org/show_bug.cgi?id=51583
1388
1389         Actually perform the move.
1390
1391         * JavaScriptGlue: Removed.
1392         * JavaScriptGlue/Configurations: Removed.
1393         * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
1394         * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
1395         * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
1396         * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
1397         * JavaScriptGlue/English.lproj: Removed.
1398         * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
1399         * JavaScriptGlue/ForwardingHeaders: Removed.
1400         * JavaScriptGlue/ForwardingHeaders/masm: Removed.
1401         * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
1402         * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
1403         * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
1404         * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
1405         * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
1406         * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
1407         * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
1408         * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
1409         * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
1410         * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
1411         * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
1412         * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
1413         * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
1414         * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
1415         * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
1416         * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
1417         * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
1418         * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
1419         * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
1420         * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
1421         * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
1422         * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
1423         * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
1424         * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
1425         * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
1426         * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
1427         * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
1428         * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
1429         * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
1430         * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
1431         * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
1432         * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
1433         * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
1434         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
1435         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
1436         * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
1437         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
1438         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
1439         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
1440         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
1441         * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
1442         * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
1443         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
1444         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
1445         * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
1446         * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
1447         * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
1448         * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
1449         * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
1450         * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
1451         * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
1452         * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
1453         * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
1454         * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
1455         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
1456         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
1457         * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
1458         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
1459         * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
1460         * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
1461         * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
1462         * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
1463         * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
1464         * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
1465         * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
1466         * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
1467         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
1468         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
1469         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
1470         * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
1471         * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
1472         * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
1473         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
1474         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
1475         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
1476         * JavaScriptGlue/Info.plist: Removed.
1477         * JavaScriptGlue/JSBase.cpp: Removed.
1478         * JavaScriptGlue/JSBase.h: Removed.
1479         * JavaScriptGlue/JSObject.cpp: Removed.
1480         * JavaScriptGlue/JSObject.h: Removed.
1481         * JavaScriptGlue/JSRun.cpp: Removed.
1482         * JavaScriptGlue/JSRun.h: Removed.
1483         * JavaScriptGlue/JSUtils.cpp: Removed.
1484         * JavaScriptGlue/JSUtils.h: Removed.
1485         * JavaScriptGlue/JSValueWrapper.cpp: Removed.
1486         * JavaScriptGlue/JSValueWrapper.h: Removed.
1487         * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
1488         * JavaScriptGlue/JavaScriptGlue.exp: Removed.
1489         * JavaScriptGlue/JavaScriptGlue.h: Removed.
1490         * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
1491         * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
1492         * JavaScriptGlue/LICENSE: Removed.
1493         * JavaScriptGlue/Makefile: Removed.
1494         * JavaScriptGlue/UserObjectImp.cpp: Removed.
1495         * JavaScriptGlue/UserObjectImp.h: Removed.
1496         * JavaScriptGlue/config.h: Removed.
1497         * JavaScriptGlue/icu: Removed.
1498         * JavaScriptGlue/icu/LICENSE: Removed.
1499         * JavaScriptGlue/icu/README: Removed.
1500         * JavaScriptGlue/icu/unicode: Removed.
1501         * JavaScriptGlue/icu/unicode/platform.h: Removed.
1502         * JavaScriptGlue/icu/unicode/putil.h: Removed.
1503         * JavaScriptGlue/icu/unicode/uchar.h: Removed.
1504         * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
1505         * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
1506         * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
1507         * JavaScriptGlue/icu/unicode/uenum.h: Removed.
1508         * JavaScriptGlue/icu/unicode/uiter.h: Removed.
1509         * JavaScriptGlue/icu/unicode/umachine.h: Removed.
1510         * JavaScriptGlue/icu/unicode/urename.h: Removed.
1511         * JavaScriptGlue/icu/unicode/ustring.h: Removed.
1512         * JavaScriptGlue/icu/unicode/utf.h: Removed.
1513         * JavaScriptGlue/icu/unicode/utf16.h: Removed.
1514         * JavaScriptGlue/icu/unicode/utf8.h: Removed.
1515         * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
1516         * JavaScriptGlue/icu/unicode/utypes.h: Removed.
1517         * JavaScriptGlue/icu/unicode/uversion.h: Removed.
1518         * JavaScriptGlue/testjsglue.cpp: Removed.
1519         * Makefile:
1520         * Sources: Added.
1521         * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
1522         * Sources/Makefile: Added.
1523
1524 2010-12-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1525
1526         Reviewed by Kenneth Rohde Christiansen.
1527
1528         [EFL] Fix ContextMenu removal
1529         https://bugs.webkit.org/show_bug.cgi?id=51530
1530
1531         Fix ContextMenu removal
1532
1533         In r74207 the support for ContextMenu was removed from EFL while the
1534         code is being ported to the new CROSS_PLATFORM_MENUS due to build
1535         breakage.  However there were some missing removals in the shutdown
1536         logic that introduced a bug, leading to a segmentation fault when
1537         ContexController was destroyed.
1538
1539         The best way to effectively disable the ContextMenu is to conditionally
1540         compile the meaningful stuff by surrounding with "#if
1541         ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
1542
1543         * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
1544         implement CROSS_PLATFORM_MENUS yet.
1545
1546 2010-12-22  Xan Lopez  <xlopez@igalia.com>
1547
1548         Reviewed by Gustavo Noronha.
1549
1550         * configure.ac: bump version to 1.3.9.
1551
1552 2010-12-22  Xan Lopez  <xlopez@igalia.com>
1553
1554         Reviewed by Gustavo Noronha.
1555
1556         [GTK] Compilation fixes with GTK+ 2.91.7
1557         https://bugs.webkit.org/show_bug.cgi?id=51487
1558
1559         * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
1560
1561 2010-12-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1562
1563         Reviewed by Antonio Gomes.
1564
1565         [EFL] Sets default user agent
1566         https://bugs.webkit.org/show_bug.cgi?id=47903
1567
1568         Add macros for WebKit EFL and User Agent.
1569
1570         * cmake/OptionsEfl.cmake:
1571         * cmakeconfig.h.cmake:
1572
1573 2010-12-20  Adam Barth  <abarth@webkit.org>
1574
1575         Move web sites to Websites directory
1576         https://bugs.webkit.org/show_bug.cgi?id=51323
1577
1578         This patch was never officially reviewed (because it was too large to
1579         upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
1580         Rowe gave me the green light.
1581
1582         * BugsSite: Removed.
1583         * BugsSite/.cvsignore: Removed.
1584         * BugsSite/.htaccess: Removed.
1585         * BugsSite/Bugzilla: Removed.
1586         * BugsSite/Bugzilla.pm: Removed.
1587         * BugsSite/Bugzilla/.cvsignore: Removed.
1588         * BugsSite/Bugzilla/.htaccess: Removed.
1589         * BugsSite/Bugzilla/Attachment: Removed.
1590         * BugsSite/Bugzilla/Attachment.pm: Removed.
1591         * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
1592         * BugsSite/Bugzilla/Auth: Removed.
1593         * BugsSite/Bugzilla/Auth.pm: Removed.
1594         * BugsSite/Bugzilla/Auth/Login: Removed.
1595         * BugsSite/Bugzilla/Auth/Login.pm: Removed.
1596         * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
1597         * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
1598         * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
1599         * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
1600         * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
1601         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
1602         * BugsSite/Bugzilla/Auth/Persist: Removed.
1603         * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
1604         * BugsSite/Bugzilla/Auth/Verify: Removed.
1605         * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
1606         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
1607         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
1608         * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
1609         * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
1610         * BugsSite/Bugzilla/Bug.pm: Removed.
1611         * BugsSite/Bugzilla/BugMail.pm: Removed.
1612         * BugsSite/Bugzilla/CGI.pm: Removed.
1613         * BugsSite/Bugzilla/Chart.pm: Removed.
1614         * BugsSite/Bugzilla/Classification.pm: Removed.
1615         * BugsSite/Bugzilla/Component.pm: Removed.
1616         * BugsSite/Bugzilla/Config: Removed.
1617         * BugsSite/Bugzilla/Config.pm: Removed.
1618         * BugsSite/Bugzilla/Config/Admin.pm: Removed.
1619         * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
1620         * BugsSite/Bugzilla/Config/Auth.pm: Removed.
1621         * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
1622         * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
1623         * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
1624         * BugsSite/Bugzilla/Config/Common.pm: Removed.
1625         * BugsSite/Bugzilla/Config/Core.pm: Removed.
1626         * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
1627         * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
1628         * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
1629         * BugsSite/Bugzilla/Config/MTA.pm: Removed.
1630         * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
1631         * BugsSite/Bugzilla/Config/Query.pm: Removed.
1632         * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
1633         * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
1634         * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
1635         * BugsSite/Bugzilla/Constants.pm: Removed.
1636         * BugsSite/Bugzilla/DB: Removed.
1637         * BugsSite/Bugzilla/DB.pm: Removed.
1638         * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
1639         * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
1640         * BugsSite/Bugzilla/DB/Pg.pm: Removed.
1641         * BugsSite/Bugzilla/DB/Schema: Removed.
1642         * BugsSite/Bugzilla/DB/Schema.pm: Removed.
1643         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
1644         * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
1645         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
1646         * BugsSite/Bugzilla/Error.pm: Removed.
1647         * BugsSite/Bugzilla/Field.pm: Removed.
1648         * BugsSite/Bugzilla/Flag.pm: Removed.
1649         * BugsSite/Bugzilla/FlagType.pm: Removed.
1650         * BugsSite/Bugzilla/Group.pm: Removed.
1651         * BugsSite/Bugzilla/Hook.pm: Removed.
1652         * BugsSite/Bugzilla/Install: Removed.
1653         * BugsSite/Bugzilla/Install.pm: Removed.
1654         * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
1655         * BugsSite/Bugzilla/Install/DB.pm: Removed.
1656         * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
1657         * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
1658         * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
1659         * BugsSite/Bugzilla/Install/Util.pm: Removed.
1660         * BugsSite/Bugzilla/Keyword.pm: Removed.
1661         * BugsSite/Bugzilla/Mailer.pm: Removed.
1662         * BugsSite/Bugzilla/Milestone.pm: Removed.
1663         * BugsSite/Bugzilla/Object.pm: Removed.
1664         * BugsSite/Bugzilla/Product.pm: Removed.
1665         * BugsSite/Bugzilla/Search: Removed.
1666         * BugsSite/Bugzilla/Search.pm: Removed.
1667         * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
1668         * BugsSite/Bugzilla/Search/Saved.pm: Removed.
1669         * BugsSite/Bugzilla/Series.pm: Removed.
1670         * BugsSite/Bugzilla/Status.pm: Removed.
1671         * BugsSite/Bugzilla/Template: Removed.
1672         * BugsSite/Bugzilla/Template.pm: Removed.
1673         * BugsSite/Bugzilla/Template/Parser.pm: Removed.
1674         * BugsSite/Bugzilla/Template/Plugin: Removed.
1675         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
1676         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
1677         * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
1678         * BugsSite/Bugzilla/Token.pm: Removed.
1679         * BugsSite/Bugzilla/Update.pm: Removed.
1680         * BugsSite/Bugzilla/User: Removed.
1681         * BugsSite/Bugzilla/User.pm: Removed.
1682         * BugsSite/Bugzilla/User/Setting: Removed.
1683         * BugsSite/Bugzilla/User/Setting.pm: Removed.
1684         * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
1685         * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
1686         * BugsSite/Bugzilla/Util.pm: Removed.
1687         * BugsSite/Bugzilla/Version.pm: Removed.
1688         * BugsSite/Bugzilla/WebService: Removed.
1689         * BugsSite/Bugzilla/WebService.pm: Removed.
1690         * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
1691         * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
1692         * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
1693         * BugsSite/Bugzilla/WebService/Product.pm: Removed.
1694         * BugsSite/Bugzilla/WebService/User.pm: Removed.
1695         * BugsSite/PrettyPatch: Removed.
1696         * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
1697         * BugsSite/PrettyPatch/diff.rb: Removed.
1698         * BugsSite/PrettyPatch/prettify.rb: Removed.
1699         * BugsSite/QUICKSTART: Removed.
1700         * BugsSite/README: Removed.
1701         * BugsSite/UPGRADING: Removed.
1702         * BugsSite/UPGRADING-pre-2.8: Removed.
1703         * BugsSite/admin.cgi: Removed.
1704         * BugsSite/attachment.cgi: Removed.
1705         * BugsSite/buglist.cgi: Removed.
1706         * BugsSite/bugzilla.dtd: Removed.
1707         * BugsSite/chart.cgi: Removed.
1708         * BugsSite/checksetup.pl: Removed.
1709         * BugsSite/code-review.js: Removed.
1710         * BugsSite/colchange.cgi: Removed.
1711         * BugsSite/collectstats.pl: Removed.
1712         * BugsSite/committers-autocomplete.js: Removed.
1713         * BugsSite/config.cgi: Removed.
1714         * BugsSite/contrib: Removed.
1715         * BugsSite/contrib/README: Removed.
1716         * BugsSite/contrib/bugzilla-submit: Removed.
1717         * BugsSite/contrib/bugzilla-submit/README: Removed.
1718         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
1719         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
1720         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
1721         * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
1722         * BugsSite/contrib/bz_webservice_demo.pl: Removed.
1723         * BugsSite/contrib/bzdbcopy.pl: Removed.
1724         * BugsSite/contrib/cmdline: Removed.
1725         * BugsSite/contrib/cmdline/bugcount: Removed.
1726         * BugsSite/contrib/cmdline/bugids: Removed.
1727         * BugsSite/contrib/cmdline/buglist: Removed.
1728         * BugsSite/contrib/cmdline/bugs: Removed.
1729         * BugsSite/contrib/cmdline/bugslink: Removed.
1730         * BugsSite/contrib/cmdline/makequery: Removed.
1731         * BugsSite/contrib/cmdline/query.conf: Removed.
1732         * BugsSite/contrib/cvs-update.pl: Removed.
1733         * BugsSite/contrib/gnats2bz.pl: Removed.
1734         * BugsSite/contrib/gnatsparse: Removed.
1735         * BugsSite/contrib/gnatsparse/README: Removed.
1736         * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
1737         * BugsSite/contrib/gnatsparse/magic.py: Removed.
1738         * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
1739         * BugsSite/contrib/jb2bz.py: Removed.
1740         * BugsSite/contrib/merge-users.pl: Removed.
1741         * BugsSite/contrib/mysqld-watcher.pl: Removed.
1742         * BugsSite/contrib/recode-overrides.txt: Removed.
1743         * BugsSite/contrib/recode.pl: Removed.
1744         * BugsSite/contrib/sendbugmail.pl: Removed.
1745         * BugsSite/contrib/sendunsentbugmail.pl: Removed.
1746         * BugsSite/contrib/syncLDAP.pl: Removed.
1747         * BugsSite/contrib/yp_nomail.sh: Removed.
1748         * BugsSite/createaccount.cgi: Removed.
1749         * BugsSite/data: Removed.
1750         * BugsSite/data/.htaccess: Removed.
1751         * BugsSite/data/attachments: Removed.
1752         * BugsSite/data/attachments/.htaccess: Removed.
1753         * BugsSite/data/duplicates: Removed.
1754         * BugsSite/data/mail: Removed.
1755         * BugsSite/data/mimedump-tmp: Removed.
1756         * BugsSite/data/mining: Removed.
1757         * BugsSite/data/params: Removed.
1758         * BugsSite/data/template: Removed.
1759         * BugsSite/data/webdot: Removed.
1760         * BugsSite/data/webdot/.htaccess: Removed.
1761         * BugsSite/describecomponents.cgi: Removed.
1762         * BugsSite/describekeywords.cgi: Removed.
1763         * BugsSite/docs: Removed.
1764         * BugsSite/docs/en: Removed.
1765         * BugsSite/docs/en/.cvsignore: Removed.
1766         * BugsSite/docs/en/README.docs: Removed.
1767         * BugsSite/docs/en/images: Removed.
1768         * BugsSite/docs/en/images/bzLifecycle.png: Removed.
1769         * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
1770         * BugsSite/docs/en/images/callouts: Removed.
1771         * BugsSite/docs/en/images/callouts/1.gif: Removed.
1772         * BugsSite/docs/en/images/callouts/2.gif: Removed.
1773         * BugsSite/docs/en/images/callouts/3.gif: Removed.
1774         * BugsSite/docs/en/images/caution.gif: Removed.
1775         * BugsSite/docs/en/images/note.gif: Removed.
1776         * BugsSite/docs/en/images/tip.gif: Removed.
1777         * BugsSite/docs/en/images/warning.gif: Removed.
1778         * BugsSite/docs/en/rel_notes.txt: Removed.
1779         * BugsSite/docs/en/xml: Removed.
1780         * BugsSite/docs/en/xml/.cvsignore: Removed.
1781         * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
1782         * BugsSite/docs/en/xml/about.xml: Removed.
1783         * BugsSite/docs/en/xml/administration.xml: Removed.
1784         * BugsSite/docs/en/xml/conventions.xml: Removed.
1785         * BugsSite/docs/en/xml/customization.xml: Removed.
1786         * BugsSite/docs/en/xml/gfdl.xml: Removed.
1787         * BugsSite/docs/en/xml/glossary.xml: Removed.
1788         * BugsSite/docs/en/xml/index.xml: Removed.
1789         * BugsSite/docs/en/xml/installation.xml: Removed.
1790         * BugsSite/docs/en/xml/integration.xml: Removed.
1791         * BugsSite/docs/en/xml/introduction.xml: Removed.
1792         * BugsSite/docs/en/xml/modules.xml: Removed.
1793         * BugsSite/docs/en/xml/patches.xml: Removed.
1794         * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
1795         * BugsSite/docs/en/xml/security.xml: Removed.
1796         * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
1797         * BugsSite/docs/en/xml/using.xml: Removed.
1798         * BugsSite/docs/html: Removed.
1799         * BugsSite/docs/html/api: Removed.
1800         * BugsSite/docs/images: Removed.
1801         * BugsSite/docs/images/callouts: Removed.
1802         * BugsSite/docs/lib: Removed.
1803         * BugsSite/docs/lib/Pod: Removed.
1804         * BugsSite/docs/lib/Pod/Simple: Removed.
1805         * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
1806         * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
1807         * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
1808         * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
1809         * BugsSite/docs/makedocs.pl: Removed.
1810         * BugsSite/docs/pdf: Removed.
1811         * BugsSite/docs/style.css: Removed.
1812         * BugsSite/docs/txt: Removed.
1813         * BugsSite/docs/xml: Removed.
1814         * BugsSite/duplicates.cgi: Removed.
1815         * BugsSite/editclassifications.cgi: Removed.
1816         * BugsSite/editcomponents.cgi: Removed.
1817         * BugsSite/editfields.cgi: Removed.
1818         * BugsSite/editflagtypes.cgi: Removed.
1819         * BugsSite/editgroups.cgi: Removed.
1820         * BugsSite/editkeywords.cgi: Removed.
1821         * BugsSite/editmilestones.cgi: Removed.
1822         * BugsSite/editparams.cgi: Removed.
1823         * BugsSite/editproducts.cgi: Removed.
1824         * BugsSite/editsettings.cgi: Removed.
1825         * BugsSite/editusers.cgi: Removed.
1826         * BugsSite/editvalues.cgi: Removed.
1827         * BugsSite/editversions.cgi: Removed.
1828         * BugsSite/editwhines.cgi: Removed.
1829         * BugsSite/editworkflow.cgi: Removed.
1830         * BugsSite/email_in.pl: Removed.
1831         * BugsSite/enter_bug.cgi: Removed.
1832         * BugsSite/extensions: Removed.
1833         * BugsSite/extensions/example: Removed.
1834         * BugsSite/extensions/example/code: Removed.
1835         * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
1836         * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
1837         * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
1838         * BugsSite/extensions/example/code/config.pl: Removed.
1839         * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
1840         * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
1841         * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
1842         * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
1843         * BugsSite/extensions/example/code/webservice.pl: Removed.
1844         * BugsSite/extensions/example/disabled: Removed.
1845         * BugsSite/extensions/example/info.pl: Removed.
1846         * BugsSite/extensions/example/lib: Removed.
1847         * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
1848         * BugsSite/extensions/example/lib/WSExample.pm: Removed.
1849         * BugsSite/extensions/example/template: Removed.
1850         * BugsSite/extensions/example/template/en: Removed.
1851         * BugsSite/extensions/example/template/en/default: Removed.
1852         * BugsSite/extensions/example/template/en/default/admin: Removed.
1853         * BugsSite/extensions/example/template/en/default/admin/params: Removed.
1854         * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
1855         * BugsSite/extensions/example/template/en/global: Removed.
1856         * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
1857         * BugsSite/graphs: Removed.
1858         * BugsSite/images: Removed.
1859         * BugsSite/images/favicon.ico: Removed.
1860         * BugsSite/images/padlock.png: Removed.
1861         * BugsSite/importxml.pl: Removed.
1862         * BugsSite/index.cgi: Removed.
1863         * BugsSite/install-module.pl: Removed.
1864         * BugsSite/js: Removed.
1865         * BugsSite/js/TUI.js: Removed.
1866         * BugsSite/js/attachment.js: Removed.
1867         * BugsSite/js/expanding-tree.js: Removed.
1868         * BugsSite/js/field.js: Removed.
1869         * BugsSite/js/help.js: Removed.
1870         * BugsSite/js/params.js: Removed.
1871         * BugsSite/js/productform.js: Removed.
1872         * BugsSite/js/util.js: Removed.
1873         * BugsSite/js/yui: Removed.
1874         * BugsSite/js/yui/calendar.js: Removed.
1875         * BugsSite/js/yui/yahoo-dom-event.js: Removed.
1876         * BugsSite/lib: Removed.
1877         * BugsSite/lib/.htaccess: Removed.
1878         * BugsSite/lib/README: Removed.
1879         * BugsSite/long_list.cgi: Removed.
1880         * BugsSite/mod_perl.pl: Removed.
1881         * BugsSite/page.cgi: Removed.
1882         * BugsSite/post_bug.cgi: Removed.
1883         * BugsSite/process_bug.cgi: Removed.
1884         * BugsSite/query.cgi: Removed.
1885         * BugsSite/quips.cgi: Removed.
1886         * BugsSite/relogin.cgi: Removed.
1887         * BugsSite/report.cgi: Removed.
1888         * BugsSite/reports.cgi: Removed.
1889         * BugsSite/request.cgi: Removed.
1890         * BugsSite/robots.txt: Removed.
1891         * BugsSite/runtests.pl: Removed.
1892         * BugsSite/sanitycheck.cgi: Removed.
1893         * BugsSite/sanitycheck.pl: Removed.
1894         * BugsSite/search_plugin.cgi: Removed.
1895         * BugsSite/show_activity.cgi: Removed.
1896         * BugsSite/show_bug.cgi: Removed.
1897         * BugsSite/showattachment.cgi: Removed.
1898         * BugsSite/showdependencygraph.cgi: Removed.
1899         * BugsSite/showdependencytree.cgi: Removed.
1900         * BugsSite/sidebar.cgi: Removed.
1901         * BugsSite/skins: Removed.
1902         * BugsSite/skins/.cvsignore: Removed.
1903         * BugsSite/skins/contrib: Removed.
1904         * BugsSite/skins/contrib/Dusk: Removed.
1905         * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
1906         * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
1907         * BugsSite/skins/contrib/Dusk/admin.css: Removed.
1908         * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
1909         * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
1910         * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
1911         * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
1912         * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
1913         * BugsSite/skins/contrib/Dusk/global.css: Removed.
1914         * BugsSite/skins/contrib/Dusk/help.css: Removed.
1915         * BugsSite/skins/contrib/Dusk/index.css: Removed.
1916         * BugsSite/skins/contrib/Dusk/panel.css: Removed.
1917         * BugsSite/skins/contrib/Dusk/params.css: Removed.
1918         * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
1919         * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
1920         * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
1921         * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
1922         * BugsSite/skins/contrib/Dusk/voting.css: Removed.
1923         * BugsSite/skins/contrib/Dusk/yui: Removed.
1924         * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
1925         * BugsSite/skins/custom: Removed.
1926         * BugsSite/skins/custom/IE-fixes.css: Removed.
1927         * BugsSite/skins/custom/admin.css: Removed.
1928         * BugsSite/skins/custom/buglist.css: Removed.
1929         * BugsSite/skins/custom/create_attachment.css: Removed.
1930         * BugsSite/skins/custom/dependency-tree.css: Removed.
1931         * BugsSite/skins/custom/duplicates.css: Removed.
1932         * BugsSite/skins/custom/editusers.css: Removed.
1933         * BugsSite/skins/custom/global.css: Removed.
1934         * BugsSite/skins/custom/help.css: Removed.
1935         * BugsSite/skins/custom/index.css: Removed.
1936         * BugsSite/skins/custom/opendarwin.gif: Removed.
1937         * BugsSite/skins/custom/panel.css: Removed.
1938         * BugsSite/skins/custom/params.css: Removed.
1939         * BugsSite/skins/custom/release-notes.css: Removed.
1940         * BugsSite/skins/custom/show_bug.css: Removed.
1941         * BugsSite/skins/custom/show_multiple.css: Removed.
1942         * BugsSite/skins/custom/summarize-time.css: Removed.
1943         * BugsSite/skins/custom/voting.css: Removed.
1944         * BugsSite/skins/custom/yui: Removed.
1945         * BugsSite/skins/custom/yui/calendar.css: Removed.
1946         * BugsSite/skins/standard: Removed.
1947         * BugsSite/skins/standard/IE-fixes.css: Removed.
1948         * BugsSite/skins/standard/admin.css: Removed.
1949         * BugsSite/skins/standard/buglist.css: Removed.
1950         * BugsSite/skins/standard/create_attachment.css: Removed.
1951         * BugsSite/skins/standard/dependency-tree: Removed.
1952         * BugsSite/skins/standard/dependency-tree.css: Removed.
1953         * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
1954         * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
1955         * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
1956         * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
1957         * BugsSite/skins/standard/duplicates.css: Removed.
1958         * BugsSite/skins/standard/editusers.css: Removed.
1959         * BugsSite/skins/standard/global: Removed.
1960         * BugsSite/skins/standard/global.css: Removed.
1961         * BugsSite/skins/standard/global/body-back.gif: Removed.
1962         * BugsSite/skins/standard/global/calendar.png: Removed.
1963         * BugsSite/skins/standard/global/header.png: Removed.
1964         * BugsSite/skins/standard/help.css: Removed.
1965         * BugsSite/skins/standard/index: Removed.
1966         * BugsSite/skins/standard/index.css: Removed.
1967         * BugsSite/skins/standard/index/front.png: Removed.
1968         * BugsSite/skins/standard/panel.css: Removed.
1969         * BugsSite/skins/standard/params.css: Removed.
1970         * BugsSite/skins/standard/release-notes.css: Removed.
1971         * BugsSite/skins/standard/show_bug.css: Removed.
1972         * BugsSite/skins/standard/show_multiple.css: Removed.
1973         * BugsSite/skins/standard/summarize-time.css: Removed.
1974         * BugsSite/skins/standard/voting.css: Removed.
1975         * BugsSite/skins/standard/yui: Removed.
1976         * BugsSite/skins/standard/yui/calendar.css: Removed.
1977         * BugsSite/skins/standard/yui/sprite.png: Removed.
1978         * BugsSite/summarize_time.cgi: Removed.
1979         * BugsSite/t: Removed.
1980         * BugsSite/t/001compile.t: Removed.
1981         * BugsSite/t/002goodperl.t: Removed.
1982         * BugsSite/t/003safesys.t: Removed.
1983         * BugsSite/t/004template.t: Removed.
1984         * BugsSite/t/005no_tabs.t: Removed.
1985         * BugsSite/t/006spellcheck.t: Removed.
1986         * BugsSite/t/007util.t: Removed.
1987         * BugsSite/t/008filter.t: Removed.
1988         * BugsSite/t/009bugwords.t: Removed.
1989         * BugsSite/t/010dependencies.t: Removed.
1990         * BugsSite/t/011pod.t: Removed.
1991         * BugsSite/t/012throwables.t: Removed.
1992         * BugsSite/t/Support: Removed.
1993         * BugsSite/t/Support/Files.pm: Removed.
1994         * BugsSite/t/Support/Systemexec.pm: Removed.
1995         * BugsSite/t/Support/Templates.pm: Removed.
1996         * BugsSite/template: Removed.
1997         * BugsSite/template/.cvsignore: Removed.
1998         * BugsSite/template/.htaccess: Removed.
1999         * BugsSite/template/en: Removed.
2000         * BugsSite/template/en/.cvsignore: Removed.
2001         * BugsSite/template/en/custom: Removed.
2002         * BugsSite/template/en/custom/account: Removed.
2003         * BugsSite/template/en/custom/account/auth: Removed.
2004         * BugsSite/template/en/custom/account/email: Removed.
2005         * BugsSite/template/en/custom/account/password: Removed.
2006         * BugsSite/template/en/custom/account/prefs: Removed.
2007         * BugsSite/template/en/custom/admin: Removed.
2008         * BugsSite/template/en/custom/admin/classifications: Removed.
2009         * BugsSite/template/en/custom/admin/components: Removed.
2010         * BugsSite/template/en/custom/admin/fieldvalues: Removed.
2011         * BugsSite/template/en/custom/admin/flag-type: Removed.
2012         * BugsSite/template/en/custom/admin/groups: Removed.
2013         * BugsSite/template/en/custom/admin/keywords: Removed.
2014         * BugsSite/template/en/custom/admin/milestones: Removed.
2015         * BugsSite/template/en/custom/admin/products: Removed.
2016         * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
2017         * BugsSite/template/en/custom/admin/settings: Removed.
2018         * BugsSite/template/en/custom/admin/users: Removed.
2019         * BugsSite/template/en/custom/admin/versions: Removed.
2020         * BugsSite/template/en/custom/attachment: Removed.
2021         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
2022         * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
2023         * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
2024         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
2025         * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
2026         * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
2027         * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
2028         * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
2029         * BugsSite/template/en/custom/bug: Removed.
2030         * BugsSite/template/en/custom/bug/activity: Removed.
2031         * BugsSite/template/en/custom/bug/create: Removed.
2032         * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
2033         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
2034         * BugsSite/template/en/custom/bug/process: Removed.
2035         * BugsSite/template/en/custom/bug/votes: Removed.
2036         * BugsSite/template/en/custom/flag: Removed.
2037         * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
2038         * BugsSite/template/en/custom/global: Removed.
2039         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
2040         * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
2041         * BugsSite/template/en/custom/list: Removed.
2042         * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
2043         * BugsSite/template/en/custom/pages: Removed.
2044         * BugsSite/template/en/custom/reports: Removed.
2045         * BugsSite/template/en/custom/request: Removed.
2046         * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
2047         * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
2048         * BugsSite/template/en/custom/search: Removed.
2049         * BugsSite/template/en/custom/whine: Removed.
2050         * BugsSite/template/en/default: Removed.
2051         * BugsSite/template/en/default/account: Removed.
2052         * BugsSite/template/en/default/account/auth: Removed.
2053         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
2054         * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
2055         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
2056         * BugsSite/template/en/default/account/create.html.tmpl: Removed.
2057         * BugsSite/template/en/default/account/created.html.tmpl: Removed.
2058         * BugsSite/template/en/default/account/email: Removed.
2059         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
2060         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
2061         * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
2062         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
2063         * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
2064         * BugsSite/template/en/default/account/password: Removed.
2065         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
2066         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
2067         * BugsSite/template/en/default/account/prefs: Removed.
2068         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
2069         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
2070         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
2071         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
2072         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
2073         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
2074         * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
2075         * BugsSite/template/en/default/admin: Removed.
2076         * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
2077         * BugsSite/template/en/default/admin/classifications: Removed.
2078         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
2079         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
2080         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
2081         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
2082         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
2083         * BugsSite/template/en/default/admin/components: Removed.
2084         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
2085         * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
2086         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
2087         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
2088         * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
2089         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
2090         * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
2091         * BugsSite/template/en/default/admin/custom_fields: Removed.
2092         * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
2093         * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
2094         * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
2095         * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
2096         * BugsSite/template/en/default/admin/fieldvalues: Removed.
2097         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
2098         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
2099         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
2100         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
2101         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
2102         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
2103         * BugsSite/template/en/default/admin/flag-type: Removed.
2104         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
2105         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
2106         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
2107         * BugsSite/template/en/default/admin/groups: Removed.
2108         * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
2109         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
2110         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
2111         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
2112         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
2113         * BugsSite/template/en/default/admin/keywords: Removed.
2114         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
2115         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
2116         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
2117         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
2118         * BugsSite/template/en/default/admin/milestones: Removed.
2119         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
2120         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
2121         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
2122         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
2123         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
2124         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
2125         * BugsSite/template/en/default/admin/params: Removed.
2126         * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
2127         * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
2128         * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
2129         * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
2130         * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
2131         * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
2132         * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
2133         * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
2134         * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
2135         * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
2136         * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
2137         * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
2138         * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
2139         * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
2140         * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
2141         * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
2142         * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
2143         * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
2144         * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
2145         * BugsSite/template/en/default/admin/products: Removed.
2146         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
2147         * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
2148         * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
2149         * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
2150         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
2151         * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
2152         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
2153         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
2154         * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
2155         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
2156         * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
2157         * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
2158         * BugsSite/template/en/default/admin/sanitycheck: Removed.
2159         * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
2160         * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
2161         * BugsSite/template/en/default/admin/settings: Removed.
2162         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
2163         * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
2164         * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
2165         * BugsSite/template/en/default/admin/users: Removed.
2166         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
2167         * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
2168         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
2169         * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
2170         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
2171         * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
2172         * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
2173         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
2174         * BugsSite/template/en/default/admin/versions: Removed.
2175         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
2176         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
2177         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
2178         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
2179         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
2180         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
2181         * BugsSite/template/en/default/admin/workflow: Removed.
2182         * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
2183         * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
2184         * BugsSite/template/en/default/attachment: Removed.
2185         * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
2186         * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
2187         * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
2188         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
2189         * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
2190         * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
2191         * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
2192         * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
2193         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
2194         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
2195         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
2196         * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
2197         * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
2198         * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
2199         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
2200         * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
2201         * BugsSite/template/en/default/bug: Removed.
2202         * BugsSite/template/en/default/bug/activity: Removed.
2203         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
2204         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
2205         * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
2206         * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
2207         * BugsSite/template/en/default/bug/create: Removed.
2208         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
2209         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
2210         * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
2211         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
2212         * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
2213         * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
2214         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
2215         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
2216         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
2217         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
2218         * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
2219         * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
2220         * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
2221         * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
2222         * BugsSite/template/en/default/bug/process: Removed.
2223         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
2224         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
2225         * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
2226         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
2227         * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
2228         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
2229         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
2230         * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
2231         * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
2232         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
2233         * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
2234         * BugsSite/template/en/default/bug/votes: Removed.
2235         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
2236         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
2237         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
2238         * BugsSite/template/en/default/config.js.tmpl: Removed.
2239         * BugsSite/template/en/default/config.rdf.tmpl: Removed.
2240         * BugsSite/template/en/default/email: Removed.
2241         * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
2242         * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
2243         * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
2244         * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
2245         * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
2246         * BugsSite/template/en/default/filterexceptions.pl: Removed.
2247         * BugsSite/template/en/default/flag: Removed.
2248         * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
2249         * BugsSite/template/en/default/global: Removed.
2250         * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
2251         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
2252         * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
2253         * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
2254         * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
2255         * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
2256         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
2257         * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
2258         * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
2259         * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
2260         * BugsSite/template/en/default/global/header.html.tmpl: Removed.
2261         * BugsSite/template/en/default/global/help.html.tmpl: Removed.
2262         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
2263         * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
2264         * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
2265         * BugsSite/template/en/default/global/message.html.tmpl: Removed.
2266         * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
2267         * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
2268         * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
2269         * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
2270         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
2271         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
2272         * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
2273         * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
2274         * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
2275         * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
2276         * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
2277         * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
2278         * BugsSite/template/en/default/index.html.tmpl: Removed.
2279         * BugsSite/template/en/default/list: Removed.
2280         * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
2281         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
2282         * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
2283         * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
2284         * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
2285         * BugsSite/template/en/default/list/list.html.tmpl: Removed.
2286         * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
2287         * BugsSite/template/en/default/list/list.js.tmpl: Removed.
2288         * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
2289         * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
2290         * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
2291         * BugsSite/template/en/default/list/table.html.tmpl: Removed.
2292         * BugsSite/template/en/default/pages: Removed.
2293         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
2294         * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
2295         * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
2296         * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
2297         * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
2298         * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
2299         * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
2300         * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
2301         * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
2302         * BugsSite/template/en/default/reports: Removed.
2303         * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
2304         * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
2305         * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
2306         * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
2307         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
2308         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
2309         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
2310         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
2311         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
2312         * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
2313         * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
2314         * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
2315         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
2316         * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
2317         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
2318         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
2319         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
2320         * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
2321         * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
2322         * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
2323         * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
2324         * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
2325         * BugsSite/template/en/default/request: Removed.
2326         * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
2327         * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
2328         * BugsSite/template/en/default/search: Removed.
2329         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
2330         * BugsSite/template/en/default/search/form.html.tmpl: Removed.
2331         * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
2332         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
2333         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
2334         * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
2335         * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
2336         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
2337         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
2338         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
2339         * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
2340         * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
2341         * BugsSite/template/en/default/setup: Removed.
2342         * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
2343         * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
2344         * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
2345         * BugsSite/template/en/default/whine: Removed.
2346         * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
2347         * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
2348         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
2349         * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
2350         * BugsSite/template/en/extension: Removed.
2351         * BugsSite/template/en/extension/filterexceptions.pl: Removed.
2352         * BugsSite/testagent.cgi: Removed.
2353         * BugsSite/testserver.pl: Removed.
2354         * BugsSite/token.cgi: Removed.
2355         * BugsSite/userprefs.cgi: Removed.
2356         * BugsSite/votes.cgi: Removed.
2357         * BugsSite/whine.pl: Removed.
2358         * BugsSite/whineatnews.pl: Removed.
2359         * BugsSite/xml.cgi: Removed.
2360         * BugsSite/xmlrpc.cgi: Removed.
2361         * PlanetWebKit: Removed.
2362         * PlanetWebKit/README: Removed.
2363         * PlanetWebKit/config.ini: Removed.
2364         * PlanetWebKit/planet: Removed.
2365         * PlanetWebKit/planet/AUTHORS: Removed.
2366         * PlanetWebKit/planet/INSTALL: Removed.
2367         * PlanetWebKit/planet/LICENCE: Removed.
2368         * PlanetWebKit/planet/NEWS: Removed.
2369         * PlanetWebKit/planet/PKG-INFO: Removed.
2370         * PlanetWebKit/planet/README: Removed.
2371         * PlanetWebKit/planet/THANKS: Removed.
2372         * PlanetWebKit/planet/TODO: Removed.
2373         * PlanetWebKit/planet/examples: Removed.
2374         * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
2375         * PlanetWebKit/planet/examples/basic: Removed.
2376         * PlanetWebKit/planet/examples/basic/config.ini: Removed.
2377         * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
2378         * PlanetWebKit/planet/examples/fancy: Removed.
2379         * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
2380         * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
2381         * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
2382         * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
2383         * PlanetWebKit/planet/examples/output: Removed.
2384         * PlanetWebKit/planet/examples/output/images: Removed.
2385         * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
2386         * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
2387         * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
2388         * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
2389         * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
2390         * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
2391         * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
2392         * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
2393         * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
2394         * PlanetWebKit/planet/examples/output/planet.css: Removed.
2395         * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
2396         * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
2397         * PlanetWebKit/planet/planet: Removed.
2398         * PlanetWebKit/planet/planet-cache.py: Removed.
2399         * PlanetWebKit/planet/planet.py: Removed.
2400         * PlanetWebKit/planet/planet/__init__.py: Removed.
2401         * PlanetWebKit/planet/planet/atomstyler.py: Removed.
2402         * PlanetWebKit/planet/planet/cache.py: Removed.
2403         * PlanetWebKit/planet/planet/compat_logging: Removed.
2404         * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
2405         * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
2406         * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
2407         * PlanetWebKit/planet/planet/feedparser.py: Removed.
2408         * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
2409         * PlanetWebKit/planet/planet/sanitize.py: Removed.
2410         * PlanetWebKit/planet/planet/tests: Removed.
2411         * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
2412         * PlanetWebKit/planet/planet/tests/data: Removed.
2413         * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
2414         * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
2415         * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
2416         * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
2417         * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
2418         * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
2419         * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
2420         * PlanetWebKit/planet/runtests.py: Removed.
2421         * PlanetWebKit/planet/setup.py: Removed.
2422         * PlanetWebKit/templates: Removed.
2423         * PlanetWebKit/templates/atom.xml.tmpl: Removed.
2424         * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
2425         * PlanetWebKit/templates/index.html.tmpl: Removed.
2426         * PlanetWebKit/templates/opml.xml.tmpl: Removed.
2427         * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
2428         * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
2429         * PlanetWebKit/update.pl: Removed.
2430         * PlanetWebKit/wwwroot: Removed.
2431         * PlanetWebKit/wwwroot/ie.css: Removed.
2432         * PlanetWebKit/wwwroot/images: Removed.
2433         * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
2434         * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
2435         * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
2436         * PlanetWebKit/wwwroot/images/planet.png: Removed.
2437         * PlanetWebKit/wwwroot/planet.css: Removed.
2438         * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
2439         * Sites: Added.
2440         * Sites/bugs.webkit.org: Copied from BugsSite.
2441         * Sites/planet.webkit.org: Copied from PlanetWebKit.
2442         * Sites/webkit.org: Copied from WebKitSite.
2443         * WebKitSite: Removed.
2444         * WebKitSite/.htaccess: Removed.
2445         * WebKitSite/asking_questions.html: Removed.
2446         * WebKitSite/blog: Removed.
2447         * WebKitSite/blog-files: Removed.
2448         * WebKitSite/blog-files/3d-transforms: Removed.
2449         * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
2450         * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
2451         * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
2452         * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
2453         * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
2454         * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
2455         * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
2456         * WebKitSite/blog-files/InspectElementMenu.png: Removed.
2457         * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
2458         * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
2459         * WebKitSite/blog-files/InspectorFonts.png: Removed.
2460         * WebKitSite/blog-files/acid3-100.png: Removed.
2461         * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
2462         * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
2463         * WebKitSite/blog-files/acid3-screenshot.png: Removed.
2464         * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
2465         * WebKitSite/blog-files/acid3-timing.png: Removed.
2466         * WebKitSite/blog-files/animation-demo.svg: Removed.
2467         * WebKitSite/blog-files/bounce.html: Removed.
2468         * WebKitSite/blog-files/bounce.png: Removed.
2469         * WebKitSite/blog-files/circle.svg: Removed.
2470         * WebKitSite/blog-files/cubes-7.svg: Removed.
2471         * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
2472         * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
2473         * WebKitSite/blog-files/inspector: Removed.
2474         * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
2475         * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
2476         * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
2477         * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
2478         * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
2479         * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
2480         * WebKitSite/blog-files/inspector-event-scope.png: Removed.
2481         * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
2482         * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
2483         * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
2484         * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
2485         * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
2486         * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
2487         * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
2488         * WebKitSite/blog-files/inspector-toolbar.png: Removed.
2489         * WebKitSite/blog-files/inspector-with-scope.png: Removed.
2490         * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
2491         * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
2492         * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
2493         * WebKitSite/blog-files/inspector/colors.png: Removed.
2494         * WebKitSite/blog-files/inspector/console_panel.png: Removed.
2495         * WebKitSite/blog-files/inspector/context_menu.png: Removed.
2496         * WebKitSite/blog-files/inspector/cookies.png: Removed.
2497         * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
2498         * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
2499         * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
2500         * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
2501         * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
2502         * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
2503         * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
2504         * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
2505         * WebKitSite/blog-files/inspector/enable.png: Removed.
2506         * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
2507         * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
2508         * WebKitSite/blog-files/inspector/event_listeners.png: Removed.
2509         * WebKitSite/blog-files/inspector/form_data.png: Removed.
2510         * WebKitSite/blog-files/inspector/inherited_styles.png: Removed.
2511         * WebKitSite/blog-files/inspector/inline_highlight.png: Removed.
2512         * WebKitSite/blog-files/inspector/inorder.png: Removed.
2513         * WebKitSite/blog-files/inspector/inspect_inspector.png: Removed.
2514         * WebKitSite/blog-files/inspector/inspect_inspector_small.png: Removed.
2515         * WebKitSite/blog-files/inspector/large_dom.png: Removed.
2516         * WebKitSite/blog-files/inspector/large_resources.png: Removed.
2517         * WebKitSite/blog-files/inspector/load_lines.png: Removed.
2518         * WebKitSite/blog-files/inspector/nodelist.png: Removed.
2519         * WebKitSite/blog-files/inspector/pseudo_elements.png: Removed.
2520         * WebKitSite/blog-files/inspector/redirect_headers.png: Removed.
2521         * WebKitSite/blog-files/inspector/redirect_headers_full.png: Removed.
2522         * WebKitSite/blog-files/inspector/redirects.png: Removed.
2523         * WebKitSite/blog-files/inspector/redirects_full.png: Removed.
2524         * WebKitSite/blog-files/inspector/scope_bar.png: Removed.
2525         * WebKitSite/blog-files/inspector/timeline_overview.png: Removed.
2526         * WebKitSite/blog-files/inspector/timeline_panel.png: Removed.
2527         * WebKitSite/blog-files/inspector/timeline_record_details.png: Removed.
2528         * WebKitSite/blog-files/inspector/watched_expression.png: Removed.
2529         * WebKitSite/blog-files/kate-circle.png: Removed.
2530         * WebKitSite/blog-files/kate-gradient-rounded.png: Removed.
2531         * WebKitSite/blog-files/kate-gradient.png: Removed.
2532         * WebKitSite/blog-files/kate-reflected.png: Removed.
2533         * WebKitSite/blog-files/kate-vignette-mask.png: Removed.
2534         * WebKitSite/blog-files/kate.png: Removed.
2535         * WebKitSite/blog-files/leaves: Removed.
2536         * WebKitSite/blog-files/leaves-screenshot-small.jpg: Removed.
2537         * WebKitSite/blog-files/leaves-screenshot.jpg: Removed.
2538         * WebKitSite/blog-files/leaves/images: Removed.
2539         * WebKitSite/blog-files/leaves/images/apple-touch-icon.png: Removed.
2540         * WebKitSite/blog-files/leaves/images/backgroundLeaves.jpg: Removed.
2541         * WebKitSite/blog-files/leaves/images/realLeaf1.png: Removed.
2542         * WebKitSite/blog-files/leaves/images/realLeaf2.png: Removed.
2543         * WebKitSite/blog-files/leaves/images/realLeaf3.png: Removed.
2544         * WebKitSite/blog-files/leaves/images/realLeaf4.png: Removed.
2545         * WebKitSite/blog-files/leaves/images/textBackground.png: Removed.
2546         * WebKitSite/blog-files/leaves/index.html: Removed.
2547         * WebKitSite/blog-files/leaves/leaves.css: Removed.
2548         * WebKitSite/blog-files/leaves/leaves.js: Removed.
2549         * WebKitSite/blog-files/load-unload-example.html: Removed.
2550         * WebKitSite/blog-files/loader-diagram.svg: Removed.
2551         * WebKitSite/blog-files/maskspeedracer.png: Removed.
2552         * WebKitSite/blog-files/number-morph.svg: Removed.
2553         * WebKitSite/blog-files/pageshow-pagehide-example.html: Removed.
2554         * WebKitSite/blog-files/prototype-for-gebcn-test.js: Removed.
2555         * WebKitSite/blog-files/pulse.html: Removed.
2556         * WebKitSite/blog-files/pulse.png: Removed.
2557         * WebKitSite/blog-files/riemann-screenshot.png: Removed.
2558         * WebKitSite/blog-files/scrollbarpicture.png: Removed.
2559         * WebKitSite/blog-files/sfx-perf.png: Removed.
2560         * WebKitSite/blog-files/squirrelfish-link-animated.svg: Removed.
2561         * WebKitSite/blog-files/squirrelfish-webkit-graph.png: Removed.
2562         * WebKitSite/blog-files/squirrelfish.png: Removed.
2563         * WebKitSite/blog-files/timeline-blocking-script.png: Removed.
2564         * WebKitSite/blog-files/timeline-defer-script.png: Removed.
2565         * WebKitSite/blog-files/touch-poster.png: Removed.
2566         * WebKitSite/blog-files/vignette-mask.png: Removed.
2567         * WebKitSite/blog-files/webgl: Removed.
2568         * WebKitSite/blog-files/webgl/Earth.html: Removed.
2569         * WebKitSite/blog-files/webgl/ManyPlanetsDeep.html: Removed.
2570         * WebKitSite/blog-files/webgl/SpinningBox.html: Removed.
2571         * WebKitSite/blog-files/webgl/SpiritBox.html: Removed.
2572         * WebKitSite/blog-files/webgl/TeapotPerPixel.html: Removed.
2573         * WebKitSite/blog-files/webgl/TeapotPerVertex.html: Removed.
2574         * WebKitSite/blog-files/webgl/WebGL+CSS.html: Removed.
2575         * WebKitSite/blog-files/webgl/resources: Removed.
2576         * WebKitSite/blog-files/webgl/resources/BambooBridge.jpg: Removed.
2577         * WebKitSite/blog-files/webgl/resources/EarthThumb.jpg: Removed.
2578         * WebKitSite/blog-files/webgl/resources/J3DI.js: Removed.
2579         * WebKitSite/blog-files/webgl/resources/J3DIMath.js: Removed.
2580         * WebKitSite/blog-files/webgl/resources/ManyPlanetsDeepThumb.jpg: Removed.
2581         * WebKitSite/blog-files/webgl/resources/SpinningBoxThumb.jpg: Removed.
2582         * WebKitSite/blog-files/webgl/resources/SpiritBox.jpg: Removed.
2583         * WebKitSite/blog-files/webgl/resources/TeapotPerPixelThumb.jpg: Removed.
2584         * WebKitSite/blog-files/webgl/resources/TeapotPerVertexThumb.jpg: Removed.
2585         * WebKitSite/blog-files/webgl/resources/WebGL+CSSThumb.jpg: Removed.
2586         * WebKitSite/blog-files/webgl/resources/blogpost.css: Removed.
2587         * WebKitSite/blog-files/webgl/resources/earthmap1k.jpg: Removed.
2588         * WebKitSite/blog-files/webgl/resources/mars500x250.png: Removed.
2589         * WebKitSite/blog-files/webgl/resources/spirit.jpg: Removed.
2590         * WebKitSite/blog-files/webgl/resources/teapot.obj: Removed.
2591         * WebKitSite/blog-files/wsj-nopreload.png: Removed.
2592         * WebKitSite/blog-files/wsj-preload.png: Removed.
2593         * WebKitSite/blog-files/wsj-vs.png: Removed.
2594         * WebKitSite/blog/.htaccess: Removed.
2595         * WebKitSite/blog/index.php: Removed.
2596         * WebKitSite/blog/license.txt: Removed.
2597         * WebKitSite/blog/wp-admin: Removed.
2598         * WebKitSite/blog/wp-admin/admin-ajax.php: Removed.
2599         * WebKitSite/blog/wp-admin/admin-footer.php: Removed.
2600         * WebKitSite/blog/wp-admin/admin-functions.php: Removed.
2601         * WebKitSite/blog/wp-admin/admin-header.php: Removed.
2602         * WebKitSite/blog/wp-admin/admin-post.php: Removed.
2603         * WebKitSite/blog/wp-admin/admin.php: Removed.
2604         * WebKitSite/blog/wp-admin/async-upload.php: Removed.
2605         * WebKitSite/blog/wp-admin/categories.php: Removed.
2606         * WebKitSite/blog/wp-admin/comment.php: Removed.
2607         * WebKitSite/blog/wp-admin/css: Removed.
2608         * WebKitSite/blog/wp-admin/css/colors-classic-rtl.css: Removed.
2609         * WebKitSite/blog/wp-admin/css/colors-classic.css: Removed.
2610         * WebKitSite/blog/wp-admin/css/colors-fresh-rtl.css: Removed.
2611         * WebKitSite/blog/wp-admin/css/colors-fresh.css: Removed.
2612         * WebKitSite/blog/wp-admin/css/dashboard-rtl.css: Removed.
2613         * WebKitSite/blog/wp-admin/css/dashboard.css: Removed.
2614         * WebKitSite/blog/wp-admin/css/farbtastic-rtl.css: Removed.
2615         * WebKitSite/blog/wp-admin/css/farbtastic.css: Removed.
2616         * WebKitSite/blog/wp-admin/css/global-rtl.css: Removed.
2617         * WebKitSite/blog/wp-admin/css/global.css: Removed.
2618         * WebKitSite/blog/wp-admin/css/ie-rtl.css: Removed.
2619         * WebKitSite/blog/wp-admin/css/ie.css: Removed.
2620         * WebKitSite/blog/wp-admin/css/install-rtl.css: Removed.
2621         * WebKitSite/blog/wp-admin/css/install.css: Removed.
2622         * WebKitSite/blog/wp-admin/css/login-rtl.css: Removed.
2623         * WebKitSite/blog/wp-admin/css/login.css: Removed.
2624         * WebKitSite/blog/wp-admin/css/media-rtl.css: Removed.
2625         * WebKitSite/blog/wp-admin/css/media.css: Removed.
2626         * WebKitSite/blog/wp-admin/css/plugin-install-rtl.css: Removed.
2627         * WebKitSite/blog/wp-admin/css/plugin-install.css: Removed.
2628         * WebKitSite/blog/wp-admin/css/press-this-rtl.css: Removed.
2629         * WebKitSite/blog/wp-admin/css/press-this.css: Removed.
2630         * WebKitSite/blog/wp-admin/css/theme-editor-rtl.css: Removed.
2631         * WebKitSite/blog/wp-admin/css/theme-editor.css: Removed.
2632         * WebKitSite/blog/wp-admin/css/theme-install.css: Removed.
2633         * WebKitSite/blog/wp-admin/css/widgets-rtl.css: Removed.
2634         * WebKitSite/blog/wp-admin/css/widgets.css: Removed.
2635         * WebKitSite/blog/wp-admin/custom-header.php: Removed.
2636         * WebKitSite/blog/wp-admin/edit-attachment-rows.php: Removed.
2637         * WebKitSite/blog/wp-admin/edit-category-form.php: Removed.
2638         * WebKitSite/blog/wp-admin/edit-comments.php: Removed.
2639         * WebKitSite/blog/wp-admin/edit-form-advanced.php: Removed.
2640         * WebKitSite/blog/wp-admin/edit-form-comment.php: Removed.
2641         * WebKitSite/blog/wp-admin/edit-link-categories.php: Removed.
2642         * WebKitSite/blog/wp-admin/edit-link-category-form.php: Removed.
2643         * WebKitSite/blog/wp-admin/edit-link-form.php: Removed.
2644         * WebKitSite/blog/wp-admin/edit-page-form.php: Removed.
2645         * WebKitSite/blog/wp-admin/edit-pages.php: Removed.
2646         * WebKitSite/blog/wp-admin/edit-post-rows.php: Removed.
2647         * WebKitSite/blog/wp-admin/edit-tag-form.php: Removed.
2648         * WebKitSite/blog/wp-admin/edit-tags.php: Removed.
2649         * WebKitSite/blog/wp-admin/edit.php: Removed.
2650         * WebKitSite/blog/wp-admin/export.php: Removed.
2651         * WebKitSite/blog/wp-admin/gears-manifest.php: Removed.
2652         * WebKitSite/blog/wp-admin/images: Removed.
2653         * WebKitSite/blog/wp-admin/images/align-center.png: Removed.
2654         * WebKitSite/blog/wp-admin/images/align-left.png: Removed.
2655         * WebKitSite/blog/wp-admin/images/align-none.png: Removed.
2656         * WebKitSite/blog/wp-admin/images/align-right.png: Removed.
2657         * WebKitSite/blog/wp-admin/images/archive-link.png: Removed.
2658         * WebKitSite/blog/wp-admin/images/blue-grad.png: Removed.
2659         * WebKitSite/blog/wp-admin/images/browse-happy.gif: Removed.
2660         * WebKitSite/blog/wp-admin/images/bubble_bg-rtl.gif: Removed.
2661         * WebKitSite/blog/wp-admin/images/bubble_bg.gif: Removed.
2662         * WebKitSite/blog/wp-admin/images/button-grad-active-vs.png: Removed.
2663         * WebKitSite/blog/wp-admin/images/button-grad-active.png: Removed.
2664         * WebKitSite/blog/wp-admin/images/button-grad-vs.png: Removed.
2665         * WebKitSite/blog/wp-admin/images/button-grad.png: Removed.
2666         * WebKitSite/blog/wp-admin/images/comment-grey-bubble.png: Removed.
2667         * WebKitSite/blog/wp-admin/images/date-button.gif: Removed.
2668         * WebKitSite/blog/wp-admin/images/ed-bg-vs.gif: Removed.
2669         * WebKitSite/blog/wp-admin/images/ed-bg.gif: Removed.
2670         * WebKitSite/blog/wp-admin/images/fade-butt.png: Removed.
2671         * WebKitSite/blog/wp-admin/images/fav-arrow-rtl.gif: Removed.
2672         * WebKitSite/blog/wp-admin/images/fav-arrow-vs.gif: Removed.
2673         * WebKitSite/blog/wp-admin/images/fav-arrow.gif: Removed.
2674         * WebKitSite/blog/wp-admin/images/fav-top-vs.gif: Removed.
2675         * WebKitSite/blog/wp-admin/images/fav-top.png: Removed.
2676         * WebKitSite/blog/wp-admin/images/fav-vs.png: Removed.
2677         * WebKitSite/blog/wp-admin/images/fav.png: Removed.
2678         * WebKitSite/blog/wp-admin/images/generic.png: Removed.
2679         * WebKitSite/blog/wp-admin/images/gray-grad.png: Removed.
2680         * WebKitSite/blog/wp-admin/images/icons32-vs.png: Removed.
2681         * WebKitSite/blog/wp-admin/images/icons32.png: Removed.
2682         * WebKitSite/blog/wp-admin/images/list-vs.png: Removed.
2683         * WebKitSite/blog/wp-admin/images/list.png: Removed.
2684         * WebKitSite/blog/wp-admin/images/loading-publish.gif: Removed.
2685         * WebKitSite/blog/wp-admin/images/loading.gif: Removed.
2686         * WebKitSite/blog/wp-admin/images/logo-ghost.png: Removed.
2687         * WebKitSite/blog/wp-admin/images/logo-login.gif: Removed.
2688         * WebKitSite/blog/wp-admin/images/logo.gif: Removed.
2689         * WebKitSite/blog/wp-admin/images/marker.png: Removed.
2690         * WebKitSite/blog/wp-admin/images/mask.png: Removed.
2691         * WebKitSite/blog/wp-admin/images/media-button-image.gif: Removed.
2692         * WebKitSite/blog/wp-admin/images/media-button-music.gif: Removed.
2693         * WebKitSite/blog/wp-admin/images/media-button-other.gif: Removed.
2694         * WebKitSite/blog/wp-admin/images/media-button-video.gif: Removed.
2695         * WebKitSite/blog/wp-admin/images/menu-arrows.gif: Removed.
2696         * WebKitSite/blog/wp-admin/images/menu-bits-rtl-vs.gif: Removed.
2697         * WebKitSite/blog/wp-admin/images/menu-bits-rtl.gif: Removed.
2698         * WebKitSite/blog/wp-admin/images/menu-bits-vs.gif: Removed.
2699         * WebKitSite/blog/wp-admin/images/menu-bits.gif: Removed.
2700         * WebKitSite/blog/wp-admin/images/menu-dark-rtl.gif: Removed.
2701         * WebKitSite/blog/wp-admin/images/menu-dark.gif: Removed.
2702         * WebKitSite/blog/wp-admin/images/menu-vs.png: Removed.
2703         * WebKitSite/blog/wp-admin/images/menu.png: Removed.
2704         * WebKitSite/blog/wp-admin/images/no.png: Removed.
2705         * WebKitSite/blog/wp-admin/images/required.gif: Removed.
2706         * WebKitSite/blog/wp-admin/images/resize.gif: Removed.
2707         * WebKitSite/blog/wp-admin/images/screen-options-left.gif: Removed.
2708         * WebKitSite/blog/wp-admin/images/screen-options-right-up.gif: Removed.
2709         * WebKitSite/blog/wp-admin/images/screen-options-right.gif: Removed.
2710         * WebKitSite/blog/wp-admin/images/se.png: Removed.
2711         * WebKitSite/blog/wp-admin/images/star.gif: Removed.
2712         * WebKitSite/blog/wp-admin/images/toggle-arrow-rtl.gif: Removed.
2713         * WebKitSite/blog/wp-admin/images/toggle-arrow.gif: Removed.
2714         * WebKitSite/blog/wp-admin/images/visit-site-button-grad-vs.gif: Removed.
2715         * WebKitSite/blog/wp-admin/images/visit-site-button-grad.gif: Removed.
2716         * WebKitSite/blog/wp-admin/images/wheel.png: Removed.
2717         * WebKitSite/blog/wp-admin/images/white-grad-active.png: Removed.
2718         * WebKitSite/blog/wp-admin/images/white-grad.png: Removed.
2719         * WebKitSite/blog/wp-admin/images/wordpress-logo.png: Removed.
2720         * WebKitSite/blog/wp-admin/images/wp-logo-vs.gif: Removed.
2721         * WebKitSite/blog/wp-admin/images/wp-logo.gif: Removed.
2722         * WebKitSite/blog/wp-admin/images/wpspin_dark.gif: Removed.
2723         * WebKitSite/blog/wp-admin/images/wpspin_light.gif: Removed.
2724         * WebKitSite/blog/wp-admin/images/xit.gif: Removed.
2725         * WebKitSite/blog/wp-admin/images/yes.png: Removed.
2726         * WebKitSite/blog/wp-admin/import: Removed.
2727         * WebKitSite/blog/wp-admin/import.php: Removed.
2728         * WebKitSite/blog/wp-admin/import/blogger.php: Removed.
2729         * WebKitSite/blog/wp-admin/import/blogware.php: Removed.
2730         * WebKitSite/blog/wp-admin/import/dotclear.php: Removed.
2731         * WebKitSite/blog/wp-admin/import/greymatter.php: Removed.
2732         * WebKitSite/blog/wp-admin/import/livejournal.php: Removed.
2733         * WebKitSite/blog/wp-admin/import/mt.php: Removed.
2734         * WebKitSite/blog/wp-admin/import/opml.php: Removed.
2735         * WebKitSite/blog/wp-admin/import/rss.php: Removed.
2736         * WebKitSite/blog/wp-admin/import/stp.php: Removed.
2737         * WebKitSite/blog/wp-admin/import/textpattern.php: Removed.
2738         * WebKitSite/blog/wp-admin/import/utw.php: Removed.
2739         * WebKitSite/blog/wp-admin/import/wordpress.php: Removed.
2740         * WebKitSite/blog/wp-admin/import/wp-cat2tag.php: Removed.
2741         * WebKitSite/blog/wp-admin/includes: Removed.
2742         * WebKitSite/blog/wp-admin/includes/admin.php: Removed.
2743         * WebKitSite/blog/wp-admin/includes/bookmark.php: Removed.
2744         * WebKitSite/blog/wp-admin/includes/class-ftp-pure.php: Removed.
2745         * WebKitSite/blog/wp-admin/includes/class-ftp-sockets.php: Removed.
2746         * WebKitSite/blog/wp-admin/includes/class-ftp.php: Removed.
2747         * WebKitSite/blog/wp-admin/includes/class-pclzip.php: Removed.
2748         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-base.php: Removed.
2749         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-direct.php: Removed.
2750         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpext.php: Removed.
2751         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpsockets.php: Removed.
2752         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ssh2.php: Removed.
2753         * WebKitSite/blog/wp-admin/includes/class-wp-upgrader.php: Removed.
2754         * WebKitSite/blog/wp-admin/includes/comment.php: Removed.
2755         * WebKitSite/blog/wp-admin/includes/continents-cities.php: Removed.
2756         * WebKitSite/blog/wp-admin/includes/dashboard.php: Removed.
2757         * WebKitSite/blog/wp-admin/includes/export.php: Removed.
2758         * WebKitSite/blog/wp-admin/includes/file.php: Removed.
2759         * WebKitSite/blog/wp-admin/includes/image.php: Removed.
2760         * WebKitSite/blog/wp-admin/includes/import.php: Removed.
2761         * WebKitSite/blog/wp-admin/includes/manifest.php: Removed.
2762         * WebKitSite/blog/wp-admin/includes/media.php: Removed.
2763         * WebKitSite/blog/wp-admin/includes/misc.php: Removed.
2764         * WebKitSite/blog/wp-admin/includes/plugin-install.php: Removed.
2765         * WebKitSite/blog/wp-admin/includes/plugin.php: Removed.
2766         * WebKitSite/blog/wp-admin/includes/post.php: Removed.
2767         * WebKitSite/blog/wp-admin/includes/schema.php: Removed.
2768         * WebKitSite/blog/wp-admin/includes/taxonomy.php: Removed.
2769         * WebKitSite/blog/wp-admin/includes/template.php: Removed.
2770         * WebKitSite/blog/wp-admin/includes/theme-install.php: Removed.
2771         * WebKitSite/blog/wp-admin/includes/theme.php: Removed.
2772         * WebKitSite/blog/wp-admin/includes/update-core.php: Removed.
2773         * WebKitSite/blog/wp-admin/includes/update.php: Removed.
2774         * WebKitSite/blog/wp-admin/includes/upgrade.php: Removed.
2775         * WebKitSite/blog/wp-admin/includes/user.php: Removed.
2776         * WebKitSite/blog/wp-admin/includes/widgets.php: Removed.
2777         * WebKitSite/blog/wp-admin/index-extra.php: Removed.
2778         * WebKitSite/blog/wp-admin/index.php: Removed.
2779         * WebKitSite/blog/wp-admin/install-helper.php: Removed.
2780         * WebKitSite/blog/wp-admin/install.php: Removed.
2781         * WebKitSite/blog/wp-admin/js: Removed.
2782         * WebKitSite/blog/wp-admin/js/cat.dev.js: Removed.
2783         * WebKitSite/blog/wp-admin/js/cat.js: Removed.
2784         * WebKitSite/blog/wp-admin/js/categories.dev.js: Removed.
2785         * WebKitSite/blog/wp-admin/js/categories.js: Removed.
2786         * WebKitSite/blog/wp-admin/js/comment.dev.js: Removed.
2787         * WebKitSite/blog/wp-admin/js/comment.js: Removed.
2788         * WebKitSite/blog/wp-admin/js/common.dev.js: Removed.
2789         * WebKitSite/blog/wp-admin/js/common.js: Removed.
2790         * WebKitSite/blog/wp-admin/js/custom-fields.dev.js: Removed.
2791         * WebKitSite/blog/wp-admin/js/custom-fields.js: Removed.
2792         * WebKitSite/blog/wp-admin/js/dashboard.dev.js: Removed.
2793         * WebKitSite/blog/wp-admin/js/dashboard.js: Removed.
2794         * WebKitSite/blog/wp-admin/js/edit-comments.dev.js: Removed.
2795         * WebKitSite/blog/wp-admin/js/edit-comments.js: Removed.
2796         * WebKitSite/blog/wp-admin/js/editor.dev.js: Removed.
2797         * WebKitSite/blog/wp-admin/js/editor.js: Removed.
2798         * WebKitSite/blog/wp-admin/js/farbtastic.js: Removed.
2799         * WebKitSite/blog/wp-admin/js/gallery.dev.js: Removed.
2800         * WebKitSite/blog/wp-admin/js/gallery.js: Removed.
2801         * WebKitSite/blog/wp-admin/js/inline-edit-post.dev.js: Removed.
2802         * WebKitSite/blog/wp-admin/js/inline-edit-post.js: Removed.
2803         * WebKitSite/blog/wp-admin/js/inline-edit-tax.dev.js: Removed.
2804         * WebKitSite/blog/wp-admin/js/inline-edit-tax.js: Removed.
2805         * WebKitSite/blog/wp-admin/js/link.dev.js: Removed.
2806         * WebKitSite/blog/wp-admin/js/link.js: Removed.
2807         * WebKitSite/blog/wp-admin/js/media-upload.dev.js: Removed.
2808         * WebKitSite/blog/wp-admin/js/media-upload.js: Removed.
2809         * WebKitSite/blog/wp-admin/js/media.dev.js: Removed.
2810         * WebKitSite/blog/wp-admin/js/media.js: Removed.
2811         * WebKitSite/blog/wp-admin/js/page.dev.js: Removed.
2812         * WebKitSite/blog/wp-admin/js/page.js: Removed.
2813         * WebKitSite/blog/wp-admin/js/password-strength-meter.dev.js: Removed.
2814         * WebKitSite/blog/wp-admin/js/password-strength-meter.js: Removed.
2815         * WebKitSite/blog/wp-admin/js/plugin-install.dev.js: Removed.
2816         * WebKitSite/blog/wp-admin/js/plugin-install.js: Removed.
2817         * WebKitSite/blog/wp-admin/js/post.dev.js: Removed.
2818         * WebKitSite/blog/wp-admin/js/post.js: Removed.
2819         * WebKitSite/blog/wp-admin/js/postbox.dev.js: Removed.
2820         * WebKitSite/blog/wp-admin/js/postbox.js: Removed.
2821         * WebKitSite/blog/wp-admin/js/revisions-js.php: Removed.
2822         * WebKitSite/blog/wp-admin/js/slug.dev.js: Removed.
2823         * WebKitSite/blog/wp-admin/js/slug.js: Removed.
2824         * WebKitSite/blog/wp-admin/js/tags.dev.js: Removed.
2825         * WebKitSite/blog/wp-admin/js/tags.js: Removed.
2826         * WebKitSite/blog/wp-admin/js/theme-preview.dev.js: Removed.
2827         * WebKitSite/blog/wp-admin/js/theme-preview.js: Removed.
2828         * WebKitSite/blog/wp-admin/js/user-profile.dev.js: Removed.
2829         * WebKitSite/blog/wp-admin/js/user-profile.js: Removed.
2830         * WebKitSite/blog/wp-admin/js/utils.dev.js: Removed.
2831         * WebKitSite/blog/wp-admin/js/utils.js: Removed.
2832         * WebKitSite/blog/wp-admin/js/widgets.dev.js: Removed.
2833         * WebKitSite/blog/wp-admin/js/widgets.js: Removed.
2834         * WebKitSite/blog/wp-admin/js/word-count.dev.js: Removed.
2835         * WebKitSite/blog/wp-admin/js/word-count.js: Removed.
2836         * WebKitSite/blog/wp-admin/js/wp-gears.dev.js: Removed.
2837         * WebKitSite/blog/wp-admin/js/wp-gears.js: Removed.
2838         * WebKitSite/blog/wp-admin/js/xfn.dev.js: Removed.
2839         * WebKitSite/blog/wp-admin/js/xfn.js: Removed.
2840         * WebKitSite/blog/wp-admin/link-add.php: Removed.
2841         * WebKitSite/blog/wp-admin/link-category.php: Removed.
2842         * WebKitSite/blog/wp-admin/link-manager.php: Removed.
2843         * WebKitSite/blog/wp-admin/link-parse-opml.php: Removed.
2844         * WebKitSite/blog/wp-admin/link.php: Removed.
2845         * WebKitSite/blog/wp-admin/load-scripts.php: Removed.
2846         * WebKitSite/blog/wp-admin/load-styles.php: Removed.
2847         * WebKitSite/blog/wp-admin/media-new.php: Removed.
2848         * WebKitSite/blog/wp-admin/media-upload.php: Removed.
2849         * WebKitSite/blog/wp-admin/media.php: Removed.
2850         * WebKitSite/blog/wp-admin/menu-header.php: Removed.
2851         * WebKitSite/blog/wp-admin/menu.php: Removed.
2852         * WebKitSite/blog/wp-admin/moderation.php: Removed.
2853         * WebKitSite/blog/wp-admin/options-discussion.php: Removed.
2854         * WebKitSite/blog/wp-admin/options-general.php: Removed.
2855         * WebKitSite/blog/wp-admin/options-head.php: Removed.
2856         * WebKitSite/blog/wp-admin/options-media.php: Removed.
2857         * WebKitSite/blog/wp-admin/options-misc.php: Removed.
2858         * WebKitSite/blog/wp-admin/options-permalink.php: Removed.
2859         * WebKitSite/blog/wp-admin/options-privacy.php: Removed.
2860         * WebKitSite/blog/wp-admin/options-reading.php: Removed.
2861         * WebKitSite/blog/wp-admin/options-writing.php: Removed.
2862         * WebKitSite/blog/wp-admin/options.php: Removed.
2863         * WebKitSite/blog/wp-admin/page-new.php: Removed.
2864         * WebKitSite/blog/wp-admin/page.php: Removed.
2865         * WebKitSite/blog/wp-admin/plugin-editor.php: Removed.
2866         * WebKitSite/blog/wp-admin/plugin-install.php: Removed.
2867         * WebKitSite/blog/wp-admin/plugins.php: Removed.
2868         * WebKitSite/blog/wp-admin/post-new.php: Removed.
2869         * WebKitSite/blog/wp-admin/post.php: Removed.
2870         * WebKitSite/blog/wp-admin/press-this.php: Removed.
2871         * WebKitSite/blog/wp-admin/profile.php: Removed.
2872         * WebKitSite/blog/wp-admin/revision.php: Removed.
2873         * WebKitSite/blog/wp-admin/rtl.css: Removed.
2874         * WebKitSite/blog/wp-admin/setup-config.php: Removed.
2875         * WebKitSite/blog/wp-admin/sidebar.php: Removed.
2876         * WebKitSite/blog/wp-admin/theme-editor.php: Removed.
2877         * WebKitSite/blog/wp-admin/theme-install.php: Removed.
2878         * WebKitSite/blog/wp-admin/themes.php: Removed.
2879         * WebKitSite/blog/wp-admin/tools.php: Removed.
2880         * WebKitSite/blog/wp-admin/update-core.php: Removed.
2881         * WebKitSite/blog/wp-admin/update-links.php: Removed.
2882         * WebKitSite/blog/wp-admin/update.php: Removed.
2883         * WebKitSite/blog/wp-admin/upgrade-functions.php: Removed.
2884         * WebKitSite/blog/wp-admin/upgrade.php: Removed.
2885         * WebKitSite/blog/wp-admin/upload.php: Removed.
2886         * WebKitSite/blog/wp-admin/user-edit.php: Removed.
2887         * WebKitSite/blog/wp-admin/user-new.php: Removed.
2888         * WebKitSite/blog/wp-admin/users.php: Removed.
2889         * WebKitSite/blog/wp-admin/widgets.php: Removed.
2890         * WebKitSite/blog/wp-admin/wp-admin.css: Removed.
2891         * WebKitSite/blog/wp-app.php: Removed.
2892         * WebKitSite/blog/wp-atom.php: Removed.
2893         * WebKitSite/blog/wp-blog-header.php: Removed.
2894         * WebKitSite/blog/wp-comments-post.php: Removed.
2895         * WebKitSite/blog/wp-commentsrss2.php: Removed.
2896         * WebKitSite/blog/wp-config-sample.php: Removed.
2897         * WebKitSite/blog/wp-config.php: Removed.
2898         * WebKitSite/blog/wp-content: Removed.
2899         * WebKitSite/blog/wp-content/Picture9.png: Removed.
2900         * WebKitSite/blog/wp-content/cache: Removed.
2901         * WebKitSite/blog/wp-content/chrome.jpg: Removed.
2902         * WebKitSite/blog/wp-content/chucknorris.png: Removed.
2903         * WebKitSite/blog/wp-content/databaseexample.png: Removed.
2904         * WebKitSite/blog/wp-content/drosera.png: Removed.
2905         * WebKitSite/blog/wp-content/hitlist.png: Removed.
2906         * WebKitSite/blog/wp-content/index.php: Removed.
2907         * WebKitSite/blog/wp-content/plugins: Removed.
2908         * WebKitSite/blog/wp-content/plugins/SK2: Removed.
2909         * WebKitSite/blog/wp-content/plugins/SK2/sk2_plugins: Removed.
2910         * WebKitSite/blog/wp-content/plugins/akismet: Removed.
2911         * WebKitSite/blog/wp-content/plugins/akismet/akismet.gif: Removed.
2912         * WebKitSite/blog/wp-content/plugins/akismet/akismet.php: Removed.
2913         * WebKitSite/blog/wp-content/plugins/akismet/readme.txt: Removed.
2914         * WebKitSite/blog/wp-content/plugins/commentcontrol.php: Removed.
2915         * WebKitSite/blog/wp-content/plugins/hello.php: Removed.
2916         * WebKitSite/blog/wp-content/plugins/index.php: Removed.
2917         * WebKitSite/blog/wp-content/plugins/wp-cache: Removed.
2918         * WebKitSite/blog/wp-content/rotate.png: Removed.
2919         * WebKitSite/blog/wp-content/rotate.svg: Removed.
2920         * WebKitSite/blog/wp-content/svgtext.png: Removed.
2921         * WebKitSite/blog/wp-content/svgtextmini.png: Removed.
2922         * WebKitSite/blog/wp-content/svgtextmini_01.png: Removed.
2923         * WebKitSite/blog/wp-content/textfield_screenshot.jpg: Removed.
2924         * WebKitSite/blog/wp-content/themes: Removed.
2925         * WebKitSite/blog/wp-content/themes/classic: Removed.
2926         * WebKitSite/blog/wp-content/themes/classic/comments-popup.php: Removed.
2927         * WebKitSite/blog/wp-content/themes/classic/comments.php: Removed.
2928         * WebKitSite/blog/wp-content/themes/classic/footer.php: Removed.
2929         * WebKitSite/blog/wp-content/themes/classic/functions.php: Removed.
2930         * WebKitSite/blog/wp-content/themes/classic/header.php: Removed.
2931         * WebKitSite/blog/wp-content/themes/classic/index.php: Removed.
2932         * WebKitSite/blog/wp-content/themes/classic/rtl.css: Removed.
2933         * WebKitSite/blog/wp-content/themes/classic/screenshot.png: Removed.
2934         * WebKitSite/blog/wp-content/themes/classic/sidebar.php: Removed.
2935         * WebKitSite/blog/wp-content/themes/classic/style.css: Removed.
2936         * WebKitSite/blog/wp-content/themes/default: Removed.
2937         * WebKitSite/blog/wp-content/themes/default/404.php: Removed.
2938         * WebKitSite/blog/wp-content/themes/default/archive.php: Removed.
2939         * WebKitSite/blog/wp-content/themes/default/archives.php: Removed.
2940         * WebKitSite/blog/wp-content/themes/default/comments-popup.php: Removed.
2941         * WebKitSite/blog/wp-content/themes/default/comments.php: Removed.
2942         * WebKitSite/blog/wp-content/themes/default/footer.php: Removed.
2943         * WebKitSite/blog/wp-content/themes/default/functions.php: Removed.
2944         * WebKitSite/blog/wp-content/themes/default/header.php: Removed.
2945         * WebKitSite/blog/wp-content/themes/default/image.php: Removed.
2946         * WebKitSite/blog/wp-content/themes/default/images: Removed.
2947         * WebKitSite/blog/wp-content/themes/default/images/audio.jpg: Removed.
2948         * WebKitSite/blog/wp-content/themes/default/images/header-img.php: Removed.
2949         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-ltr.jpg: Removed.
2950         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-rtl.jpg: Removed.
2951         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
2952         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
2953         * WebKitSite/blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
2954         * WebKitSite/blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
2955         * WebKitSite/blog/wp-content/themes/default/index.php: Removed.
2956         * WebKitSite/blog/wp-content/themes/default/links.php: Removed.
2957         * WebKitSite/blog/wp-content/themes/default/page.php: Removed.
2958         * WebKitSite/blog/wp-content/themes/default/rtl.css: Removed.
2959         * WebKitSite/blog/wp-content/themes/default/screenshot.png: Removed.
2960         * WebKitSite/blog/wp-content/themes/default/search.php: Removed.
2961         * WebKitSite/blog/wp-content/themes/default/sidebar.php: Removed.
2962         * WebKitSite/blog/wp-content/themes/default/single.php: Removed.
2963         * WebKitSite/blog/wp-content/themes/default/style.css: Removed.
2964         * WebKitSite/blog/wp-content/themes/index.php: Removed.
2965         * WebKitSite/blog/wp-content/themes/webkit: Removed.
2966         * WebKitSite/blog/wp-content/themes/webkit/404.php: Removed.
2967         * WebKitSite/blog/wp-content/themes/webkit/archive.php: Removed.
2968         * WebKitSite/blog/wp-content/themes/webkit/archives.php: Removed.
2969         * WebKitSite/blog/wp-content/themes/webkit/comments-popup.php: Removed.
2970         * WebKitSite/blog/wp-content/themes/webkit/comments.php: Removed.
2971         * WebKitSite/blog/wp-content/themes/webkit/footer.php: Removed.
2972         * WebKitSite/blog/wp-content/themes/webkit/header.php: Removed.
2973         * WebKitSite/blog/wp-content/themes/webkit/index.php: Removed.
2974         * WebKitSite/blog/wp-content/themes/webkit/links.php: Removed.
2975         * WebKitSite/blog/wp-content/themes/webkit/page.php: Removed.
2976         * WebKitSite/blog/wp-content/themes/webkit/search.php: Removed.
2977         * WebKitSite/blog/wp-content/themes/webkit/searchform.php: Removed.
2978         * WebKitSite/blog/wp-content/themes/webkit/sidebar.php: Removed.
2979         * WebKitSite/blog/wp-content/themes/webkit/single.php: Removed.
2980         * WebKitSite/blog/wp-content/themes/webkit/style.css: Removed.
2981         * WebKitSite/blog/wp-content/uploads: Removed.
2982         * WebKitSite/blog/wp-content/uploads/2007: Removed.
2983         * WebKitSite/blog/wp-content/uploads/2007/06: Removed.
2984         * WebKitSite/blog/wp-content/uploads/2007/06/newinspector.png: Removed.
2985         * WebKitSite/blog/wp-content/webInspector.png: Removed.
2986         * WebKitSite/blog/wp-cron.php: Removed.
2987         * WebKitSite/blog/wp-feed.php: Removed.
2988         * WebKitSite/blog/wp-images: Removed.
2989         * WebKitSite/blog/wp-images/smilies: Removed.
2990         * WebKitSite/blog/wp-includes: Removed.
2991         * WebKitSite/blog/wp-includes/Text: Removed.
2992         * WebKitSite/blog/wp-includes/Text/Diff: Removed.
2993         * WebKitSite/blog/wp-includes/Text/Diff.php: Removed.
2994         * WebKitSite/blog/wp-includes/Text/Diff/Engine: Removed.
2995         * WebKitSite/blog/wp-includes/Text/Diff/Engine/native.php: Removed.
2996         * WebKitSite/blog/wp-includes/Text/Diff/Engine/shell.php: Removed.
2997         * WebKitSite/blog/wp-includes/Text/Diff/Engine/string.php: Removed.
2998         * WebKitSite/blog/wp-includes/Text/Diff/Engine/xdiff.php: Removed.
2999         * WebKitSite/blog/wp-includes/Text/Diff/Renderer: Removed.
3000         * WebKitSite/blog/wp-includes/Text/Diff/Renderer.php: Removed.
3001         * WebKitSite/blog/wp-includes/Text/Diff/Renderer/inline.php: Removed.
3002         * WebKitSite/blog/wp-includes/atomlib.php: Removed.
3003         * WebKitSite/blog/wp-includes/author-template.php: Removed.
3004         * WebKitSite/blog/wp-includes/bookmark-template.php: Removed.
3005         * WebKitSite/blog/wp-includes/bookmark.php: Removed.
3006         * WebKitSite/blog/wp-includes/cache.php: Removed.
3007         * WebKitSite/blog/wp-includes/canonical.php: Removed.
3008         * WebKitSite/blog/wp-includes/capabilities.php: Removed.
3009         * WebKitSite/blog/wp-includes/category-template.php: Removed.
3010         * WebKitSite/blog/wp-includes/category.php: Removed.
3011         * WebKitSite/blog/wp-includes/class-IXR.php: Removed.
3012         * WebKitSite/blog/wp-includes/class-feed.php: Removed.
3013         * WebKitSite/blog/wp-includes/class-phpass.php: Removed.
3014         * WebKitSite/blog/wp-includes/class-phpmailer.php: Removed.
3015         * WebKitSite/blog/wp-includes/class-pop3.php: Removed.
3016         * WebKitSite/blog/wp-includes/class-simplepie.php: Removed.
3017         * WebKitSite/blog/wp-includes/class-smtp.php: Removed.
3018         * WebKitSite/blog/wp-includes/class-snoopy.php: Removed.
3019         * WebKitSite/blog/wp-includes/class.wp-dependencies.php: Removed.
3020         * WebKitSite/blog/wp-includes/class.wp-scripts.php: Removed.
3021         * WebKitSite/blog/wp-includes/class.wp-styles.php: Removed.
3022         * WebKitSite/blog/wp-includes/classes.php: Removed.
3023         * WebKitSite/blog/wp-includes/comment-template.php: Removed.
3024         * WebKitSite/blog/wp-includes/comment.php: Removed.
3025         * WebKitSite/blog/wp-includes/compat.php: Removed.
3026         * WebKitSite/blog/wp-includes/cron.php: Removed.
3027         * WebKitSite/blog/wp-includes/default-filters.php: Removed.
3028         * WebKitSite/blog/wp-includes/default-widgets.php: Removed.
3029         * WebKitSite/blog/wp-includes/deprecated.php: Removed.
3030         * WebKitSite/blog/wp-includes/feed-atom-comments.php: Removed.
3031         * WebKitSite/blog/wp-includes/feed-atom.php: Removed.
3032         * WebKitSite/blog/wp-includes/feed-rdf.php: Removed.
3033         * WebKitSite/blog/wp-includes/feed-rss.php: Removed.
3034         * WebKitSite/blog/wp-includes/feed-rss2-comments.php: Removed.
3035         * WebKitSite/blog/wp-includes/feed-rss2.php: Removed.
3036         * WebKitSite/blog/wp-includes/feed.php: Removed.
3037         * WebKitSite/blog/wp-includes/formatting.php: Removed.
3038         * WebKitSite/blog/wp-includes/functions.php: Removed.
3039         * WebKitSite/blog/wp-includes/functions.wp-scripts.php: Removed.
3040         * WebKitSite/blog/wp-includes/functions.wp-styles.php: Removed.
3041         * WebKitSite/blog/wp-includes/general-template.php: Removed.
3042         * WebKitSite/blog/wp-includes/gettext.php: Removed.
3043         * WebKitSite/blog/wp-includes/http.php: Removed.
3044         * WebKitSite/blog/wp-includes/images: Removed.
3045         * WebKitSite/blog/wp-includes/images/blank.gif: Removed.
3046         * WebKitSite/blog/wp-includes/images/crystal: Removed.
3047         * WebKitSite/blog/wp-includes/images/crystal/archive.png: Removed.
3048         * WebKitSite/blog/wp-includes/images/crystal/audio.png: Removed.
3049         * WebKitSite/blog/wp-includes/images/crystal/code.png: Removed.
3050         * WebKitSite/blog/wp-includes/images/crystal/default.png: Removed.
3051         * WebKitSite/blog/wp-includes/images/crystal/document.png: Removed.
3052         * WebKitSite/blog/wp-includes/images/crystal/interactive.png: Removed.
3053         * WebKitSite/blog/wp-includes/images/crystal/license.txt: Removed.
3054         * WebKitSite/blog/wp-includes/images/crystal/spreadsheet.png: Removed.
3055         * WebKitSite/blog/wp-includes/images/crystal/text.png: Removed.
3056         * WebKitSite/blog/wp-includes/images/crystal/video.png: Removed.
3057         * WebKitSite/blog/wp-includes/images/rss.png: Removed.
3058         * WebKitSite/blog/wp-includes/images/smilies: Removed.
3059         * WebKitSite/blog/wp-includes/images/smilies/icon_arrow.gif: Removed.
3060         * WebKitSite/blog/wp-includes/images/smilies/icon_biggrin.gif: Removed.
3061         * WebKitSite/blog/wp-includes/images/smilies/icon_confused.gif: Removed.
3062         * WebKitSite/blog/wp-includes/images/smilies/icon_cool.gif: Removed.
3063         * WebKitSite/blog/wp-includes/images/smilies/icon_cry.gif: Removed.
3064         * WebKitSite/blog/wp-includes/images/smilies/icon_eek.gif: Removed.
3065         * WebKitSite/blog/wp-includes/images/smilies/icon_evil.gif: Removed.
3066         * WebKitSite/blog/wp-includes/images/smilies/icon_exclaim.gif: Removed.
3067         * WebKitSite/blog/wp-includes/images/smilies/icon_idea.gif: Removed.
3068         * WebKitSite/blog/wp-includes/images/smilies/icon_lol.gif: Removed.
3069         * WebKitSite/blog/wp-includes/images/smilies/icon_mad.gif: Removed.
3070         * WebKitSite/blog/wp-includes/images/smilies/icon_mrgreen.gif: Removed.
3071         * WebKitSite/blog/wp-includes/images/smilies/icon_neutral.gif: Removed.
3072         * WebKitSite/blog/wp-includes/images/smilies/icon_question.gif: Removed.
3073         * WebKitSite/blog/wp-includes/images/smilies/icon_razz.gif: Removed.
3074         * WebKitSite/blog/wp-includes/images/smilies/icon_redface.gif: Removed.
3075         * WebKitSite/blog/wp-includes/images/smilies/icon_rolleyes.gif: Removed.
3076         * WebKitSite/blog/wp-includes/images/smilies/icon_sad.gif: Removed.
3077         * WebKitSite/blog/wp-includes/images/smilies/icon_smile.gif: Removed.
3078         * WebKitSite/blog/wp-includes/images/smilies/icon_surprised.gif: Removed.
3079         * WebKitSite/blog/wp-includes/images/smilies/icon_twisted.gif: Removed.
3080         * WebKitSite/blog/wp-includes/images/smilies/icon_wink.gif: Removed.
3081         * WebKitSite/blog/wp-includes/images/upload.png: Removed.
3082         * WebKitSite/blog/wp-includes/images/wlw: Removed.
3083         * WebKitSite/blog/wp-includes/images/wlw/wp-comments.png: Removed.
3084         * WebKitSite/blog/wp-includes/images/wlw/wp-icon.png: Removed.
3085         * WebKitSite/blog/wp-includes/images/wlw/wp-watermark.png: Removed.
3086         * WebKitSite/blog/wp-includes/js: Removed.
3087         * WebKitSite/blog/wp-includes/js/autosave.dev.js: Removed.
3088         * WebKitSite/blog/wp-includes/js/autosave.js: Removed.
3089         * WebKitSite/blog/wp-includes/js/codepress: Removed.
3090         * WebKitSite/blog/wp-includes/js/codepress/codepress.css: Removed.
3091         * WebKitSite/blog/wp-includes/js/codepress/codepress.html: Removed.
3092         * WebKitSite/blog/wp-includes/js/codepress/codepress.js: Removed.
3093         * WebKitSite/blog/wp-includes/js/codepress/engines: Removed.
3094         * WebKitSite/blog/wp-includes/js/codepress/engines/gecko.js: Removed.
3095         * WebKitSite/blog/wp-includes/js/codepress/engines/khtml.js: Removed.
3096         * WebKitSite/blog/wp-includes/js/codepress/engines/msie.js: Removed.
3097         * WebKitSite/blog/wp-includes/js/codepress/engines/older.js: Removed.
3098         * WebKitSite/blog/wp-includes/js/codepress/engines/opera.js: Removed.
3099         * WebKitSite/blog/wp-includes/js/codepress/images: Removed.
3100         * WebKitSite/blog/wp-includes/js/codepress/images/line-numbers.png: Removed.
3101         * WebKitSite/blog/wp-includes/js/codepress/languages: Removed.
3102         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.css: Removed.
3103         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.js: Removed.
3104         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.css: Removed.
3105         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.js: Removed.
3106         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.css: Removed.
3107         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.js: Removed.
3108         * WebKitSite/blog/wp-includes/js/codepress/languages/css.css: Removed.
3109         * WebKitSite/blog/wp-includes/js/codepress/languages/css.js: Removed.
3110         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.css: Removed.
3111         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.js: Removed.
3112         * WebKitSite/blog/wp-includes/js/codepress/languages/html.css: Removed.
3113         * WebKitSite/blog/wp-includes/js/codepress/languages/html.js: Removed.
3114         * WebKitSite/blog/wp-includes/js/codepress/languages/java.css: Removed.
3115         * WebKitSite/blog/wp-includes/js/codepress/languages/java.js: Removed.
3116         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.css: Removed.
3117         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.js: Removed.
3118         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.css: Removed.
3119         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.js: Removed.
3120         * WebKitSite/blog/wp-includes/js/codepress/languages/php.css: Removed.
3121         * WebKitSite/blog/wp-includes/js/codepress/languages/php.js: Removed.
3122         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.css: Removed.
3123         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.js: Removed.
3124         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.css: Removed.
3125         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.js: Removed.
3126         * WebKitSite/blog/wp-includes/js/codepress/languages/text.css: Removed.
3127         * WebKitSite/blog/wp-includes/js/codepress/languages/text.js: Removed.
3128         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.css: Removed.
3129         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.js: Removed.
3130         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.css: Removed.
3131         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.js: Removed.
3132         * WebKitSite/blog/wp-includes/js/codepress/license.txt: Removed.
3133         * WebKitSite/blog/wp-includes/js/colorpicker.dev.js: Removed.
3134         * WebKitSite/blog/wp-includes/js/colorpicker.js: Removed.
3135         * WebKitSite/blog/wp-includes/js/comment-reply.dev.js: Removed.
3136         * WebKitSite/blog/wp-includes/js/comment-reply.js: Removed.
3137         * WebKitSite/blog/wp-includes/js/crop: Removed.
3138         * WebKitSite/blog/wp-includes/js/crop/cropper.css: Removed.
3139         * WebKitSite/blog/wp-includes/js/crop/cropper.js: Removed.
3140         * WebKitSite/blog/wp-includes/js/crop/marqueeHoriz.gif: Removed.
3141         * WebKitSite/blog/wp-includes/js/crop/marqueeVert.gif: Removed.
3142         * WebKitSite/blog/wp-includes/js/hoverIntent.dev.js: Removed.
3143         * WebKitSite/blog/wp-includes/js/hoverIntent.js: Removed.
3144         * WebKitSite/blog/wp-includes/js/jcrop: Removed.
3145         * WebKitSite/blog/wp-includes/js/jcrop/Jcrop.gif: Removed.
3146         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.css: Removed.
3147         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.dev.js: Removed.
3148         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.js: Removed.
3149         * WebKitSite/blog/wp-includes/js/jquery: Removed.
3150         * WebKitSite/blog/wp-includes/js/jquery/interface.js: Removed.
3151         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.dev.js: Removed.
3152         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.js: Removed.
3153         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.dev.js: Removed.
3154         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.js: Removed.
3155         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.dev.js: Removed.
3156         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.js: Removed.
3157         * WebKitSite/blog/wp-includes/js/jquery/jquery.js: Removed.
3158         * WebKitSite/blog/wp-includes/js/jquery/jquery.schedule.js: Removed.
3159         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.dev.js: Removed.
3160         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.js: Removed.
3161         * WebKitSite/blog/wp-includes/js/jquery/suggest.dev.js: Removed.
3162         * WebKitSite/blog/wp-includes/js/jquery/suggest.js: Removed.
3163         * WebKitSite/blog/wp-includes/js/jquery/ui.core.js: Removed.
3164         * WebKitSite/blog/wp-includes/js/jquery/ui.dialog.js: Removed.
3165         * WebKitSite/blog/wp-includes/js/jquery/ui.draggable.js: Removed.
3166         * WebKitSite/blog/wp-includes/js/jquery/ui.droppable.js: Removed.
3167         * WebKitSite/blog/wp-includes/js/jquery/ui.resizable.js: Removed.
3168         * WebKitSite/blog/wp-includes/js/jquery/ui.selectable.js: Removed.
3169         * WebKitSite/blog/wp-includes/js/jquery/ui.sortable.js: Removed.
3170         * WebKitSite/blog/wp-includes/js/jquery/ui.tabs.js: Removed.
3171         * WebKitSite/blog/wp-includes/js/prototype.js: Removed.
3172         * WebKitSite/blog/wp-includes/js/quicktags.dev.js: Removed.
3173         * WebKitSite/blog/wp-includes/js/quicktags.js: Removed.
3174         * WebKitSite/blog/wp-includes/js/scriptaculous: Removed.
3175         * WebKitSite/blog/wp-includes/js/scriptaculous/MIT-LICENSE: Removed.
3176         * WebKitSite/blog/wp-includes/js/scriptaculous/builder.js: Removed.
3177         * WebKitSite/blog/wp-includes/js/scriptaculous/controls.js: Removed.
3178         * WebKitSite/blog/wp-includes/js/scriptaculous/dragdrop.js: Removed.
3179         * WebKitSite/blog/wp-includes/js/scriptaculous/effects.js: Removed.
3180         * WebKitSite/blog/wp-includes/js/scriptaculous/prototype.js: Removed.
3181         * WebKitSite/blog/wp-includes/js/scriptaculous/scriptaculous.js: Removed.
3182         * WebKitSite/blog/wp-includes/js/scriptaculous/slider.js: Removed.
3183         * WebKitSite/blog/wp-includes/js/scriptaculous/sound.js: Removed.
3184         * WebKitSite/blog/wp-includes/js/scriptaculous/unittest.js: Removed.
3185         * WebKitSite/blog/wp-includes/js/scriptaculous/wp-scriptaculous.js: Removed.
3186         * WebKitSite/blog/wp-includes/js/swfobject.js: Removed.
3187         * WebKitSite/blog/wp-includes/js/swfupload: Removed.
3188         * WebKitSite/blog/wp-includes/js/swfupload/handlers.dev.js: Removed.
3189         * WebKitSite/blog/wp-includes/js/swfupload/handlers.js: Removed.
3190         * WebKitSite/blog/wp-includes/js/swfupload/plugins: Removed.
3191         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.cookies.js: Removed.
3192         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.queue.js: Removed.
3193         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.speed.js: Removed.
3194         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.swfobject.js: Removed.
3195         * WebKitSite/blog/wp-includes/js/swfupload/swfupload-all.js: Removed.
3196         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.js: Removed.
3197         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.swf: Removed.
3198         * WebKitSite/blog/wp-includes/js/thickbox: Removed.
3199         * WebKitSite/blog/wp-includes/js/thickbox/loadingAnimation.gif: Removed.
3200         * WebKitSite/blog/wp-includes/js/thickbox/macFFBgHack.png: Removed.
3201         * WebKitSite/blog/wp-includes/js/thickbox/tb-close.png: Removed.
3202         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.css: Removed.
3203         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.js: Removed.
3204         * WebKitSite/blog/wp-includes/js/tinymce: Removed.
3205         * WebKitSite/blog/wp-includes/js/tinymce/blank.htm: Removed.
3206         * WebKitSite/blog/wp-includes/js/tinymce/langs: Removed.
3207         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs-en.js: Removed.
3208         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs.php: Removed.
3209         * WebKitSite/blog/wp-includes/js/tinymce/license.txt: Removed.
3210         * WebKitSite/blog/wp-includes/js/tinymce/plugins: Removed.
3211         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave: Removed.
3212         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave/langs: Removed.
3213         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality: Removed.
3214         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/editor_plugin.js: Removed.
3215         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/images: Removed.
3216         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/langs: Removed.
3217         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
3218         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js: Removed.
3219         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm: Removed.
3220         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
3221         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/css: Removed.
3222         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js: Removed.
3223         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/images: Removed.
3224         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/jscripts: Removed.
3225         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
3226         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
3227         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
3228         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: Removed.
3229         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: Removed.
3230         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: Removed.
3231         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: Removed.
3232         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: Removed.
3233         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/drag.gif: Removed.
3234         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: Removed.
3235         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: Removed.
3236         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css: Removed.
3237         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/template.htm: Removed.
3238         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media: Removed.
3239         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css: Removed.
3240         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/content.css: Removed.
3241         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/media.css: Removed.
3242         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/editor_plugin.js: Removed.
3243         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img: Removed.
3244         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flash.gif: Removed.
3245         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flv_player.swf: Removed.
3246         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/quicktime.gif: Removed.
3247         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/realmedia.gif: Removed.
3248         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/shockwave.gif: Removed.
3249         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/trans.gif: Removed.
3250         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/windowsmedia.gif: Removed.
3251         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js: Removed.
3252         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/embed.js: Removed.
3253         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/media.js: Removed.
3254         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/media.htm: Removed.
3255         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste: Removed.
3256         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/blank.htm: Removed.
3257         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/css: Removed.
3258         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/editor_plugin.js: Removed.
3259         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/images: Removed.
3260         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
3261         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pastetext.js: Removed.
3262         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pasteword.js: Removed.
3263         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/jscripts: Removed.
3264         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/langs: Removed.
3265         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pastetext.htm: Removed.
3266         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pasteword.htm: Removed.
3267         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari: Removed.
3268         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/blank.htm: Removed.
3269         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/editor_plugin.js: Removed.
3270         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
3271         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
3272         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php: Removed.
3273         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php: Removed.
3274         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php: Removed.
3275         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php: Removed.
3276         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php: Removed.
3277         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
3278         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php: Removed.
3279         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php: Removed.
3280         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/config.php: Removed.
3281         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
3282         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css/content.css: Removed.
3283         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js: Removed.
3284         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/images: Removed.
3285         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
3286         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif: Removed.
3287         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
3288         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes/general.php: Removed.
3289         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/langs: Removed.
3290         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/rpc.php: Removed.
3291         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
3292         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus/editor_plugin.js: Removed.
3293         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
3294         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
3295         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css/content.css: Removed.
3296         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.dev.js: Removed.
3297         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js: Removed.
3298         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/images: Removed.
3299         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
3300         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/audio.gif: Removed.
3301         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/help.gif: Removed.
3302         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/image.gif: Removed.
3303         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/media.gif: Removed.
3304         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more.gif: Removed.
3305         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more_bug.gif: Removed.
3306         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page.gif: Removed.
3307         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page_bug.gif: Removed.
3308         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/toolbars.gif: Removed.
3309         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif: Removed.
3310         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/video.gif: Removed.
3311         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/langs: Removed.
3312         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
3313         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
3314         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage-rtl.css: Removed.
3315         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css: Removed.
3316         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html: Removed.
3317         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.dev.js: Removed.
3318         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js: Removed.
3319         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
3320         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Removed.
3321         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Removed.
3322         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
3323         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js: Removed.
3324         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
3325         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js: Removed.
3326         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js: Removed.
3327         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
3328         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Removed.
3329         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Removed.
3330         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Removed.
3331         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/t.gif: Removed.
3332         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp: Removed.
3333         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/images: Removed.
3334         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/langs: Removed.
3335         * WebKitSite/blog/wp-includes/js/tinymce/themes: Removed.
3336         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced: Removed.
3337         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/about.htm: Removed.
3338         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/anchor.htm: Removed.
3339         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/charmap.htm: Removed.
3340         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/color_picker.htm: Removed.
3341         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/css: Removed.
3342         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/editor_template.js: Removed.
3343         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/image.htm: Removed.
3344         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images: Removed.
3345         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images/xp: Removed.
3346         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
3347         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/colorpicker.jpg: Removed.
3348         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/fm.gif: Removed.
3349         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Removed.
3350         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/icons.gif: Removed.
3351         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Removed.
3352         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
3353         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/about.js: Removed.
3354         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/anchor.js: Removed.
3355         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/charmap.js: Removed.
3356         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/color_picker.js: Removed.
3357         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/image.js: Removed.
3358         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/link.js: Removed.
3359         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/source_editor.js: Removed.
3360         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/jscripts: Removed.
3361         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/langs: Removed.
3362         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/link.htm: Removed.
3363         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
3364         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
3365         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/content.css: Removed.
3366         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/dialog.css: Removed.
3367         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
3368         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Removed.
3369         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/items.gif: Removed.
3370         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif: Removed.
3371         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_check.gif: Removed.
3372         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/progress.gif: Removed.
3373         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/tabs.gif: Removed.
3374         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/ui.css: Removed.
3375         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
3376         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/content.css: Removed.
3377         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css: Removed.
3378         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
3379         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Removed.
3380         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Removed.
3381         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Removed.
3382         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui.css: Removed.
3383         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_black.css: Removed.
3384         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_silver.css: Removed.
3385         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
3386         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css: Removed.
3387         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css: Removed.
3388         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
3389         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Removed.
3390         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Removed.
3391         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/down_arrow.gif: Removed.
3392         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png: Removed.
3393         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif: Removed.
3394         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/tabs.gif: Removed.
3395         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css: Removed.
3396         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/source_editor.htm: Removed.
3397         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce.js: Removed.
3398         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce_popup.js: Removed.
3399         * WebKitSite/blog/wp-includes/js/tinymce/utils: Removed.
3400         * WebKitSite/blog/wp-includes/js/tinymce/utils/editable_selects.js: Removed.
3401         * WebKitSite/blog/wp-includes/js/tinymce/utils/form_utils.js: Removed.
3402         * WebKitSite/blog/wp-includes/js/tinymce/utils/mctabs.js: Removed.
3403         * WebKitSite/blog/wp-includes/js/tinymce/utils/validate.js: Removed.
3404         * WebKitSite/blog/wp-includes/js/tinymce/wp-mce-help.php: Removed.
3405         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js: Removed.
3406         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js.gz: Removed.
3407         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.php: Removed.
3408         * WebKitSite/blog/wp-includes/js/tw-sack.dev.js: Removed.
3409         * WebKitSite/blog/wp-includes/js/tw-sack.js: Removed.
3410         * WebKitSite/blog/wp-includes/js/wp-ajax-response.dev.js: Removed.
3411         * WebKitSite/blog/wp-includes/js/wp-ajax-response.js: Removed.
3412         * WebKitSite/blog/wp-includes/js/wp-lists.dev.js: Removed.
3413         * WebKitSite/blog/wp-includes/js/wp-lists.js: Removed.
3414         * WebKitSite/blog/wp-includes/kses.php: Removed.
3415         * WebKitSite/blog/wp-includes/l10n.php: Removed.
3416         * WebKitSite/blog/wp-includes/link-template.php: Removed.
3417         * WebKitSite/blog/wp-includes/locale.php: Removed.
3418         * WebKitSite/blog/wp-includes/media.php: Removed.
3419         * WebKitSite/blog/wp-includes/pluggable.php: Removed.
3420         * WebKitSite/blog/wp-includes/plugin.php: Removed.
3421         * WebKitSite/blog/wp-includes/pomo: Removed.
3422         * WebKitSite/blog/wp-includes/pomo/entry.php: Removed.
3423         * WebKitSite/blog/wp-includes/pomo/mo.php: Removed.
3424         * WebKitSite/blog/wp-includes/pomo/po.php: Removed.
3425         * WebKitSite/blog/wp-includes/pomo/streams.php: Removed.
3426         * WebKitSite/blog/wp-includes/pomo/translations.php: Removed.
3427         * WebKitSite/blog/wp-includes/post-template.php: Removed.
3428         * WebKitSite/blog/wp-includes/post.php: Removed.
3429         * WebKitSite/blog/wp-includes/query.php: Removed.
3430         * WebKitSite/blog/wp-includes/registration-functions.php: Removed.
3431         * WebKitSite/blog/wp-includes/registration.php: Removed.
3432         * WebKitSite/blog/wp-includes/rewrite.php: Removed.
3433         * WebKitSite/blog/wp-includes/rss-functions.php: Removed.
3434         * WebKitSite/blog/wp-includes/rss.php: Removed.
3435         * WebKitSite/blog/wp-includes/script-loader.php: Removed.
3436         * WebKitSite/blog/wp-includes/shortcodes.php: Removed.
3437         * WebKitSite/blog/wp-includes/streams.php: Removed.
3438         * WebKitSite/blog/wp-includes/taxonomy.php: Removed.
3439         * WebKitSite/blog/wp-includes/template-loader.php: Removed.
3440         * WebKitSite/blog/wp-includes/theme.php: Removed.
3441         * WebKitSite/blog/wp-includes/update.php: Removed.
3442         * WebKitSite/blog/wp-includes/user.php: Removed.
3443         * WebKitSite/blog/wp-includes/vars.php: Removed.
3444         * WebKitSite/blog/wp-includes/version.php: Removed.
3445         * WebKitSite/blog/wp-includes/widgets.php: Removed.
3446         * WebKitSite/blog/wp-includes/wlwmanifest.xml: Removed.
3447         * WebKitSite/blog/wp-includes/wp-db.php: Removed.
3448         * WebKitSite/blog/wp-includes/wp-diff.php: Removed.
3449         * WebKitSite/blog/wp-links-opml.php: Removed.
3450         * WebKitSite/blog/wp-load.php: Removed.
3451         * WebKitSite/blog/wp-login.php: Removed.
3452         * WebKitSite/blog/wp-mail.php: Removed.
3453         * WebKitSite/blog/wp-pass.php: Removed.
3454         * WebKitSite/blog/wp-rdf.php: Removed.
3455         * WebKitSite/blog/wp-register.php: Removed.
3456         * WebKitSite/blog/wp-rss.php: Removed.
3457         * WebKitSite/blog/wp-rss2.php: Removed.
3458         * WebKitSite/blog/wp-settings.php: Removed.
3459         * WebKitSite/blog/wp-trackback.php: Removed.
3460         * WebKitSite/blog/xmlrpc.php: Removed.
3461         * WebKitSite/building: Removed.
3462         * WebKitSite/building/build-window.png: Removed.
3463         * WebKitSite/building/build.html: Removed.
3464         * WebKitSite/building/checkout.html: Removed.
3465         * WebKitSite/building/custom-executable.png: Removed.
3466         * WebKitSite/building/cygwin-downloader.zip: Removed.
3467         * WebKitSite/building/debug.html: Removed.
3468         * WebKitSite/building/debug.png: Removed.
3469         * WebKitSite/building/info-tab.png: Removed.
3470         * WebKitSite/building/launch-debugger-vs2005.png: Removed.
3471         * WebKitSite/building/run.html: Removed.
3472         * WebKitSite/building/set-as-startup-project-vs2005.png: Removed.
3473         * WebKitSite/building/set-debugging-properties-vs2005.png: Removed.
3474         * WebKitSite/building/tools.html: Removed.
3475         * WebKitSite/coding: Removed.
3476         * WebKitSite/coding/RefPtr.html: Removed.
3477         * WebKitSite/coding/assertion-guidelines.html: Removed.
3478         * WebKitSite/coding/bsd-license.html: Removed.
3479         * WebKitSite/coding/coding-style.html: Removed.
3480         * WebKitSite/coding/commit-review-policy.html: Removed.
3481         * WebKitSite/coding/contributing.html: Removed.
3482         * WebKitSite/coding/dom-element-attach.html: Removed.
3483         * WebKitSite/coding/images: Removed.
3484         * WebKitSite/coding/images/contribute_add_attachment.png: Removed.
3485         * WebKitSite/coding/images/contribute_mark_review.png: Removed.
3486         * WebKitSite/coding/images/dom-element-attach-large.png: Removed.
3487         * WebKitSite/coding/images/dom-element-attach-small.png: Removed.
3488         * WebKitSite/coding/images/dom-element-attach.graffle: Removed.
3489         * WebKitSite/coding/lgpl-license.html: Removed.
3490         * WebKitSite/coding/major-objects.html: Removed.
3491         * WebKitSite/coding/scripts.html: Removed.
3492         * WebKitSite/coding/technical-articles.html: Removed.
3493         * WebKitSite/contact.html: Removed.
3494         * WebKitSite/css: Removed.
3495         * WebKitSite/css/blue.css: Removed.
3496         * WebKitSite/css/gray.css: Removed.
3497         * WebKitSite/css/green.css: Removed.
3498         * WebKitSite/css/ie.css: Removed.
3499         * WebKitSite/css/main.css: Removed.
3500         * WebKitSite/css/pink.css: Removed.
3501         * WebKitSite/css/purple.css: Removed.
3502         * WebKitSite/css/yellow.css: Removed.
3503         * WebKitSite/demos: Removed.
3504         * WebKitSite/demos/accessible-ascii-art: Removed.
3505         * WebKitSite/demos/accessible-ascii-art/butterfly-figure.html: Removed.
3506         * WebKitSite/demos/accessible-ascii-art/butterfly.html: Removed.
3507         * WebKitSite/demos/calendar: Removed.
3508         * WebKitSite/demos/calendar/Boom.aiff: Removed.
3509         * WebKitSite/demos/calendar/Calendar.css: Removed.
3510         * WebKitSite/demos/calendar/Calendar.html: Removed.
3511         * WebKitSite/demos/calendar/Calendar.js: Removed.
3512         * WebKitSite/demos/calendar/Calendar.manifest: Removed.
3513         * WebKitSite/demos/calendar/CalendarApp.icns: Removed.
3514         * WebKitSite/demos/calendar/Images: Removed.
3515         * WebKitSite/demos/calendar/Images/AirPort4.png: Removed.
3516         * WebKitSite/demos/calendar/Images/AirPortError.png: Removed.
3517         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallDown.png: Removed.
3518         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallRight.png: Removed.
3519         * WebKitSite/demos/calendar/Images/statusbarBackground.png: Removed.
3520         * WebKitSite/demos/calendar/Images/statusbarResizerVertical.png: Removed.
3521         * WebKitSite/demos/calendar/LocationImage.js: Removed.
3522         * WebKitSite/demos/calendar/Utilities.js: Removed.
3523         * WebKitSite/demos/calendar/favicon.ico: Removed.
3524         * WebKitSite/demos/calendar/index.html: Removed.
3525         * WebKitSite/demos/calendar/mime.types: Removed.
3526         * WebKitSite/demos/canvas-perf: Removed.
3527         * WebKitSite/demos/canvas-perf/canvas.html: Removed.
3528         * WebKitSite/demos/canvas-perf/kraken.jpg: Removed.
3529         * WebKitSite/demos/editingToolbar: Removed.
3530         * WebKitSite/demos/editingToolbar/FancyToolbar.css: Removed.
3531         * WebKitSite/demos/editingToolbar/FancyToolbar.js: Removed.
3532         * WebKitSite/demos/editingToolbar/FancyToolbarImages: Removed.
3533         * WebKitSite/demos/editingToolbar/FancyToolbarImages/button.png: Removed.
3534         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Removed.
3535         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Removed.
3536         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Removed.
3537         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Removed.
3538         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Removed.
3539         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Removed.
3540         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonRight.png: Removed.
3541         * WebKitSite/demos/editingToolbar/FancyToolbarImages/camera.png: Removed.
3542         * WebKitSite/demos/editingToolbar/FancyToolbarImages/link.png: Removed.
3543         * WebKitSite/demos/editingToolbar/FancyToolbarImages/textAlign.png: Removed.
3544         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Removed.
3545         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Removed.
3546         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Removed.
3547         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Removed.
3548         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Removed.
3549         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Removed.
3550         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Removed.
3551         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Removed.
3552         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Removed.
3553         * WebKitSite/demos/editingToolbar/content.html: Removed.
3554         * WebKitSite/demos/editingToolbar/images: Removed.
3555         * WebKitSite/demos/editingToolbar/images/safari.png: Removed.
3556         * WebKitSite/demos/editingToolbar/index.html: Removed.
3557         * WebKitSite/demos/hover-summary: Removed.
3558         * WebKitSite/demos/hover-summary/details.css: Removed.
3559         * WebKitSite/demos/hover-summary/details.js: Removed.
3560         * WebKitSite/demos/hover-summary/example1.html: Removed.
3561         * WebKitSite/demos/hover-summary/example2.html: Removed.
3562         * WebKitSite/demos/hover-summary/horizontal-triangle.png: Removed.
3563         * WebKitSite/demos/hover-summary/vertical-triangle.png: Removed.
3564         * WebKitSite/demos/index.html: Removed.
3565         * WebKitSite/demos/mathml: Removed.
3566         * WebKitSite/demos/mathml/MathMLDemo.xhtml: Removed.
3567         * WebKitSite/demos/sticky-notes: Removed.
3568         * WebKitSite/demos/sticky-notes/StickyNotes.manifest: Removed.
3569         * WebKitSite/demos/sticky-notes/deleteButton.png: Removed.
3570         * WebKitSite/demos/sticky-notes/deleteButtonPressed.png: Removed.
3571         * WebKitSite/demos/sticky-notes/index.html: Removed.
3572         * WebKitSite/demos/transitions-and-transforms: Removed.
3573         * WebKitSite/demos/transitions-and-transforms/Finder Coverflow.png: Removed.
3574         * WebKitSite/demos/transitions-and-transforms/Horsehead.png: Removed.
3575         * WebKitSite/demos/transitions-and-transforms/Mail Stationery.png: Removed.
3576         * WebKitSite/demos/transitions-and-transforms/Quick Look.png: Removed.
3577         * WebKitSite/demos/transitions-and-transforms/Spaces.png: Removed.
3578         * WebKitSite/demos/transitions-and-transforms/Stacks.png: Removed.
3579         * WebKitSite/demos/transitions-and-transforms/Time Machine.png: Removed.
3580         * WebKitSite/demos/transitions-and-transforms/index.html: Removed.
3581         * WebKitSite/demos/transitions-and-transforms/leopard.css: Removed.
3582         * WebKitSite/demos/transitions-and-transforms/no-style.html: Removed.
3583         * WebKitSite/favicon.ico: Removed.
3584         * WebKitSite/footer.inc: Removed.
3585         * WebKitSite/header.inc: Removed.
3586         * WebKitSite/images: Removed.
3587         * WebKitSite/images/DroseraPic.png: Removed.
3588         * WebKitSite/images/blank.png: Removed.
3589         * WebKitSite/images/blue-background.png: Removed.
3590         * WebKitSite/images/blue-bullet.png: Removed.
3591         * WebKitSite/images/download.png: Removed.
3592         * WebKitSite/images/end.png: Removed.
3593         * WebKitSite/images/gray-background.png: Removed.
3594         * WebKitSite/images/green-background.png: Removed.
3595         * WebKitSite/images/green-bullet.png: Removed.
3596         * WebKitSite/images/icon-gold.png: Removed.
3597         * WebKitSite/images/icon.png: Removed.
3598         * WebKitSite/images/ie-nav.png: Removed.
3599         * WebKitSite/images/middle.png: Removed.
3600         * WebKitSite/images/nav.png: Removed.
3601         * WebKitSite/images/pink-background.png: Removed.
3602         * WebKitSite/images/pink-bullet.png: Removed.
3603         * WebKitSite/images/purple-background.png: Removed.
3604         * WebKitSite/images/purple-bullet.png: Removed.
3605         * WebKitSite/images/surfin-safari.icns: Removed.
3606         * WebKitSite/images/yellow-background.png: Removed.
3607         * WebKitSite/images/yellow-bullet.png: Removed.
3608         * WebKitSite/index.html: Removed.
3609         * WebKitSite/misc: Removed.
3610         * WebKitSite/misc/DatabaseExample.html: Removed.
3611         * WebKitSite/misc/DatabaseTester.html: Removed.
3612         * WebKitSite/misc/WebKitDetect.html: Removed.
3613         * WebKitSite/misc/WebKitDetect.js: Removed.
3614         * WebKitSite/misc/drosera: Removed.
3615         * WebKitSite/misc/drosera/demo.js: Removed.
3616         * WebKitSite/misc/drosera/drosera.png: Removed.
3617         * WebKitSite/misc/drosera/index.html: Removed.
3618         * WebKitSite/misc/gradient-input.html: Removed.
3619         * WebKitSite/misc/morph.html: Removed.
3620         * WebKitSite/nav.inc: Removed.
3621         * WebKitSite/perf: Removed.
3622         * WebKitSite/perf/slickspeed: Removed.
3623         * WebKitSite/perf/slickspeed/config.ini: Removed.
3624         * WebKitSite/perf/slickspeed/footer.html: Removed.
3625         * WebKitSite/perf/slickspeed/frameworks: Removed.
3626         * WebKitSite/perf/slickspeed/frameworks/DomQuery.js: Removed.
3627         * WebKitSite/perf/slickspeed/frameworks/dummy.js: Removed.
3628         * WebKitSite/perf/slickspeed/frameworks/jquery-1.2.3.js: Removed.
3629         * WebKitSite/perf/slickspeed/frameworks/prototype.js: Removed.
3630         * WebKitSite/perf/slickspeed/header.html: Removed.
3631         * WebKitSite/perf/slickspeed/index.php: Removed.
3632         * WebKitSite/perf/slickspeed/instructions.txt: Removed.
3633         * WebKitSite/perf/slickspeed/logo.png: Removed.
3634         * WebKitSite/perf/slickspeed/selectors.list: Removed.
3635         * WebKitSite/perf/slickspeed/style.css: Removed.
3636         * WebKitSite/perf/slickspeed/system: Removed.
3637         * WebKitSite/perf/slickspeed/system/index.php: Removed.
3638         * WebKitSite/perf/slickspeed/system/slickspeed.js: Removed.
3639         * WebKitSite/perf/slickspeed/system/template.php: Removed.
3640         * WebKitSite/perf/slickspeed/template.html: Removed.
3641         * WebKitSite/perf/sunspider: Removed.
3642         * WebKitSite/perf/sunspider-0.9: Removed.
3643         * WebKitSite/perf/sunspider-0.9.1: Removed.
3644         * WebKitSite/perf/sunspider-0.9.1/json2.js: Removed.
3645         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9: Removed.
3646         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1: Removed.
3647         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Removed.
3648         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Removed.
3649         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Removed.
3650         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Removed.
3651         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/driver.html: Removed.
3652         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/results.html: Removed.
3653         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Removed.
3654         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Removed.
3655         * WebKitSite/perf/sunspider-0.9.1/sunspider-analyze-results.js: Removed.
3656         * WebKitSite/perf/sunspider-0.9.1/sunspider-compare-results.js: Removed.
3657         * WebKitSite/perf/sunspider-0.9.1/sunspider.css: Removed.
3658         * WebKitSite/perf/sunspider-0.9/3d-cube.html: Removed.
3659         * WebKitSite/perf/sunspider-0.9/3d-morph.html: Removed.
3660         * WebKitSite/perf/sunspider-0.9/3d-raytrace.html: Removed.
3661         * WebKitSite/perf/sunspider-0.9/access-binary-trees.html: Removed.
3662         * WebKitSite/perf/sunspider-0.9/access-fannkuch.html: Removed.
3663         * WebKitSite/perf/sunspider-0.9/access-nbody.html: Removed.
3664         * WebKitSite/perf/sunspider-0.9/access-nsieve.html: Removed.
3665         * WebKitSite/perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Removed.
3666         * WebKitSite/perf/sunspider-0.9/bitops-bits-in-byte.html: Removed.
3667         * WebKitSite/perf/sunspider-0.9/bitops-bitwise-and.html: Removed.
3668         * WebKitSite/perf/sunspider-0.9/bitops-nsieve-bits.html: Removed.
3669         * WebKitSite/perf/sunspider-0.9/controlflow-recursive.html: Removed.
3670         * WebKitSite/perf/sunspider-0.9/crypto-aes.html: Removed.
3671         * WebKitSite/perf/sunspider-0.9/crypto-md5.html: Removed.
3672         * WebKitSite/perf/sunspider-0.9/crypto-sha1.html: Removed.
3673         * WebKitSite/perf/sunspider-0.9/date-format-tofte.html: Removed.
3674         * WebKitSite/perf/sunspider-0.9/date-format-xparb.html: Removed.
3675         * WebKitSite/perf/sunspider-0.9/math-cordic.html: Removed.
3676         * WebKitSite/perf/sunspider-0.9/math-partial-sums.html: Removed.
3677         * WebKitSite/perf/sunspider-0.9/math-spectral-norm.html: Removed.
3678         * WebKitSite/perf/sunspider-0.9/regexp-dna.html: Removed.
3679         * WebKitSite/perf/sunspider-0.9/string-base64.html: Removed.
3680         * WebKitSite/perf/sunspider-0.9/string-fasta.html: Removed.
3681         * WebKitSite/perf/sunspider-0.9/string-tagcloud.html: Removed.
3682         * WebKitSite/perf/sunspider-0.9/string-unpack-code.html: Removed.
3683         * WebKitSite/perf/sunspider-0.9/string-validate-input.html: Removed.
3684         * WebKitSite/perf/sunspider-0.9/sunspider-analyze-results.js: Removed.
3685         * WebKitSite/perf/sunspider-0.9/sunspider-compare-results.js: Removed.
3686         * WebKitSite/perf/sunspider-0.9/sunspider-driver.html: Removed.
3687         * WebKitSite/perf/sunspider-0.9/sunspider-record-result.js: Removed.
3688         * WebKitSite/perf/sunspider-0.9/sunspider-results.html: Removed.
3689         * WebKitSite/perf/sunspider-0.9/sunspider-test-prefix.js: Removed.
3690         * WebKitSite/perf/sunspider-0.9/sunspider.css: Removed.
3691         * WebKitSite/perf/sunspider/sunspider.css: Removed.
3692         * WebKitSite/perf/sunspider/sunspider.html: Removed.
3693         * WebKitSite/pngbehavior.htc: Removed.
3694         * WebKitSite/projects: Removed.
3695         * WebKitSite/projects/accessibility: Removed.
3696         * WebKitSite/projects/accessibility/index.html: Removed.
3697         * WebKitSite/projects/cleanup: Removed.
3698         * WebKitSite/projects/cleanup/index.html: Removed.
3699         * WebKitSite/projects/compat: Removed.
3700         * WebKitSite/projects/compat/index.html: Removed.
3701         * WebKitSite/projects/css: Removed.
3702         * WebKitSite/projects/css/index.html: Removed.
3703         * WebKitSite/projects/documentation: Removed.
3704         * WebKitSite/projects/documentation/index.html: Removed.
3705         * WebKitSite/projects/dom: Removed.
3706         * WebKitSite/projects/dom/index.html: Removed.
3707         * WebKitSite/projects/editing: Removed.
3708         * WebKitSite/projects/editing/index.html: Removed.
3709         * WebKitSite/projects/forms: Removed.
3710         * WebKitSite/projects/forms/index.html: Removed.
3711         * WebKitSite/projects/goals.html: Removed.
3712         * WebKitSite/projects/html: Removed.
3713         * WebKitSite/projects/html/index.html: Removed.
3714         * WebKitSite/projects/index.html: Removed.
3715         * WebKitSite/projects/javascript: Removed.
3716         * WebKitSite/projects/javascript/index.html: Removed.
3717         * WebKitSite/projects/layout: Removed.
3718         * WebKitSite/projects/layout/index.html: Removed.
3719         * WebKitSite/projects/mathml: Removed.
3720         * WebKitSite/projects/mathml/index.html: Removed.
3721         * WebKitSite/projects/performance: Removed.
3722         * WebKitSite/projects/performance/index.html: Removed.
3723         * WebKitSite/projects/plugins: Removed.
3724         * WebKitSite/projects/plugins/index.html: Removed.
3725         * WebKitSite/projects/portability: Removed.
3726         * WebKitSite/projects/portability/index.html: Removed.
3727         * WebKitSite/projects/printing: Removed.
3728         * WebKitSite/projects/printing/index.html: Removed.
3729         * WebKitSite/projects/svg: Removed.
3730         * WebKitSite/projects/svg/index.html: Removed.
3731         * WebKitSite/projects/svg/status.xml: Removed.
3732         * WebKitSite/projects/svg/svg-status.css: Removed.
3733         * WebKitSite/projects/svg/svg-status.xsl: Removed.
3734         * WebKitSite/projects/webkit: Removed.
3735         * WebKitSite/projects/webkit/index.html: Removed.
3736         * WebKitSite/projects/xml: Removed.
3737         * WebKitSite/projects/xml/index.html: Removed.
3738         * WebKitSite/projects/xslt: Removed.
3739         * WebKitSite/projects/xslt/index.html: Removed.
3740         * WebKitSite/quality: Removed.
3741         * WebKitSite/quality/.htaccess: Removed.
3742         * WebKitSite/quality/Ahem.ttf: Removed.
3743         * WebKitSite/quality/bugpriorities.html: Removed.
3744         * WebKitSite/quality/bugwriting.html: Removed.
3745         * WebKitSite/quality/bugzilla.html: Removed.
3746         * WebKitSite/quality/crashlogs.html: Removed.
3747         * WebKitSite/quality/leakhunting.html: Removed.
3748         * WebKitSite/quality/lifecycle.html: Removed.
3749         * WebKitSite/quality/mac_reportbox.jpg: Removed.
3750         * WebKitSite/quality/mac_viewtrace.jpg: Removed.
3751         * WebKitSite/quality/reduction.html: Removed.
3752         * WebKitSite/quality/reporting.html: Removed.
3753         * WebKitSite/quality/testing.html: Removed.
3754         * WebKitSite/quality/testwriting.html: Removed.
3755         * WebKitSite/quality/win_installwatson.jpg: Removed.
3756         * WebKitSite/quality/win_watsongui.jpg: Removed.
3757         * WebKitSite/quality/win_watsoninstalled.jpg: Removed.
3758         * WebKitSite/security: Removed.
3759         * WebKitSite/security/index.html: Removed.
3760         * WebKitSite/security/security-group-members.html: Removed.
3761         * WebKitSite/specs: Removed.
3762         * WebKitSite/specs/CSSVisualEffects: Removed.
3763         * WebKitSite/specs/CSSVisualEffects/css3-2d-transforms: Removed.
3764         * WebKitSite/specs/CSSVisualEffects/css3-3d-transforms: Removed.
3765         * WebKitSite/specs/CSSVisualEffects/css3-animations: Removed.
3766         * WebKitSite/specs/CSSVisualEffects/css3-transitions: Removed.
3767         * WebKitSite/specs/CSSVisualEffects/index.html: Removed.
3768         * WebKitSite/specs/HTML_Timed_Media_Elements.html: Removed.
3769         * WebKitSite/specs/MediaQueriesExtensions.html: Removed.
3770         * WebKitSite/specs/PointerEventsProperty.html: Removed.
3771         * WebKitSite/specs/Timed_Media_CSS.html: Removed.
3772         * WebKitSite/specs/Timed_Media_Elements-Open_Issues.html: Removed.
3773         * WebKitSite/specs/index.html: Removed.
3774         * WebKitSite/specs/mediaelement.css: Removed.
3775         * WebKitSite/specs/movie-status-states.png: Removed.
3776         * WebKitSite/specs/squirrelfish-bytecode.html: Removed.
3777         * cmake/WebKitPackaging.cmake:
3778
3779 2010-12-20  Joseph Pecoraro  <joepeck@webkit.org>
3780
3781         Reviewed by Darin Adler.
3782
3783         Update .gitattributes for WebKitTools -> Tools change
3784         https://bugs.webkit.org/show_bug.cgi?id=51365
3785
3786         * .gitattributes: WebKitTools -> Tools rename. Removed no longer existing file references.
3787
3788 2010-12-20  Xan Lopez  <xlopez@igalia.com>
3789
3790         Reviewed by Gustavo Noronha.
3791
3792         * configure.ac: bump version for 1.3.8 release.
3793
3794 2010-12-20  David Levin  <levin@chromium.org>
3795
3796         Reviewed by Ariya Hidayat.
3797
3798         .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
3799         https://bugs.webkit.org/show_bug.cgi?id=51343
3800
3801         Follow up from the WebKitTools -> Tools rename.
3802
3803         * .gitignore:
3804
3805 2010-12-20  Ryuan Choi  <ryuan.choi@samsung.com>
3806
3807         Reviewed by Antonio Gomes.
3808
3809         [CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
3810         https://bugs.webkit.org/show_bug.cgi?id=51319
3811
3812         Change WEBKITTOOLS_DIR variable's name and value to TOOLS_DIR and tools/.
3813
3814         * CMakeLists.txt:
3815
3816 2010-12-18  Adam Barth  <abarth@webkit.org>
3817
3818         Reviewed by Sam Weinig.
3819
3820         Move WebKitExamplePlugins to Examples
3821         https://bugs.webkit.org/show_bug.cgi?id=51291
3822
3823         * Examples: Copied from WebKitExamplePlugins.
3824         * WebKitExamplePlugins: Removed.
3825         * WebKitExamplePlugins/NetscapeCocoaPlugin: Removed.
3826         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj: Removed.
3827         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj/InfoPlist.strings: Removed.
3828         * WebKitExamplePlugins/NetscapeCocoaPlugin/Info.plist: Removed.
3829         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.h: Removed.
3830         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.m: Removed.
3831         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj: Removed.
3832         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/project.pbxproj: Removed.
3833         * WebKitExamplePlugins/NetscapeCocoaPlugin/main.m: Removed.
3834         * WebKitExamplePlugins/NetscapeCocoaPlugin/test.html: Removed.
3835         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin: Removed.
3836         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj: Removed.
3837         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj/InfoPlist.strings: Removed.
3838         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Info.plist: Removed.
3839         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.h: Removed.
3840         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.m: Removed.
3841         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj: Removed.
3842         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/project.pbxproj: Removed.
3843         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Pause.tiff: Removed.
3844         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Play.tiff: Removed.
3845         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackCenter.tiff: Removed.
3846         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackLeft.tiff: Removed.
3847         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackRight.tiff: Removed.
3848         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Thumb.tiff: Removed.
3849         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/main.m: Removed.
3850         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/test.html: Removed.
3851         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin: Removed.
3852         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Composition.qtz: Removed.
3853         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj: Removed.
3854         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj/InfoPlist.strings: Removed.
3855         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Info.plist: Removed.
3856         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj: Removed.
3857         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/project.pbxproj: Removed.
3858         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/main.m: Removed.
3859         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/test.html: Removed.
3860         * WebKitExamplePlugins/NetscapeInputMethodPlugin: Removed.
3861         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj: Removed.
3862         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj/InfoPlist.strings: Removed.
3863         * WebKitExamplePlugins/NetscapeInputMethodPlugin/Info.plist: Removed.
3864         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj: Removed.
3865         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/project.pbxproj: Removed.
3866         * WebKitExamplePlugins/NetscapeInputMethodPlugin/main.m: Removed.
3867         * WebKitExamplePlugins/NetscapeInputMethodPlugin/test.html: Removed.
3868         * cmake/WebKitPackaging.cmake:
3869
3870 2010-12-17  Dan Bernstein  <mitz@apple.com>
3871
3872         Reviewed by Simon Fraser.
3873
3874         Rename WebKitTools to Tools
3875         https://bugs.webkit.org/show_bug.cgi?id=49861
3876
3877         * DerivedSources.pro:
3878         * GNUmakefile.am:
3879         * MakeFile:
3880         * MakeFile.shared:
3881         * Tools: Renamed from WebKitTools.
3882         * WebKit.pro:
3883         * cmake/WebKitPackaging.cmake:
3884         * wscript:
3885
3886 2010-12-16  Leandro Pereira  <leandro@profusion.mobi>
3887
3888         [EFL] Unreviewed build fix.
3889
3890         Disable ContextMenu support for now while support for
3891         CROSS_PLATFORM_MENUS is written.
3892
3893         * cmake/OptionsEfl.cmake:
3894
3895 2010-12-15  Sheriff Bot  <webkit.review.bot@gmail.com>
3896
3897         Unreviewed, rolling out r74117.
3898         http://trac.webkit.org/changeset/74117
3899         https://bugs.webkit.org/show_bug.cgi?id=51113
3900
3901         This broke the GTK1 build. (Requested by mrobinson on
3902         #webkit).
3903
3904         * GNUmakefile.am:
3905         * configure.ac:
3906
3907 2010-12-15  Amruth Raj  <amruthraj@motorola.com> and Ravi Kasibhatla  <ravi.kasibhatla@motorola.com>
3908
3909         Reviewed by Martin Robinson.
3910
3911         Changes to enable building WebKit2 for Gtk port.
3912         (https://bugs.webkit.org/show_bug.cgi?id=37369)
3913
3914         * GNUmakefile.am: Changes to build either of WebKit1 or WebKit2.
3915         It basically excludes all WebKit/gtk/webkit/ files when building WebKit2.
3916         Also, exludes Unittests, DumprenderTree, GtkLauncher etc for WebKit2.
3917         * configure.ac: Option for enable or disable WebKit2.
3918
3919 2010-12-14  Commit Queue  <commit-queue@webkit.org>
3920
3921         Unreviewed.  Test commit for commit-queue@webkit.org.
3922
3923 2010-12-14  Commit Queue  <commit-queue@webkit.org>
3924
3925         Unreviewed.  Test commit for commit-queue@webkit.org.
3926
3927 2010-12-14  Ryosuke Niwa  <rniwa@webkit.org>
3928
3929         Reviewed by Eric Seidel.
3930
3931         [git].DS_Store should be in .gitignore
3932         https://bugs.webkit.org/show_bug.cgi?id=51065
3933
3934         Added .DS_Store to .gitignore.
3935
3936         * .gitignore:
3937
3938 2010-12-14  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
3939
3940         Reviewed by Eric Seidel.
3941
3942         [EFL] Add linker script to export less symbols
3943         https://bugs.webkit.org/show_bug.cgi?id=44609
3944
3945         Filter the exported symbols by using a linker script. Only symbols
3946         starting with "ewk_" are exported.
3947
3948         * cmake/OptionsEfl.cmake: Pass linker option to use a version script
3949         when linking webkit.
3950         * cmake/eflsymbols.filter: Added. Export only symbols starting with
3951         "ewk_" (C linkage).
3952
3953 2010-12-13  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3954
3955         Unreviewed build fix for EFL.
3956
3957         Remove DataSourceGStreamer.cpp in WebCore/CMakeListsEfl.txt
3958         Because, DataSourceGStreamer.cpp was removed by Bug 30007.
3959
3960         * ../WebCore/CMakeListsEfl.txt:
3961
3962 2010-12-13  Andras Becsi  <abecsi@webkit.org>
3963
3964         Reviewed by Csaba Osztrogonác.
3965
3966         [Qt][WK2] Fix build if WebKitTools are not available
3967         https://bugs.webkit.org/show_bug.cgi?id=50242
3968
3969         * DerivedSources.pro: add new DerivedSources.pro to SUBDIRS.
3970
3971 2010-12-06  Philippe Normand  <pnormand@igalia.com>
3972
3973         Reviewed by Martin Robinson.
3974
3975         [GTK] Support the Mozilla-style Fullscreen Javascript API
3976         https://bugs.webkit.org/show_bug.cgi?id=50572
3977
3978         * configure.ac: new configure flag to disable the new Javascript
3979         Fullscreen API build. It is enabled by default.
3980
3981 2010-12-09  Philippe Normand  <pnormand@igalia.com>
3982
3983         Reviewed by Xan Lopez.
3984
3985         [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
3986         https://bugs.webkit.org/show_bug.cgi?id=50741
3987
3988         * configure.ac:
3989
3990 2010-12-07  Patrick Gansterer  <paroga@webkit.org>
3991
3992         Reviewed by Andreas Kling.
3993
3994         [CMake] Remove WebKitGenerators
3995         https://bugs.webkit.org/show_bug.cgi?id=50445
3996
3997         * CMakeLists.txt:
3998         * cmake/WebKitGenerators.cmake: Removed.
3999
4000 2010-12-06  Patrick Gansterer  <paroga@webkit.org>
4001
4002         Reviewed by Andreas Kling.
4003
4004         [WINCE] Add build system
4005         https://bugs.webkit.org/show_bug.cgi?id=50522
4006
4007         * cmake/OptionsWinCE.cmake: Added.
4008         * cmake/OptionsWindows.cmake: Added.
4009
4010 2010-12-04  Patrick Gansterer  <paroga@webkit.org>
4011
4012         Reviewed by Andreas Kling.
4013
4014         [CMake] Better detection of ARM platform
4015         https://bugs.webkit.org/show_bug.cgi?id=50452
4016
4017         * CMakeLists.txt:
4018
4019 2010-12-03  Xan Lopez  <xlopez@igalia.com>
4020
4021         Unreviewed build fix for GTK+.
4022
4023         Add configure.ac-fu for WebAudio.
4024
4025         * configure.ac:
4026
4027 2010-12-02  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
4028
4029         Reviewed by Eric Seidel.
4030
4031         [EFL] Fails to build with non-system cairo
4032         https://bugs.webkit.org/show_bug.cgi?id=50395
4033
4034         Do not add 'cairo' as a suffix for the paths provided by
4035         pkgconfig. The paths provided by pkgconfig already include it.
4036
4037         * cmake/FindCairo.cmake:
4038
4039 2010-12-02  Xan Lopez  <xlopez@igalia.com>
4040
4041         Third attempt to fix the build.
4042
4043         * autotools/symbols.filter: be more liberal in one more symbol.
4044
4045 2010-12-02  Xan Lopez  <xlopez@igalia.com>
4046
4047         Another attempt to fix the GTK+ build.
4048
4049         * autotools/symbols.filter: try to be more liberal with the
4050         mangled names of some symbols.
4051
4052 2010-12-02  Xan Lopez  <xlopez@igalia.com>
4053
4054         Try to fix GTK+ build.
4055
4056         * autotools/symbols.filter: add missing ';'.
4057
4058 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
4059
4060         Attempt to fix the GTK+ build. Add missing symbol the
4061         list of unfiltered symbols for the linker.
4062
4063         * autotools/symbols.filter: Add symbol used in DumpRenderTree.
4064
4065 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
4066
4067         Reviewed by Xan Lopez.
4068
4069         [GTK] DumpRenderTree has two copies of JavaScriptCore
4070         https://bugs.webkit.org/show_bug.cgi?id=49877
4071
4072         Prevent the need to compile JSC into DumpRenderTree twice, by adjusting
4073         the symbol visibility rules for libwebkit. Make all JSC symbols visible,
4074         while hiding WebCore/WebKit symbols.
4075
4076         * GNUmakefile.am: Move the symbol visibility flags to the WebKit build.
4077         * autotools/symbols.filter: Update the symbol filter list with the real
4078         mangled names of the symbols and include other symbols that DRT needs.
4079
4080 2010-12-02  Daniel Bates  <dbates@rim.com>
4081
4082         Add autotools generated files to svn:ignore so that these
4083         files do not show up in an svn stat.
4084
4085         * .: Added properties svn:ignore, svn:ignore and svn:ignore. Modified property svn:ignore.
4086         * autotools: Added property svn:ignore.
4087
4088 2010-12-01  Adam Roben  <aroben@apple.com>
4089
4090         Teach git to ignore files installed by WebKitSupportLibrary and
4091         WebKitAuxiliaryLibrary
4092
4093         Fixes <http://webkit.org/b/50348> Git complains about lots of
4094         untracked files in WebKitLibraries/win
4095
4096         Reviewed by Steve Falkenburg.
4097
4098         * .gitignore: Added files from these libraries.
4099
4100 2010-12-01  Steve Falkenburg  <sfalken@apple.com>
4101
4102         Reviewed by Adam Roben.
4103
4104         vcproj changes can't be applied cleanly by the Windows EWS bot
4105         https://bugs.webkit.org/show_bug.cgi?id=50328
4106
4107         * .gitattributes:
4108
4109 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
4110
4111         Reviewed by Andreas Kling.
4112
4113         [CMake] Use preprocessor argument in GENERATE_DOM_NAMES
4114         https://bugs.webkit.org/show_bug.cgi?id=49886
4115
4116         * cmake/WebKitMacros.cmake:
4117
4118 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
4119
4120         Reviewed by Andreas Kling.
4121
4122         Move generator logic into WebCore CMakeLists.txt file
4123         https://bugs.webkit.org/show_bug.cgi?id=49885
4124
4125         * cmake/WebKitMacros.cmake:
4126
4127 2010-11-29  Xan Lopez  <xlopez@igalia.com>
4128
4129         Reviewed by Martin Robinson.
4130
4131         * configure.ac: bump version for 1.3.7 release.
4132
4133 2010-11-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
4134
4135         Reviewed by Antonio Gomes.
4136
4137         [Qt] Remove unused BASE_DIR from the build system
4138         https://bugs.webkit.org/show_bug.cgi?id=50132
4139
4140         * WebKit.pri:
4141
4142 2010-11-24  Hayato Ito  <hayato@chromium.org>
4143
4144         Reviewed by David Levin.
4145
4146         Add files which Chromium port generates to .gitignore.
4147
4148         https://bugs.webkit.org/show_bug.cgi?id=49943
4149
4150         * .gitignore:
4151
4152 2010-11-23  Patrick Gansterer  <paroga@webkit.org>
4153
4154         Reviewed by David Levin.
4155
4156         Add WebKit2 VisualStudio files to .gitattributes
4157         https://bugs.webkit.org/show_bug.cgi?id=49969
4158
4159         * .gitattributes:
4160
4161 2010-11-19  Mihai Parparita  <mihaip@chromium.org>
4162
4163         Add recent upstream Chromium dependencies to .gitignore.
4164
4165         * .gitignore:
4166
4167 2010-11-17  Martin Robinson  <mrobinson@igalia.com>
4168
4169         Reviewed by Gustavo Noronha Silva.
4170
4171         [GTK] Changing any GNUmakefile.am in the source tree forces a rebuld of the DOM bindings and WebKit APi
4172         https://bugs.webkit.org/show_bug.cgi?id=49400
4173
4174         Move WebKit API build rules out of GNUmakefile.am. These are now in
4175         WebKit/gtk/GNUmakefile.am.
4176
4177         * GNUmakefile.am: Remove WebKit API build rules.
4178
4179 2010-11-17  Commit Queue  <commit-queue@webkit.org>
4180
4181         Unreviewed.  Test commit for commit-queue@webkit.org.
4182
4183 2010-11-16  Andreas Kling  <kling@webkit.org>
4184
4185         Unreviewed typo fix for previous commit.
4186
4187         * common.pri:
4188
4189 2010-11-16  Andreas Kling  <kling@webkit.org>
4190
4191         Reviewed by Kenneth Rohde Christiansen.
4192
4193         [Qt][Scratchbox] Use gold linker explicitly when available
4194
4195         gold is faster at linking QtWebKit than binutils ld, but it cannot be
4196         enabled by default on a system that compiles other Qt projects.
4197         This is due to gold not supporting the --add-needed flag.
4198
4199         Original patch by Kimmo Kinnunen.
4200
4201         * common.pri:
4202
4203 2010-11-16  Andreas Kling  <kling@webkit.org>
4204
4205         Reviewed by Kenneth Rohde Christiansen.
4206
4207         [Qt] Add 'valgrind' build mode
4208
4209         Passing CONFIG+=valgrind to qmake will now build WebKit in a way
4210         suitable for debugging with Valgrind.
4211
4212         Original patch by Christian Sejersen.
4213
4214         * WebKit.pri:
4215
4216 2010-11-15  Patrick Gansterer  <paroga@webkit.org>
4217
4218         Reviewed by Andreas Kling.
4219
4220         [CMake] Add additional flags to cmakeconfig.h
4221         https://bugs.webkit.org/show_bug.cgi?id=49556
4222
4223         * cmake/OptionsEfl.cmake:
4224         * cmakeconfig.h.cmake:
4225
4226 2010-11-14  Ryuan Choi  <ryuan.choi@samsung.com>
4227
4228         Reviewed by Martin Robinson.
4229
4230         [EFL] add pango support
4231         https://bugs.webkit.org/show_bug.cgi?id=46029
4232
4233         Add FONT_BACKEND option to switch between pango and freetype.
4234
4235         * cmake/OptionsEfl.cmake:
4236
4237 2010-11-11  Eric Seidel  <eric@webkit.org>
4238
4239         Rubber-stamped by Adam Roben.
4240
4241         * .: Modified property svn:ignore.
4242          - Add WebKitSupportLibrary.zip and WebKitBuild to the root ignore list.
4243
4244 2010-11-10  Csaba Osztrogonác  <ossy@webkit.org>
4245
4246         Reviewed by David Hyatt.
4247
4248         HTML5 Ruby support should be mandatory feature
4249         https://bugs.webkit.org/show_bug.cgi?id=49272
4250
4251         Remove Ruby as optional feature.
4252
4253         * cmake/OptionsEfl.cmake:
4254         * cmakeconfig.h.cmake:
4255         * configure.ac:
4256
4257 2010-11-09  Gavin Peters  <gavinp@chromium.org>
4258
4259         Reviewed by Xan Lopez.
4260
4261         gtk platform doesn't support link prefetch
4262         https://bugs.webkit.org/show_bug.cgi?id=49234
4263
4264         * configure.ac:
4265
4266 2010-11-08  Xan Lopez  <xlopez@igalia.com>
4267
4268         Reviewed by Martin Robinson.
4269
4270         Update version numbers for release.
4271
4272         * configure.ac:
4273
4274 2010-11-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
4275
4276         Reviewed by Adam Barth.
4277
4278         [EFL] Enable HTML5 Video
4279         https://bugs.webkit.org/show_bug.cgi?id=48972 
4280
4281         Enable HTML 5 Video option for WebKit EFL. 
4282
4283         * cmake/OptionsEfl.cmake:
4284
4285 2010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
4286
4287         Reviewed by Andreas Kling.
4288
4289         [Qt][Symbian] QtTestBrowser runs out of memory with most of javascript benchmarks.
4290         https://bugs.webkit.org/show_bug.cgi?id=48730
4291
4292         Increase the maximum heap size on Symbian to 256 MB.
4293
4294         * WebKit.pri:
4295
4296 2010-10-29  Csaba Osztrogonác  <ossy@webkit.org>
4297
4298         Reviewed by Adam Roben and David Kilzer.
4299
4300         Fix and cleanup of build systems
4301         https://bugs.webkit.org/show_bug.cgi?id=48342
4302
4303         * cmake/OptionsEfl.cmake: Remove unnecessary ENABLE_SANDBOX.
4304         * cmakeconfig.h.cmake:
4305         * configure.ac:
4306
4307 2010-10-26  Antonio Gomes  <agomes@rim.com>
4308
4309         Reviewed by Martin Robinson.
4310
4311         [GTK] Implement DumpRenderTreeSupportGtk (similarly to DumpRenderTreeSupportQt idea)
4312         https://bugs.webkit.org/show_bug.cgi?id=48199
4313
4314         * GNUmakefile.am: Added WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp|h to GTK+'s build system;
4315         * autotools/symbols.filter: Added DumpRenderTreeSupportGtk symbols to symbols.filter so they do not get
4316           filtered and get visible by DRT.
4317
4318 2010-10-24  Anders Bakken  <agbakken@gmail.com>
4319
4320         Reviewed by Simon Hausmann.
4321
4322         [Qt] Disable enable_fast_mobile_scrolling for QWS
4323         https://bugs.webkit.org/show_bug.cgi?id=48006
4324
4325         Turning this on breaks the acidtests for QWS/DirectFB and QWS/QVFB
4326
4327         * WebKit.pri:
4328
4329 2010-10-22  Adam Barth  <abarth@webkit.org>
4330
4331         Unreviewed, rolling out r70290.
4332         http://trac.webkit.org/changeset/70290
4333         https://bugs.webkit.org/show_bug.cgi?id=48111
4334
4335         Undelete Android build files.
4336
4337         * Android.mk: Added.
4338
4339 2010-10-21  Adam Barth  <abarth@webkit.org>
4340
4341         Reviewed by David Levin.
4342
4343         Remove Android build system
4344         https://bugs.webkit.org/show_bug.cgi?id=48111
4345
4346         * Android.mk: Removed.
4347
4348 2010-10-19  Ryuan Choi  <ryuan.choi@samsung.com>
4349
4350         Unreviewed, adding missed additionalArguments.
4351
4352         [CMAKE] additional arguments was missed in GENERATE_DOM_NAMES
4353         https://bugs.webkit.org/show_bug.cgi?id=47694
4354
4355         Pass additionalArguments for make_names.pl to choose enabled features.
4356
4357         * cmake/WebKitMacros.cmake:
4358
4359 2010-10-19  Sheriff Bot  <webkit.review.bot@gmail.com>
4360
4361         Unreviewed, rolling out r70034.
4362         http://trac.webkit.org/changeset/70034
4363         https://bugs.webkit.org/show_bug.cgi?id=47889
4364
4365         "Gustavo's bot is lame" (Requested by xan_ on #webkit).
4366
4367         * configure.ac:
4368
4369 2010-10-19  Prof. MAAD  <himself@prof-maad.org>
4370
4371         Reviewed by Xan Lopez.
4372
4373         [GTK] Correct erroneous documentation for webkit_web_navigation_action_get_button()
4374         https://bugs.webkit.org/show_bug.cgi?id=46723
4375
4376         * WebKit/gtk/webkit/webkitwebnavigationaction.cpp:
4377
4378 2010-10-19  Xan Lopez  <xlopez@igalia.com>
4379
4380         Reviewed by Martin Robinson.
4381
4382         [GTK] Bump minimum requirement for libsoup to 2.30
4383         https://bugs.webkit.org/show_bug.cgi?id=46176
4384
4385         Bump minimum libsoup to required version to 2.30.0.
4386
4387         * configure.ac:
4388
4389 2010-10-18  Xan Lopez  <xlopez@igalia.com>
4390
4391         Reviewed by Martin Robinson.
4392
4393         Bump version numbers for 1.3.5 release.
4394
4395         * configure.ac:
4396
4397 2006-10-27  Brady Eidson  <beidson@apple.com>
4398
4399         70,000!
4400
4401 2010-10-15  Sergio Villar Senin  <svillar@igalia.com>
4402
4403         Reviewed by Martin Robinson.
4404
4405         [GTK] Fix introspection support
4406         https://bugs.webkit.org/show_bug.cgi?id=47723
4407
4408         Added HTTP cache directory to the WebkitGtk+ GIR sources.
4409
4410         * GNUmakefile.am:
4411
4412 2010-10-14  Andras Becsi  <abecsi@webkit.org>
4413
4414         Reviewed by Csaba Osztrogonác.
4415
4416         [Qt] Fix -Werror after r68637 on x86 platforms.
4417         Qt's build system sets QT_ARCH statically to i386 or x86_64 accordingly,
4418         so check for this instead of only checking for x86.
4419
4420         * WebKit.pri:
4421
4422 2010-10-13  Sergio Villar Senin  <svillar@igalia.com>
4423
4424         Reviewed by Martin Robinson.
4425
4426         [GTK] Add HTTP caching support
4427         https://bugs.webkit.org/show_bug.cgi?id=44261
4428
4429         Bump the required version of GLib. The serialization/deserialization
4430         code of libsoup caching code uses GVariant, which was added to GLib in
4431         version 2.24.
4432
4433         * GNUmakefile.am: Add paths for soup HTTP cache code.
4434         * autotools/webkit.m4: Increase required glib version.
4435
4436 2010-10-13  Xan Lopez  <xlopez@igalia.com>
4437
4438         Reviewed by Gustavo Noronha.
4439
4440         [GTK] Remove more warnings from the g-i scanner run
4441         https://bugs.webkit.org/show_bug.cgi?id=47255
4442
4443         Fixes almost all warnings coming from the g-i scanner.
4444
4445         * GNUmakefile.am: Add missing files and include dirs to the
4446         scanner run.
4447
4448 2010-10-08  Balazs Kelemen  <kbalazs@webkit.org>
4449
4450         Reviewed by Csaba Osztrogonác.
4451
4452         [Qt] Turn on building WTR
4453         https://bugs.webkit.org/show_bug.cgi?id=47349
4454
4455         * DerivedSources.pro:
4456         * WebKit.pro:
4457
4458 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
4459
4460         Reviewed by Kenneth Rohde Christiansen.
4461
4462         [Qt] Add WTR's InjectedBundle build files.
4463         https://bugs.webkit.org/show_bug.cgi?id=47333
4464
4465         * DerivedSources.pro:
4466         * WebKit.pro:
4467
4468 2010-10-07  Sheriff Bot  <webkit.review.bot@gmail.com>
4469
4470         Unreviewed, rolling out r69315.
4471         http://trac.webkit.org/changeset/69315
4472         https://bugs.webkit.org/show_bug.cgi?id=47363
4473
4474         Forgot to add the new files (Requested by kbalazs on #webkit).
4475
4476         * DerivedSources.pro:
4477
4478 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
4479
4480         Reviewed by Kenneth Rohde Christiansen.
4481
4482         [Qt] Add WTR's InjectedBundle build files.
4483         https://bugs.webkit.org/show_bug.cgi?id=47333
4484
4485         * DerivedSources.pro:
4486         * WebKit.pro:
4487
4488 2010-10-07  Balazs Kelemen  <kbalazs@webkit.org>
4489
4490         Reviewed by Kenneth Rohde Christiansen.
4491
4492         [Qt] Turn on building WTR
4493         https://bugs.webkit.org/show_bug.cgi?id=47349
4494
4495         * WebKit.pro:
4496
4497 2010-10-07  Carlos Garcia Campos  <cgarcia@igalia.com>
4498
4499         Reviewed by Xan Lopez.
4500
4501         [GTK] Fix the build for GTK+ 3
4502         https://bugs.webkit.org/show_bug.cgi?id=47249
4503
4504         Bump required gtk+-3 version to 2.91.0
4505
4506         * configure.ac:
4507
4508 2010-10-07  Simon Hausmann  <simon.hausmann@nokia.com>
4509
4510         Rubber-stamped by Tor Arne Vestbø.
4511
4512         [Qt] Re-enable the web inspector for maemo6 builds
4513
4514         Yeah, it's strange :), but they really want it.
4515
4516         * WebKit.pri:
4517
4518 2010-10-06  Balazs Kelemen  <kbalazs@webkit.org>
4519
4520         Reviewed by Kenneth Rohde Christiansen.
4521
4522         [Qt] Add WebKitTestRunner's build files
4523         https://bugs.webkit.org/show_bug.cgi?id=44155
4524
4525         Add the new subdirs.
4526         * DerivedSources.pro:
4527         * WebKit.pro:
4528
4529 2010-10-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
4530
4531         Reviewed by Antonio Gomes.
4532
4533         [EFL] Use fast malloc for WebKit EFL
4534         https://bugs.webkit.org/show_bug.cgi?id=46691
4535
4536         Use fast malloc for WebKit EFL because the fast malloc is to allocate
4537         memory quickly.
4538
4539         * cmake/OptionsEfl.cmake:
4540
4541 2010-10-03  Dimitri Glazkov  <dglazkov@chromium.org>
4542
4543         Add Chromium depot_tools to files that git should ignore.
4544
4545         * .gitignore: Added WebKit/chromium/depot_tools.
4546
4547 2010-09-30  Kevin Ollivier  <kevino@theolliviers.com>
4548
4549         [wx] Fix typo in build script.
4550
4551         * wscript:
4552
4553 2010-09-29  Simon Hausmann  <simon.hausmann@nokia.com>
4554
4555         Reviewed by Csaba Osztrogonác.
4556
4557         [Qt] Fix the build on non-x86 platforms with gcc
4558
4559         Don't disable -Werror on arm, that doesn't work when QT_ARCH is
4560         for example armv6. Instead change the condition as the comment says,
4561         enable -Werror on x86/gcc where we know it passes. On other platforms
4562         gcc produces difference warnings, and when they're fixed we can add
4563         them to the whitelist of -Werror-supported architectures.
4564
4565         * WebKit.pri:
4566
4567 2010-09-28  Philippe Normand  <pnormand@igalia.com>
4568
4569         Reviewed by Martin Robinson.
4570
4571         check USE(GSTREAMER) instead of ENABLE(VIDEO) in gstreamer/ files
4572         https://bugs.webkit.org/show_bug.cgi?id=46717
4573
4574         Define WTF_USE_GSTREAMER if configure found the gstreamer
4575         development files and add the macro in the gcc command-line if needed.
4576
4577         * GNUmakefile.am:
4578         * configure.ac:
4579
4580 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
4581
4582         [wx] Build fix, build sources that used to be built as part of other sources.
4583
4584         * wscript:
4585
4586 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
4587
4588         [wx] One more build fix for Win.
4589
4590         * wscript:
4591
4592 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
4593
4594         [wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
4595
4596         * wscript:
4597
4598 2010-09-28  Andras Becsi  <abecsi@webkit.org>
4599
4600         Reviewed by Csaba Osztrogonác.
4601
4602         Undefined reference errors when linking due to gperf and inlining.
4603         webkit.org/b/29244
4604
4605         EFL CMake changes by Leandro Pereira <leandro@profusion.mobi>
4606
4607         Refactor gperf code generation and usage to fix the debug build with gcc>4.4.
4608         Hitherto gperf generated C code, these files were included in multiple C++ files across WebCore
4609         to access the functionality provided. This resulted in debug build failure with newer gcc versions
4610         because of a behaviour change of gcc, which disables C style inlining in debug mode.
4611         The make-hash-tools.pl script lets gperf generate C++ code for all gperf files now, which are compiled
4612         in their own compilation unit.
4613         The functionality provided by the generated code is wrapped behind HashTools.h, so there is no need
4614         for multiple inclusions of generated C files to access these functions.
4615
4616         * cmake/WebKitMacros.cmake:
4617
4618 2010-09-27  Philippe Normand  <pnormand@igalia.com>
4619
4620         Reviewed by Martin Robinson.
4621
4622         [GTK] use ENABLE(GLIB_SUPPORT)
4623         https://bugs.webkit.org/show_bug.cgi?id=46630
4624
4625         Enabling GLIB_SUPPORT on all ports that use GLib to simplify
4626         checks.
4627
4628         * GNUmakefile.am: Enabled the GLIB_SUPPORT define.
4629
4630 2010-09-24  Romain Pokrzywka  <romain@kdab.com>
4631
4632         Reviewed by Simon Hausmann.
4633
4634         [Qt] Fix the Wince build.
4635
4636         * WebKit.pri: Apply msvc flags to wince, too.
4637
4638 2010-09-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
4639
4640         Reviewed by Antonio Gomes.
4641
4642         [EFL] Enable warnings during build by default
4643         https://bugs.webkit.org/show_bug.cgi?id=46351
4644
4645         Change default build to enable several warnings like other ports do.
4646         We need to pay special attention to "-Wall" in order to produce better
4647         code, so highlight this keyword, too.
4648
4649         * cmake/WebKitHelpers.cmake:
4650
4651 2010-09-22  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
4652
4653         Reviewed by Antonio Gomes.
4654
4655         [EFL] Fix build with GCC 4.4.x
4656         https://bugs.webkit.org/show_bug.cgi?id=40826
4657
4658         Change the -fstrict-aliasing flag to -fno-strict-aliasing as other
4659         ports like GTK and QT are using in their build systems. It was failing
4660         to execute when compiled with GCC 4.4.x in Release mode.
4661
4662         Refactor the flags in order to be more readable.
4663
4664         * cmake/WebKitHelpers.cmake:
4665
4666 2010-09-22  No'am Rosenthal  <noam.rosenthal@nokia.com>
4667
4668         Reviewed by Kenneth Rohde Christiansen.
4669
4670         [Qt] Move the accelerated compositing build flag to the right place
4671         https://bugs.webkit.org/show_bug.cgi?id=43882
4672
4673         * WebKit.pri: Removed the redundant version check.
4674
4675 2010-09-21  Fridrich Strba  <fridrich.strba@bluewin.ch>
4676
4677         Reviewed by Martin Robinson.
4678
4679         Fix linking issues of the GTK+ port on Windows
4680         https://bugs.webkit.org/show_bug.cgi?id=45844
4681
4682         * GNUmakefile.am: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
4683         * configure.ac: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
4684         and export correctly all needed symbols from the libwebkitgtk DLL.
4685
4686 2010-09-21  Xan Lopez  <xlopez@igalia.com>
4687
4688         Reviewed by Martin Robinson.
4689
4690         [GTK] Generate correct WebKit gir file with g-i 0.9.5
4691         https://bugs.webkit.org/show_bug.cgi?id=46173
4692
4693         Generate a correct gir file for WebKit with the
4694         gobject-introspection 0.9.5 scanner.
4695
4696         * GNUmakefile.am:
4697
4698 2010-09-21  Xan Lopez  <xlopez@igalia.com>
4699
4700         Reviewed by Gustavo Noronha.
4701
4702         Update for 1.3.4 release.
4703
4704         * configure.ac:
4705
4706 2010-09-21  Xan Lopez  <xlopez@igalia.com>
4707
4708         Reviewed by Martin Robinson.
4709
4710         [GTK] Configure flag for Opcode stats
4711         https://bugs.webkit.org/show_bug.cgi?id=46081
4712
4713         Opcode stats won't work with JIT enabled, so bail out if both are
4714         enabled at the same time.
4715
4716         * configure.ac:
4717
4718 2010-09-21  Xan Lopez  <xlopez@igalia.com>
4719
4720         Reviewed by Martin Robinson.
4721
4722         [GTK] Fix --disable-jit
4723         https://bugs.webkit.org/show_bug.cgi?id=46080
4724
4725         Manually define ENABLE_JIT to 0 when we want the feature disabled.
4726
4727         If the value is undefined Platform.h will enable it again
4728         automatically in some platforms, which is probably not what the
4729         user wanted if he passed --disable-jit.
4730
4731         * configure.ac:
4732
4733 2010-09-18  Kevin Ollivier  <kevino@theolliviers.com>
4734
4735         [wx] Build fix, fix use of wrong case in name.
4736
4737         * wscript:
4738
4739 2010-09-16  Eric Uhrhane  <ericu@chromium.org>
4740
4741         Reviewed by Jian Li.
4742
4743         Unify FILE_SYSTEM and FILE_WRITER enables under the name FILE_SYSTEM.
4744         https://bugs.webkit.org/show_bug.cgi?id=45798
4745
4746         * configure.ac:
4747
4748 2010-09-15  Commit Queue  <commit-queue@webkit.org>
4749
4750         Unreviewed.  Test commit for commit-queue@webkit.org.
4751
4752 2010-09-15  Eric Seidel  <eric@webkit.org>
4753
4754         Unreviewed.  Test commit for commit-queue@webkit.org.
4755
4756 2010-09-15  Kevin Ollivier  <kevino@theolliviers.com>
4757
4758         [wx] Build fixes for wxMSW.
4759
4760         * wscript:
4761
4762 2010-09-14  Andras Becsi  <abecsi@webkit.org>
4763
4764         Reviewed by Csaba Osztrogonác.
4765
4766         [Qt] qmake doesn't generate correct dependencies for rcc resource files
4767         https://bugs.webkit.org/show_bug.cgi?id=45747
4768
4769         * WebKit.pri: add OUT_PWD to DEPENDPATH
4770
4771 2010-09-11  Simon Hausmann  <simon.hausmann@nokia.com>
4772
4773         Reviewed by Andreas Kling.
4774
4775         [Qt] V8 port: webkit project files changes
4776         https://bugs.webkit.org/show_bug.cgi?id=45140
4777
4778         * WebKit.pro: Don't compile JavaScriptCore and jsc when
4779         building with v8.
4780
4781 2010-09-11  Xan Lopez  <xlopez@igalia.com>
4782
4783         Reviewed by Martin Robinson.
4784
4785         [GTK] Make introspection work with g-o-i 0.9.5
4786         https://bugs.webkit.org/show_bug.cgi?id=45590
4787
4788         Bump required gobject-introspection version to 0.9.5.
4789
4790         * configure.ac:
4791
4792 2010-09-09  Benjamin Poulain  <benjamin.poulain@nokia.com>
4793
4794         Unreviewed buildfix.
4795
4796         [Qt] Treat warnings as errors by default for gcc
4797         https://bugs.webkit.org/show_bug.cgi?id=43191
4798
4799         The buildfix r66990 fixes the build for the Maemo
4800         branch of Qt, but the symbols maemo5 and 6 are not defined
4801         for regular branches on ARM.
4802         This fixes the build by disabling -Werror for any ARM platform.
4803
4804         * WebKit.pri: Don't add -Werror for arm platforms.
4805
4806 2010-09-08  Peter Kasting  <pkasting@google.com>
4807
4808         Reviewed by David Hyatt.
4809
4810         Add smooth scrolling framework, and a Windows implementation.
4811         https://bugs.webkit.org/show_bug.cgi?id=32356
4812
4813         * wscript: Add Windows ScrollAnimator.
4814
4815 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
4816
4817         Unreviewed buildfix after r66972.
4818
4819         [Qt] Treat warnings as errors by default for gcc
4820         https://bugs.webkit.org/show_bug.cgi?id=43191
4821
4822         * WebKit.pri: Don't add -Werror for maemo platforms.
4823
4824 2010-09-08  Martin Robinson  <mrobinson@igalia.com>
4825
4826         Reviewed by Xan Lopez.
4827
4828         [GTK] Need a WebSocket implementation
4829         https://bugs.webkit.org/show_bug.cgi?id=45197
4830
4831         * configure.ac: Enable WebSocket by default.
4832
4833 2010-09-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
4834
4835         Reviewed by Kenneth Rohde Christiansen.
4836
4837         [EFL] Support to enable HTML5's Video based on gstreamer in WebKit-EFL
4838         https://bugs.webkit.org/show_bug.cgi?id=44098
4839
4840         To support video of HTML5 based on gstreamer, add cmake files for gstreamer. 
4841
4842         * cmake/FindGStreamer-App.cmake: Added.
4843         * cmake/FindGStreamer-Base.cmake: Added.
4844         * cmake/FindGStreamer-Interfaces.cmake: Added.
4845         * cmake/FindGStreamer-Pbutils.cmake: Added.
4846         * cmake/FindGStreamer-Plugins-Base.cmake: Added.
4847         * cmake/FindGStreamer-Video.cmake: Added.
4848         * cmake/FindGStreamer.cmake: Added.
4849         * cmake/OptionsEfl.cmake:
4850
4851 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
4852
4853         Reviewed by Andreas Kling.
4854
4855         [Qt] Treat warnings as errors by default for gcc
4856         https://bugs.webkit.org/show_bug.cgi?id=43191
4857
4858         * WebKit.pri: -Werror added to QMAKE_CXXFLAGS for x86 Linux platforms
4859
4860 2010-09-07  Arno Renevier  <arno@renevier.net>
4861
4862         Reviewed by Holger Freyther.
4863
4864         gitignore *~ files and gtk *.pot files
4865         https://bugs.webkit.org/show_bug.cgi?id=45129
4866
4867         * .gitignore:
4868
4869 2010-09-04  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
4870
4871         Reviewed by Kenneth Rohde Christiansen.
4872
4873         [EFL] Move test browser to WebKitTools directory
4874         https://bugs.webkit.org/show_bug.cgi?id=45212
4875
4876         Follow other ports like QT and GTK which moved the test browser to
4877         WebKitTools directory.
4878
4879         * CMakeLists.txt: Include test browser if port defines one.
4880
4881 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
4882
4883         Reviewed by Antonio Gomes.
4884
4885         [EFL] Name install directories according to library name
4886         https://bugs.webkit.org/show_bug.cgi?id=45126
4887
4888         * cmake/OptionsEfl.cmake: Use library name in order to define the data
4889         directory.
4890
4891 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
4892
4893         Reviewed by Antonio Gomes.
4894
4895         [EFL] Do not override custom compile flags
4896         https://bugs.webkit.org/show_bug.cgi?id=45125
4897
4898         Set a default build type if and only if user did not define one as
4899         command line options and he did not give custom CFLAGS or CXXFLAGS.
4900         Otherwise, flags from default build type would override user-defined
4901         ones.
4902
4903         * CMakeLists.txt:
4904
4905 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
4906
4907         Reviewed by Antonio Gomes.
4908
4909         [EFL] Fix double addition of -fPIC
4910         https://bugs.webkit.org/show_bug.cgi?id=45122
4911
4912          When SHARED_CORE=ON, -fPIC is automatically added because all
4913          libraries are dynamic. Only when static libraries are built that
4914          -fPIC needs to be manually inserted (because the final library,
4915          libewebkit.so, is dynamic).
4916
4917         * cmake/OptionsCommon.cmake: Remove -fPIC flag.
4918         * cmake/WebKitHelpers.cmake: Add -fPIC flags iff SHARED_CORE=ON.
4919
4920 2010-09-01  Ryuan Choi  <ryuan.choi@samsung.com>
4921
4922         Reviewed by Antonio Gomes.
4923
4924         [EFL] Need to check LibSoup version
4925         https://bugs.webkit.org/show_bug.cgi?id=44658
4926
4927         Add version check of LibSoup.
4928
4929         * cmake/FindLibSoup2.cmake:
4930
4931 2010-08-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
4932
4933         Reviewed by Martin Robinson.
4934
4935         Preparations for the 1.3.4 release. Bump webkit version to 543.7,
4936         as well.
4937
4938         * configure.ac:
4939
4940 2010-08-30  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
4941
4942         Reviewed by Adam Barth.
4943
4944         [EFL] Remove compiler optimization for gcc 4.5.1
4945         https://bugs.webkit.org/show_bug.cgi?id=44520
4946
4947         GCC 4.5.1 generates wrong code because of -ftree-sra which is enabled
4948         by default at any optimization level.
4949
4950         Newer and older versions are not affected, so check for compiler
4951         version before disabling this.
4952
4953         * cmake/WebKitHelpers.cmake: add flag depending on compiler version.
4954
4955 2010-08-30  Alejandro G. Castro  <alex@igalia.com>
4956
4957         Reviewed by Martin Robinson.
4958
4959         [Gtk] gdk_display_get_core_pointer and gdk_device_get_core_pointer
4960         are deprecated
4961         https://bugs.webkit.org/show_bug.cgi?id=44787
4962
4963         We have replaced GtkVersioning.cpp with GtkVersioning.c and
4964         created a function (getDefaultGDKPointerDevice) to get the pointer
4965         of the window with the new APIs. We added that function to DRT and
4966         copyandpaste unit test.
4967
4968         * GNUmakefile.am:
4969
4970 2010-08-30  Martin Robinson  <mrobinson@igalia.com>
4971
4972         Reviewed by Xan Lopez.
4973
4974         [GTK] WebKit DOM bindings build should not depend on output GNUMakefile
4975         https://bugs.webkit.org/show_bug.cgi?id=44805
4976
4977         Move the DOM bindings source lists and generator rules to
4978         WebCore/bindings/gobject/GNUmakefile.am. This will prevent a full WebKit API
4979         rebuild whenever the automake files change, decreasing build times.
4980
4981         * GNUmakefile.am:
4982
4983 2010-08-27  Mark Rowe  <mrowe@apple.com>
4984
4985         Reviewed by Adam Barth.
4986
4987         <http://webkit.org/b/44802> REGRESSION (r65351): WebCore build fails due to attempting to directly access WebKitTools/Scripts
4988
4989         Move create-html-entity-table in to WebCore so that the build is again self-contained.
4990         The script is also updated to take input as a CSV file rather than JSON as the former
4991         can be parsed without requiring a third-party Python module be installed.
4992
4993         * cmake/WebKitMacros.cmake:
4994
4995 2010-08-27  Kwang Yul Seo  <skyul@company100.net>
4996
4997         Reviewed by Kevin Ollivier.
4998
4999         [BREWMP] Add build system
5000         https://bugs.webkit.org/show_bug.cgi?id=44645
5001
5002         Check wxpython option only when build_port is wx.
5003
5004         * wscript:
5005
5006 2010-08-27  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
5007
5008         Unreviewed. Fix compiling dependencies on EFL port due to r65891.
5009
5010         No new functionality so no new tests.
5011
5012         * cmake/WebKitGenerators.cmake:
5013
5014 2010-08-26  Martin Robinson  <mrobinson@igalia.com>
5015
5016         Reviewed by Xan Lopez.
5017
5018         [GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
5019         https://bugs.webkit.org/show_bug.cgi?id=44624
5020
5021         Clean up GNUmakefile.am.
5022
5023         * GNUmakefile.am: Make the comments describing the global_* variables more readable and
5024         correct. Move WebKit-specific include lines and definitions out of webkitgtk_cppflags,
5025         corekit_cppflags and webcoregtk_cppflags and straight to the appropriate CPPFLAGS definition.
5026         Use global_cppflags for compiler flags that apply to both C++ and C code. Move some JavaScriptCore
5027         specific includes to the appropriate sub-directory GNUmakefile.am. Make sure the tests build
5028         with the global CPP flags as well.
5029
5030 2010-08-25  Kwang Yul Seo  <skyul@company100.net>
5031
5032         Reviewed by Kevin Ollivier.
5033
5034         [BREWMP] Add build system
5035         https://bugs.webkit.org/show_bug.cgi?id=44645
5036
5037         Make waf script portable so that we can add more ports.
5038
5039         * wscript:
5040
5041 2010-08-25  Xan Lopez  <xlopez@igalia.com>
5042
5043         Reviewed by Martin Robinson.
5044
5045         [GTK] CodeGeneratorGObject not picking up FEATURE_DEFINES
5046         https://bugs.webkit.org/show_bug.cgi?id=44608
5047
5048         Move FEATURE_DEFINES declaration here, since it's used by the
5049         bindings code generator. Also, fix typo in the variable holding
5050         the defines.
5051
5052         * GNUmakefile.am:
5053
5054 2010-08-25  Rafael Antognolli  <antognolli@profusion.mobi>
5055
5056         Unreviewed build fix.
5057
5058         [EFL] Build fix for revision 65332
5059         https://bugs.webkit.org/show_bug.cgi?id=44543
5060
5061         Generated variables are now returned from FindPkgConfig, so no need
5062         to document the custom ones.
5063
5064         * cmake/FindGthread.cmake:
5065
5066 2010-08-24  Xan Lopez  <xlopez@igalia.com>
5067
5068         Build fix, strike 2.
5069
5070         The unit tests are C files, so put the flag in global_cflags.
5071
5072         * GNUmakefile.am:
5073
5074 2010-08-24  Xan Lopez  <xlopez@igalia.com>
5075
5076         Try to fix GTK+ build.
5077
5078         Move GTK_API_VERSION_2 define to here, since we want to use it
5079         outside of WebCore/WebKit.
5080
5081         * GNUmakefile.am:
5082
5083 2010-08-24  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
5084
5085         [EFL] Unreviewed build fix after r65891.
5086
5087         r65891 renamed RemoteInspectorFrontend to InspectorFrontend. Rename
5088         accordingly in CMake build system.
5089
5090         * cmake/WebKitGenerators.cmake:
5091
5092 2010-08-20  Leandro Pereira  <leandro@profusion.mobi>
5093
5094         [EFL] Unreviewed. Fix build when using GNU gold.
5095         When linking with GNU gold, some symbols are not found: explicitly
5096         link with the required libraries.
5097
5098         * cmake/FindFontconfig.cmake: Added.
5099         * cmake/OptionsEfl.cmake: Find Fontconfig, JPEG, and PNG libraries.
5100
5101 2010-08-19  Philippe Normand  <pnormand@igalia.com>
5102
5103         Reviewed by Gustavo Noronha Silva.
5104
5105         [GStreamer] GTK XOverlay support in GStreamerGWorld
5106         https://bugs.webkit.org/show_bug.cgi?id=39474
5107
5108         * configure.ac: gst-interfaces link support needed for use of
5109         GstXOverlay interface.
5110         * GNUmakefile.am: Added new FullscreenVideoController files in the
5111         build.
5112
5113 2010-08-18  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
5114
5115         Reviewed by Antonio Gomes.
5116
5117         [EFL] Bump library dependencies
5118         https://bugs.webkit.org/show_bug.cgi?id=44182
5119
5120         Prepare for EFL release. All the EFL dependencies were bumped to
5121         1.0.0. Eina and Ecore_X needed a bump because of API has changed and
5122         the others were changed just to follow those two and because this is
5123         a stable release.
5124
5125         * cmake/FindEFL.cmake: Bump dependencies.
5126
5127 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
5128
5129         Reviewed by Yury Semikhatsky.
5130
5131         Web Inspector: replace hand written InspectorBackendStub.js with generated one.
5132         https://bugs.webkit.org/show_bug.cgi?id=43791
5133
5134         * GNUmakefile.am:
5135
5136 2010-08-18  Sheriff Bot  <webkit.review.bot@gmail.com>
5137
5138         Unreviewed, rolling out r65595.
5139         http://trac.webkit.org/changeset/65595
5140         https://bugs.webkit.org/show_bug.cgi?id=44161
5141
5142         qt build failed (Requested by loislo on #webkit).
5143
5144         * GNUmakefile.am:
5145
5146 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
5147
5148         Reviewed by Yury Semikhatsky.
5149
5150         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
5151         https://bugs.webkit.org/show_bug.cgi?id=43791
5152
5153         * GNUmakefile.am:
5154
5155 2010-08-17  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
5156
5157         Reviewed by Darin Adler.
5158
5159         Add NetworkingContext to avoid layer violations
5160         https://bugs.webkit.org/show_bug.cgi?id=42292
5161
5162         Preparation: Just add the files to the build system.
5163
5164         * GNUmakefile.am: Added new files.
5165
5166 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.couk>
5167
5168         Reviewed by Martin Robinson.
5169
5170         WebBackForwardList.get_{back|forward}_list_with_limit not introspectable
5171         https://bugs.webkit.org/show_bug.cgi?id=43054
5172
5173         * GNUmakefile.am: Give also API implementation files to the GIR
5174         scanner.
5175
5176 2010-08-17  Martin Robinson  <mrobinson@igalia.com>
5177
5178         GTK+ Build fix for those having stable versions of GLib.
5179
5180         * configure.ac: Only invoke GLIB_GSETTINGS if we have the necessary gio version.
5181
5182 2010-08-17  Sheriff Bot  <webkit.review.bot@gmail.com>
5183
5184         Unreviewed, rolling out r65500.
5185         http://trac.webkit.org/changeset/65500
5186         https://bugs.webkit.org/show_bug.cgi?id=44108
5187
5188         Qt bots failed to compile. (Requested by loislo on #webkit).
5189
5190         * GNUmakefile.am:
5191
5192 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
5193
5194         Reviewed by Yury Semikhatsky.
5195
5196         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
5197         https://bugs.webkit.org/show_bug.cgi?id=43791
5198
5199         * GNUmakefile.am:
5200
5201 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
5202
5203         Reviewed by Martin Robinson.
5204
5205         [GTK] GSettings support adds annoying warnings on systems with older glib versions
5206         https://bugs.webkit.org/show_bug.cgi?id=44056
5207
5208         Add file containing GLIB_GSETTINGS macro so that
5209         configure doesn't spit warnings in older systems.
5210
5211         * autotools/gsettings.m4: Added.
5212         * .gitignore: Ignore files that are generated inside autotools
5213         explicitely, because we have some that are kept in version
5214         control.
5215
5216 2010-08-16  Paul Sawaya  <psawaya@apple.com>
5217
5218         Reviewed by Chris Marrin.
5219
5220         Added shader validation via ANGLE
5221         https://bugs.webkit.org/show_bug.cgi?id=42405
5222
5223         Added ANGLE build to Makefile
5224
5225         * Makefile:
5226
5227 2010-08-16  Kevin Ollivier  <kevino@theolliviers.com>
5228
5229         [wx] Build fix, do not build WebCore as a convenience library as this leads to
5230         errors in the Win build w/export symbols and causes problems with DOM bindings
5231         debugging in gdb. 
5232
5233         * wscript: Copied from WebCore/wscript.
5234
5235 2010-08-15  Ryuan Choi  <ryuan.choi@samsung.com>
5236
5237         Reviewed by Antonio Gomes.
5238
5239         [EFL] Build error on r65378
5240         https://bugs.webkit.org/show_bug.cgi?id=44019
5241
5242         Add GENERATE_JSON macro for HTMLEntityNames.json instead of HTMLEntityNames.gperf
5243
5244         * cmake/WebKitMacros.cmake:
5245
5246 2010-08-14  Patrick Gansterer  <paroga@paroga.com>
5247
5248         Reviewed by Kenneth Rohde Christiansen.
5249
5250         [CMake] Add preprocessor detection for generator scripts
5251         https://bugs.webkit.org/show_bug.cgi?id=43984
5252
5253         * cmake/OptionsCommon.cmake:
5254
5255 2010-08-14  Adrienne Walker  <enne@google.com>
5256
5257         Reviewed by Kenneth Rohde Christiansen.
5258
5259         Update .gitignore file for more files
5260         https://bugs.webkit.org/show_bug.cgi?id=43991
5261
5262         * .gitignore:
5263
5264 2010-08-13  Leandro Pereira  <leandro@profusion.mobi>
5265
5266         [EFL] Unreviewed build fix.
5267
5268         * cmake/FindGthread.cmake: Fix warnings about obsolete PKGCONFIG macro.
5269         * cmake/WebKitGenerators.cmake: FLEX_EXECUTABLE was defined already
5270         by the root CMakeLists.txt file, so remove relevant lines that
5271         depends on FIND_PACKAGE_HANDLE_STANDARD_ARGS macro, which isn't
5272         available anymore.
5273
5274 2010-08-13  Alejandro G. Castro  <alex@igalia.com>
5275
5276         Reviewed by Xan Lopez.
5277
5278         We have to add the ACLOCAL_FLAGS in the env to the autogen.sh
5279         ACLOCAL_FLAGS variable in order to honor the value already
5280         defined, jhbuild uses it to pass parameters.
5281
5282         * autogen.sh:
5283
5284 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
5285
5286         Reviewed by Ariya Hidayat.
5287
5288         [Qt] Introduce Maemo6 for mobile features
5289         https://bugs.webkit.org/show_bug.cgi?id=43969
5290
5291         * WebKit.pri: Use maemo6 where we also use maemo5.
5292
5293 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
5294
5295         Reviewed by Ariya Hidayat.
5296
5297         [Qt] Clean up mobile feature useage
5298         https://bugs.webkit.org/show_bug.cgi?id=43968
5299
5300         * WebKit.pri: Set feature defaults here for some Nokia specific mobile platforms
5301
5302 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
5303
5304         Reviewed by Nikolas Zimmermann.
5305
5306         [CMake] Cleanup generator code.
5307         https://bugs.webkit.org/show_bug.cgi?id=39164
5308
5309         * cmake/WebKitGenerators.cmake:
5310         * cmake/WebKitMacros.cmake:
5311
5312 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
5313
5314         Reviewed by Nikolas Zimmermann.
5315
5316         [CMake] Add missing FIND_PACKAGE(Gperf)
5317         https://bugs.webkit.org/show_bug.cgi?id=43937
5318
5319         * CMakeLists.txt:
5320
5321 2010-08-12  Dimitri Glazkov  <dglazkov@chromium.org>
5322
5323         Reviewed by David Levin.
5324
5325         Add more Chromium-related dependency directories to .gitignore.
5326         https://bugs.webkit.org/show_bug.cgi?id=43940
5327
5328         * .gitignore: Added all existing that are created by update-webkit --chromium.
5329
5330 2010-08-12  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
5331
5332         Reviewed by Martin Robinson.
5333
5334         [GTK] Use GSettings to save/restore Web Inspector settings
5335         https://bugs.webkit.org/show_bug.cgi?id=43512
5336
5337         * GNUmakefile.am: GSettings rules.
5338         * configure.ac: GSettings infrastructure, and check if we should
5339         use it by looking for an appropriate version of GIO.
5340
5341 2010-08-12  Rafael Antognolli  <antognolli@profusion.mobi>
5342
5343         Reviewed by Kenneth Rohde Christiansen.
5344
5345         [EFL] Making CMake keep track of theme dependencies.
5346         https://bugs.webkit.org/show_bug.cgi?id=43862
5347
5348         Removing unused macro GENERATE_EDJ.
5349
5350         * cmake/WebKitEfl.cmake:
5351
5352 2010-08-12  Sheriff Bot  <webkit.review.bot@gmail.com>
5353
5354         Unreviewed, rolling out r65225.
5355         http://trac.webkit.org/changeset/65225
5356         https://bugs.webkit.org/show_bug.cgi?id=43918
5357
5358         Broke EFL port build (Requested by acidx on #webkit).
5359
5360         * cmake/WebKitGenerators.cmake:
5361         * cmake/WebKitMacros.cmake:
5362
5363 2010-08-12  Patrick Gansterer  <paroga@paroga.com>
5364
5365         Reviewed by Nikolas Zimmermann.
5366
5367         [CMake] Cleanup generator code.
5368         https://bugs.webkit.org/show_bug.cgi?id=39164
5369
5370         * cmake/WebKitGenerators.cmake:
5371         * cmake/WebKitMacros.cmake:
5372
5373 2010-08-10  Balazs Kelemen  <kb@inf.u-szeged.hu>
5374
5375         Reviewed by Antonio Gomes.
5376
5377         [Qt] Build WebKit2 into a static lib
5378
5379         https://bugs.webkit.org/show_bug.cgi?id=43621
5380
5381         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
5382
5383 2010-08-07  Sheriff Bot  <webkit.review.bot@gmail.com>
5384
5385         Unreviewed, rolling out r64904.
5386         http://trac.webkit.org/changeset/64904
5387         https://bugs.webkit.org/show_bug.cgi?id=43671
5388
5389         Broke the Qt Windows builders. (Requested by bbandix on
5390         #webkit).
5391
5392         * WebKit.pro:
5393
5394 2010-08-07  Balazs Kelemen  <kb@inf.u-szeged.hu>
5395
5396         Reviewed by Eric Seidel.
5397
5398         [Qt] Build WebKit2 into a static lib
5399
5400         https://bugs.webkit.org/show_bug.cgi?id=43621
5401
5402         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
5403
5404 2010-08-06  ryuan choi  <ryuan.choi@samsung.com>
5405
5406         Reviewed by Antonio Gomes.
5407
5408         [EFL] Regression (64763) build fix for efl.
5409         https://bugs.webkit.org/show_bug.cgi?id=43597
5410
5411         change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
5412
5413         * cmake/OptionsEfl.cmake:
5414
5415 2010-08-05  Jian Li  <jianli@chromium.org>
5416
5417         Reviewed by David Levin.
5418
5419         Unify blob related feature defines to ENABLE(BLOB).
5420         https://bugs.webkit.org/show_bug.cgi?id=43081
5421
5422         * cmakeconfig.h.cmake:
5423         * configure.ac:
5424
5425 2010-08-05  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
5426
5427         Reviewed by Xan Lopez.
5428
5429         Move files that are generated by the configure script to
5430         DISTCLEANFILES, where they should be. This fixes building after a
5431         make clean.
5432
5433         * GNUmakefile.am:
5434
5435 2010-08-04  Siddharth Mathur  <siddharth.mathur@nokia.com>
5436
5437         Reviewed by Laszlo Gombos.
5438
5439         [Qt][Symbian] Variable max heap size between target/emulator
5440         https://bugs.webkit.org/show_bug.cgi?id=41480
5441
5442         * WebKit.pri: Symbian-only code block for EPOCHEAPSIZE configuration
5443
5444 2010-08-03  Eric Seidel  <eric@webkit.org>
5445
5446         Unreviewed.  Test commit for commit-queue@webkit.org.
5447
5448 2010-08-03  Xan Lopez  <xlopez@igalia.com>
5449
5450         Reviewed by Gustavo Noronha.
5451
5452         [GTK] Fix DOM event dispatch
5453         https://bugs.webkit.org/show_bug.cgi?id=40847
5454
5455         Add new files to the build.
5456
5457         * GNUmakefile.am:
5458
5459 2010-08-03  Xan Lopez  <xlopez@igalia.com>
5460
5461         Reviewed by Gustavo Noronha.
5462
5463         Silence JSCore gir "creation".
5464
5465         * GNUmakefile.am:
5466
5467 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
5468
5469         Unreviewed, rolling out r64471.
5470         http://trac.webkit.org/changeset/64471
5471         https://bugs.webkit.org/show_bug.cgi?id=43005
5472
5473         Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
5474         until further discussion
5475
5476         * GNUmakefile.am:
5477
5478 2010-08-02  Xan Lopez  <xlopez@igalia.com>
5479
5480         Reviewed by Gustavo Noronha.
5481
5482         [GTK] Add support for the Audio element in the DOM bindings
5483         https://bugs.webkit.org/show_bug.cgi?id=43313
5484
5485         Add new files to the build.
5486
5487         * GNUmakefile.am:
5488
5489 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
5490
5491         Reviewed by David Kilzer.
5492
5493         AX: Support methods for web apps to interact with the native accessibility APIs
5494         https://bugs.webkit.org/show_bug.cgi?id=43005
5495
5496         * GNUmakefile.am:
5497
5498 2010-08-02  Balazs Kelemen  <kb@inf.u-szeged.hu>
5499
5500         Reviewed by Simon Hausmann.
5501
5502         [Qt] Generate forwarding headers for WebKit2
5503
5504         https://bugs.webkit.org/show_bug.cgi?id=43336
5505
5506         * DerivedSources.pro: Added WebKit2/DerivedSources.pro to SUBDIRS if webkit2 is on.
5507
5508 2010-07-30  Patrick Gansterer  <paroga@paroga.com>
5509
5510         Reviewed by Nikolas Zimmermann.
5511
5512         [CMake] Add FindGperf.cmake
5513         https://bugs.webkit.org/show_bug.cgi?id=39163
5514
5515         Add a clean gperf dedection since we need it for building.
5516
5517         * CMakeLists.txt:
5518         * cmake/FindGperf.cmake: Added.
5519
5520 2010-07-30  Rafael Antognolli  <antognolli@profusion.mobi>
5521
5522         Reviewed by Antonio Gomes.
5523
5524         [EFL] Add library version and soname to EFL generated libraries and binary.
5525         https://bugs.webkit.org/show_bug.cgi?id=43212
5526
5527         Make WebKit-EFL follow libtool soname versioning scheme.
5528
5529         * cmake/OptionsEfl.cmake: Added PROJECT_VERSION_PATCH to PROJECT_VERSION.
5530
5531 2010-07-29  Martin Robinson  <mrobinson@igalia.com>
5532
5533         Unreviewed build fix.
5534
5535         Fix installation of autogenerated header files.
5536
5537         * GNUmakefile.am: Fix autogenerated header file installation.
5538
5539 2010-07-27  Martin Robinson  <mrobinson@igalia.com>
5540
5541         Unreviewed build fix.
5542
5543         Add missing webkitdomdefines.h header to the sources list.
5544
5545         * GNUmakefile.am: Add missing header to the sources list.
5546
5547 2010-07-27  Kinuko Yasuda  <kinuko@chromium.org>
5548
5549         Reviewed by Ojan Vafai.
5550
5551         Add FILE_SYSTEM build flag for FileSystem API
5552         https://bugs.webkit.org/show_bug.cgi?id=42915
5553
5554         * configure.ac:
5555
5556 2010-07-26  ryuan choi  <ryuan.choi@samsung.com>
5557
5558         Unreviewed build fix.
5559
5560         [EFL]REGRESSION(r63952): build break because of InspectorBackendDispatcher.cpp
5561         https://bugs.webkit.org/show_bug.cgi?id=43021
5562
5563         Modify cmake script to fix build break as adding InspectorBackendDispatcher.
5564
5565         * cmake/WebKitGenerators.cmake:
5566
5567 2010-07-27  Rafael Antognolli  <antognolli@profusion.mobi>
5568
5569         Reviewed by Antonio Gomes.
5570
5571         [EFL] Changing library names (appending suffix "_efl")
5572         https://bugs.webkit.org/show_bug.cgi?id=42902
5573
5574         Instead of having libwebcore.so, we will have libwebcore_efl.so.
5575         Same for javascriptcore and wtf when compiled as shared, and for jsc.
5576
5577         * cmake/OptionsEfl.cmake:
5578
5579 2010-07-26  Martin Robinson  <mrobinson@igalia.com>
5580
5581         Reviewed by Xan Lopez.
5582
5583         [GTK] Get rid of libgdom
5584         https://bugs.webkit.org/show_bug.cgi?id=42378
5585
5586         Remove the need to build the libgdom intermediate library.
5587
5588         * GNUmakefile.am: Move the source list for the GObject DOM bindings to
5589         the top-level GNUmakefile.am, since they are logically part of WebKit, instead
5590         of WebCore. List all auto-generated files statically and remove no-longer-
5591         used variables. Fix an issue where some places expected webkitenumtypes.cpp
5592         to be generated in different directories.
5593
5594 2010-07-24  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>
5595
5596         Reviewed by Xan Lopez.
5597
5598         [GTK] Enable jit compilation on arm
5599         https://bugs.webkit.org/show_bug.cgi?id=42856
5600
5601         Add missing bits to configure.ac to build the arm jit.
5602         Compile and tested on debian sid armel on a qemu vm.
5603
5604         * configure.ac:
5605
5606 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
5607
5608         Reviewed by Antonio Gomes.
5609
5610         [EFL] Cleanup glib support (make it optional)
5611         https://bugs.webkit.org/show_bug.cgi?id=42480
5612
5613         Fixing support for compiling EFL port without glib.
5614
5615         * cmake/FindGthread.cmake: Added.
5616         * cmake/OptionsEfl.cmake:
5617
5618 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
5619
5620         Reviewed by Antonio Gomes.
5621
5622         [EFL] Add support for using libcurl network backend.
5623         https://bugs.webkit.org/show_bug.cgi?id=42286
5624
5625         Instead of just libsoup, the EFL port now can use libcurl backend.
5626         This is a step in the direction of removing dependency on glib. Just
5627         need to pass the option -DNETWORK_BACKEND=curl to cmake in order to
5628         enable it.
5629
5630         * cmake/OptionsEfl.cmake:
5631
5632 2010-07-23  Andras Becsi  <abecsi@webkit.org>
5633
5634         Reviewed by Kenneth Rohde Christiansen.
5635
5636         [Qt] Enable the build of MiniBrowser.
5637
5638         * WebKit.pro: add MiniBrowser.pro to SUBDIRS.
5639
5640 2010-07-23  Balazs Kelemen  <kb@inf.u-szeged.hu>
5641
5642         Reviewed by Kenneth Rohde Christiansen.
5643
5644         [Qt] Setup the QtWebProcess
5645
5646         https://bugs.webkit.org/show_bug.cgi?id=42623
5647
5648         * WebKit.pro: Add WebKit2.pro to the build guarded by webkit2 config variable.
5649
5650 2010-07-20  Rafael Antognolli  <antognolli@profusion.mobi>
5651
5652         Reviewed by Antonio Gomes.
5653
5654         [EFL] Enable Ecore-X on compile time
5655         https://bugs.webkit.org/show_bug.cgi?id=42600
5656
5657         Check for a flag received from cmake configure and disable it
5658         if necessary. Also disable it if Ecore-X wasn't found.
5659
5660         EFL port does not support automated tests yet.
5661
5662         * cmake/FindEFL.cmake:
5663         * cmake/OptionsEfl.cmake:
5664
5665 2010-07-20  Hans Wennborg  <hans@chromium.org>
5666
5667         Reviewed by Steve Block.
5668
5669         Add WebCore/bindings/generic/RuntimeEnabledFeatures.cpp to build files
5670         https://bugs.webkit.org/show_bug.cgi?id=42380
5671
5672         RuntimeEnabledFeatures.cpp and .h were moved from bindings/v8 to
5673         bindings/generic a while a go (in r54593), but need to
5674         be added to the build in order to be used.
5675
5676         No new functionality so no new tests.
5677
5678         * Android.mk:
5679
5680 2010-07-16  Leandro Pereira  <leandro@profusion.mobi>
5681
5682         [EFL] Unreviewed build system cleanup.
5683
5684         Remove reference to "mediaControlsGtk.css".
5685
5686         * cmake/WebKitGenerators.cmake:
5687
5688 2010-07-16  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
5689
5690         Reviewed by Antonio Gomes.
5691
5692         [EFL] Build with MathML enabled. Fix build when MathML is enabled and
5693         make it the default.
5694         https://bugs.webkit.org/show_bug.cgi?id=42453
5695
5696         * cmake/OptionsEfl.cmake: build with MathML enabled as default.
5697
5698 2010-07-15  Martin Robinson  <mrobinson@igalia.com>
5699
5700         Reviewed by Oliver Hunt.
5701
5702         [GTK] Simplify the distribution step
5703         https://bugs.webkit.org/show_bug.cgi?id=42414
5704
5705         * GNUmakefile.am: Remove unused variables. Rely on WebCore/GNUmakefile.am
5706         to handle distributing IDL files from WebCore and to modify EXTRA_DIST.
5707
5708 2010-07-14  Martin Robinson  <mrobinson@igalia.com>
5709
5710         Reviewed by Xan Lopez.
5711
5712         [GTK] Get rid of libWebCoreJS
5713         https://bugs.webkit.org/show_bug.cgi?id=42083
5714
5715         * GNUmakefile.am: Remove the libWebCoreJS library from the extra
5716         link libraries. Add IDL files to the distribution manually, as they
5717         are no longer included in the header list. This prevents a good deal
5718         of repetition in the source listings by avoiding listing both the IDL
5719         files and their final targets.
5720
5721 2010-07-14  Vincent Scheib  <scheib@chromium.org>
5722
5723         Reviewed by Kent Tamura
5724
5725         Configure Git to ignore build files generated by Chromium .gyp on windows.
5726
5727         Bug 42205: Chromium build files on windows not ignored by git
5728         https://bugs.webkit.org/show_bug.cgi?id=42205
5729         
5730         * .gitignore: Updated
5731
5732 2010-07-13  Sheriff Bot  <webkit.review.bot@gmail.com>
5733
5734         Unreviewed, rolling out r63262.
5735         http://trac.webkit.org/changeset/63262
5736         https://bugs.webkit.org/show_bug.cgi?id=42229
5737
5738         broke Windows compile (Requested by bweinstein on #webkit).
5739
5740         * WebKit.pro:
5741
5742 2010-07-13  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
5743
5744         Reviewed by Oliver Hunt.
5745
5746         Separate CoreFoundation specific tests in JSC's testapi.c
5747
5748         testapi.c depends on the Core Foundation.
5749         https://bugs.webkit.org/show_bug.cgi?id=40058
5750
5751         * WebKit.pro: enable compilation of JSC C API test.
5752
5753 2010-07-13  Scott Violet  <sky@chromium.org>
5754
5755         Reviewed by David Levin.
5756
5757         [Chromium] Makes pressing tab accept the currently selected item in a popup.
5758         https://bugs.webkit.org/show_bug.cgi?id=42172
5759
5760         * WebCore/platform/chromium/PopupMenuChromium.cpp:
5761
5762 2010-07-12  Xan Lopez  <xlopez@igalia.com>
5763
5764         Reviewed by Gustavo Noronha.
5765
5766         Bump to 1.3.3
5767
5768         * configure.ac:
5769
5770 2010-07-12  Xan Lopez  <xlopez@igalia.com>
5771
5772         Reviewed by Gustavo Noronha.
5773
5774         Suffix .mo files with the GTK+ API version so that they can be
5775         parallel installable.
5776
5777         * configure.ac:
5778
5779 2010-07-12  Xan Lopez  <xlopez@igalia.com>
5780
5781         Reviewed by Gustavo Noronha.
5782
5783         Add another include path to the scanner to avoid warnings related
5784         to undefined types. It wasn't picking up <webkit/foo.h>-like
5785         headers.
5786
5787         * GNUmakefile.am:
5788
5789 2010-07-07  Rafael Antognolli  <antognolli@profusion.mobi>
5790
5791         Reviewed by Adam Barth.
5792
5793         [EFL] Fix cmake build and libsoup detection
5794         Some changes should be done to cmake build system to fix the detection of libsoup and correct some link paths:
5795         - LINK_FLAGS should be set using quotes, otherwise some wrong
5796         substitution takes place;
5797         - we should use LIBSOUP24_* instead of LIBSOUP_* since this is the
5798         version we are using;
5799         - need to set HAVE_LIBSOUP_2_29_90 if we find a version equal or newer
5800         than that.
5801         https://bugs.webkit.org/show_bug.cgi?id=41717
5802
5803         * cmake/OptionsEfl.cmake:
5804
5805 2010-07-06  Leandro Pereira  <leandro@profusion.mobi>
5806
5807         Unreviewed build fix.
5808
5809         [EFL] Add macro to generate inspector code.
5810
5811         * cmake/WebKitGenerators.cmake:
5812
5813 2010-07-06  Martin Robinson  <mrobinson@igalia.com>
5814
5815         Unreviewed.
5816
5817         Build fix after r62549.
5818
5819         * GNUmakefile.am: Remove new variable that is no longer used.
5820
5821 2010-07-06  Ilya Tikhonovsky  <loislo@chromium.org>
5822
5823         Reviewed by Yury Semikhatsky.
5824
5825         WebInspector: generator part of the patch for bug 40675.
5826         On the way to Remote Debugging we want to support JSON serialization
5827         on both sides of WebInspector transport.
5828         As far as InspectorFrontend class is a simple proxy to WebInspector
5829         it would be better to generate it from an IDL file.
5830         We have generator infrastructure for binding and will reuse it for
5831         new generator.
5832         https://bugs.webkit.org/show_bug.cgi?id=41692
5833
5834         * GNUmakefile.am:
5835
5836 2010-07-05  Antti Koivisto  <koivisto@iki.fi>
5837
5838         Revert unplanned project file change.
5839
5840         * WebKit.pro:
5841
5842 2010-06-23  Martin Robinson  <mrobinson@igalia.com>
5843
5844         Reviewed by Gustavo Noronha Silva.
5845
5846         [GTK] Separate DerivedSources per-project
5847         https://bugs.webkit.org/show_bug.cgi?id=41109
5848
5849         Separate WebKitGTK+ DerivedSources into per-project subdirectories to prepare
5850         for properly building WebKit2.
5851
5852         * GNUmakefile.am:
5853
5854 2010-07-01  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
5855
5856         Reviewed by Simon Hausmann.
5857
5858         [Qt] Fix a comment in WebKit.pri.
5859
5860         * WebKit.pri:
5861
5862 2010-06-16  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
5863
5864         Reviewed by Simon Hausmann.
5865
5866         [Qt] Fix qmake vcproj generation for QtWebKit.
5867
5868         qmake use TARGET=/LIBS+= -lTARGET to create dependencies
5869         between projects in a subdir template.
5870
5871         Since when compiling outside of Qt we hijack the target name of
5872         QtWebKit to add the configuration and version suffix to the binary
5873         filename, qmake can't establish the WebCore project as a dependency
5874         to QtTestBrowser.
5875
5876         This patch makes sure that the target is not hijacked on the
5877         first of the three passes where the dependencies are determined.
5878
5879         * WebKit.pri:
5880
5881 2010-07-01  Simon Hausmann  <simon.hausmann@nokia.com>
5882
5883         Rubber-stamped by Laszlo Gombos.
5884
5885         [Qt][Symbian] Bumped up the maximum heap size to 96MB
5886
5887         * WebKit.pri:
5888
5889 2010-06-30  Leandro Pereira  <leandro@profusion.mobi>
5890
5891         Unreviewed.
5892
5893         Generate CSSValueKeywords.cpp instead of CSSValueKeywords.c to avoid
5894         recompilation and relinking of WebCore when no files were changed.
5895
5896         * cmake/WebKitGenerators.cmake:
5897
5898 2010-06-29  Antoine Labour  <piman@chromium.org>
5899
5900         Reviewed by Dimitri Glazkov.
5901
5902         Only call Windows-specific PlatformSkiaContext functions on Windows.
5903
5904         * WebCore/platform/graphics/chromium/LayerChromium.cpp:
5905         * WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:
5906
5907 2010-06-28  John Gregg  <johnnyg@google.com>
5908
5909         Reviewed by Kent Tamura.
5910
5911         add ENABLE_DIRECTORY_UPLOAD build support
5912         https://bugs.webkit.org/show_bug.cgi?id=41100
5913
5914         * configure.ac:
5915
5916 2010-06-28  Xan Lopez  <xlopez@igalia.com>
5917
5918         Reviewed by Gustavo Noronha.
5919
5920         Bump version to 1.3.2.
5921
5922         * configure.ac:
5923
5924 2010-06-28  Xan Lopez  <xlopez@igalia.com>
5925
5926         Rubber-stamped by Gustavo Noronha.
5927
5928         Bump gobject-introspection required version to 0.6.15, since we
5929         are now shipping version 1.1 gir files.
5930
5931         * configure.ac:
5932
5933 2010-06-28  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
5934
5935         Unreviewed build fix.
5936
5937         [EFL] Build fix for latest version of Ecore library.
5938         Ecore recently changed return type of callbacks from int to Eina_Bool.
5939
5940         * cmake/FindEFL.cmake: Bump version of Ecore dependency.
5941
5942 2010-06-28  Xan Lopez  <xlopez@igalia.com>
5943
5944         Reviewed by Gustavo Noronha.
5945
5946         [GTK] Does not compile with -DGSEAL_ENABLE
5947         https://bugs.webkit.org/show_bug.cgi?id=37851
5948
5949         Add automake flag to signal whether we are building with GTK+ 2.x
5950         or 3.x.
5951
5952         * configure.ac:
5953
5954 2010-06-28  Xan Lopez  <xlopez@igalia.com>
5955
5956         Reviewed by Gustavo Noronha.
5957
5958         [GTK] Add support for GTK+3
5959         https://bugs.webkit.org/show_bug.cgi?id=41253
5960
5961         Add --with-gtk configure flag, defaulting to support for GTK+ 2.x.
5962
5963         * GNUmakefile.am:
5964         * configure.ac:
5965
5966 2010-06-26  Tony Gentilcore  <tonyg@chromium.org>
5967
5968         Reviewed by Dimitri Glazkov.
5969
5970         Add an --enable-web-timing flag which guards Web Timing support.
5971         https://bugs.webkit.org/show_bug.cgi?id=38924
5972
5973         This flag is disabled by default.
5974         See: http://dev.w3.org/2006/webapi/WebTiming/
5975
5976         * configure.ac:
5977
5978 2010-06-25  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
5979
5980         Reviewed by Simon Hausmann.
5981
5982         Introduce to QtScript benchmarks.
5983
5984         The QtScript performance should be tested regularly. The patch introduces
5985         micro benchmarks for existing API.
5986
5987         [Qt] Performance of the QtScript API is not tested.
5988         https://bugs.webkit.org/show_bug.cgi?id=40911
5989
5990         * WebKit.pro:
5991
5992 2010-06-25  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
5993
5994         Reviewed by Kenneth Rohde Christiansen.
5995
5996         [CMake] Add option to enable JIT.
5997         JIT is disabled by default, but now it's possible to enable it through
5998         an option to CMake: -DENABLE_JIT will enable it.
5999         https://bugs.webkit.org/show_bug.cgi?id=40936
6000
6001         * cmake/OptionsEfl.cmake: add new -DENABLE_JIT option.
6002         * cmakeconfig.h.cmake: use new -DENABLE_JIT option.
6003
6004 2010-06-23  Leandro Pereira  <leandro@profusion.mobi>
6005
6006         Reviewed by Kenneth Rohde Christiansen.
6007
6008         [EFL] Add support to CPack (to generate source tarballs)
6009         https://bugs.webkit.org/show_bug.cgi?id=41009
6010         
6011         * CMakeLists.txt:
6012         * cmake/OptionsEfl.cmake: Define the default source generator for
6013         the EFL port.
6014         * cmake/WebKitPackaging.cmake: Added. This file filters the source
6015         files so that only files relevant to the selected port are included
6016         in the source tarball. See comments for details.
6017
6018 2010-06-22  Eric Seidel  <eric@webkit.org>
6019
6020         Unreviewed.  Test commit for commit-queue@webkit.org.
6021
6022 2010-06-21  Prasad Tammana  <prasadt@chromium.org>
6023
6024         Reviewed by Darin Adler.
6025
6026         DumpRenderTree should allow tests with modal dialogs
6027         https://bugs.webkit.org/show_bug.cgi?id=35350
6028
6029         * DumpRenderTree/LayoutTestController.cpp:
6030         (abortModalCallback):
6031         (LayoutTestController::staticFunctions):
6032         * DumpRenderTree/LayoutTestController.h:
6033         * DumpRenderTree/mac/LayoutTestControllerMac.mm:
6034         (LayoutTestController::abortModal):
6035         Add abortModal method to LayoutTestController and make it available from script.
6036
6037         * DumpRenderTree/mac/UIDelegate.mm: Add support for showModalDialog.
6038         (-[UIDelegate modalWindowWillClose:]): Observer for NSWindowWillCloseNotifications to call
6039         abortModal from when modal window closes.
6040         (-[UIDelegate webViewRunModal:]): Delegate method for showModalDialog to run the modal loop.
6041
6042 2010-06-21  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
6043
6044         Unreviewed debug build fix.
6045
6046         [CMake] Do not force build type to Release
6047         https://bugs.webkit.org/show_bug.cgi?id=40566
6048
6049         * CMakeLists.txt:
6050
6051 2010-06-21  Satish Sampath  <satish@chromium.org>
6052
6053         Reviewed by Steve Block.
6054
6055         Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
6056         https://bugs.webkit.org/show_bug.cgi?id=40878
6057
6058         * configure.ac:
6059
6060 2010-06-17  Shu Chang  <chang.shu@nokia.com>
6061
6062         Reviewed by Kenneth Rohde Christiansen.
6063
6064         [Qt] Fix the link error on symbian with ENABLE_JIT=0.
6065         1. Add "#if ENABLE(JIT)" in the header file;
6066         2. Put feature enable/disable logic to a common.pri so
6067         that both JavaScriptCore.pri and WebCore.pri can share.
6068
6069         https://bugs.webkit.org/show_bug.cgi?id=40780
6070
6071         * common.pri: Added.
6072
6073 2010-06-17  Alexis Menard  <alexis.menard@nokia.com>
6074
6075         Reviewed by Kenneth Rohde Christiansen.
6076
6077         [Qt] Upstream the WebKit QML integration plugin
6078         https://bugs.webkit.org/show_bug.cgi?id=40050
6079
6080         Add to the build the QML WebKit integration plugin.
6081
6082         * WebKit.pro:
6083
6084 2010-06-17  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
6085
6086         Reviewed by Gustavo Noronha.
6087
6088         Update CMake build system to use new script for generating source files
6089         with gperf (r61091).
6090         https://bugs.webkit.org/show_bug.cgi?id=40628
6091
6092         * cmake/WebKitGenerators.cmake:
6093
6094 2010-06-17  Mark Brand  <mabrand@mabrand.nl>
6095
6096         Reviewed by Simon Hausmann.
6097
6098         [Qt] use "win32-g++*" scope to match all MinGW makespecs
6099
6100         The scope "win32-g++" comes from the name of the makespec. However, it
6101         is frequently used to check for MinGW. This works fine as long as
6102         win32-g++ is the only makespec for MinGW. Now we need the wildcard
6103         to cover "win32-g++-cross" as well.
6104
6105         * WebKit.pri:
6106
6107 2010-06-15  Xan Lopez  <xlopez@igalia.com>
6108
6109         Unreviewed build fix.
6110
6111         Remove GSEAL from the debug config since the bots have a GTK+
6112         version too old, duh.
6113
6114         * GNUmakefile.am:
6115
6116 2010-06-15  Xan Lopez  <xlopez@igalia.com>
6117
6118         Reviewed by Gustavo Noronha.
6119
6120         [GTK] Does not compile with -DGSEAL_ENABLE
6121         https://bugs.webkit.org/show_bug.cgi?id=37851
6122
6123         Add GSEAL_ENABLE flag when doing debug builds.
6124
6125         * GNUmakefile.am:
6126
6127 2010-06-13  Tony Chang  <tony@chromium.org>
6128
6129         Reviewed by Darin Fisher.
6130
6131         Chromium shouldn't build inside the source directory
6132         https://bugs.webkit.org/show_bug.cgi?id=40489
6133
6134         Ignore Chromium Linux build files.
6135
6136         * .: Added property svn:ignore. Modified property svn:ignore.
6137
6138 2010-06-09  Leandro Pereira  <leandro@profusion.mobi>
6139
6140         Reviewed by Adam Treat.
6141
6142         [EFL] Allow building core libraries as shared objects to speed up
6143         linking time on machines with small amounts of memory.
6144         http://webkit.org/b/39899
6145
6146         * CMakeLists.txt: Add SHARED_CORE option.
6147         * cmake/FindGlib.cmake: Add GObject to the list of GLib libraries to
6148         search.
6149         * cmake/OptionsEfl.cmake: Remove default library type definitions.
6150         * cmake/WebKitHelpers.cmake: -fvisibility=hidden did not behave well
6151         when SHARED_CORE is used.
6152
6153 2010-06-08  Xan Lopez  <xlopez@igalia.com>
6154
6155         Reviewed by Gustavo Noronha.
6156
6157         [GTK] Unit testing for WebKitDOMNode hierarchy walk
6158         https://bugs.webkit.org/show_bug.cgi?id=40171
6159
6160         Add DOM node test to the build system.
6161
6162         * GNUmakefile.am:
6163
6164 2010-06-02  Sterling Swigart  <sswigart@google.com>
6165
6166         Reviewed by David Levin.
6167
6168         Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
6169         https://bugs.webkit.org/show_bug.cgi?id=39906
6170
6171         * configure.ac:
6172
6173 2010-05-31  Xan Lopez  <xlopez@igalia.com>
6174
6175         Reviewed by Gustavo Noronha.
6176
6177         Copy the NEWS file to the toplevel when creating the release
6178         tarballs, otherwise it's a bit hard to find.
6179
6180         * GNUmakefile.am:
6181
6182 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
6183
6184         Final make distcheck fix - clean up generated GDOM files on distclean.
6185
6186         * GNUmakefile.am:
6187
6188 2010-05-27  Xan Lopez  <xlopez@igalia.com>
6189
6190         More GTK+ distcheck fixes.
6191
6192         * GNUmakefile.am:
6193
6194 2010-05-27  Xan Lopez  <xlopez@igalia.com>
6195
6196         Reviewed by Gustavo Noronha.
6197
6198         Bump for 1.3.1 release.
6199
6200         * configure.ac:
6201
6202 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
6203
6204         Reviewed by Xan Lopez.
6205
6206         Build fix for introspection support - make sure DOM headers are
6207         included by the GI scanner.
6208
6209         * GNUmakefile.am:
6210
6211 2010-05-26  Gustavo Noronha Silva  <gns@gnome.org>
6212
6213         Build fixes for make distcheck.
6214
6215         * GNUmakefile.am:
6216
6217 2010-05-26  Xan Lopez  <xlopez@igalia.com>
6218
6219         Reviewed by Gustavo Noronha.
6220
6221         [GTK] Add support for DOM events in the GObject DOM bindings
6222         https://bugs.webkit.org/show_bug.cgi?id=38844
6223
6224         Add new test to the build.
6225
6226         * GNUmakefile.am:
6227
6228 2010-05-22  Leandro Pereira  <leandro@profusion.mobi>
6229
6230         Reviewed by Eric Seidel.
6231
6232         [EFL] Build fix (always compile libraries with -fPIC when compiler
6233         is gcc; always define WTF_USE_PTHREADS).
6234         http://webkit.org/b/39235
6235
6236         * cmake/OptionsCommon.cmake:
6237         * cmake/OptionsEfl.cmake:
6238         * cmake/WebKitHelpers.cmake:
6239
6240 2010-05-19  Dan Winship  <danw@gnome.org>
6241
6242         Reviewed by Xan Lopez.
6243
6244         [GTK] Install introspection files in our prefix, not
6245         gobject-introspection's prefix
6246
6247         * GNUmakefile.am:
6248         * configure.ac:
6249
6250 2010-05-15  Leandro Pereira  <leandro@profusion.mobi>
6251
6252         Reviewed by Adam Treat.
6253
6254         [EFL] Add build system for the EFL port.
6255         http://webkit.org/b/37945
6256
6257         * CMakeLists.txt: Added.
6258         * cmake/FindCFLite.cmake: Added.
6259         * cmake/FindCairo.cmake: Added.
6260         * cmake/FindEFL.cmake: Added.
6261         * cmake/FindFreetype.cmake: Added.
6262         * cmake/FindGDK-PixBuf.cmake: Added.
6263         * cmake/FindGDK.cmake: Added.
6264         * cmake/FindGIO.cmake: Added.
6265         * cmake/FindGlib.cmake: Added.
6266         * cmake/FindICU.cmake: Added.
6267         * cmake/FindLibSoup2.cmake: Added.
6268         * cmake/FindLibXlst.cmake: Added.
6269         * cmake/FindPango.cmake: Added.
6270         * cmake/FindSqlite.cmake: Added.
6271         * cmake/LibFindMacros.cmake: Added.
6272         * cmake/OptionsCommon.cmake: Added.
6273         * cmake/OptionsEfl.cmake: Added.
6274         * cmake/WebKitEfl.cmake: Added.
6275         * cmake/WebKitFS.cmake: Added.
6276         * cmake/WebKitFeatures.cmake: Added.
6277         * cmake/WebKitGenerators.cmake: Added.
6278         * cmake/WebKitHelpers.cmake: Added.
6279         * cmake/WebKitMacros.cmake: Added.
6280         * cmakeconfig.h.cmake: Added.
6281
6282 2010-05-14  Simon Hausmann  <simon.hausmann@nokia.com>
6283
6284         Rubber-stamped by Antti Koivisto.
6285
6286         [Qt] Rename QtLauncher to QtTestBrowser
6287         https://bugs.webkit.org/show_bug.cgi?id=37665
6288
6289         * WebKit.pro:
6290
6291 2010-05-12  Csaba Osztrogonác  <ossy@webkit.org>
6292
6293         Reviewed by Kenneth Rohde Christiansen.
6294
6295         [Qt] Link error in debug mode without debug_and_release config
6296         https://bugs.webkit.org/show_bug.cgi?id=39006
6297
6298         * WebKit.pri: Unnecessary build_pass guard removed.
6299
6300 2010-05-12  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6301
6302         Reviewed by Kenneth Rohde Christiansen.
6303
6304         [Qt] Detect debug mode consistently
6305         https://bugs.webkit.org/show_bug.cgi?id=38863
6306
6307         * WebKit.pri:
6308
6309 2010-05-08  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6310
6311         Reviewed by Kenneth Rohde Christiansen.
6312
6313         [Qt] Build the ImageDiff tool for all platforms including Windows and Symbian
6314         https://bugs.webkit.org/show_bug.cgi?id=38706
6315
6316         * WebKit.pro:
6317
6318 2010-05-07  Simon Hausmann  <simon.hausmann@nokia.com>
6319
6320         Add a few more files with Windows linefeeds to the .gitattributes file.
6321
6322         * .gitattributes:
6323
6324 2010-05-05  Alejandro G. Castro  <alex@igalia.com>
6325
6326         Reviewed by Xan Lopez.
6327
6328         Fixed the gobject introspection compilation with the new DOM
6329         bindings, we needed to add DOM objects.
6330
6331         * GNUmakefile.am:
6332
6333 2010-05-04  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6334
6335         Unreviewed, build fix for Symbian.
6336
6337         [Symbian] Symbian builds does not support shadow builds
6338
6339         Revision r54715 broke the Symbian build. For Symbian
6340         the include directory is generated in the root of the source tree.
6341         This patch sets the INCLUDEPATH accordingly for Symbian.
6342
6343         * WebKit.pri:
6344
6345 2010-05-03  Adam Barth  <abarth@webkit.org>
6346
6347         Reviewed by Dimitri Glazkov.
6348
6349         Add some more Chromium-specific files to gitignore
6350         https://bugs.webkit.org/show_bug.cgi?id=38469
6351
6352         These files are generated as part of the update-webkit --chromium
6353         script.
6354
6355         * .gitignore:
6356
6357 2010-05-02  Geoff Levand  <geoff.levand@am.sony.com>
6358
6359         Reviewed by Eric Seidel.
6360
6361         [GTK] Fix out of source build failure
6362         https://bugs.webkit.org/show_bug.cgi?id=38051
6363
6364         Add a preprocessor include path for generated GTK header files.
6365         Fixes build errors like these when building GTK out of source:
6366
6367           webkit.h: error: webkit/webkitversion.h: No such file or directory
6368
6369         * GNUmakefile.am:
6370
6371 2010-05-02  Kartikaya Gupta  <kagupta@rim.com>
6372
6373         Reviewed by George Staikos.
6374
6375         When running the IDL file through the preprocessor, wait for the preprocessor subcommand to fully terminate before continuing. Without this, if multiple IDL files are parsed in a tight loop, the code dies after 64 IDL files because it exhausts the available system resources.
6376
6377         https://bugs.webkit.org/show_bug.cgi?id=37888
6378
6379         No new tests. None needed.
6380
6381         * bindings/scripts/IDLParser.pm:
6382
6383 2010-04-29  Xan Lopez  <xlopez@igalia.com>
6384
6385         Reviewed by Gustavo Noronha.
6386
6387         [GTK] GObject DOM bindings
6388         https://bugs.webkit.org/show_bug.cgi?id=33590
6389
6390         Add WebKitDOMDocument tests to the build.
6391
6392         * GNUmakefile.am:
6393
6394 2010-04-28  Sam Weinig  <sam@webkit.org>
6395
6396         Reviewed by Mark Rowe.
6397
6398         Add WebKit2 to the lists of modules to build.
6399
6400         * Makefile:
6401
6402 2010-04-21  Xan Lopez  <xlopez@igalia.com>
6403
6404         Reviewed by Adam Barth.
6405
6406         [GTK] GObject DOM bindings
6407         https://bugs.webkit.org/show_bug.cgi?id=33590
6408
6409         Add build bits for the GObject DOM bindings.
6410
6411         * GNUmakefile.am:
6412
6413 2010-04-20  Xan Lopez  <xlopez@igalia.com>
6414
6415         Build fix?
6416
6417         * autotools/webkit.m4:
6418
6419 2010-04-19  Diego Escalante Urrelo  <descalante@igalia.com>
6420
6421         Reviewed by Xan Lopez.
6422
6423         [Gtk] Evaluate and create tests for all the AtkRole's implemented by
6424         WebKitGtk
6425         https://bugs.webkit.org/show_bug.cgi?id=34449
6426
6427         Add and enable the build of testatkroles to test ATK non form roles.
6428
6429         * GNUmakefile.am:
6430
6431 2010-04-18  Michael Forney  <michael@mforney.org>
6432
6433         Reviewed by Laszlo Gombos.
6434
6435         https://bugs.webkit.org/show_bug.cgi?id=37762
6436
6437         Fixes the sandbox option in configure.
6438
6439         * configure.ac: Fix cut and paste error in the sandbox option causing
6440         --{enable,disable}-sandbox to be ineffective, and it to be controlled
6441         by the ruby flag.
6442
6443 2010-04-09  Simon Hausmann  <simon.hausmann@nokia.com>
6444
6445         Unreviewed crash fix.
6446
6447         Revert part of 57320 that would remove NDEBUG in release builds for
6448         DRT, etc.
6449
6450         * WebKit.pri:
6451
6452 2010-04-09  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
6453
6454         Reviewed by Simon Hausmann.
6455
6456         [Qt] Fix crashes with package builds in release
6457
6458         * WebKit.pri: Don't randomly add NDEBUG to the defines.
6459
6460 2010-04-07  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6461
6462         Reviewed by Kenneth Rohde Christiansen.
6463
6464         [Qt] Fix trunk (non-standalone) builds for Symbian
6465         https://bugs.webkit.org/show_bug.cgi?id=37136
6466
6467         Test for source files before building instead of relying on
6468         standalone_package config.
6469
6470         * WebKit.pro:
6471
6472 2010-04-01  Kinuko Yasuda  <kinuko@chromium.org>
6473
6474         Reviewed by Dmitry Titov.
6475
6476         Add FileThread for async file operation support in FileReader and FileWriter
6477         https://bugs.webkit.org/show_bug.cgi?id=36896
6478
6479         Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
6480
6481         * configure.ac:
6482
6483 2010-04-01  Ojan Vafai  <ojan@chromium.org>
6484
6485         Reviewed by Adam Barth.
6486
6487         autoinstalled should be git ignored
6488         https://bugs.webkit.org/show_bug.cgi?id=36970
6489
6490         * .gitignore:
6491
6492 2010-04-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6493
6494         Reviewed by Kenneth Rohde Christiansen.
6495
6496         [Qt]Add -Wextra warning level to the QtWebKit build
6497         https://bugs.webkit.org/show_bug.cgi?id=36971
6498
6499         * WebKit.pri:
6500
6501 2010-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
6502
6503         Reviewed by Holger Freyther.
6504
6505         [GTK] webkit_get_default_session() should make sure webkit_init() is called
6506         https://bugs.webkit.org/show_bug.cgi?id=36754
6507
6508         New API test.
6509
6510         * GNUmakefile.am:
6511
6512 2010-03-26  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
6513
6514         Reviewed by Simon Hausmann.
6515
6516         [Qt] Build JavaScriptCore as a static library.
6517         https://bugs.webkit.org/show_bug.cgi?id=36590
6518
6519         This patch takes what was left of the unused JavaScriptCore.pro
6520         and moved the compilation logic from JavaScriptCore.pri to
6521         JavaScriptCore.pro.
6522
6523         * WebKit.pro:
6524
6525 2010-03-16  Xan Lopez  <xlopez@igalia.com>
6526
6527         Rubber-stamped by Gustavo Noronha.
6528
6529         Update library version for 1.1.90 release.
6530
6531         * configure.ac:
6532
6533 2010-03-16  Xan Lopez  <xlopez@igalia.com>
6534
6535         Reviewed by Gustavo Noronha.
6536
6537         Bump version for 1.1.90 release.
6538
6539         * configure.ac:
6540
6541 2010-03-16  Xan Lopez  <xlopez@igalia.com>
6542
6543         Reviewed by Gustavo Noronha.
6544
6545         Add support for Fast Mobile Scrolling in the build system.
6546
6547         * configure.ac:
6548
6549 2010-03-16  Simon Hausmann  <simon.hausmann@nokia.com>
6550
6551         Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
6552
6553         * .gitattributes:
6554
6555 2010-03-12  Scott Byer  <scottbyer@chromium.org>
6556
6557         Reviewed by David Levin.
6558
6559         Popup font size needs to be exposed to clients.
6560         https://bugs.webkit.org/show_bug.cgi?id=35990
6561
6562         Add function to expose the popup menu font size, add a field to
6563         WebPopupMenuInfo that receives that information to convey that to
6564         the web view client's createPopupMenu() call.
6565
6566         * WebCore/platform/chromium/PopupMenuChromium.cpp:
6567         * WebCore/platform/chromium/PopupMenuChromium.h:
6568         * WebKit/chromium/public/WebPopupMenuInfo.h:
6569         * WebKit/chromium/src/ChromeClientImpl.cpp:
6570
6571 2010-03-11  Adam Roben  <aroben@apple.com>
6572
6573         Teach git about ObjC files
6574
6575         Fixes <http://webkit.org/b/36015>.
6576
6577         Reviewed by Tim Hatcher.
6578
6579         * .gitattributes: Set the diff attribute for .m and .mm files, and .h
6580         files in Mac-specific directories. This can be used to generate
6581         more-readable diffs of ObjC files.
6582
6583 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
6584
6585         Unreviewed. Versioning for 1.1.23.
6586
6587         * configure.ac:
6588
6589 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
6590
6591         Unreviewed distcheck fix.
6592
6593         * GNUmakefile.am:
6594
6595 2010-03-08  Jian Li  <jianli@chromium.org>
6596
6597         Reviewed by Dmitry Titov.
6598
6599         Blob.slice support.
6600         https://bugs.webkit.org/show_bug.cgi?id=32993
6601
6602         Add ENABLE_BLOB_SLICE feature define.
6603
6604         * configure.ac:
6605
6606 2010-03-04  Fridrich Strba  <fridrich.strba@bluewin.ch>
6607
6608         Reviewed by Holger Freyther.
6609
6610         https://bugs.webkit.org/show_bug.cgi?id=35726
6611         Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
6612
6613         Removing orphaned #if USE.
6614
6615         * GNUmakefile.am:
6616
6617 2010-03-04  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
6618
6619         Reviewed by Tor Arne Vestbø.
6620
6621         [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
6622
6623         This also allows shadow builds relying only on qmake to work properly.
6624
6625         * WebKit.pri:
6626
6627 2010-03-03  Fridrich Strba  <fridrich.strba@bluewin.ch>
6628
6629         Reviewed by Xan Lopez.
6630
6631         Miscellaneous little fixes for the windows build of webkit-gtk
6632         https://bugs.webkit.org/show_bug.cgi?id=35640
6633
6634         * GNUmakefile.am: On Windows with GCC, presence of
6635         __declspec(dllexport) on some symbols disables the autoexport/autoimport
6636         feature for all others. Using regex here assures that all symbols that 
6637         need to be exported in the dll are actually exported.
6638
6639 2010-03-02  Arno Renevier  <arno@renevier.net>
6640
6641         Reviewed by Gustavo Noronha Silva.
6642
6643         [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
6644         https://bugs.webkit.org/show_bug.cgi?id=35210
6645
6646         * GNUmakefile.am:
6647
6648 2010-03-02  Dmitry Titov  <dimich@chromium.org>
6649
6650         Reviewed by Alexey Proskuryakov.
6651
6652         Ignore compiled Java test cases in .gitignore.
6653         https://bugs.webkit.org/show_bug.cgi?id=35559
6654
6655         * .gitignore:
6656
6657 2010-02-26  Arno Renevier  <arno@renevier.net>
6658
6659         Reviewed by Gustavo Noronha Silva.
6660
6661         [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
6662         https://bugs.webkit.org/show_bug.cgi?id=35424
6663
6664         * .gitignore:
6665
6666 2010-02-24  Sam Kerner  <skerner@chromium.org>
6667
6668         Reviewed by Darin Fisher.
6669
6670         Expose WebFrame::setCanHaveScrollbars().  This allows a view
6671         which is being resized to not need scroll bars to ensure that
6672         they are not drawn.
6673
6674         Existing function setAllowsScrolling() was renamed
6675         setCanHaveScrollbars(), to be consistant with change 37159:
6676         http://trac.webkit.org/changeset/37159
6677
6678         https://bugs.webkit.org/show_bug.cgi?id=35257
6679
6680         * WebKit/chromium/public/WebFrame.h:
6681         * WebKit/chromium/src/ChromeClientImpl.cpp:
6682         * WebKit/chromium/src/WebFrameImpl.cpp:
6683         * WebKit/chromium/src/WebFrameImpl.h:
6684
6685 2010-02-19  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
6686
6687         Reviewed by Kenneth Rohde Christiansen.
6688
6689         [Qt] Remove QGVLauncher
6690
6691         https://bugs.webkit.org/show_bug.cgi?id=35292
6692
6693         * WebKit.pro:
6694
6695 2010-02-24  Xan Lopez  <xlopez@igalia.com>
6696
6697         Reviewed by Gustavo Noronha.
6698
6699         Enable SharedWorkers by default, since that's been the default for
6700         a long time in our build-webkit configuration.
6701
6702         * configure.ac:
6703
6704 2010-02-23  James Choi  <jchoi42@pha.jhu.edu>
6705
6706         Add Solaris definitions
6707         https://bugs.webkit.org/show_bug.cgi?id=35214
6708
6709         * WebKit/chromium/src/WebViewImpl.cpp
6710         * WebKit/chromium/src/WebFrameImpl.cpp
6711
6712 2010-02-23  Arno Renevier  <arno@renevier.net>
6713
6714         Reviewed by Gustavo Noronha Silva.
6715
6716         [Gtk]: testwebview does not work when called with absolute path
6717         https://bugs.webkit.org/show_bug.cgi?id=34940
6718
6719         When testwebview is called as absolute path, chdir to executable
6720         directory before searching resource files.
6721
6722         * GNUmakefile.am:
6723
6724 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
6725
6726         Reviewed by Gustavo Noronha Silva.
6727
6728         Changes references of GOwnPtr to reflect their new place.
6729         http://webkit.org/b/35084
6730
6731         * JavaScriptCore/JavaScriptCore.gypi:
6732         * JavaScriptCore/wtf/Threading.h:
6733         * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
6734
6735 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
6736
6737         Reviewed by Gustavo Noronha Silva.
6738
6739         Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
6740         again.
6741         http://webkit.org/b/35084
6742
6743         * GNUmakefile.am:
6744
6745 2010-02-23  Diego Escalante Urrelo  <descalante@igalia.com>
6746
6747         Reviewed by Eric Seidel.
6748
6749         [gtk] missing libsoup-2.4 package in gir generation
6750         https://bugs.webkit.org/show_bug.cgi?id=35199
6751
6752         Include libsoup-2.4 package in gobject introspection .gir generation.
6753
6754         * GNUmakefile.am:
6755
6756 2010-02-22  Huahui Wu  <hwu@google.com>
6757
6758         Reviewed by Eric Seidel.
6759
6760         Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
6761         in Android. It's disabled by default, but is enabled when the 
6762         enveronment variable ENABLE_JSC_JIT is set to true.
6763         https://bugs.webkit.org/show_bug.cgi?id=34855
6764
6765         * Android.mk:
6766
6767 2010-02-22  Xan Lopez  <xlopez@igalia.com>
6768
6769         Reviewed by Gustavo Noronha.
6770
6771         Bump library versioning for 1.1.22 release.
6772
6773         * configure.ac:
6774
6775 2010-02-22  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6776
6777         Reviewed by Kenneth Rohde Christiansen.
6778
6779         [Qt] Add support for layout tests on Symbian
6780         https://bugs.webkit.org/show_bug.cgi?id=31589
6781
6782         * WebKit.pro:
6783
6784 2010-02-20  Noam Rosenthal  <noam.rosenthal@nokia.com>
6785
6786         Reviewed by Laszlo Gombos.
6787
6788         [Qt] ENABLE_3D_RENDERING should be optional
6789         https://bugs.webkit.org/show_bug.cgi?id=35100
6790
6791         * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
6792
6793 2010-02-19  Maciej Stachowiak  <mjs@apple.com>
6794
6795         Reviewed by David Levin.
6796
6797         Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
6798         https://bugs.webkit.org/show_bug.cgi?id=35147
6799
6800         * configure.ac:
6801
6802 2010-02-18  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
6803
6804         Reviewed by Eric Seidel.
6805
6806         Add .gitattributes file for custom ChangeLog merge-driver
6807
6808         * .gitattributes: Added.
6809
6810 2010-02-17  Noam Rosenthal  <noam.rosenthal@nokia.com>
6811
6812         Reviewed by Ariya Hidayat.
6813
6814         [Qt] GraphicsLayer: support perspective and 3D transforms
6815         https://bugs.webkit.org/show_bug.cgi?id=34960
6816
6817         * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
6818
6819 2010-02-15  Philippe Normand  <pnormand@igalia.com>
6820
6821         Reviewed by Gustavo Noronha Silva.
6822
6823         [GStreamer] Should handle BUFFERING messages
6824         https://bugs.webkit.org/show_bug.cgi?id=30004
6825
6826         * configure.ac: Bump gstreamer -core/-plugins-base requirements to
6827         0.10.25 which is the minimum required version for on-disk buffering.
6828
6829 2010-02-16  Xan Lopez  <xlopez@igalia.com>
6830
6831         Reviewed by Gustavo Noronha.
6832
6833         Bump version to 1.1.22 so we can depend on it in applications.
6834
6835         * configure.ac:
6836
6837 2010-02-12  Simon Hausmann  <simon.hausmann@nokia.com>
6838
6839         Reviewed by Holger Freyther.
6840
6841         Removed WMLInputElement.* from .gitattributes as the file is
6842         now CRLF clean.
6843
6844         * .gitattributes:
6845
6846 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
6847
6848         Reviewed by Tor Arne Vestbø.
6849
6850         [Qt] Make qtlauncher and qgvlauncher use the generated headers
6851         path to make sure they are correctly generated.
6852
6853         * WebKit.pri:
6854
6855 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
6856
6857         Reviewed by Tor Arne Vestbø.
6858
6859         [Qt] Manually add support for the install target on Symbian.
6860
6861         This is required to copy the headers over the ones in Qt.
6862
6863         * WebKit.pro:
6864
6865 2010-02-11  Fridrich Strba  <fridrich.strba@bluewin.ch>
6866
6867         Reviewed by Gustavo Noronha Silva.
6868
6869         Detect properly different versions of libpng out there.
6870
6871         * configure.ac:
6872
6873 2010-02-11  Xan Lopez  <xlopez@igalia.com>
6874
6875         Try to fix GTK+ build.
6876
6877         * configure.ac:
6878
6879 2010-02-11  Antonio Gomes  <tonikitoo@webkit.org>
6880
6881         Reviewed by Xan Lopez.
6882
6883         Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
6884
6885         * configure.ac:
6886
6887 2010-02-08  Maciej Stachowiak  <mjs@apple.com>
6888
6889         Reviewed by Cameron Zwarich.
6890
6891         Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
6892         https://bugs.webkit.org/show_bug.cgi?id=34698
6893
6894         * configure.ac:
6895
6896 2010-02-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
6897
6898         Reviewed by Xan Lopez.
6899
6900         Bump version to 1.1.21, and adjust library versioning accordingly.
6901
6902         * configure.ac:
6903
6904 2010-02-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
6905
6906         Reviewed by Gustavo Noronha.
6907
6908         Add gstreamer-app-0.10 to configure.ac
6909         https://bugs.webkit.org/show_bug.cgi?id=34317
6910
6911         * configure.ac:
6912
6913 2010-02-05  Simon Hausmann  <simon.hausmann@nokia.com>
6914
6915         Reviewed by Tor Arne Vestbø.
6916
6917         Add .gitattributes file to tell git about files with Windows linefeeds
6918         https://bugs.webkit.org/show_bug.cgi?id=34645
6919
6920         On Windows git defaults to "true" for core.autocrlf, meaning all text
6921         files in the working directory are converted from CRLF to LF on checkin
6922         time. Some files present in the repository have been checked in with
6923         CRLF linefeeds and git should not try to convert them. The added
6924         .gitattributes file tells git to not do any CRLF conversion.
6925
6926         * .gitattributes: Added.
6927
6928 2010-02-05  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
6929
6930         Reviewed by Simon Hausmann.
6931
6932         [Qt] Generate convenience headers (QWebView, etc) using qmake
6933
6934         In Qt this is done using syncqt, but we use a pro-file instead
6935         that generates makefile-rules for each of the extra headers.
6936
6937         These extra headers are installed alongside the normal headers.
6938
6939         * DerivedSources.pro: Include API-DerivedSources
6940
6941 2010-02-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
6942
6943         Reviewed by Lars Knoll.
6944
6945         [Qt] Make 'make -f Makefile.DerivedSources qmake' work
6946
6947         Previously this target ended up generating a file named
6948         Makefile.DerivedSources.DerivedSources, and so on.
6949
6950         * DerivedSources.pro:
6951
6952 2010-02-04  Christian Dywan  <christian@twotasts.de>
6953
6954         Reviewed by Xan Lopez.
6955
6956         Require either libsoup 2.28.2 or 2.29.90.
6957
6958         * configure.ac:
6959
6960 2010-02-04  Xan Lopez  <xlopez@igalia.com>
6961
6962         Reviewed by Gustavo Noronha.
6963
6964         Bump minimum libsoup requirement to 2.29.90
6965
6966         * configure.ac:
6967
6968 2010-02-02  Gustavo Noronha Silva  <gns@gnome.org>
6969
6970         Reviewed by Xan Lopez.
6971
6972         Bump version, and adjust library versioning for 1.1.20.
6973
6974         * configure.ac:
6975
6976 2010-01-29  Jeremy Orlow  <jorlow@chromium.org>
6977
6978         Reviewed by Dimitri Glazkov.
6979
6980         A first step towards the Indexed Database API
6981         https://bugs.webkit.org/show_bug.cgi?id=34342
6982
6983         Add Indexed Database API
6984
6985         * configure.ac:
6986
6987 2010-01-27  Simon Hausmann  <simon.hausmann@nokia.com>
6988
6989         Reviewed by Kenneth Rohde Christiansen.
6990
6991         [Qt] Don't build the tests in packages, only the launcher(s)
6992
6993         * WebKit.pro:
6994
6995 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
6996
6997         Reviewed by Tor Arne Vestbø.
6998
6999         [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
7000
7001         * WebKit.pri:
7002
7003 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
7004
7005         Unreviewed build fix
7006
7007         [Qt] Build fix for windows when QTDIR contains release libraries.
7008
7009         * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
7010
7011 2010-01-26  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
7012
7013         Reviewed by Simon Hausmann.
7014
7015         First steps of the QtScript API.
7016         
7017         Two new classes were created; QScriptEngine and QScriptValue.
7018         The first should encapsulate a javascript context and the second a script
7019         value.
7020         
7021         This API is still in development, so it isn't compiled by default.
7022         To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
7023         build-webkit.
7024
7025         https://bugs.webkit.org/show_bug.cgi?id=32565
7026
7027         * WebKit.pro:
7028
7029 2010-01-25  Simon Hausmann  <simon.hausmann@nokia.com>
7030
7031         Reviewed by Laszlo Gombos.
7032
7033         [Qt] Fix the build on Maemo5.
7034
7035         https://bugs.webkit.org/show_bug.cgi?id=34051
7036
7037         * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
7038
7039 2010-01-21  No'am Rosenthal  <noam.rosenthal@nokia.com>
7040
7041         Reviewed by Antti Koivisto.
7042
7043         [Qt] Implement GraphicsLayer for accelerated layer compositing
7044         https://bugs.webkit.org/show_bug.cgi?id=33514
7045
7046         * WebKit.pri: Addded compile flags to enable accelerated compositing
7047         on versions higher than 4.5
7048
7049 2010-01-20  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
7050
7051         Reviewed by Simon Hausmann.
7052
7053         [Qt] Make DumpRenderTree build on Windows
7054
7055         * WebKit.pro:
7056
7057 2010-01-20  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
7058
7059         Reviewed by Simon Hausmann.
7060
7061         [Qt] Fix the recursive generated_files target to work with qmake -r -o
7062
7063         * DerivedSources.pro:
7064
7065 2010-01-20  Simon Hausmann  <simon.hausmann@nokia.com>
7066
7067         Reviewed by Tor Arne Vestbø.
7068
7069         [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
7070
7071         * DerivedSources.pro:
7072
7073 2010-01-19  Gustavo Noronha Silva  <gns@gnome.org>
7074
7075         Unreviewed. Shared library versioning update for 1.1.19.
7076
7077         * configure.ac:
7078
7079 2010-01-15  Gustavo Noronha Silva  <gns@gnome.org>
7080
7081         Rubber-stamped by Xan Lopez.
7082
7083         Bump version to 1.1.19.
7084
7085         * configure.ac:
7086
7087 2010-01-14  Csaba Osztrogonác  <ossy@webkit.org>
7088
7089         Reviewed by Eric Seidel.
7090
7091         [Qt] Defective dependencies caused build failing on QtBuildBot.
7092         https://bugs.webkit.org/show_bug.cgi?id=33693
7093
7094         * WebKit.pri: CONFIG += depend_includepath added.
7095
7096 2010-01-14  Steve Block  <steveblock@google.com>
7097
7098         Reviewed by David Levin.
7099
7100         Moves general includes before bindings includes in Android build system.
7101         https://bugs.webkit.org/show_bug.cgi?id=33623
7102
7103         This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
7104         and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
7105         JavaScriptCore/runtime and other bindings includes after the WebCore and other
7106         general includes, so that the WebCore StringBuilder.h is picked up when building
7107         WebCore.
7108
7109         * Android.mk: Modified.
7110
7111 2010-01-13  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
7112
7113         Reviewed by Simon Hausmann.
7114
7115         [Qt] Split the build process in two different .pro files.
7116         This allows qmake to be run once all source files are available.
7117
7118         * DerivedSources.pro: Added.
7119         * WebKit.pri:
7120
7121 2010-01-07  Daniel Bates  <dbates@rim.com>
7122
7123         Reviewed by Eric Seidel.
7124
7125         https://bugs.webkit.org/show_bug.cgi?id=32987
7126
7127         Added ENABLE_XHTMLMP flag. Disabled by default.
7128
7129         * configure.ac:
7130
7131 2010-01-05  Gustavo Noronha Silva  <gns@gnome.org>
7132
7133         Reviewed by Xan Lopez.
7134
7135         Based on idea and original patch by Evan Martin.
7136
7137         Remove libWebCore intermediate library, to improve link time.
7138
7139         [GTK] Build time must be reduced
7140         https://bugs.webkit.org/show_bug.cgi?id=32921
7141
7142         * GNUmakefile.am:
7143
7144 2010-01-05  Xan Lopez  <xlopez@igalia.com>
7145
7146         Bump for 1.1.18 release.
7147
7148         * configure.ac:
7149
7150 2010-01-04  Gustavo Noronha Silva  <gns@gnome.org>
7151
7152         Fix JSCore-1.0.gir path to fix make distcheck.
7153
7154         * GNUmakefile.am:
7155
7156 2010-01-04  Simon Hausmann  <simon.hausmann@nokia.com>
7157
7158         Reviewed by Tor Arne Vestbø.
7159
7160         [Qt] Fix standalone package builds.
7161
7162         * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
7163         * WebKit.pro: Don't build JSC and DRT for package builds.
7164
7165 2010-01-04  Eric Seidel  <eric@webkit.org>
7166
7167         Reviewed by Adam Barth.
7168
7169         bugzilla-tool should not require users to install mechanize
7170         https://bugs.webkit.org/show_bug.cgi?id=32635
7171
7172         * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
7173
7174 2009-12-28  Estêvão Samuel Procópio  <tevaum@gmail.com>
7175
7176         Reviewed by Gustavo Noronha Silva.
7177
7178         Bug 32940: [GTK] Changing the download throttle conditions.
7179         https://bugs.webkit.org/show_bug.cgi?id=32716
7180
7181         The WebKitDownload progress notification was taking long to
7182         update. This fix makes notification happens each 0.7 secs
7183         or when the progress ups in 1%.
7184
7185         * WebKit/gtk/webkit/webkitdownload.cpp:
7186
7187 2009-12-22  Simon Hausmann  <simon.hausmann@nokia.com>
7188
7189         Rubber-stamped by Holger Freyther.
7190
7191         Adjusted path to QtLauncher.
7192
7193         * WebKit.pro:
7194
7195 2009-12-19  Evan Martin  <evan@chromium.org>
7196
7197         Reviewed by Gustavo Noronha Silva.
7198
7199         Add a couple of WebKitGtk files to .gitignore.
7200
7201         * .gitignore:
7202
7203 2009-12-18  Benjamin Otte  <otte@gnome.org>
7204
7205         Reviewed by Xan Lopez.
7206
7207         [GTK] RemoveDashboard support. It's useless.
7208
7209         * configure.ac:
7210
7211 2009-12-18  Simon Hausmann  <simon.hausmann@nokia.com>
7212
7213         Reviewed by Tor Arne Vestbø.
7214
7215         [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
7216
7217         https://bugs.webkit.org/show_bug.cgi?id=32716
7218
7219         * WebKit.pri: Use standalone_package instead of QTDIR_build
7220
7221 2009-12-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7222
7223         Unreviewed. Build fixes for make distcheck.
7224
7225         * GNUmakefile.am:
7226
7227 2009-12-16  Dan Winship  <danw@gnome.org>
7228
7229         Reviewed by Gustavo Noronha Silva.
7230
7231         [Gtk] Content-Encoding support
7232
7233         https://bugs.webkit.org/show_bug.cgi?id=522772
7234
7235         * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
7236
7237 2009-12-13  Eric Seidel  <eric@webkit.org>
7238
7239         Reviewed by Gavin Barraclough.
7240
7241         string-base64 test does not compute a valid base64 string
7242         http://bugs.webkit.org/show_bug.cgi?id=16806
7243
7244         * tests/string-base64.js: change str[i] to str.charCodeAt(i)
7245
7246 2009-12-10  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7247
7248         Reviewed by Xan Lopez.
7249
7250         [GTK] Should provide an API to control the IconDatabase
7251         https://bugs.webkit.org/show_bug.cgi?id=32334
7252
7253         Add test to make sure favicon reporting works.
7254
7255         * GNUmakefile.am:
7256
7257 2009-12-09  Steve Block  <steveblock@google.com>
7258
7259         Reviewed by Adam Barth.
7260
7261         Adds Android Makefiles for building with V8.
7262         https://bugs.webkit.org/show_bug.cgi?id=32278
7263
7264         * Android.mk: Modified. Includes Makefiles for V8.
7265
7266 2009-12-08  Steve Block  <steveblock@google.com>
7267
7268         Reviewed by Adam Barth.
7269
7270         [Android] Adds Makefiles for Android port.
7271         https://bugs.webkit.org/show_bug.cgi?id=31325
7272
7273         * Android.mk: Added.
7274
7275 2009-12-08  Christian Dywan  <christian@twotoasts.de>
7276
7277         Reviewed by Xan Lopez.
7278
7279         * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
7280         and define HAVE_LIBSOUP_2_29_3 in that case.
7281
7282 2009-12-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7283
7284         Rubber-stamped by Xan Lopez.
7285
7286         Late post-release version bump.
7287
7288         * configure.ac:
7289
7290 2009-12-08  Dominik Röttsches  <dominik.roettsches@access-company.com>
7291
7292         Reviewed by Gustavo Noronha Silva.
7293
7294         [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
7295         https://bugs.webkit.org/show_bug.cgi?id=31469
7296
7297         Removing hybrid configuration for --with-unicode-backend=glib
7298         ICU not required anymore.
7299
7300         * autotools/webkit.m4:
7301
7302 2009-12-08  Nikolas Zimmermann  <nzimmermann@rim.com>
7303
7304         Rubber-stamped by Maciej Stachowiak.
7305
7306         Turn on (SVG) Filters for Gtk.
7307         https://bugs.webkit.org/show_bug.cgi?id=32224
7308
7309         * configure.ac:
7310
7311 2009-12-07  Dmitry Titov  <dimich@chromium.org>
7312
7313         Rubber-stamped by Darin Adler.
7314
7315         Remove ENABLE_SHARED_SCRIPT flags
7316         https://bugs.webkit.org/show_bug.cgi?id=32245
7317         This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
7318
7319         * configure.ac:
7320
7321 2009-12-06  Gustavo Noronha Silva  <gns@gnome.org>
7322
7323         Reviewed by Xan Lopez.
7324
7325         Build the new API test.
7326
7327         [GTK] REGRESSION: webkit thinks it can render PDFs
7328         https://bugs.webkit.org/show_bug.cgi?id=32183
7329
7330         * GNUmakefile.am:
7331
7332 2009-12-05  Vincent Untz <vuntz@gnome.org>
7333
7334         Reviewed by Gustavo Noronha.
7335
7336         Fixes race for builds with introspection enabled, and parallel
7337         make.
7338
7339         * GNUmakefile.am:
7340
7341 2009-12-04  Xan Lopez  <xlopez@igalia.com>
7342
7343         Reviewed by Gustavo Noronha.
7344
7345         [GTK]Enable DNS prefetching
7346         https://bugs.webkit.org/show_bug.cgi?id=23846
7347
7348         Bump libsoup required version to 2.29.3 for DNS prefetching.
7349
7350         * configure.ac:
7351
7352 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7353
7354         Rubber-stamped by Xan Lopez.
7355
7356         Make sure we distribute and install GObject Introspection files.
7357
7358         * GNUmakefile.am:
7359
7360 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7361
7362         Build fix. Make sure JSCore-1.0.gir is added to the distributed
7363         tarball.
7364
7365         * GNUmakefile.am:
7366
7367 2009-11-30  Xan Lopez  <xlopez@igalia.com>
7368
7369         Reviewed by Gustavo Noronha.
7370
7371         Bump versions for 1.1.17 release.
7372
7373         * configure.ac:
7374
7375 2009-11-30  Jan-Arve Sæther  <jan-arve.saether@nokia.com>
7376
7377         Reviewed by Simon Hausmann.
7378
7379         [Qt] Fix compilation with win32-icc
7380
7381         Include os-win32 for stdint.h since MS does not ship that in their PSDK.
7382
7383         * WebKit.pri:
7384
7385 2009-11-26  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
7386
7387         Reviewed by Oliver Hunt.
7388
7389         Move GOwnPtr* from wtf to wtf/gtk
7390         https://bugs.webkit.org/show_bug.cgi?id=31793
7391
7392         * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to 
7393           the include path.
7394
7395 2009-11-24  Dmitry Titov  <dimich@chromium.org>
7396
7397         Reviewed by Eric Seidel.
7398
7399         Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
7400         https://bugs.webkit.org/show_bug.cgi?id=31444
7401
7402         * configure.ac:
7403
7404 2009-11-24  Jason Smith  <dark.panda@gmail.com>
7405
7406         Reviewed by Alexey Proskuryakov.
7407
7408         RegExp#exec's returned Array-like object behaves differently from
7409         regular Arrays
7410         https://bugs.webkit.org/show_bug.cgi?id=31689
7411
7412         * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
7413         * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
7414         * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
7415
7416 2009-11-24  Jens Alfke  <snej@chromium.org>
7417
7418         Reviewed by David Levin.
7419
7420         Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
7421         https://bugs.webkit.org/show_bug.cgi?id=31847
7422         
7423         * .gitignore:  Add three .xcodeproj files.
7424
7425 2009-11-09  Priit Laes  <plaes@plaes.org>
7426
7427         Reviewed by Oliver Hunt.
7428
7429         [Gtk] Build from tarball fails with --enable-introspection
7430         https://bugs.webkit.org/show_bug.cgi?id=31261
7431
7432         We need to enable gobject-introspection during distcheck otherwise
7433         some of the required files are missing in tarball.
7434
7435         * GNUmakefile.am:
7436
7437 2009-11-05  Priit Laes  <plaes@plaes.org>
7438
7439         Reviewed by Jan Alonzo.
7440
7441         [Gtk] Build failure with --enable-introspection
7442         https://bugs.webkit.org/show_bug.cgi?id=31102
7443
7444         Add search and include paths for JSCore-1.0.gir required by
7445         gobject-introspection tools.
7446
7447         * GNUmakefile.am:
7448
7449 2009-11-04  Benjamin Otte  <otte@gnome.org>
7450
7451         Reviewed by Gustavo Noronha.
7452
7453         Update Cairo requirement to 1.6.
7454         
7455         https://bugs.webkit.org/show_bug.cgi?id=19266
7456
7457         * configure.ac:
7458
7459 2009-11-02  Estêvão Samuel Procópio  <tevaum@gmail.com>
7460
7461         Reviewed by Gustavo Noronha.
7462
7463         [Build] make install ignores --prefix option for gobject-introspection.
7464         https://bugs.webkit.org/show_bug.cgi?id=31025
7465
7466         Make the build system use the --prefix path also when installing
7467         gobject-introspection files.
7468
7469         * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
7470
7471 2009-11-02  Xan Lopez  <xlopez@igalia.com>
7472
7473         Bump version before release (or post-release, depending on your
7474         point of view) so that we can make applications depending on
7475         unreleased APIs in WebKit svn fail at configure time when the
7476         requirements are not met.
7477
7478         * configure.ac:
7479
7480 2009-11-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
7481
7482         Reviewed by Eric Seidel.
7483
7484         Turn on warnings for QtWebKit for gcc
7485         https://bugs.webkit.org/show_bug.cgi?id=30958
7486
7487         * WebKit.pri: Turn on warnings for the GCC compiler
7488
7489 2009-10-30  Adam Barth  <abarth@webkit.org>
7490
7491         Reviewed by Mark Rowe.
7492
7493         Teach git to ignore some files
7494         https://bugs.webkit.org/show_bug.cgi?id=30951
7495
7496         Ignore WebKitBuild because we never want to version that directory.
7497         Also, ignore the xcode project files so git clean doesn't blow away
7498         your project settings.  Finally, ignore the compiled python files in
7499         WebKitTools/Script modules because they clutter up git status.
7500
7501         * .gitignore: Added.
7502
7503 2009-10-30  Roland Steiner  <rolandsteiner@chromium.org>
7504
7505         Reviewed by Eric Seidel.
7506
7507         Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
7508
7509         Bug 28420 -  Implement HTML5 <ruby> rendering
7510         (https://bugs.webkit.org/show_bug.cgi?id=28420)
7511
7512         No new tests (no functional change).
7513
7514         * configure.ac:
7515
7516 2009-10-26  Holger Hans Peter Freyther  <zecke@selfish.org>
7517
7518         Rubber-stamped by Darin Adler.
7519
7520         Export fastMalloc, fastCalloc, fastRealloc and fastFree
7521         https://bugs.webkit.org/show_bug.cgi?id=30769
7522
7523         Export the FastMalloc functions outside of the libwebkit library
7524         to be able to instrument memory allocations. These are C++ symbols
7525         but do not require the C++ runtime to be useful and should be of
7526         no harm to plain C code.
7527
7528         * autotools/symbols.filter:
7529
7530 2009-10-26  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7531
7532         Reviewed by Jan Alonzo.
7533
7534         Alternative solution to regression introduced in r48672.
7535
7536         * GNUmakefile.am:
7537
7538 2009-10-26  Xan Lopez  <xlopez@igalia.com>
7539
7540         Reviewed by Gustavo Noronha.
7541
7542         Update for 1.1.16 release.
7543
7544         * configure.ac:
7545
7546 2009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
7547
7548         Reviewed by Holger Freyther.
7549
7550         [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
7551         https://bugs.webkit.org/show_bug.cgi?id=30476
7552
7553         Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
7554         to all executables linking against WebKit library.
7555
7556         * WebKit.pri:
7557
7558 2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
7559
7560         Reviewed by Holger Freyther.
7561
7562         [GTK] Add MathML to the build system
7563         https://bugs.webkit.org/show_bug.cgi?id=30487
7564
7565         Add --enable-mathml to configure.
7566
7567         * configure.ac:
7568
7569 2009-10-15  Jan Michael Alonzo  <jmalonzo@webkit.org>
7570
7571         Reviewed by Xan Lopez.
7572
7573         [GTK] marshal stamp files are not cleaned after a distclean
7574         https://bugs.webkit.org/show_bug.cgi?id=30156
7575
7576         Add the stamp files directly to cleanfiles. Also rearrange the
7577         variable declarations so we don't miss any files that need to be
7578         cleaned up during the clean targets.
7579
7580         * GNUmakefile.am:
7581
7582 2009-10-15  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7583
7584         Unreviewed. Help text fix - Web Sockets default is no, not yes.
7585
7586         * configure.ac:
7587
7588 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
7589
7590         Rubberstamped by Eric Seidel.
7591
7592         [Gtk] Fix icu CFLAG for Darwin
7593         https://bugs.webkit.org/show_bug.cgi?id=29517
7594
7595         Don't escape the srcdir variable. Also use $host instead of the
7596         os_foo variables.
7597
7598         * autotools/webkit.m4:
7599
7600 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
7601
7602         Reviewed by Gustavo Noronha.
7603
7604         [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
7605         https://bugs.webkit.org/show_bug.cgi?id=29518
7606
7607         * configure.ac:
7608
7609 2009-10-05  Zoltan Horvath  <zoltan@webkit.org>
7610
7611         Reviewed by Simon Hausmann.
7612
7613         [Qt] Disable TCmalloc for Windows port at the present, because MinGW
7614         hasn't got built-in pthread library.
7615
7616         * WebKit.pri:
7617
7618 2009-10-02  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
7619
7620         Reviewed by Simon Hausmann.
7621
7622         Disable a few more harmless MSVC warnings.
7623
7624         * WebKit.pri:
7625
7626 2009-10-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
7627
7628         Unreviewed, build fix.
7629
7630         [Qt] Symbian build break after r48976.
7631         unix is set for Symbian in the Qt build system.
7632
7633         * WebKit.pri:
7634
7635 2009-10-01  Zoltan Horvath  <zoltan@webkit.org>
7636
7637         Reviewed by Simon Hausmann.
7638
7639         [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
7640         https://bugs.webkit.org/show_bug.cgi?id=27029
7641
7642         Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
7643         so these Qt-ports will use TCmalloc as other ports.
7644
7645         * WebKit.pri:
7646
7647 2009-10-01  Martin Robinson  <martin.james.robinson@gmail.com>
7648
7649         Reviewed by Xan Lopez.
7650
7651         [GTK] GtkIMContext filtering interferes with DOM key events
7652         https://bugs.webkit.org/show_bug.cgi?id=28733
7653
7654         Add new key event test ensuring that IME keypresses are handled.
7655
7656         * GNUmakefile.am:
7657
7658 2009-10-01  Philippe Normand  <pnormand@igalia.com>
7659
7660         Reviewed by Xan Lopez.
7661
7662         [GTK] data: uri support in media player
7663         https://bugs.webkit.org/show_bug.cgi?id=29842
7664
7665         Check presence of gstreamer-pbutils-0.10.
7666
7667         * configure.ac:
7668
7669 2009-09-26  David Kilzer  <ddkilzer@apple.com>
7670
7671         GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
7672
7673         * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
7674
7675 2009-09-23  Xan Lopez  <xlopez@igalia.com>
7676
7677         Reviewed by Gustavo Noronha.
7678
7679         Do not add unneeded include paths for gir files, and add the
7680         include paths for headers manually instead of relying on our own
7681         pc file and installed headers, since that adds a circular
7682         dependency.
7683
7684         * GNUmakefile.am:
7685
7686 2009-09-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
7687
7688         Reviewed by Xan Lopez.
7689
7690         Minor reorganization to the patch landed in
7691         http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
7692         in the gtk directory as that's only useful to the Gtk port at the
7693         moment.
7694
7695         * GNUmakefile.am:
7696         * configure.ac:
7697
7698 2009-09-23  Xan Lopez  <xlopez@igalia.com>
7699
7700         Reviewed by Gustavo Noronha.
7701
7702         [GTK] We should generate our own gir file for introspection
7703         https://bugs.webkit.org/show_bug.cgi?id=29603
7704
7705         Generate gir and typelib files for WebKit and JSCore. The JSCore
7706         gir file is handwritten (since it's only useful, for now, as a
7707         dependency of the WebKit gir file), the WebKit one is
7708         autogenerated from the headers.
7709
7710         * GNUmakefile.am:
7711         * JSCore-1.0.gir: Added.
7712         * configure.ac:
7713
7714 2009-09-22  Philippe Normand  <pnormand@igalia.com>
7715
7716         Reviewed by Xan Lopez.
7717
7718         link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
7719         https://bugs.webkit.org/show_bug.cgi?id=29638
7720
7721         Call icu-cconfig with ldflags-libsonly to prevent having a -L
7722         statement that could override libs installed in another prefix.
7723
7724         * autotools/webkit.m4:
7725
7726 2009-09-21  Xan Lopez  <xlopez@igalia.com>
7727
7728         Reviewed by Gustavo Noronha.
7729
7730         Bump version for 1.1.15 release.
7731
7732         * configure.ac:
7733
7734 2009-09-18  Xan Lopez  <xlopez@igalia.com>
7735
7736         Reviewed by Gustavo Noronha and Jan Alonzo.
7737
7738         [GTK] context menu overriding API is very limited
7739         https://bugs.webkit.org/show_bug.cgi?id=27546
7740
7741         Add new tests to the build.
7742
7743         * GNUmakefile.am:
7744
7745 2009-09-18  Xan Lopez  <xlopez@igalia.com>
7746
7747         Reviewed by Gustavo Noronha and Jan Alonzo.
7748
7749         [GTK] context menu overriding API is very limited
7750         https://bugs.webkit.org/show_bug.cgi?id=27546
7751
7752         Add WebKitHitTestResult to the build.
7753
7754         * GNUmakefile.am:
7755
7756 2009-09-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
7757
7758         Reviewed by Ariya Hidayat.
7759
7760         Disable some ARM compiler warnings
7761         https://bugs.webkit.org/show_bug.cgi?id=29083
7762
7763         The following ARM compiler warnings are disabled
7764
7765         - #68-D: integer conversion resulted in a change of sign
7766         - #111-D: statement is unreachable
7767         - #177-D: variable XXX was declared but never referenced
7768         - #368-D: class XXX defines no constructor to initialize the following: YYY
7769         - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
7770         - #1293-D: assignment in condition
7771
7772         * WebKit.pri:
7773
7774 2009-09-09  Kenneth Rohde Christiansen  <kenneth@webkit.org>
7775
7776         Reviewed by Simon Hausmann.
7777
7778         [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
7779
7780         https://bugs.webkit.org/show_bug.cgi?id=28862
7781
7782         * WebKit.pro:
7783
7784 2009-09-07  Xan Lopez  <xlopez@igalia.com>
7785
7786         Rubber-stamped by Gustavo Noronha.
7787
7788         Bump versions in preparation for 1.1.14 release.
7789
7790         * configure.ac:
7791
7792 2009-09-07  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7793
7794         Reviewed by Xan Lopez.
7795
7796         https://bugs.webkit.org/show_bug.cgi?id=26854
7797         [GTK] Needs API to allow more control over outgoing requests
7798
7799         * GNUmakefile.am: new files added to the build for new class
7800         WebKitNetworkResponse
7801
7802 2009-09-06  Martin Robinson  <martin.james.robinson@gmail.com>
7803
7804         Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
7805
7806         [Gtk] Expose a database API
7807         https://bugs.webkit.org/show_bug.cgi?id=27899
7808
7809         Expose an HTML5 database API for GTK+.
7810
7811         * GNUmakefile.am:
7812
7813 2009-09-04  Albert Bachand  <albertb@google.com>
7814
7815         Reviewed by Eric Seidel.
7816
7817         Modify the condition regarding the key modifier for opening combo
7818         boxes under GTK from just PLATFORM(GTK) to also look for
7819         (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
7820
7821         * WebCore/dom/SelectElement.cpp:
7822         * WebCore/manual-tests/select-popup-on-spacebar.html:
7823
7824 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
7825
7826         Reviewed by Xan Lopez and Gustavo Noronha.
7827
7828         [Gtk] Implement a WebDataSource for the gtk port
7829         https://bugs.webkit.org/show_bug.cgi?id=24758
7830
7831         Add WebKitWebDataSource unit test to the build script
7832
7833         * GNUmakefile.am:
7834
7835 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
7836
7837         Reviewed by Xan Lopez and Gustavo Noronha.
7838
7839         [Gtk] Implement a WebDataSource for the gtk port
7840         https://bugs.webkit.org/show_bug.cgi?id=24758
7841
7842         Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
7843
7844         * GNUmakefile.am:
7845
7846 2009-09-01  Jan Michael Alonzo  <jmalonzo@webkit.org>
7847
7848         Reviewed by Xan Lopez and Gustavo Noronha.
7849
7850         [Gtk] Implement a WebDataSource for the gtk port
7851         https://bugs.webkit.org/show_bug.cgi?id=24758
7852
7853         Add WebKitWebResource to the build script.
7854
7855         * GNUmakefile.am:
7856
7857 2009-08-28  Jan Michael Alonzo  <jmalonzo@webkit.org>
7858
7859         Reviewed by Oliver Hunt.
7860
7861         Gtk Build broken for OSX Quartz
7862         https://bugs.webkit.org/show_bug.cgi?id=28727
7863
7864         Define XP_UNIX for non-Win OS builds.
7865
7866         * GNUmakefile.am:
7867
7868 2009-08-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7869
7870         Reviewed by Holger Freyther.
7871
7872         https://bugs.webkit.org/show_bug.cgi?id=25889
7873         [GTK] scrollbar policy for main frame is not implementable
7874
7875         Adding files for the new test for window-related issues (starting
7876         with scrollbar policy).
7877
7878         * GNUmakefile.am:
7879
7880 2009-08-27  Priit Laes  <plaes@plaes.org>
7881
7882         Reviewed by Xan Lopez.
7883
7884         [GTK] Out-of-srcdir build problem
7885         https://bugs.webkit.org/show_bug.cgi?id=28741
7886
7887         * GNUmakefile.am, autotools/webkit.m4:
7888         Fix problem with out-of-srcdir builds. Also bump required glib version.
7889
7890 2009-08-24  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7891
7892         Reviewed by Xan Lopez.
7893
7894         Bump package and so versions for 1.1.13 release.
7895
7896         * configure.ac:
7897
7898 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
7899
7900         [GTK] Not use deprecated symbols in WebKitWebView example code.
7901         https://bugs.webkit.org/show_bug.cgi?id=28651
7902
7903         * WebKit/gtk/webkit/webkitwebview.cpp
7904
7905 2009-08-18  Xan Lopez  <xlopez@igalia.com>
7906
7907         Rubber-stamped by Holger Freyther.
7908
7909         Require at least libsoup 2.27.91 for the new password
7910         manager/authentication APIs.
7911
7912         * configure.ac:
7913
7914 2009-08-18  Drew Wilson  <atwilson@google.com>
7915
7916         Reviewed by NOBODY (Build Break).
7917
7918         Speculative fix for GTK DumpRenderTree.
7919
7920         * GNUmakefile.am:
7921
7922 2009-08-18  Kent Tamura  <tkent@chromium.org>
7923
7924         Reviewed by Eric Seidel.
7925
7926         Add --enable-datalist option.
7927
7928         * configure.ac:
7929
7930 2009-08-14  Adam Bergkvist  <adam.bergkvist@ericsson.com>
7931
7932         Reviewed by Sam Weinig.
7933
7934         [GTK] Added EventSource to the build (default on).
7935         https://bugs.webkit.org/show_bug.cgi?id=14997 
7936
7937         * configure.ac:
7938
7939 2009-08-14  Jan Michael Alonzo  <jmalonzo@webkit.org>
7940
7941         Rubber-stamped by Gustavo Noronha.
7942
7943         Initialize CFLAGS and CXXFLAGS before the main body of the
7944         WEBKIT_INIT macro so C files don't get built with "-g -O2".
7945
7946         * autotools/webkit.m4:
7947
7948 2009-08-12  Xan Lopez  <xlopez@igalia.com>
7949
7950         Reviewed by Jan Alonzo.
7951
7952         [GTK] Remove keyring optional features
7953         https://bugs.webkit.org/show_bug.cgi?id=28173
7954
7955         Remove keyring support, we now do authentication storage through
7956         libsoup. We depend on libsoup master now, will bump the dependency
7957         when there's a new release.
7958
7959         * GNUmakefile.am:
7960         * configure.ac:
7961
7962 2009-08-11  Drew Wilson  <atwilson@google.com>
7963
7964         Reviewed by NOBODY (Build break).
7965
7966         Speculative fix for GTK build break.
7967
7968         * WebKit.pro:
7969
7970 2009-08-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
7971
7972         Reviewed by Simon Hausmann.
7973
7974         Build the TestNetscapePlugin on Qt/Mac
7975
7976         * WebKit.pro:
7977
7978 2009-08-11  Xan Lopez  <xlopez@igalia.com>
7979
7980         Reviewed by Jan Alonzo.
7981
7982         Prefix lengthy commands with AM_V_GEN so that they produce an
7983         output like 'GEN <filename>' when in silent mode.
7984
7985         * GNUmakefile.am:
7986
7987 2009-08-05  Jan Michael Alonzo  <jmalonzo@webkit.org>
7988
7989         Reviewed by Xan Lopez.
7990
7991         [Gtk] macros in webkit.m4 should be defined once only
7992         https://bugs.webkit.org/show_bug.cgi?id=27929
7993
7994         The macros in webkit.m4 are not meant to be called multiple times
7995         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
7996         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
7997
7998         Lastly, make sure CXXFLAGS and CFLAGS are defined before
7999         AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
8000
8001         * autotools/webkit.m4:
8002
8003 2009-08-05  Xan Lopez  <xlopez@igalia.com>
8004
8005         Revert r46714, it was making us build debug images by default.
8006
8007         * autotools/webkit.m4:
8008
8009 2009-08-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8010
8011         Reviewed by Eric Seidel.
8012
8013         [Qt] Consolidate common gcc flags to WebKit.pri
8014         https://bugs.webkit.org/show_bug.cgi?id=27934
8015
8016         * WebKit.pri:
8017
8018 2009-08-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
8019
8020         Rubber-stamped by Eric Seidel.
8021
8022         [Gtk] macros in webkit.m4 should be defined once only
8023         https://bugs.webkit.org/show_bug.cgi?id=27929
8024
8025         The macros in webkit.m4 are not meant to be called multiple times
8026         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
8027         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
8028
8029         * autotools/webkit.m4:
8030
8031 2009-07-29  Ariya Hidayat  <ariya.hidayat@nokia.com>
8032
8033         Reviewed by Simon Hausmann.
8034
8035         Adding ImageDiff project file.
8036
8037         https://bugs.webkit.org/show_bug.cgi?id=27813
8038
8039         * WebKit.pro: Added ImageDiff.pro.
8040
8041 2009-07-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
8042
8043         Reviewed by Eric Seidel and Xan Lopez.
8044
8045         [Gtk] Enable http/tests/appcache tests
8046         https://bugs.webkit.org/show_bug.cgi?id=27674
8047
8048         * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
8049
8050 2009-07-28  Xan Lopez  <xlopez@igalia.com>
8051
8052         Reviewed by Gustavo Noronha.
8053
8054         Use automake 1.11 SILENT_RULES when present, for cleaner build
8055         output. You can disable it by passing --disable-silent-rules to
8056         configure or V=1 to make.
8057
8058         * autotools/dolt.m4:
8059         * configure.ac:
8060
8061 2009-07-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8062
8063         Reviewed by Simon Hausmann.
8064
8065         [Qt] Disable some compiler warnings for the win build
8066         https://bugs.webkit.org/show_bug.cgi?id=27709
8067
8068         * WebKit.pri:
8069
8070 2009-07-28  Xan Lopez  <xlopez@igalia.com>
8071
8072         Reviewed by Gustavo Noronha.
8073
8074         * configure.ac: bump version for 1.1.12 release.
8075
8076 2009-07-24  Xan Lopez  <xlopez@igalia.com>
8077
8078         Reviewed by Gustavo Noronha.
8079
8080         Remove unneeded commas from PKG_CHECK_MODULES.
8081
8082         * configure.ac:
8083
8084 2009-07-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
8085
8086         Reviewed by Xan Lopez.
8087
8088         Bump pango version requirement to 1.12 which is the version that
8089         came with Gtk 2.10.
8090
8091         * configure.ac:
8092
8093 2009-07-21  Roland Steiner  <rolandsteiner@google.com>
8094
8095         Reviewed by David Levin.
8096
8097         Add ENABLE_RUBY to list of build options
8098         https://bugs.webkit.org/show_bug.cgi?id=27324
8099
8100         * configure.ac: Added flag ENABLE_RUBY.
8101
8102 2009-07-20  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8103
8104         Reviewed by Holger Freyther.
8105
8106         [Qt] Add an option for QtLauncher to build without QtUiTools dependency
8107         https://bugs.webkit.org/show_bug.cgi?id=27438
8108
8109         Based on Norbert Leser's work.
8110
8111         * WebKit.pri: Symbian does not have UiTools
8112
8113 2009-07-16  Fumitoshi Ukai  <ukai@chromium.org>
8114
8115         Reviewed by David Levin.
8116
8117         Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
8118         https://bugs.webkit.org/show_bug.cgi?id=27206
8119
8120         Add --enable-web-sockets in configure.ac
8121
8122         * configure.ac:
8123
8124 2009-07-16  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8125
8126         Reviewed by Simon Hausmann.
8127
8128         [Qt] Enable GNU compiler extensions to the ARM compiler 
8129         for all Qt ports using RVCT
8130         https://bugs.webkit.org/show_bug.cgi?id=27348
8131
8132         * WebKit.pri:
8133
8134 2009-07-15  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
8135
8136         Rubber-stamped by Simon Hausmann.
8137
8138         Fix the Qt/Mac build by disabling TestNetscapePlugin
8139
8140         We should fix and enable this once we run DRT for Qt/Mac
8141
8142         * WebKit.pro:
8143
8144 2009-07-13  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8145
8146         Unreviewed build fix. Require the correct libsoup version now that
8147         it's released.
8148
8149         * configure.ac:
8150
8151 2009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8152
8153         Reviewed by Tor Arne Vestbø.
8154
8155         [Qt] Build fix for QtWebKit on Win
8156         https://bugs.webkit.org/show_bug.cgi?id=27205
8157
8158         * WebKit.pri: Include the major version number in the QtWebKit
8159         library file for Win.
8160
8161 2009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
8162
8163         Reviewed by Ariya Hidayat.
8164
8165         Add the test netscape plugin for the Qt DRT to the build.
8166
8167         * WebKit.pro:
8168
8169 2009-07-13  Drew Wilson  <atwilson@google.com>
8170
8171         Reviewed by David Levin.
8172
8173         Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
8174         https://bugs.webkit.org/show_bug.cgi?id=26932
8175
8176         Added ENABLE(SHARED_WORKERS) flag.
8177
8178        * configure.ac:
8179
8180 2009-07-12  Xan Lopez  <xlopez@igalia.com>
8181
8182         Reviewed by Gustavo Noronha.
8183
8184         Bump version in preparation for 1.1.11 release.
8185
8186         * configure.ac:
8187
8188 2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
8189
8190         Reviewed by Simon Hausmann.
8191
8192         Exclude DumpRenderTree.pro from symbian build
8193
8194         * WebKit.pro:
8195
8196 2009-07-09  Drew Wilson  <atwilson@google.com>
8197
8198         Reviewed by Alexey Proskuryakov.
8199
8200         https://bugs.webkit.org/show_bug.cgi?id=26903
8201
8202         Turned on CHANNEL_MESSAGING by default because the MessageChannel API
8203         can now be implemented for Web Workers and is reasonably stable.
8204
8205         * configure.ac: enable CHANNEL_MESSAGING.
8206
8207 2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
8208
8209         Reviewed by Xan Lopez and Gustavo Noronha.
8210
8211         Set user-agent from application
8212         https://bugs.webkit.org/show_bug.cgi?id=17375
8213
8214         Define UA version macros to be used by the UA string.
8215         Add new WebSettings unit test for the User-Agent string API.
8216
8217         * GNUmakefile.am:
8218         * configure.ac:
8219
8220 2009-06-20  Gustavo Noronha Silva  <gns@gnome.org>
8221
8222         Reviewed by Jan Alonzo.
8223
8224         Adding files for the new test case for loading statuses.
8225
8226         * GNUmakefile.am:
8227
8228 2009-06-15  Xan Lopez  <xlopez@igalia.com>
8229
8230         Reviewed by Gustavo Noronha.
8231
8232         Version bump in preparation for 1.1.10 release.
8233
8234         * configure.ac:
8235
8236 2009-06-12  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
8237
8238         Reviewed by Xan Lopez.
8239
8240         Refactor handling of options in the build-webkit script
8241         
8242         Options are now defined in one place, and then reused when creating
8243         the usage help text, the arguments to GetOptions(), and when passing
8244         the options on to the underlying port-dependent build systems.
8245         
8246         This allows the Qt port to read the defaults for the options from the
8247         pro file (dynamically), and to pass the options on to qmake at build.
8248
8249         * configure.ac:
8250
8251 2009-06-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8252
8253         Reviewed by Holger Freyther.
8254
8255         [Qt] Fix release build detection
8256         https://bugs.webkit.org/show_bug.cgi?id=26267
8257
8258         * WebKit.pri:
8259
8260 2009-06-10  Gustavo Noronha Silva  <gns@gnome.org>
8261
8262         Reviewed by Xan Lopez.
8263
8264         Add unit tests for our WebKitNetworkRequest object.
8265
8266         * GNUmakefile.am:
8267
8268 2009-06-10  Xan Lopez  <xlopez@igalia.com>
8269
8270         Reviewed by Gustavo Noronha.
8271
8272         Version bump in preparation for 1.1.9 release.
8273
8274         * configure.ac:
8275
8276 2009-06-10  Xan Lopez  <xlopez@igalia.com>
8277
8278         Reviewed by Jan Alonzo.
8279
8280         https://bugs.webkit.org/show_bug.cgi?id=25415
8281         [GTK][ATK] Please implement support for get_text_at_offset
8282
8283         Add new dependency on the Gail utils library, needed for our a11y
8284         implementation.
8285
8286         * GNUmakefile.am:
8287         * configure.ac:
8288
8289 2009-05-29  Gustavo Noronha Silva  <gns@gnome.org>
8290
8291         Reviewed by Jan Alonzo.
8292
8293         Add a test-case for our HTTP backend, currently checking the
8294         ref-counting of the SoupMessage.
8295
8296         * GNUmakefile.am:
8297
8298 2009-05-28  Dirk Schulze  <krit@webkit.org>
8299
8300         Reviewed by Nikolas Zimmermann.
8301
8302         Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
8303
8304         * configure.ac:
8305
8306 2009-05-19  Xan Lopez  <xlopez@igalia.com>
8307
8308         Reviewed by Jan Alonzo and Gustavo Noronha.
8309
8310         https://bugs.webkit.org/show_bug.cgi?id=25415
8311         [GTK][ATK] Please implement support for get_text_at_offset
8312
8313         Add new test file for ATK.
8314
8315         * GNUmakefile.am:
8316
8317 2009-05-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8318
8319         Rubber-stamped by Xan Lopez.
8320
8321         Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
8322         correct directory, so that we pass make distcheck.
8323
8324         * GNUmakefile.am:
8325
8326 2009-05-28  Xan Lopez  <xlopez@igalia.com>
8327
8328         Bump version numbers in preparation for 1.1.8 release.
8329
8330         * configure.ac:
8331
8332 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
8333
8334         Unreviewed build fix. Add gstreamer-video-0.10 libs to
8335         GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
8336         - symbol used in MediaPlayerPrivateGstreamer.
8337
8338         * configure.ac:
8339
8340 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
8341
8342         Reviewed by Xan Lopez.
8343
8344         [Gtk] Various autotools build refactoring and fixes
8345         https://bugs.webkit.org/show_bug.cgi?id=25286
8346
8347         Refactor library LIBS. Move third-party libs in libwebkit instead
8348         of libWebCore.
8349
8350         * GNUmakefile.am:
8351
8352 2009-05-22  Antonio Gomes  <antonio.gomes@openbossa.org>
8353
8354         Reviewed by Gustavo Noronha.
8355
8356         Make Gtk build not bail out if gtk-doc-tools is not installed.
8357
8358         Warning message shown instead.
8359
8360         * autogen.sh:
8361
8362 2009-05-22  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8363
8364         Reviewed by Xan Lopez.
8365
8366         Add big warnings about the glib unicode backend being slow and
8367         incomplete, since it is a work in progress.
8368
8369         * autotools/webkit.m4:
8370         * configure.ac:
8371
8372 2009-05-22  Dominik Röttsches  <dominik.roettsches@access-company.com>
8373
8374         Reviewed by Gustavo Noronha.
8375
8376         https://bugs.webkit.org/show_bug.cgi?id=15914
8377         [GTK] Implement Unicode functionality using GLib
8378
8379         Initial version of this patch by Jürg Billeter.
8380
8381         Adding options for --with-unicode-backend=icu|glib
8382         and checking for pango version >= 1.21.0 if GLib backend
8383         is selected. Temporarily, until remaining parts of
8384         this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
8385         macro to allow for a mixed compilation with WTF Unicode
8386         backend based on GLib while text codecs and TextBreakIterator
8387         remain ICU dependent.
8388
8389         * GNUmakefile.am:
8390         * configure.ac:
8391
8392 2009-05-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8393
8394         Reviewed by Gavin Barraclough.
8395
8396         Enable YARR, and disable WREC for GTK+.
8397
8398         * configure.ac:
8399
8400 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
8401
8402          Reviewed by Xan Lopez.
8403
8404          [Gtk] Various autotools build refactoring and fixes
8405          https://bugs.webkit.org/show_bug.cgi?id=25286
8406
8407          Add support for running unit tests. Also run the tests whenever
8408          the 'check' target runs.
8409
8410          * GNUmakefile.am:
8411
8412 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
8413
8414          Reviewed by Xan Lopez.
8415
8416          [Gtk] Various autotools build refactoring and fixes
8417          https://bugs.webkit.org/show_bug.cgi?id=25286
8418
8419          Style fixes
8420
8421          * GNUmakefile.am:
8422
8423 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
8424
8425          Reviewed by Xan Lopez.
8426
8427          [Gtk] Various autotools build refactoring and fixes
8428          https://bugs.webkit.org/show_bug.cgi?id=25286
8429
8430          Add -no-install and -no-fast-install to programs and tests that we
8431          don't install. Also remove -O2 since this is already handled at
8432          configure time.
8433
8434          * GNUmakefile.am:
8435
8436 2009-05-17  Jan Michael Alonzo  <jmalonzo@webkit.org>
8437
8438         Reviewed by Xan Lopez.
8439
8440         [Gtk] Various autotools build refactoring and fixes
8441         https://bugs.webkit.org/show_bug.cgi?id=25286
8442
8443         Refactor library cflags
8444
8445         * GNUmakefile.am:
8446
8447 2009-05-15  Fridrich Strba  <fridrich.strba@bluewin.ch>
8448
8449         Reviewed by Jan Alonzo.
8450
8451         Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
8452         the JIT compiler is not a cross-compiler
8453
8454         * configure.ac:
8455
8456 2009-05-13  Xan Lopez  <xlopez@igalia.com>
8457
8458         Unreviewed: bump versions in preparation for 1.1.7 release.
8459
8460         * configure.ac:
8461
8462 2009-05-13  Xan Lopez  <xlopez@igalia.com>
8463
8464         Rubber-stamped by Gustavo Noronha.
8465
8466         Revert commit r43563, since it breaks WebKitGTK+ when compiled
8467         with gcc 4.4.
8468
8469         * GNUmakefile.am:
8470
8471 2009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
8472
8473         Reviewed by Holger Freyther.
8474
8475         [Gtk] Various autotools build refactoring and fixes
8476         https://bugs.webkit.org/show_bug.cgi?id=25286
8477
8478         Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
8479
8480         * GNUmakefile.am:
8481
8482 2009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
8483
8484         Reviewed by Gustavo Noronha.
8485
8486         WebKit-r43163 won't build for gtk-directfb
8487         https://bugs.webkit.org/show_bug.cgi?id=25538
8488
8489         Move the ENCHANT check out of the with_target conditional since it
8490         applies to all targets
8491
8492         * configure.ac:
8493
8494 2009-05-09  Mike Hommey  <glandium@debian.org>
8495
8496         Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
8497
8498         Enable JIT on x86-64 gtk+
8499         https://bugs.webkit.org/show_bug.cgi?id=24724
8500
8501         * configure.ac:
8502
8503 2009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8504
8505         Reviewed by Xan Lopez.
8506
8507         Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
8508
8509         * GNUmakefile.am:
8510         * autogen.sh:
8511
8512 2009-05-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
8513
8514         Reviewed by Simon Hausmann.
8515
8516         Build QtWebKit as a framework on Mac
8517
8518         This implies both debug and release build by default, unless
8519         one of the --debug or --release config options are passed to
8520         the build-webkit script.
8521
8522         Frameworks can be disabled by passing CONFIG+=webkit_no_framework
8523         to the build-webkit script.
8524
8525         To be able to build both debug and release targets in parallel
8526         we have to use separate output directories for the generated
8527         sources, which is not optimal, but required to avoid race conditions.
8528
8529         An optimization would be to only require this spit-up on Mac.
8530
8531         * WebKit.pri:
8532
8533 2009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
8534
8535         Unreviewed build GTK build fix
8536
8537         * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
8538
8539 2009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
8540
8541         Unreviewed, build fix.
8542
8543         https://bugs.webkit.org/show_bug.cgi?id=25470
8544         Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
8545
8546         * configure.ac: Add autoconfig options, missed in the first commit.
8547
8548 2009-04-28  Xan Lopez  <xlopez@igalia.com>
8549
8550         Unreviewed: bump versions in preparation for 1.1.6 release.
8551
8552         * configure.ac:
8553
8554 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
8555
8556         Reviewed by Xan Lopez.
8557
8558         [GTK] Error reporting
8559         https://bugs.webkit.org/show_bug.cgi?id=18344
8560
8561         Add webkiterror to the build.
8562
8563         * GNUmakefile.am:
8564
8565 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
8566
8567          Reviewed by Xan Lopez.
8568
8569          [GTK] Error reporting
8570          https://bugs.webkit.org/show_bug.cgi?id=18344
8571
8572          Add the default error page for installation.
8573
8574          * GNUmakefile.am:
8575
8576 2009-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
8577
8578         Reviewed by Gustavo Noronha.
8579
8580         https://bugs.webkit.org/show_bug.cgi?id=15616
8581         [GTK] Add spell checking
8582
8583         Add enchant support for spell-checking-languages property to work
8584         properly.
8585
8586         * GNUmakefile.am:
8587         * configure.ac:
8588
8589 2009-04-24  Simon Hausmann  <simon.hausmann@nokia.com>
8590
8591         Reviewed by Ariya Hidayat.
8592
8593         Added support for generating API docs in the Qt build using "make docs"
8594
8595         * WebKit.pro: Include docs.pri for "make docs" target.
8596
8597 2009-04-14  Xan Lopez  <xlopez@igalia.com>
8598
8599         Unreviewed version bump in preparation for 1.1.5 release.
8600
8601         * configure.ac:
8602
8603 2009-04-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8604
8605         Rubber-stamped by Sam Weinig.
8606
8607         Added rules to maintain the localization support. We cannot simply
8608         use whatever gettextize gives us because our build system is
8609         non-recursive.
8610
8611         * GNUmakefile.am:
8612         * configure.ac:
8613
8614 2009-04-05  Mike Hommey  <glandium@debian.org>
8615
8616         Reviewed by Holger Freyther.
8617
8618         Filter out all C++ symbols
8619         https://bugs.webkit.org/show_bug.cgi?id=24960
8620
8621         Considering the public API is all C, we can just filter out all
8622         C++ mangled symbols, which will avoid exporting symbols in some
8623         corner cases such as gcc bugs on specific architectures, etc.
8624
8625         * autotools/symbols.filter:
8626
8627 2009-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8628
8629         Reviewed by Holger Freyther.
8630
8631         Require GTK+ >= 2.10; 2.8 is already very old, and some very
8632         useful APIs are only available since 2.10.
8633
8634         * configure.ac:
8635
8636 2009-04-01  Christian Dywan  <christian@twotoasts.de>
8637
8638         Reviewed by Holger Freyther.
8639
8640         Unit test WebKitDownload
8641         http://bugs.webkit.org/show_bug.cgi?id=24844
8642
8643         * GNUmakefile.am: Add a unit test for downloading.
8644
8645 2009-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8646
8647         Unreviewed build fix. Fix make distcheck, after the gtk-doc
8648         integration.
8649
8650         * GNUmakefile.am:
8651
8652 2009-03-30  Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
8653
8654         Reviewed by Holger Freyther.
8655
8656         Integrate gtk-doc into the Gtk+ buildsystem.
8657
8658         * autogen.sh:
8659         * configure.ac:
8660
8661 2009-03-30  Xan Lopez  <xlopez@igalia.com>
8662
8663         Unreviewed: bump version to 1.1.4 for release.
8664
8665         * configure.ac:
8666
8667 2009-03-21  Xan Lopez  <xlopez@igalia.com>
8668
8669         Reviewed by Holger Freyther.
8670
8671         Require gnome-keyring 2.26.0, since we were depending on an
8672         unreleased trunk revision between 2.25.91 and 2.26.0.
8673
8674         * configure.ac:
8675
8676 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
8677
8678         Reviewed by Holger Freyther.
8679
8680         [GTK] Misc patches for WebKitWebHistoryItem
8681         https://bugs.webkit.org/show_bug.cgi?id=24493
8682
8683         Added build support for build the WebKitWebHistoryItem unit test.
8684
8685         * GNUmakefile.am:
8686
8687 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
8688
8689         Reviewed by Holger Freyther.
8690
8691         Separate gtk unit tests
8692         https://bugs.webkit.org/show_bug.cgi?id=24039
8693
8694         Build the unit tests accordingly.
8695
8696         * GNUmakefile.am:
8697
8698 2009-03-17  Gustavo Noronha Silva  <gns@gnome.org>
8699
8700         Reviewed by Mark Rowe.
8701
8702         Enable HTML5 media elements support by default in the GTK+ port.
8703
8704         * configure.ac:
8705
8706 2009-03-17  Mike Hommey <glandium@debian.org>
8707
8708         Reviewed by Holger Freyther.
8709
8710         Do not export cti* symbols.
8711         See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
8712
8713         * autotools/symbols.filter:
8714
8715 2009-03-15  Xan Lopez  <xlopez@igalia.com>
8716
8717         Bump version to 1.1.3 for release and fix soversion
8718         calculation (oops). Thanks to Frederik Himpe for pointing this
8719         out.
8720
8721         * configure.ac:
8722
8723 2009-03-15  Xan Lopez  <xlopez@igalia.com>
8724
8725         Bump version and libtool version for release.
8726
8727         * configure.ac:
8728
8729 2009-03-14  Xan Lopez  <xlopez@igalia.com>
8730
8731         No review, build fix.
8732
8733         Split clean rules to make distcheck pass.
8734
8735         * GNUmakefile.am:
8736
8737 2009-03-13  Mark Rowe  <mrowe@apple.com>
8738
8739         Reviewed by Dan Bernstein.
8740
8741         Remove rarely used Makefile targets from the Makefile.
8742
8743         There are many situations in which the targets don't work as expected,
8744         and their primary use is addressed by having the build system default
8745         to building the appropriate architecture.
8746
8747         * Makefile.shared:
8748
8749 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
8750
8751         Reviewed by Holger Freyther.
8752
8753         [Gtk] Fix make clean targets
8754         https://bugs.webkit.org/show_bug.cgi?id=24450
8755
8756         Fix 'make' clean targets. We shouldn't be removing DerivedSources
8757         if it's only clean. Only remove it if it's distclean or
8758         maintainer-clean. Also remove build-related auxillary files on
8759         dist/maintainer clean.
8760
8761         * GNUmakefile.am:
8762
8763 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
8764
8765         Reviewed by Holger Freyther
8766
8767         [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
8768         https://bugs.webkit.org/show_bug.cgi?id=2260
8769
8770         pangoft2 is also used in directfb builds so use it for all targets
8771
8772         * configure.ac:
8773
8774 2009-03-02  Xan Lopez  <xan@gnome.org>
8775
8776         Reviewed by Mark Rowe.
8777
8778         https://bugs.webkit.org/show_bug.cgi?id=24287
8779         [GTK] Move auth dialog feature to WebKit/
8780
8781         Add WebKitSoupAuthDialog files to build.
8782
8783         * GNUmakefile.am:
8784
8785 2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>
8786
8787         Reviewed by Alexey Proskuryakov.
8788
8789         https://bugs.webkit.org/show_bug.cgi?id=16826
8790         [Gtk] Implement WebKitDownload
8791
8792         Adding new files related to WebKitDownload to the GTK+ port.
8793
8794         * GNUmakefile.am:
8795
8796 2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>
8797
8798         Unreviewed build fix; adding missing files to EXTRA_DIST, so that
8799         they show up in the tarball.
8800
8801         * GNUmakefile.am:
8802
8803 2009-03-01  Christian Dywan  <christian@twotoasts.de>
8804
8805         * configure.ac: Bump GTK port version to 1.1.1.
8806
8807 2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>
8808
8809         Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
8810         file to EXTRA_DIST to fix make dist.
8811
8812         * GNUmakefile.am:
8813
8814 2009-02-26  Xan Lopez  <xan@gnome.org>
8815
8816         Reviewed by Holger Freyther.
8817
8818         https://bugs.webkit.org/show_bug.cgi?id=16947
8819         [GTK] Missing HTTP Auth challenge
8820
8821         Add HTTP authentication dialog with optional GNOME Keyring
8822         storage.
8823
8824         * GNUmakefile.am:
8825         * configure.ac:
8826
8827 2009-02-26  Xan Lopez  <xan@gnome.org>
8828
8829         Reviewed by Holger Freyther.
8830
8831         https://bugs.webkit.org/show_bug.cgi?id=16947
8832         [GTK] Missing HTTP Auth challenge
8833
8834         Take marshallers to be built from a manually maintained list
8835         instead of grepping the sources.
8836
8837         It's much faster, especially so now that we want to add
8838         marshallers from WebCore too. A system to only take into account
8839         the modified files when generating the marshallers from sources
8840         could be hacked, but I think it's overkill considering how rarely
8841         a new marshaller is added.
8842
8843         * GNUmakefile.am:
8844
8845 2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
8846
8847         Reviewed by Alexey Proskuryakov.
8848
8849         [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
8850         https://bugs.webkit.org/show_bug.cgi?id=24072
8851
8852         Add options for toggling 3D transforms and HTML5 channel messaging
8853         support on or off.
8854
8855         Also fix the web-workers option. It should be web-workers and not workers.
8856
8857         * configure.ac:
8858
8859 2009-02-23  Xan Lopez  <xan@gnome.org>
8860
8861         Reviewed by Alexey Proskuryakov.
8862
8863         https://bugs.webkit.org/show_bug.cgi?id=22624
8864         [SOUP][GTK] Need API to get SoupSession from WebKit.
8865
8866         Remove CURL support, the only supported HTTP backend is SOUP now.
8867
8868         * GNUmakefile.am:
8869         * configure.ac:
8870
8871 2009-02-19  Christian Dywan  <christian@twotoasts.de>
8872
8873         Rubber-stamped by Holger Freyther.
8874
8875         http://bugs.webkit.org/show_bug.cgi?id=22811
8876         Underlinking in Programs_UnitTests (GTK+ build)
8877
8878         * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
8879
8880 2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>
8881
8882         Reviewed by Holger Freyther.
8883
8884         Fix symbols.filter location, and add other missing files to the
8885         autotools build, so that make dist works.
8886
8887         * GNUmakefile.am:
8888
8889 2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
8890
8891         Reviewed by Alexey Proskuryakov.
8892
8893         https://bugs.webkit.org/show_bug.cgi?id=23939
8894         Release build being built with debugging symbols
8895
8896         * configure.ac: Revert change done in revision 40790, since we
8897         already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
8898
8899 2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
8900
8901         Reviewed by Eric Seidel.
8902
8903         * configure.ac: Make soup the default HTTP backend for the Gtk port.
8904
8905 2009-02-09  Calvin Walton  <calvin.walton@gmail.com>
8906
8907         Reviewed by Holger Freyther.
8908
8909         https://bugs.webkit.org/show_bug.cgi?id=23823
8910
8911         [Gtk] Fix build with recent autotools
8912
8913         Current versions of automake/libtool don't assume you want C++ enabled
8914         by default any more, so explicitly check for a C++ compiler.
8915
8916         * configure.ac: Add AC_PROG_CXX macro
8917
8918 2009-02-02  Christian Dywan  <christian@twotoasts.de>
8919
8920         Rubber-stamped by Holger Freyther.
8921
8922         Don't require Geolocation by default.
8923
8924         * configure.ac:
8925
8926 2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
8927
8928         Reviewed by Nikolas Zimmermann.
8929
8930         [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
8931         https://bugs.webkit.org/show_bug.cgi?id=22136
8932
8933         * GNUmakefile.am:
8934         * acinclude.m4: Removed.
8935         * autogen.sh:
8936         * autotools/acinclude.m4: Added.
8937         * autotools/dolt.m4: Added.
8938         * autotools/symbols.filter: Renamed from symbols.filter.
8939         * autotools/webkit.m4: Added.
8940         * configure.ac:
8941
8942 2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>
8943
8944         Reviewed by Nikolas Zimmermann.
8945
8946         [GTK] Implement GeolocationService using the Geoclue library
8947
8948         https://bugs.webkit.org/show_bug.cgi?id=22022
8949
8950         Untested implementation of the GeolocationService using the geoclue
8951         library. Velocity handling is completely missing and the accuracy
8952         handling might be wrong.
8953
8954         * GNUmakefile.am:
8955         * configure.ac:
8956
8957 2009-01-11  Xan Lopez  <xan@gnome.org>
8958
8959         Reviewed by Holger Freyther.
8960
8961         Bump version to 1.1.0 since we are breaking ABI and adding new
8962         major features.
8963
8964         * configure.ac:
8965
8966 2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>
8967
8968         Reviewed by Holger Freyther.
8969
8970         http://bugs.webkit.org/show_bug.cgi?id=16562
8971         [gtk] Implement WebPolicyDelegate methods
8972
8973         Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
8974         Noronha.
8975
8976         This implements the delegates methods of WebPolicyDelegate.
8977         Since Gtk+/C doesn't have delegate methods, they are replaced with
8978         signals.
8979
8980         A new object WebKitWebPolicyDecision allows the browser to delay its
8981         response in certain cases. WebKitWebNavigationAction contains the
8982         information about what caused a navigation request.
8983
8984         * GNUmakefile.am: Add new files
8985
8986 2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>
8987
8988         Reviewed by Holger Freyther.
8989
8990         Use ustar tar format for WebKit/GTK+'s make dist target, so that
8991         storing files whose filenames are > 99 is possible.
8992
8993         * configure.ac:
8994
8995 2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>
8996
8997         [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
8998
8999         Fix the jit compilation on i*686 on Linux by using the va_list
9000         to pass arguments to the CTI. This is done on the MAC as well
9001         and sunspider and javascriptcore seem to work with that.
9002
9003         * configure.ac:
9004
9005 2008-12-18  Pamela Greene  <pam@chromium.org>
9006
9007         Submitted without review.
9008         Right, remove the whole misplaced directory, not just the tests.
9009
9010         * fast: Removed.
9011         * fast/dom: Removed.
9012
9013 2008-12-18  Pamela Greene  <pam@chromium.org>
9014
9015         Submitted without review.
9016         Moving layout test into LayoutTests where it belongs.
9017
9018         * fast/dom/setter-type-enforcement-expected.txt: Removed.
9019         * fast/dom/setter-type-enforcement.html: Removed.
9020
9021 2008-12-15  Daniel Macks  <dmacks@netspace.org>
9022
9023         Reviewed by Darin Adler.
9024
9025         Default to use external libicu-config if avail on all platforms.
9026         https://bugs.webkit.org/show_bug.cgi?id=22713
9027
9028         * configure.ac:
9029
9030 2008-12-12  Holger Hans Peter Freyther  <zecke@selfish.org>
9031
9032         Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
9033
9034         The m4 directory does not exist and we now have a compile issue on
9035         Gentoo systems.
9036
9037         * GNUmakefile.am:
9038         * configure.ac:
9039
9040 2008-12-11  Daniel Macks  <dmacks@netspace.org>
9041
9042         Reviewed by Darin Adler.
9043
9044         https://bugs.webkit.org/show_bug.cgi?id=22714
9045
9046         Put libtool macro files in subdir that it wants.
9047
9048         * GNUmakefile.am:
9049         * configure.ac:
9050
9051 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
9052
9053         Reviewed by Eric Seidel.
9054
9055         [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
9056
9057         https://bugs.webkit.org/show_bug.cgi?id=22491
9058
9059         Add the skeleton to WebKit/gtk/tests and integrate that into the
9060         buildsystem. Testing support was added in glib 2.16. For versions
9061         using glib < 2.16 we compile an empty application.
9062
9063         * GNUmakefile.am:
9064
9065 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
9066
9067         Reviewed by Cameron Zwarich.
9068
9069         [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
9070
9071         When building the jit on i*86 also enable the above optimizations.
9072
9073         * configure.ac:
9074
9075 2008-12-03  Simon Hausmann  <hausmann@webkit.org>
9076
9077         Reviewed by Tor Arne Vestbø.
9078
9079         Fix the build of WebKit inside Qt by making sure that qmake generators
9080         that do not produce generated sources (i.e. cpp files) are not
9081         included in SOURCES.
9082
9083         * WebKit.pri:
9084
9085 2008-12-02  Simon Hausmann  <hausmann@webkit.org>
9086
9087         Reviewed by Tor Arne Vestbø.
9088
9089         Removed JavaScriptCore from SUBDIRS as it's not built separately
9090         anymore.
9091
9092         * WebKit.pro:
9093
9094 2008-11-28  Gustavo Noronha Silva  <gns@gnome.org>
9095
9096         Reviewed and slightly modified by Holger Freyther.
9097
9098         https://bugs.webkit.org/show_bug.cgi?id=19130
9099
9100         Added the new WebKitGtk files to be built:
9101         WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
9102
9103         * GNUmakefile.am:
9104
9105 2008-11-26  Kalle Vahlman  <kalle.vahlman@movial.com>
9106
9107         Reviewed by Darin Adler. Landed by Jan Alonzo.
9108
9109         Bison versions under 2.2 produce crashing CSSGrammar code for ARM
9110         https://bugs.webkit.org/show_bug.cgi?id=22456
9111
9112         Check for bison version 2.2 or greater on ARM. Earlier versions produce
9113         code that crashes on ARM devices.
9114
9115         * configure.ac:
9116
9117 2008-11-25  Holger Hans Peter Freyther  <zecke@selfish.org>
9118
9119         Reviewed by David Kilzer.
9120
9121         https://bugs.webkit.org/show_bug.cgi?id=22022
9122
9123         Add Geolocation support to the configure.ac
9124
9125         Add an option to build WebKit/Gtk+ with Geolocation. The
9126         implementation will be using Gypsy.
9127
9128         * configure.ac:
9129
9130 2008-11-24  Holger Hans Peter Freyther  <zecke@selfish.org>
9131
9132         Reviewed by Mark Rowe.
9133
9134         [Gtk+] Add configure option to enable Web Workers and enable it by default
9135
9136         Add --enable-workers to the buildsystem (used by build-webkit) add
9137         the to be build files to the GNUmakefile.am and change build-webkit
9138         to enable Web Workers by default.
9139
9140         * configure.ac:
9141
9142 2008-09-09  Joerg Bornemann  <joerg.bornemann@trolltech.com>
9143
9144         Reviewed by Simon Hausmann.
9145
9146         Steps towards making the Qt port of WebKit compile on Windows CE
9147
9148         https://bugs.webkit.org/show_bug.cgi?id=20746
9149
9150         * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
9151
9152 2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
9153
9154         Reviewed by George Staikos.
9155
9156         Add WML build support for Gtk as well.
9157
9158         * configure.ac:
9159
9160 2008-11-16  Geoffrey Garen  <ggaren@apple.com>
9161
9162         Not reviewed.
9163
9164         Try to fix gtk build.
9165
9166         * configure.ac:
9167
9168 2008-11-10  Tor Arne Vestbø  <tavestbo@trolltech.com>
9169
9170         Rubber-stamped by Simon Hausmann.
9171
9172         Distinguish between building from trunk and as part of Qt
9173
9174         * WebKit.pri:
9175
9176 2008-11-10  Morten Sørvig  <msorvig@trolltech.com>
9177
9178         Reviewed by Simon Hausmann.
9179
9180         Make tests/auto/qwebframe compile on Qt/Mac.
9181
9182         * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
9183
9184 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
9185
9186         Not reviewed.
9187
9188         Speculatively fix the GTK build.
9189
9190         * GNUmakefile.am:
9191
9192 2008-11-06  Alp Toker  <alp@nuanti.com>
9193
9194         GTK build fix for r38155. create_hash_table was moved out of kjs/
9195
9196         * GNUmakefile.am:
9197
9198 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
9199
9200         Rubber-stamped by Sam Weinig.
9201
9202         Correct the reference to jsc.pro in WebKit.pro to match its new
9203         location in the root directory of JavaScriptCore.
9204
9205         * WebKit.pro:
9206
9207 2008-11-03  Alp Toker  <alp@nuanti.com>
9208
9209         autotools distcleancheck fix. Add dolt-generated files and
9210         webkitenumtypes.h to the list of files that need to be cleaned.
9211         Unreviewed.
9212
9213         * GNUmakefile.am:
9214
9215 2008-11-03  Alp Toker  <alp@nuanti.com>
9216
9217         Rubber-stamped by Holger Freyther.
9218
9219         Do not enable RTTI or exceptions in debug builds, matching release
9220         builds. They don't help much with debugging and significantly slow
9221         down and increase the size of the debug build.
9222
9223         * GNUmakefile.am:
9224
9225 2008-11-03  Alp Toker  <alp@nuanti.com>
9226
9227         Rubber-stamped by Holger Freyther.
9228
9229         Add mingw32 case to dolt for faster GTK+ Windows builds.
9230
9231         * acinclude.m4:
9232
9233 2008-11-02  Xan Lopez  <xan@gnome.org>
9234
9235         Reviewed by Holger Freyther
9236
9237         https://bugs.webkit.org/show_bug.cgi?id=22009
9238         HTML5 Video with GStreamer pulls gnome-vfs without using it.
9239
9240         * configure.ac:
9241         Remove gnome-vfs from configure.ac, it's unused.
9242
9243 2008-10-30  Alp Toker  <alp@nuanti.com>
9244
9245         https://bugs.webkit.org/show_bug.cgi?id=19395
9246         doltlibtool bug with bash 3.0
9247
9248         autotools dolt build fix for bash version 3.0 and older. Remove
9249         concatenation syntax from doltlibtool to support the older versions
9250         which don't have '+='.
9251
9252         * acinclude.m4:
9253
9254 2008-10-30  Alp Toker  <alp@nuanti.com>
9255
9256         Rubber-stamped by Oliver Hunt.
9257
9258         autotools build system change to enable JIT features by default. Can
9259         be disabled with --disable-jit (and is disabled automatically on
9260         unsupported platforms).
9261
9262         * configure.ac:
9263
9264 2008-10-30  Alp Toker  <alp@nuanti.com>
9265
9266         Bump WebKit GTK+ version to 1.0.3.
9267
9268         * configure.ac:
9269
9270 2008-10-29  Gustavo Noronha Silva  <gns@gnome.org>
9271
9272         Reviewed by Holger Freyther.
9273
9274         Added all the files that need to be installed for the Inspector to
9275         work.
9276
9277 2008-10-29  Mike Hommey  <glandium@debian.org>
9278
9279         Reviewed by Holger Freyther.
9280
9281         https://bugs.webkit.org/show_bug.cgi?id=21884
9282         Test presence and link against libpng.
9283
9284         * GNUmakefile.am:
9285         * configure.ac:
9286
9287 2008-10-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
9288
9289         Reviewed by Holger Freyther.
9290
9291         Add --enable-optimizations to enable optimized builds. The default
9292         is to enable it for release builds, and disabled for debug builds.
9293         This option will allow builders to have a debug as well as
9294         optimized builds.
9295
9296         * GNUmakefile.am:
9297         * configure.ac:
9298
9299 2008-10-28  Mike Hommey  <glandium@debian.org>
9300
9301         Reviewed by Alp Toker.
9302
9303         https://bugs.webkit.org/show_bug.cgi?id=21885
9304         [GTK] libwebkit doesn't link against libpangoft2
9305
9306         Add pkg-config check for pangoft2 which provides
9307         pango_fc_font_description_from_pattern() used in the FreeType font
9308         backend.
9309
9310         * configure.ac:
9311
9312 2008-10-28  Alp Toker  <alp@nuanti.com>
9313
9314         Include copyright license files in the autotools dist target.
9315
9316         Change suggested by Mike Hommey.
9317
9318         * GNUmakefile.am:
9319
9320 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
9321
9322         Gtk build fix: add '-' to Wl which was missed in r36845
9323
9324         * GNUmakefile.am:
9325
9326 2008-10-22  Alp Toker  <alp@nuanti.com>
9327
9328         Fix build for Cairo 1.2.
9329
9330         * configure.ac:
9331
9332 2008-10-20  Alp Toker  <alp@nuanti.com>
9333
9334         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
9335         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
9336
9337         * configure.ac:
9338
9339 2008-10-13  Alp Toker  <alp@nuanti.com>
9340
9341         GTK+ build fix: Ensure correct builds when debugging is
9342         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
9343         It's still passed as a compiler flag since some sources (DRT) don't
9344         use config.h yet.
9345
9346         * configure.ac:
9347
9348 2008-10-09  Alp Toker  <alp@nuanti.com>
9349
9350         Reviewed by Mark Rowe.
9351
9352         https://bugs.webkit.org/show_bug.cgi?id=20760
9353         Implement support for x86 Linux in CTI
9354
9355         Prepare to enable CTI/WREC on supported architectures. Will be
9356         switched on when the crasher introduced in r37386 is resolved.
9357
9358         * configure.ac:
9359
9360 2008-10-07  Alp Toker  <alp@nuanti.com>
9361
9362         GTK+ build fix for older automake versions (1.7). Discussed in bug
9363         #21392.
9364
9365         * GNUmakefile.am:
9366
9367 2008-10-07  Alp Toker  <alp@nuanti.com>
9368
9369         Reviewed by Mark Rowe.
9370
9371         https://bugs.webkit.org/show_bug.cgi?id=21392
9372         [GTK] Auto-generate JS DOM binding sources list
9373
9374         Remove the huge lists of generated DOM binding sources and headers in
9375         the build system. These are difficult to maintain and can be derived
9376         automatically.
9377
9378         The new strategy is to re-use the existing lists of IDL sources (which
9379         are needed for dist support anyway). This will also ease the addition
9380         of new language bindings.
9381
9382         * GNUmakefile.am:
9383
9384 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
9385
9386         Reviewed by Holger Freyther.
9387
9388         https://bugs.webkit.org/show_bug.cgi?id=20287
9389         [Gtk] disable plugins for gtk/directfb target
9390
9391         Introduce WTF_PLATFORM_X11 for X11 builds.
9392         Also use target-specific packages when building the port
9393
9394         * configure.ac: Do not check for cairo-ft for directfb builds.
9395
9396 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
9397
9398         Reviewed by Holger Freyther.
9399
9400         http://bugs.webkit.org/show_bug.cgi?id=21174
9401         [GTK][AUTOTOOLS] Enable large file support at configure time
9402
9403         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
9404
9405 2008-09-23  Richard Hult  <richard@imendio.com>
9406
9407         Reviewed by Alp Toker. Landed by Jan Alonzo.
9408
9409         http://bugs.webkit.org/show_bug.cgi?id=20582
9410         [Gtk] Link error on Mac OS X
9411
9412         * GNUmakefile.am: Only use the -version-script flag for the gnu
9413         linker.
9414         * configure.ac: Check for GNU OSes.
9415
9416 2008-09-19  Alp Toker  <alp@nuanti.com>
9417
9418         Build fix for the 'gold' linker and recent binutils. New behaviour
9419         requires that we link to used libraries explicitly.
9420
9421         * GNUmakefile.am:
9422         * configure.ac:
9423
9424 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
9425
9426         Reviewed by Eric Seidel.
9427
9428         http://bugs.webkit.org/show_bug.cgi?id=20380
9429         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
9430
9431         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
9432
9433 2008-08-28  Alp Toker  <alp@nuanti.com>
9434
9435         GTK+ dist/build fix. List newly added header files.
9436
9437         * GNUmakefile.am:
9438
9439 2008-08-27  Mike Hommey <glandium@debian.org>
9440
9441         Reviewed by Holger.
9442
9443         * GNUmakefile.am:
9444         * symbols.filter: Added.
9445
9446 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
9447
9448         Reviewed (and updated) by Alp Toker.
9449
9450         https://bugs.webkit.org/show_bug.cgi?id=16620
9451         [GTK] Autotools make dist and make check support
9452
9453         Get make dist working.
9454
9455         Note that not all possible configurations have been tested yet.
9456
9457         * GNUmakefile.am:
9458
9459 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
9460
9461         Reviewed by Alp Toker.
9462
9463         http://bugs.webkit.org/show_bug.cgi?id=19045
9464         [gtk] ./configure doesn't check for x toolkit availability
9465
9466         Some old versions of Xt do not provide xt.pc, in this case use
9467         AC_CHECK_LIB to check if the library is installed and then fall back
9468         to using just -lXt.
9469
9470         * configure.ac:
9471
9472 2008-08-09  Alp Toker  <alp@nuanti.com>
9473
9474         GTK+ build fixes.
9475
9476         Back out r20338 libxslt check (conditional check already exists and
9477         this broke the build).
9478
9479         Make the flex version check a warning rather than fatal to fix the
9480         build bot.
9481
9482         * configure.ac:
9483
9484 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
9485
9486         Reviewed by Mark Rowe.
9487
9488         http://bugs.webkit.org/show_bug.cgi?id=20338
9489         [Gtk] Autotools should check for libxslt
9490
9491         Autotools check for libxslt
9492
9493         * configure.ac:
9494
9495 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
9496
9497         Reviewed by David Kilzer.
9498
9499         Check for correct flex version to avoid faulty builds
9500
9501         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
9502         https://bugs.webkit.org/show_bug.cgi?id=20253
9503
9504         acinclude.m4: Import AX_COMPARE_VERSION macro
9505         configure.ac: Check for flex version
9506
9507         * acinclude.m4:
9508         * configure.ac:
9509
9510 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
9511
9512         Rubber-stamped by Lars.
9513
9514         Added API tests for QWebPage/QWebFrame based on QTestLib.
9515
9516         * WebKit.pro: Add WebKit/qt/tests to the build.
9517
9518 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
9519
9520         Reviewed by Eric Seidel.
9521
9522         http://bugs.webkit.org/show_bug.cgi?id=20276
9523         [GTK] Makefile rules for the enum GTypes files depend on Makefile
9524         instead of GNUmakefile
9525
9526         The patch committed in revision 34649 added the code needed to
9527         generate GTypes for enums but the makefile rules for
9528         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
9529         Makefile (used by other ports) instead of GNUmakefile.
9530
9531         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
9532
9533 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
9534
9535         Reviewed by Alp Toker.
9536
9537         http://bugs.webkit.org/show_bug.cgi?id=19045
9538         [gtk] ./configure doesn't check for x toolkit availability
9539
9540         Check for the .pc file for Xt instead of hard coding -lXt in the
9541         GNUmakefile.am.
9542
9543         Thanks to Dominik Röttsches for the initial patch.
9544
9545         * GNUmakefile.am:
9546         * configure.ac:
9547
9548 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
9549
9550         Reviewed by Holger.
9551
9552         http://bugs.webkit.org/show_bug.cgi?id=19742
9553         [GTK] Auto generate webkitmarshal.list
9554
9555         Auto generate webkitmarshal.list from source files to reduce the
9556         number of conflicts when merging git branches or when applying
9557         patches.
9558         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
9559
9560         * GNUmakefile.am:
9561
9562 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
9563
9564         Reviewed by Mark Rowe.
9565
9566         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
9567
9568         [Gtk] Improve detection jpeglib
9569         https://bugs.webkit.org/show_bug.cgi?id=17865
9570
9571         * GNUmakefile.am:
9572         * configure.ac:
9573
9574 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
9575
9576         Discussed with and rubber-stamped by Lars.
9577
9578         Fix the build system for the Qt port.
9579
9580         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
9581         include search path. With a build process that combines JavaScriptCore and
9582         WebCore in one build process/Makefile the existance of
9583         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
9584
9585         This commit solves this by introducing a separate build of JavaScriptCore into
9586         a static library.
9587
9588         As a result of the split-up a race-condition due to broken dependencies of
9589         regular source files to header files of generated sources showed up very
9590         frequently when doing parallel builds (which the buildbot does). This commit at
9591         the same time tries to address the dependency problem by making the
9592         addExtraCompiler() function also generate a pseudo extra compiler that
9593         represents the header file output, so that qmake is aware of the creation of
9594         the header file for dependency calculation.
9595
9596         At the same time I removed a lot of cruft from the pro files to ease maintenance.
9597
9598         * WebKit.pri:
9599         * WebKit.pro:
9600
9601 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
9602
9603         Reviewed by Alp Toker.
9604
9605         https://bugs.webkit.org/show_bug.cgi?id=19171
9606         [GTK] GTypes for enumerations
9607
9608         Generate GTypes for public enumerations so they can be used as
9609         properties.
9610
9611         * GNUmakefile.am: Generate webkit-enum-types.cpp and
9612         webkit-enum-types.h.
9613
9614 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
9615
9616         Fix the Qt build. testkjs.pro is now called jsc.pro.
9617
9618         * WebKit.pro:
9619
9620 2008-06-15  Alp Toker  <alp@nuanti.com>
9621
9622         Rubber-stamped by Maciej.
9623
9624         Install 'jsc' application by default.
9625
9626         * GNUmakefile.am:
9627
9628 2008-06-08  Alp Toker  <alp@nuanti.com>
9629
9630         autotools/GTK+ build system cleanup. Don't include WebKit API in the
9631         WebCore build as it's no longer needed since r34426.
9632
9633         * GNUmakefile.am:
9634
9635 2008-06-08  Alp Toker  <alp@nuanti.com>
9636
9637         Rubber-stamped by Mark Rowe.
9638
9639         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
9640         r31821, since aliasing issues have now been fixed.
9641
9642         Use -O3, not -O2 for the JavaScriptCore build.
9643
9644         * GNUmakefile.am:
9645         * configure.ac:
9646
9647 2008-06-05  Christian Dywan  <christian@twotoasts.de>
9648
9649         Reviewed by Alp Toker.
9650
9651         https://bugs.webkit.org/show_bug.cgi?id=14141
9652         Please add a version to the Gtk port
9653
9654         * GNUmakefile.am:
9655
9656 2008-06-02  Alp Toker  <alp@nuanti.com>
9657
9658         GTK+/autotools Windows build system fixes.
9659
9660         * GNUmakefile.am:
9661         * configure.ac:
9662
9663 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
9664
9665         Reviewed by Alp Toker.
9666
9667         Build WebCore GTK+ sources as part of WebCore, not WebKit.
9668         Split common and GTK+-specific sources into separate file lists.
9669
9670         * GNUmakefile.am:
9671
9672 2008-06-01  Josh Triplett  <josh@freedesktop.org>
9673
9674         Reviewed by Alp Toker.
9675
9676         http://bugs.webkit.org/show_bug.cgi?id=16891
9677         [GTK] autotools build is slow
9678
9679         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
9680         the build, often by a factor of two or more on supported platforms,
9681         otherwise falls back to libtool.
9682
9683         See http://dolt.freedesktop.org for details.
9684
9685         * acinclude.m4: Added.
9686         * configure.ac:
9687
9688 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
9689
9690         Reviewed by Alp Toker.
9691
9692         http://bugs.webkit.org/show_bug.cgi?id=19142
9693         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
9694
9695         * configure.ac:
9696
9697 2008-05-24  Alp Toker  <alp@nuanti.com>
9698
9699         GTK+/Win32 build fixes. Link against Windows ICU without using
9700         icu-config since it's not available on that platform.
9701
9702         Link against Ws2_32 when the curl http backend is chosen since we
9703         use select() directly.
9704
9705         * configure.ac:
9706
9707 2008-05-23  Alp Toker  <alp@nuanti.com>
9708
9709         GTK+ fixes for building without database support.
9710
9711         * configure.ac:
9712
9713 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
9714
9715         Reviewed by Alp Toker.
9716
9717         Fix for previous autotools change.
9718
9719         * configure.ac:
9720
9721 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
9722
9723         Reviewed by Alp.
9724
9725         http://bugs.webkit.org/show_bug.cgi?id=18483
9726         [Gtk] Autotools should match build-webkit default flags
9727
9728         * configure.ac:
9729
9730 2008-05-19  Alp Toker  <alp@nuanti.com>
9731
9732         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
9733         the Pango font backend is selected.
9734
9735         * GNUmakefile.am:
9736         * configure.ac:
9737
9738 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
9739
9740         Reviewed by Eric.
9741
9742         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
9743
9744         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
9745
9746 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
9747
9748         Reviewed by Simon.
9749
9750         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
9751         from gtk-port.
9752
9753         * WebKit.pri:
9754         * WebKit.pro:
9755
9756 2008-05-09  Anders Carlsson  <andersca@apple.com>
9757
9758         Reviewed by Mark.
9759
9760         Add x86_64 rule.
9761
9762         * Makefile:
9763
9764 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
9765
9766         Reviewed by Holger.
9767
9768         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
9769
9770         This dependency is completely unnecessary here and creates only problems by
9771         propagating through WebCore.pro over libQtWebKit.prl right now customer
9772         applications.
9773
9774
9775         * WebKit.pri:
9776
9777 2008-05-02  Anders Carlsson  <andersca@apple.com>
9778
9779         Reviewed by Mark.
9780
9781         Add an "x86_64" make rule.
9782
9783         * Makefile.shared:
9784
9785 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
9786
9787         Reviewed by Eric.
9788
9789         https://bugs.webkit.org/show_bug.cgi?id=18811
9790         Enable dashboard and offline web apps in autotools
9791
9792         * configure.ac:
9793
9794 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
9795
9796         Reviewed by Alp Toker.
9797
9798         https://bugs.webkit.org/show_bug.cgi?id=14750
9799         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
9800
9801         * GNUmakefile.am: Added Xt library.
9802
9803 2008-04-29  David Kilzer  <ddkilzer@apple.com>
9804
9805         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
9806
9807         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
9808
9809 2008-04-22  Alp Toker  <alp@nuanti.com>
9810
9811         GTK+ debug build fix for changes in r32257.
9812
9813         * GNUmakefile.am:
9814
9815 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
9816
9817         Reviewed by Alp Toker.
9818
9819         http://bugs.webkit.org/show_bug.cgi?id=16620
9820         [GTK] Autotools make dist and make check support
9821
9822         Cleanups.
9823
9824         * GNUmakefile.am:
9825
9826 2008-04-11  Mark Rowe  <mrowe@apple.com>
9827
9828         Rubber-stamped by Antti Koivisto.
9829
9830         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
9831
9832 2008-04-17  Alp Toker  <alp@atoker.com>
9833
9834         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
9835         #17865 (reopened).
9836
9837         * configure.ac:
9838
9839 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
9840
9841         Reviewed by Alp Toker.
9842
9843         http://bugs.webkit.org/show_bug.cgi?id=17865
9844         [Gtk] Improve detection of jpeglib and glib tools
9845
9846         Improve detecting jpeglib and glib tools
9847
9848         * configure.ac: Throw an error if the dependencies above are
9849         currently not installed
9850
9851 2008-04-14  Xan Lopez  <xan@gnome.org>
9852
9853         Reviewed by Alp Toker.
9854
9855         http://bugs.webkit.org/show_bug.cgi?id=17917
9856         Bug 17917: Cookie support for HTTP soup backend
9857
9858         Bumped the libsoup required version to 2.23 for cookie support.
9859
9860         * configure.ac:
9861
9862 2008-04-11  Mark Rowe  <mrowe@apple.com>
9863
9864         Rubber-stamped by Anders Carlsson.
9865
9866         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
9867         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
9868
9869         GCC 4.3 generates bad code in some instances when working with our HashTables
9870         as some of the HashTable code violates the strict aliasing requirements.  Since
9871         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
9872         the code can be fixed to be safe with strict aliasing enabled, we will disable
9873         strict aliasing.
9874
9875         * GNUmakefile.am:
9876
9877 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
9878
9879         Reviewed by Alp Toker.
9880
9881         http://bugs.webkit.org/show_bug.cgi?id=18397
9882         Fix leaving spaces before parens in functions
9883
9884         * WebKitTools/Scripts/wkstyle:
9885
9886 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
9887
9888         Build fix, rubber-stamped and landed by ap.
9889
9890         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
9891
9892 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
9893
9894         Reviewed by Holger.
9895
9896         Remove the JSCore include path options from global_cppflags.
9897         Place JSCore include path options in javascriptcore_cppflags.
9898         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
9899
9900         * GNUmakefile.am:
9901
9902 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
9903
9904         Reviewed by Anders.
9905
9906         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
9907         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
9908
9909         Added WebKitNavigationAction object to GTK API
9910
9911         * GNUmakefile.am:
9912
9913 2008-03-12  Xan Lopez  <xan@gnome.org>
9914
9915         Reviewed by Alp Toker.
9916
9917         http://bugs.webkit.org/show_bug.cgi?id=15229
9918
9919         Add optional font backend support with freetype and pango
9920         backends. Default is freetype for now.
9921
9922         Original patch by Sven Herzberg <sven@imendio.com>
9923
9924         * configure.ac:
9925
9926 2008-03-11  Xan Lopez  <xan@gnome.org>
9927
9928         Reviewed by Alp Toker.
9929
9930         http://bugs.webkit.org/show_bug.cgi?id=16476
9931
9932         Add support for multiple http backends, and add soup backend (off by default).
9933
9934         * GNUmakefile.am:
9935         * configure.ac:
9936
9937 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
9938
9939         Reviewed by Darin Adler.
9940
9941         Done with Lars.
9942
9943         Added plugins subdirectory to the include path.
9944
9945         * WebKit.pri:
9946
9947 2008-03-09  Alp Toker  <alp@atoker.com>
9948
9949         GTK+ build fix for r30913.
9950
9951         Use UNICODE_CFLAGS for C++ sources as well as C sources.
9952
9953         * GNUmakefile.am:
9954
9955 2008-03-09  Jörg Billeter  <j@bitron.ch>
9956
9957         Reviewed by Alp Toker.
9958
9959         Conditionalise ICU for Unicode in the GTK+ port.
9960
9961         * GNUmakefile.am:
9962         * configure.ac:
9963
9964 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
9965
9966         Reviewed by Alp Toker.
9967
9968         http://bugs.webkit.org/show_bug.cgi?id=17644
9969         Build GTK on Mac OS X using native ICU library
9970
9971         Use Apple native ICU libraries when building GTK
9972         webkit on Mac OS.
9973
9974         * configure.ac:
9975
9976 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
9977
9978         Reviewed by Alp Toker.
9979
9980         Add ICU_CPPFLAGS earlier in include path for WebCore
9981         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
9982         the wtf/unicode/UTF8.h on case-insensitive file systems.
9983
9984         * GNUmakefile.am:
9985
9986 2008-03-02  Alp Toker  <alp@atoker.com>
9987
9988         Reviewed by Mark Rowe.
9989
9990         Split the WebKit GTK+ build out of the WebCore build and change the
9991         shared object name to match the package name.
9992
9993         * GNUmakefile.am:
9994
9995 2008-02-28  Alp Toker  <alp@atoker.com>
9996
9997         Fix a configure script typo spotted by Kalle Vahlman.
9998
9999         * configure.ac:
10000
10001 2008-02-26  Timothy Hatcher  <timothy@apple.com>
10002
10003         Reviewed by Darin Adler.
10004
10005         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
10006
10007         make 64: will build Intel-only 64-bit.
10008         make 64u: will build 4-way universal for PPC and Intel.
10009
10010         * Makefile:
10011         * Makefile.shared:
10012
10013 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
10014
10015         Rubber stamped by Darin Adler.
10016
10017         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
10018         whitespaces introduced in the previous commit.
10019
10020         * GNUmakefile.am:
10021
10022 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
10023
10024         Rubber-stamped by Darin Adler.
10025
10026         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
10027         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
10028
10029 2008-02-21  Alp Toker  <alp@atoker.com>
10030
10031         Fix a configure script typo.
10032
10033         * configure.ac:
10034
10035 2008-02-21  Alp Toker  <alp@atoker.com>
10036
10037         GTK+/autotools SVG experimental build fix
10038
10039         Don't enable SVG filters in --enable-svg-experimental.
10040
10041         This feature isn't supported at all yet. Developers can enable it
10042         explicitly by passing --enable-svg-filters if needed.
10043
10044         * configure.ac:
10045
10046 2008-02-21  Mike Auty  <mike.auty@gmail.com>
10047
10048         Reviewed by Alp Toker.
10049
10050         http://bugs.webkit.org/show_bug.cgi?id=17445
10051         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
10052
10053         The GNUmakefile.am files make use of the LDFLAGS variable to include library
10054         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
10055         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
10056
10057         The as-needed flag discards libraries whose functions have not been needed by
10058         earlier libraries, which therefore makes the ordering important.
10059
10060         This moves all -l library inclusion statements from LDFLAGS variables to
10061         LIBADD/LDADD variables.
10062
10063         * GNUmakefile.am:
10064
10065 2008-02-15  Alp Toker  <alp@atoker.com>
10066
10067         Reviewed by Holger.
10068
10069         GTK+ configure script cleanups
10070
10071         Categorize the configuration summary printout.
10072         Bump GTK+ requirement to 2.8.
10073         Rename 'webkit_target' to just 'target'.
10074         Don't check for pthread on Win32.
10075
10076         * configure.ac:
10077
10078 2008-02-14  Adam Roben  <aroben@apple.com>
10079
10080         Turn on cross-document messaging support by default
10081
10082         Reviewed by Darin Adler.
10083
10084         * configure.ac:
10085
10086 2008-02-14  Adam Roben  <aroben@apple.com>
10087
10088         Conditionalize cross-document messaging support
10089
10090         The cross-document messaging parts of HTML 5 are in flux and we want
10091         ports to be able to turn off the support as needed.
10092
10093         Note that the support is turned off by default right now. A subsequent
10094         commit will turn it on by default.
10095
10096         Reviewed by Darin Adler.
10097
10098         * configure.ac:
10099
10100 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
10101
10102         Reviewed by Alp Toker.
10103
10104         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
10105         to the CPPFLAGS for WebCore and WebKit
10106         Add a pkgconfig check for hildon-1 when --with-hildon specified
10107         Output the use of Hildon support in the summary
10108         Add HILDON_CPPFLAGS to webkitgtk_cppflags
10109         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
10110         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
10111
10112         * configure.ac:
10113         * GNUmakefile.am:
10114
10115 2008-02-08  Alp Toker  <alp@atoker.com>
10116
10117         Rubber-stamped by Maciej.
10118
10119         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
10120
10121         * configure.ac:
10122
10123 2008-02-06  Timothy Hatcher  <timothy@apple.com>
10124
10125         Rubber-stamped by Mark Rowe.
10126
10127         Dump of bugs.webkit.org's Bugzilla instance.
10128
10129         * BugsSite: Added.
10130         * BugsSite/.htaccess: Added.
10131         * BugsSite/Bugzilla: Added.
10132         * BugsSite/Bugzilla.pm: Added.
10133         * BugsSite/Bugzilla/.cvsignore: Added.
10134         * BugsSite/Bugzilla/.htaccess: Added.
10135         * BugsSite/Bugzilla/Attachment.pm: Added.
10136         * BugsSite/Bugzilla/Auth: Added.
10137         * BugsSite/Bugzilla/Auth.pm: Added.
10138         * BugsSite/Bugzilla/Auth/Login: Added.
10139         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
10140         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
10141         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
10142         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
10143         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
10144         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
10145         * BugsSite/Bugzilla/Auth/README: Added.
10146         * BugsSite/Bugzilla/Auth/Verify: Added.
10147         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
10148         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
10149         * BugsSite/Bugzilla/Bug.pm: Added.
10150         * BugsSite/Bugzilla/BugMail.pm: Added.
10151         * BugsSite/Bugzilla/CGI.pm: Added.
10152         * BugsSite/Bugzilla/Chart.pm: Added.
10153         * BugsSite/Bugzilla/Config.pm: Added.
10154         * BugsSite/Bugzilla/Constants.pm: Added.
10155         * BugsSite/Bugzilla/DB: Added.
10156         * BugsSite/Bugzilla/DB.pm: Added.
10157         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
10158         * BugsSite/Bugzilla/DB/Pg.pm: Added.
10159         * BugsSite/Bugzilla/DB/Schema: Added.
10160         * BugsSite/Bugzilla/DB/Schema.pm: Added.
10161         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
10162         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
10163         * BugsSite/Bugzilla/Error.pm: Added.
10164         * BugsSite/Bugzilla/Flag.pm: Added.
10165         * BugsSite/Bugzilla/FlagType.pm: Added.
10166         * BugsSite/Bugzilla/Group.pm: Added.
10167         * BugsSite/Bugzilla/Search.pm: Added.
10168         * BugsSite/Bugzilla/Series.pm: Added.
10169         * BugsSite/Bugzilla/Template: Added.
10170         * BugsSite/Bugzilla/Template.pm: Added.
10171         * BugsSite/Bugzilla/Template/Plugin: Added.
10172         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
10173         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
10174         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
10175         * BugsSite/Bugzilla/Token.pm: Added.
10176         * BugsSite/Bugzilla/User: Added.
10177         * BugsSite/Bugzilla/User.pm: Added.
10178         * BugsSite/Bugzilla/User/Setting.pm: Added.
10179         * BugsSite/Bugzilla/Util.pm: Added.
10180         * BugsSite/CGI.pl: Added.
10181         * BugsSite/PrettyPatch: Added.
10182         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
10183         * BugsSite/PrettyPatch/prettify.rb: Added.
10184         * BugsSite/QUICKSTART: Added.
10185         * BugsSite/README: Added.
10186         * BugsSite/UPGRADING: Added.
10187         * BugsSite/UPGRADING-pre-2.8: Added.
10188         * BugsSite/ant.jpg: Added.
10189         * BugsSite/attachment-aroben.cgi: Added.
10190         * BugsSite/attachment.cgi: Added.
10191         * BugsSite/buglist.cgi: Added.
10192         * BugsSite/bugzilla.dtd: Added.
10193         * BugsSite/chart.cgi: Added.
10194         * BugsSite/checksetup.pl: Added.
10195         * BugsSite/colchange.cgi: Added.
10196         * BugsSite/collectstats.pl: Added.
10197         * BugsSite/config.cgi: Added.
10198         * BugsSite/contrib: Added.
10199         * BugsSite/contrib/BugzillaEmail.pm: Added.
10200         * BugsSite/contrib/README: Added.
10201         * BugsSite/contrib/README.Mailif: Added.
10202         * BugsSite/contrib/bug_email.pl: Added.
10203         * BugsSite/contrib/bugmail_help.html: Added.
10204         * BugsSite/contrib/bugzilla-submit: Added.
10205         * BugsSite/contrib/bugzilla-submit/README: Added.
10206         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
10207         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
10208         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
10209         * BugsSite/contrib/bugzilla.procmailrc: Added.
10210         * BugsSite/contrib/bugzilla_email_append.pl: Added.
10211         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
10212         * BugsSite/contrib/bzdbcopy.pl: Added.
10213         * BugsSite/contrib/cmdline: Added.
10214         * BugsSite/contrib/cmdline/bugcount: Added.
10215         * BugsSite/contrib/cmdline/bugids: Added.
10216         * BugsSite/contrib/cmdline/buglist: Added.
10217         * BugsSite/contrib/cmdline/bugs: Added.
10218         * BugsSite/contrib/cmdline/bugslink: Added.
10219         * BugsSite/contrib/cmdline/makequery: Added.
10220         * BugsSite/contrib/cmdline/query.conf: Added.
10221         * BugsSite/contrib/cvs-update.pl: Added.
10222         * BugsSite/contrib/gnats2bz.pl: Added.
10223         * BugsSite/contrib/gnatsparse: Added.
10224         * BugsSite/contrib/gnatsparse/README: Added.
10225         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
10226         * BugsSite/contrib/gnatsparse/magic.py: Added.
10227         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
10228         * BugsSite/contrib/jb2bz.py: Added.
10229         * BugsSite/contrib/mysqld-watcher.pl: Added.
10230         * BugsSite/contrib/sendbugmail.pl: Added.
10231         * BugsSite/contrib/sendunsentbugmail.pl: Added.
10232         * BugsSite/contrib/syncLDAP.pl: Added.
10233         * BugsSite/contrib/yp_nomail.sh: Added.
10234         * BugsSite/createaccount.cgi: Added.
10235         * BugsSite/data: Added.
10236         * BugsSite/data/.htaccess: Added.
10237         * BugsSite/data/attachments: Added.
10238         * BugsSite/data/attachments/.htaccess: Added.
10239         * BugsSite/data/duplicates: Added.
10240         * BugsSite/data/mail: Added.
10241         * BugsSite/data/mimedump-tmp: Added.
10242         * BugsSite/data/mining: Added.
10243         * BugsSite/data/nomail: Added.
10244         * BugsSite/data/params: Added.
10245         * BugsSite/data/template: Added.
10246         * BugsSite/data/template/template: Added.
10247         * BugsSite/data/template/template/en: Added.
10248         * BugsSite/data/template/template/en/custom: Added.
10249         * BugsSite/data/template/template/en/custom/account: Added.
10250         * BugsSite/data/template/template/en/custom/account/auth: Added.
10251         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
10252         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
10253         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
10254         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
10255         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
10256         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
10257         * BugsSite/data/template/template/en/custom/account/email: Added.
10258         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
10259         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
10260         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
10261         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
10262         * BugsSite/data/template/template/en/custom/account/password: Added.
10263         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
10264         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
10265         * BugsSite/data/template/template/en/custom/account/prefs: Added.
10266         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
10267         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
10268         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
10269         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
10270         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
10271         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
10272         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
10273         * BugsSite/data/template/template/en/custom/admin: Added.
10274         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
10275         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
10276         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
10277         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
10278         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
10279         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
10280         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
10281         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
10282         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
10283         * BugsSite/data/template/template/en/custom/admin/components: Added.
10284         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
10285         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
10286         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
10287         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
10288         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
10289         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
10290         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
10291         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
10292         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
10293         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
10294         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
10295         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
10296         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
10297         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
10298         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
10299         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
10300         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
10301         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
10302         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
10303         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
10304         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
10305         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
10306         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
10307         * BugsSite/data/template/template/en/custom/admin/groups: Added.
10308         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
10309         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
10310         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
10311         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
10312         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
10313         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
10314         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
10315         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
10316         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
10317         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
10318         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
10319         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
10320         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
10321         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
10322         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
10323         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
10324         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
10325         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
10326         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
10327         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
10328         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
10329         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
10330         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
10331         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
10332         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
10333         * BugsSite/data/template/template/en/custom/admin/products: Added.
10334         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
10335         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
10336         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
10337         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
10338         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
10339         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
10340         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
10341         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
10342         * BugsSite/data/template/template/en/custom/admin/settings: Added.
10343         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
10344         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
10345         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
10346         * BugsSite/data/template/template/en/custom/admin/users: Added.
10347         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
10348         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
10349         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
10350         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
10351         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
10352         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
10353         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
10354         * BugsSite/data/template/template/en/custom/admin/versions: Added.
10355         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
10356         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
10357         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
10358         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
10359         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
10360         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
10361         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
10362         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
10363         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
10364         * BugsSite/data/template/template/en/custom/attachment: Added.
10365         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
10366         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
10367         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
10368         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
10369         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
10370         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
10371         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
10372         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
10373         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
10374         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
10375         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
10376         * BugsSite/data/template/template/en/custom/bug: Added.
10377         * BugsSite/data/template/template/en/custom/bug/activity: Added.
10378         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
10379         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
10380         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
10381         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
10382         * BugsSite/data/template/template/en/custom/bug/create: Added.
10383         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
10384         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
10385         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
10386         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
10387         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
10388         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
10389         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
10390         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
10391         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
10392         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
10393         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
10394         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
10395         * BugsSite/data/template/template/en/custom/bug/process: Added.
10396         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
10397         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
10398         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
10399         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
10400         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
10401         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
10402         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
10403         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
10404         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
10405         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
10406         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
10407         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
10408         * BugsSite/data/template/template/en/custom/bug/votes: Added.
10409         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
10410         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
10411         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
10412         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
10413         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
10414         * BugsSite/data/template/template/en/custom/flag: Added.
10415         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
10416         * BugsSite/data/template/template/en/custom/global: Added.
10417         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
10418         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
10419         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
10420         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
10421         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
10422         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
10423         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
10424         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
10425         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
10426         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
10427         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
10428         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
10429         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
10430         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
10431         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
10432         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
10433         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
10434         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
10435         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
10436         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
10437         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
10438         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
10439         * BugsSite/data/template/template/en/custom/list: Added.
10440         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
10441         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
10442         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
10443         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
10444         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
10445         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
10446         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
10447         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
10448         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
10449         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
10450         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
10451         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
10452         * BugsSite/data/template/template/en/custom/pages: Added.
10453         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
10454         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
10455         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
10456         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
10457         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
10458         * BugsSite/data/template/template/en/custom/reports: Added.
10459         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
10460         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
10461         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
10462         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
10463         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
10464         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
10465         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
10466         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
10467         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
10468         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
10469         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
10470         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
10471         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
10472         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
10473         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
10474         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
10475         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
10476         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
10477         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
10478         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
10479         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
10480         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
10481         * BugsSite/data/template/template/en/custom/request: Added.
10482         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
10483         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
10484         * BugsSite/data/template/template/en/custom/search: Added.
10485         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
10486         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
10487         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
10488         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
10489         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
10490         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
10491         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
10492         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
10493         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
10494         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
10495         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
10496         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
10497         * BugsSite/data/template/template/en/custom/whine: Added.
10498         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
10499         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
10500         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
10501         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
10502         * BugsSite/data/template/template/en/default: Added.
10503         * BugsSite/data/template/template/en/default/attachment: Added.
10504         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
10505         * BugsSite/data/template/template/en/default/list: Added.
10506         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
10507         * BugsSite/data/versioncache: Added.
10508         * BugsSite/data/versioncache.13P9L: Added.
10509         * BugsSite/data/versioncache.1lH1E: Added.
10510         * BugsSite/data/versioncache.3AnHd: Added.
10511         * BugsSite/data/versioncache.3Jmjt: Added.
10512         * BugsSite/data/versioncache.3JzIL: Added.
10513         * BugsSite/data/versioncache.77b4y: Added.
10514         * BugsSite/data/versioncache.7VzyU: Added.
10515         * BugsSite/data/versioncache.EQdAm: Added.
10516         * BugsSite/data/versioncache.EouAG: Added.
10517         * BugsSite/data/versioncache.LJ5n1: Added.
10518         * BugsSite/data/versioncache.Lb0fW: Added.
10519         * BugsSite/data/versioncache.PyAd8: Added.
10520         * BugsSite/data/versioncache.SFyse: Added.
10521         * BugsSite/data/versioncache.SkTTg: Added.
10522         * BugsSite/data/versioncache.VVO7E: Added.
10523         * BugsSite/data/versioncache.XbxgU: Added.
10524         * BugsSite/data/versioncache.Yezqr: Added.
10525         * BugsSite/data/versioncache.dtzIv: Added.
10526         * BugsSite/data/versioncache.jzpeh: Added.
10527         * BugsSite/data/versioncache.pbn6U: Added.
10528         * BugsSite/data/versioncache.qyixS: Added.
10529         * BugsSite/data/versioncache.sBMdb: Added.
10530         * BugsSite/data/versioncache.xNi34: Added.
10531         * BugsSite/data/webdot: Added.
10532         * BugsSite/data/webdot/.htaccess: Added.
10533         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
10534         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
10535         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
10536         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
10537         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
10538         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
10539         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
10540         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
10541         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
10542         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
10543         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
10544         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
10545         * BugsSite/data/webdot/c412GYaHch.dot: Added.
10546         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
10547         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
10548         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
10549         * BugsSite/defparams.pl: Added.
10550         * BugsSite/describecomponents.cgi: Added.
10551         * BugsSite/describekeywords.cgi: Added.
10552         * BugsSite/describekeywords.cgi.bak: Added.
10553         * BugsSite/docs: Added.
10554         * BugsSite/docs/.cvsignore: Added.
10555         * BugsSite/docs/README.docs: Added.
10556         * BugsSite/docs/html: Added.
10557         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
10558         * BugsSite/docs/html/about.html: Added.
10559         * BugsSite/docs/html/administration.html: Added.
10560         * BugsSite/docs/html/bug_page.html: Added.
10561         * BugsSite/docs/html/bugreports.html: Added.
10562         * BugsSite/docs/html/cmdline-bugmail.html: Added.
10563         * BugsSite/docs/html/cmdline.html: Added.
10564         * BugsSite/docs/html/components.html: Added.
10565         * BugsSite/docs/html/configuration.html: Added.
10566         * BugsSite/docs/html/conventions.html: Added.
10567         * BugsSite/docs/html/copyright.html: Added.
10568         * BugsSite/docs/html/credits.html: Added.
10569         * BugsSite/docs/html/cust-change-permissions.html: Added.
10570         * BugsSite/docs/html/cust-hooks.html: Added.
10571         * BugsSite/docs/html/cust-templates.html: Added.
10572         * BugsSite/docs/html/customization.html: Added.
10573         * BugsSite/docs/html/dbdoc.html: Added.
10574         * BugsSite/docs/html/dbmodify.html: Added.
10575         * BugsSite/docs/html/disclaimer.html: Added.
10576         * BugsSite/docs/html/extraconfig.html: Added.
10577         * BugsSite/docs/html/faq.html: Added.
10578         * BugsSite/docs/html/flags-overview.html: Added.
10579         * BugsSite/docs/html/flags.html: Added.
10580         * BugsSite/docs/html/general-advice.html: Added.
10581         * BugsSite/docs/html/gfdl-0.html: Added.
10582         * BugsSite/docs/html/gfdl-1.html: Added.
10583         * BugsSite/docs/html/gfdl-10.html: Added.
10584         * BugsSite/docs/html/gfdl-2.html: Added.
10585         * BugsSite/docs/html/gfdl-3.html: Added.
10586         * BugsSite/docs/html/gfdl-4.html: Added.
10587         * BugsSite/docs/html/gfdl-5.html: Added.
10588         * BugsSite/docs/html/gfdl-6.html: Added.
10589         * BugsSite/docs/html/gfdl-7.html: Added.
10590         * BugsSite/docs/html/gfdl-8.html: Added.
10591         * BugsSite/docs/html/gfdl-9.html: Added.
10592         * BugsSite/docs/html/gfdl-howto.html: Added.
10593         * BugsSite/docs/html/gfdl.html: Added.
10594         * BugsSite/docs/html/glossary.html: Added.
10595         * BugsSite/docs/html/groups.html: Added.
10596         * BugsSite/docs/html/hintsandtips.html: Added.
10597         * BugsSite/docs/html/index.html: Added.
10598         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
10599         * BugsSite/docs/html/installation.html: Added.
10600         * BugsSite/docs/html/installing-bugzilla.html: Added.
10601         * BugsSite/docs/html/integration.html: Added.
10602         * BugsSite/docs/html/lifecycle.html: Added.
10603         * BugsSite/docs/html/list.html: Added.
10604         * BugsSite/docs/html/milestones.html: Added.
10605         * BugsSite/docs/html/modules-manual-download.html: Added.
10606         * BugsSite/docs/html/modules-manual-instructions.html: Added.
10607         * BugsSite/docs/html/modules-manual-optional.html: Added.
10608         * BugsSite/docs/html/myaccount.html: Added.
10609         * BugsSite/docs/html/newversions.html: Added.
10610         * BugsSite/docs/html/nonroot.html: Added.
10611         * BugsSite/docs/html/os-specific.html: Added.
10612         * BugsSite/docs/html/parameters.html: Added.
10613         * BugsSite/docs/html/paranoid-security.html: Added.
10614         * BugsSite/docs/html/patches.html: Added.
10615         * BugsSite/docs/html/patchviewer.html: Added.
10616         * BugsSite/docs/html/products.html: Added.
10617         * BugsSite/docs/html/query.html: Added.
10618         * BugsSite/docs/html/quips.html: Added.
10619         * BugsSite/docs/html/reporting.html: Added.
10620         * BugsSite/docs/html/security-bugzilla.html: Added.
10621         * BugsSite/docs/html/security-mysql.html: Added.
10622         * BugsSite/docs/html/security-os.html: Added.
10623         * BugsSite/docs/html/security-webserver.html: Added.
10624         * BugsSite/docs/html/security.html: Added.
10625         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
10626         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
10627         * BugsSite/docs/html/trbl-index.html: Added.
10628         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
10629         * BugsSite/docs/html/trbl-perlmodule.html: Added.
10630         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
10631         * BugsSite/docs/html/trbl-testserver.html: Added.
10632         * BugsSite/docs/html/trouble-filetemp.html: Added.
10633         * BugsSite/docs/html/troubleshooting.html: Added.
10634         * BugsSite/docs/html/upgrading.html: Added.
10635         * BugsSite/docs/html/useradmin.html: Added.
10636         * BugsSite/docs/html/userpreferences.html: Added.
10637         * BugsSite/docs/html/using-intro.html: Added.
10638         * BugsSite/docs/html/using.html: Added.
10639         * BugsSite/docs/html/versions.html: Added.
10640         * BugsSite/docs/html/voting.html: Added.
10641         * BugsSite/docs/html/whining.html: Added.
10642         * BugsSite/docs/html/x3190.html: Added.
10643         * BugsSite/docs/images: Added.
10644         * BugsSite/docs/images/bzLifecycle.png: Added.
10645         * BugsSite/docs/images/bzLifecycle.xml: Added.
10646         * BugsSite/docs/images/callouts: Added.
10647         * BugsSite/docs/images/callouts/1.gif: Added.
10648         * BugsSite/docs/images/callouts/2.gif: Added.
10649         * BugsSite/docs/images/callouts/3.gif: Added.
10650         * BugsSite/docs/images/caution.gif: Added.
10651         * BugsSite/docs/images/note.gif: Added.
10652         * BugsSite/docs/images/tip.gif: Added.
10653         * BugsSite/docs/images/warning.gif: Added.
10654         * BugsSite/docs/makedocs.pl: Added.
10655         * BugsSite/docs/pdf: Added.
10656         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
10657         * BugsSite/docs/rel_notes.txt: Added.
10658         * BugsSite/docs/txt: Added.
10659         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
10660         * BugsSite/docs/xml: Added.
10661         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
10662         * BugsSite/docs/xml/about.xml: Added.
10663         * BugsSite/docs/xml/administration.xml: Added.
10664         * BugsSite/docs/xml/conventions.xml: Added.
10665         * BugsSite/docs/xml/customization.xml: Added.
10666         * BugsSite/docs/xml/dbschema.mysql: Added.
10667         * BugsSite/docs/xml/faq.xml: Added.
10668         * BugsSite/docs/xml/filetemp.patch: Added.
10669         * BugsSite/docs/xml/gfdl.xml: Added.
10670         * BugsSite/docs/xml/glossary.xml: Added.
10671         * BugsSite/docs/xml/index.xml: Added.
10672         * BugsSite/docs/xml/installation.xml: Added.
10673         * BugsSite/docs/xml/integration.xml: Added.
10674         * BugsSite/docs/xml/introduction.xml: Added.
10675         * BugsSite/docs/xml/modules.xml: Added.
10676         * BugsSite/docs/xml/patches.xml: Added.
10677         * BugsSite/docs/xml/requiredsoftware.xml: Added.
10678         * BugsSite/docs/xml/security.xml: Added.
10679         * BugsSite/docs/xml/troubleshooting.xml: Added.
10680         * BugsSite/docs/xml/using.xml: Added.
10681         * BugsSite/doeditparams.cgi: Added.
10682         * BugsSite/duplicates.cgi: Added.
10683         * BugsSite/duplicates.xul: Added.
10684         * BugsSite/editclassifications.cgi: Added.
10685         * BugsSite/editcomponents.cgi: Added.
10686         * BugsSite/editflagtypes.cgi: Added.
10687         * BugsSite/editgroups.cgi: Added.
10688         * BugsSite/editkeywords.cgi: Added.
10689         * BugsSite/editmilestones.cgi: Added.
10690         * BugsSite/editparams.cgi: Added.
10691         * BugsSite/editproducts.cgi: Added.
10692         * BugsSite/editsettings.cgi: Added.
10693         * BugsSite/editusers.cgi: Added.
10694         * BugsSite/editvalues.cgi: Added.
10695         * BugsSite/editversions.cgi: Added.
10696         * BugsSite/editwhines.cgi: Added.
10697         * BugsSite/enter_bug.cgi: Added.
10698         * BugsSite/favicon.ico: Added.
10699         * BugsSite/globals.pl: Added.
10700         * BugsSite/graphs: Added.
10701         * BugsSite/images: Added.
10702         * BugsSite/images/padlock.png: Added.
10703         * BugsSite/importxml.pl: Added.
10704         * BugsSite/index.cgi: Added.
10705         * BugsSite/js: Added.
10706         * BugsSite/js/duplicates.js: Added.
10707         * BugsSite/js/productform.js: Added.
10708         * BugsSite/localconfig.js: Added.
10709         * BugsSite/long_list.cgi: Added.
10710         * BugsSite/move.pl: Added.
10711         * BugsSite/page.cgi: Added.
10712         * BugsSite/post_bug.cgi: Added.
10713         * BugsSite/process_bug.cgi: Added.
10714         * BugsSite/productmenu.js: Added.
10715         * BugsSite/query.cgi: Added.
10716         * BugsSite/quicksearch.html: Added.
10717         * BugsSite/quicksearch.js: Added.
10718         * BugsSite/quicksearchhack.html: Added.
10719         * BugsSite/quips.cgi: Added.
10720         * BugsSite/relogin.cgi: Added.
10721         * BugsSite/report.cgi: Added.
10722         * BugsSite/reports.cgi: Added.
10723         * BugsSite/request.cgi: Added.
10724         * BugsSite/robots.txt: Added.
10725         * BugsSite/runtests.pl: Added.
10726         * BugsSite/sanitycheck.cgi: Added.
10727         * BugsSite/show_activity.cgi: Added.
10728         * BugsSite/show_bug.cgi: Added.
10729         * BugsSite/showattachment.cgi: Added.
10730         * BugsSite/showdependencygraph.cgi: Added.
10731         * BugsSite/showdependencytree.cgi: Added.
10732         * BugsSite/sidebar.cgi: Added.
10733         * BugsSite/skins: Added.
10734         * BugsSite/skins/.cvsignore: Added.
10735         * BugsSite/skins/custom: Added.
10736         * BugsSite/skins/custom/admin.css: Added.
10737         * BugsSite/skins/custom/buglist.css: Added.
10738         * BugsSite/skins/custom/duplicates.css: Added.
10739         * BugsSite/skins/custom/editusers.css: Added.
10740         * BugsSite/skins/custom/global.css: Added.
10741         * BugsSite/skins/custom/index.css: Added.
10742         * BugsSite/skins/custom/opendarwin.gif: Added.
10743         * BugsSite/skins/custom/panel.css: Added.
10744         * BugsSite/skins/custom/show_multiple.css: Added.
10745         * BugsSite/skins/custom/summarize-time.css: Added.
10746         * BugsSite/skins/custom/voting.css: Added.
10747         * BugsSite/skins/standard: Added.
10748         * BugsSite/skins/standard/admin.css: Added.
10749         * BugsSite/skins/standard/buglist.css: Added.
10750         * BugsSite/skins/standard/duplicates.css: Added.
10751         * BugsSite/skins/standard/editusers.css: Added.
10752         * BugsSite/skins/standard/global: Added.
10753         * BugsSite/skins/standard/global.css: Added.
10754         * BugsSite/skins/standard/global/body-back.gif: Added.
10755         * BugsSite/skins/standard/global/header.png: Added.
10756         * BugsSite/skins/standard/index: Added.
10757         * BugsSite/skins/standard/index.css: Added.
10758         * BugsSite/skins/standard/index/front.jpg: Added.
10759         * BugsSite/skins/standard/index/front.png: Added.
10760         * BugsSite/skins/standard/panel.css: Added.
10761         * BugsSite/skins/standard/show_multiple.css: Added.
10762         * BugsSite/skins/standard/summarize-time.css: Added.
10763         * BugsSite/skins/standard/voting.css: Added.
10764         * BugsSite/summarize_time.cgi: Added.
10765         * BugsSite/t: Added.
10766         * BugsSite/t/001compile.t: Added.
10767         * BugsSite/t/002goodperl.t: Added.
10768         * BugsSite/t/003safesys.t: Added.
10769         * BugsSite/t/004template.t: Added.
10770         * BugsSite/t/005no_tabs.t: Added.
10771         * BugsSite/t/006spellcheck.t: Added.
10772         * BugsSite/t/007util.t: Added.
10773         * BugsSite/t/008filter.t: Added.
10774         * BugsSite/t/009bugwords.t: Added.
10775         * BugsSite/t/011pod.t: Added.
10776         * BugsSite/t/Support: Added.
10777         * BugsSite/t/Support/Files.pm: Added.
10778         * BugsSite/t/Support/Systemexec.pm: Added.
10779         * BugsSite/t/Support/Templates.pm: Added.
10780         * BugsSite/t/testchart.gif: Added.
10781         * BugsSite/t/testchart.png: Added.
10782         * BugsSite/t/testgd.png: Added.
10783         * BugsSite/template: Added.
10784         * BugsSite/template/.cvsignore: Added.
10785         * BugsSite/template/.htaccess: Added.
10786         * BugsSite/template/en: Added.
10787         * BugsSite/template/en/.cvsignore: Added.
10788         * BugsSite/template/en/custom: Added.
10789         * BugsSite/template/en/custom/account: Added.
10790         * BugsSite/template/en/custom/account/auth: Added.
10791         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
10792         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
10793         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
10794         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
10795         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
10796         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
10797         * BugsSite/template/en/custom/account/email: Added.
10798         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
10799         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
10800         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
10801         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
10802         * BugsSite/template/en/custom/account/password: Added.
10803         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
10804         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
10805         * BugsSite/template/en/custom/account/prefs: Added.
10806         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
10807         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
10808         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
10809         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
10810         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
10811         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
10812         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
10813         * BugsSite/template/en/custom/admin: Added.
10814         * BugsSite/template/en/custom/admin/classifications: Added.
10815         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
10816         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
10817         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
10818         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
10819         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
10820         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
10821         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
10822         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
10823         * BugsSite/template/en/custom/admin/components: Added.
10824         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
10825         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
10826         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
10827         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
10828         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
10829         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
10830         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
10831         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
10832         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
10833         * BugsSite/template/en/custom/admin/fieldvalues: Added.
10834         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
10835         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
10836         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
10837         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
10838         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
10839         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
10840         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
10841         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
10842         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
10843         * BugsSite/template/en/custom/admin/flag-type: Added.
10844         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
10845         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
10846         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
10847         * BugsSite/template/en/custom/admin/groups: Added.
10848         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
10849         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
10850         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
10851         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
10852         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
10853         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
10854         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
10855         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
10856         * BugsSite/template/en/custom/admin/keywords: Added.
10857         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
10858         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
10859         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
10860         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
10861         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
10862         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
10863         * BugsSite/template/en/custom/admin/milestones: Added.
10864         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
10865         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
10866         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
10867         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
10868         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
10869         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
10870         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
10871         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
10872         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
10873         * BugsSite/template/en/custom/admin/products: Added.
10874         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
10875         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
10876         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
10877         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
10878         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
10879         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
10880         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
10881         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
10882         * BugsSite/template/en/custom/admin/settings: Added.
10883         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
10884         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
10885         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
10886         * BugsSite/template/en/custom/admin/users: Added.
10887         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
10888         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
10889         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
10890         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
10891         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
10892         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
10893         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
10894         * BugsSite/template/en/custom/admin/versions: Added.
10895         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
10896         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
10897         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
10898         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
10899         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
10900         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
10901         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
10902         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
10903         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
10904         * BugsSite/template/en/custom/attachment: Added.
10905         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
10906         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
10907         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
10908         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
10909         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
10910         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
10911         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
10912         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
10913         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
10914         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
10915         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
10916         * BugsSite/template/en/custom/bug: Added.
10917         * BugsSite/template/en/custom/bug/activity: Added.
10918         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
10919         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
10920         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
10921         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
10922         * BugsSite/template/en/custom/bug/create: Added.
10923         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
10924         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
10925         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
10926         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
10927         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
10928         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
10929         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
10930         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
10931         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
10932         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
10933         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
10934         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
10935         * BugsSite/template/en/custom/bug/process: Added.
10936         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
10937         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
10938         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
10939         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
10940         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
10941         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
10942         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
10943         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
10944         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
10945         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
10946         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
10947         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
10948         * BugsSite/template/en/custom/bug/votes: Added.
10949         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
10950         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
10951         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
10952         * BugsSite/template/en/custom/config.js.tmpl: Added.
10953         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
10954         * BugsSite/template/en/custom/filterexceptions.pl: Added.
10955         * BugsSite/template/en/custom/flag: Added.
10956         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
10957         * BugsSite/template/en/custom/global: Added.
10958         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
10959         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
10960         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
10961         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
10962         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
10963         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
10964         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
10965         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
10966         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
10967         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
10968         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
10969         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
10970         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
10971         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
10972         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
10973         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
10974         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
10975         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
10976         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
10977         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
10978         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
10979         * BugsSite/template/en/custom/index.html.tmpl: Added.
10980         * BugsSite/template/en/custom/list: Added.
10981         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
10982         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
10983         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
10984         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
10985         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
10986         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
10987         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
10988         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
10989         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
10990         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
10991         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
10992         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
10993         * BugsSite/template/en/custom/pages: Added.
10994         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
10995         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
10996         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
10997         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
10998         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
10999         * BugsSite/template/en/custom/reports: Added.
11000         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
11001         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
11002         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
11003         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
11004         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
11005         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
11006         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
11007         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
11008         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
11009         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
11010         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
11011         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
11012         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
11013         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
11014         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
11015         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
11016         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
11017         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
11018         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
11019         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
11020         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
11021         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
11022         * BugsSite/template/en/custom/request: Added.
11023         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
11024         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
11025         * BugsSite/template/en/custom/search: Added.
11026         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
11027         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
11028         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
11029         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
11030         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
11031         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
11032         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
11033         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
11034         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
11035         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
11036         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
11037         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
11038         * BugsSite/template/en/custom/whine: Added.
11039         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
11040         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
11041         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
11042         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
11043         * BugsSite/template/en/default: Added.
11044         * BugsSite/template/en/default/account: Added.
11045         * BugsSite/template/en/default/account/auth: Added.
11046         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
11047         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
11048         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
11049         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
11050         * BugsSite/template/en/default/account/create.html.tmpl: Added.
11051         * BugsSite/template/en/default/account/created.html.tmpl: Added.
11052         * BugsSite/template/en/default/account/email: Added.
11053         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
11054         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
11055         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
11056         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
11057         * BugsSite/template/en/default/account/password: Added.
11058         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
11059         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
11060         * BugsSite/template/en/default/account/prefs: Added.
11061         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
11062         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
11063         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
11064         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
11065         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
11066         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
11067         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
11068         * BugsSite/template/en/default/admin: Added.
11069         * BugsSite/template/en/default/admin/classifications: Added.
11070         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
11071         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
11072         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
11073         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
11074         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
11075         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
11076         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
11077         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
11078         * BugsSite/template/en/default/admin/components: Added.
11079         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
11080         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
11081         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
11082         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
11083         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
11084         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
11085         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
11086         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
11087         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
11088         * BugsSite/template/en/default/admin/fieldvalues: Added.
11089         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
11090         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
11091         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
11092         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
11093         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
11094         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
11095         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
11096         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
11097         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
11098         * BugsSite/template/en/default/admin/flag-type: Added.
11099         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
11100         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
11101         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
11102         * BugsSite/template/en/default/admin/groups: Added.
11103         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
11104         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
11105         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
11106         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
11107         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
11108         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
11109         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
11110         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
11111         * BugsSite/template/en/default/admin/keywords: Added.
11112         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
11113         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
11114         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
11115         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
11116         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
11117         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
11118         * BugsSite/template/en/default/admin/milestones: Added.
11119         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
11120         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
11121         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
11122         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
11123         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
11124         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
11125         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
11126         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
11127         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
11128         * BugsSite/template/en/default/admin/products: Added.
11129         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
11130         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
11131         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
11132         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
11133         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
11134         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
11135         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
11136         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
11137         * BugsSite/template/en/default/admin/settings: Added.
11138         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
11139         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
11140         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
11141         * BugsSite/template/en/default/admin/users: Added.
11142         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
11143         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
11144         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
11145         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
11146         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
11147         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
11148         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
11149         * BugsSite/template/en/default/admin/versions: Added.
11150         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
11151         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
11152         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
11153         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
11154         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
11155         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
11156         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
11157         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
11158         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
11159         * BugsSite/template/en/default/attachment: Added.
11160         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
11161         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
11162         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
11163         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
11164         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
11165         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
11166         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
11167         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
11168         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
11169         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
11170         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
11171         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
11172         * BugsSite/template/en/default/bug: Added.
11173         * BugsSite/template/en/default/bug/activity: Added.
11174         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
11175         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
11176         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
11177         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
11178         * BugsSite/template/en/default/bug/create: Added.
11179         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
11180         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
11181         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
11182         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
11183         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
11184         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
11185         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
11186         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
11187         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
11188         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
11189         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
11190         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
11191         * BugsSite/template/en/default/bug/process: Added.
11192         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
11193         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
11194         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
11195         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
11196         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
11197         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
11198         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
11199         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
11200         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
11201         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
11202         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
11203         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
11204         * BugsSite/template/en/default/bug/votes: Added.
11205         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
11206         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
11207         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
11208         * BugsSite/template/en/default/config.js.tmpl: Added.
11209         * BugsSite/template/en/default/config.rdf.tmpl: Added.
11210         * BugsSite/template/en/default/filterexceptions.pl: Added.
11211         * BugsSite/template/en/default/flag: Added.
11212         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
11213         * BugsSite/template/en/default/global: Added.
11214         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
11215         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
11216         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
11217         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
11218         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
11219         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
11220         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
11221         * BugsSite/template/en/default/global/header.html.tmpl: Added.
11222         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
11223         * BugsSite/template/en/default/global/help.html.tmpl: Added.
11224         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
11225         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
11226         * BugsSite/template/en/default/global/message.html.tmpl: Added.
11227         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
11228         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
11229         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
11230         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
11231         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
11232         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
11233         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
11234         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
11235         * BugsSite/template/en/default/index.html.tmpl: Added.
11236         * BugsSite/template/en/default/list: Added.
11237         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
11238         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
11239         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
11240         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
11241         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
11242         * BugsSite/template/en/default/list/list.html.tmpl: Added.
11243         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
11244         * BugsSite/template/en/default/list/list.js.tmpl: Added.
11245         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
11246         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
11247         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
11248         * BugsSite/template/en/default/list/table.html.tmpl: Added.
11249         * BugsSite/template/en/default/pages: Added.
11250         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
11251         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
11252         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
11253         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
11254         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
11255         * BugsSite/template/en/default/reports: Added.
11256         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
11257         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
11258         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
11259         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
11260         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
11261         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
11262         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
11263         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
11264         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
11265         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
11266         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
11267         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
11268         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
11269         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
11270         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
11271         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
11272         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
11273         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
11274         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
11275         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
11276         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
11277         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
11278         * BugsSite/template/en/default/request: Added.
11279         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
11280         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
11281         * BugsSite/template/en/default/search: Added.
11282         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
11283         * BugsSite/template/en/default/search/form.html.tmpl: Added.
11284         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
11285         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
11286         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
11287         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
11288         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
11289         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
11290         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
11291         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
11292         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
11293         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
11294         * BugsSite/template/en/default/whine: Added.
11295         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
11296         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
11297         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
11298         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
11299         * BugsSite/template/en/extension: Added.
11300         * BugsSite/template/en/extension/filterexceptions.pl: Added.
11301         * BugsSite/testagent.cgi: Added.
11302         * BugsSite/testserver.pl: Added.
11303         * BugsSite/token.cgi: Added.
11304         * BugsSite/userprefs.cgi: Added.
11305         * BugsSite/votes.cgi: Added.
11306         * BugsSite/whine.pl: Added.
11307         * BugsSite/whineatnews.pl: Added.
11308         * BugsSite/xml.cgi: Added.
11309
11310 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11311
11312         Reviewed by Alp Toker and Mark Rowe.
11313
11314         http://bugs.webkit.org/show_bug.cgi?id=16618
11315         [GTK] build-webkit and run-webkit-tests autootools support
11316
11317         Add support for the autotools build to the WebKit build and test
11318         scripts.
11319
11320 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
11321
11322         Reviewed by Alp Toker and Mark Rowe.
11323
11324         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
11325         Bug 17175: Use of C++ compiler flags in CFLAGS
11326
11327         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
11328         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
11329
11330         * GNUmakefile.am:
11331
11332 2008-02-04  Alp Toker  <alp@atoker.com>
11333
11334         Rubber-stamped by Mark Rowe.
11335
11336         Remove all trailing whitespace in the GTK+ port and related
11337         components.
11338
11339         * GNUmakefile.am:
11340         * configure.ac:
11341
11342 2008-01-31  Alp Toker  <alp@atoker.com>
11343
11344         Reviewed by Mark Rowe.
11345
11346         Fix the pkg-config file to follow GTK+ package naming and versioning
11347         conventions.
11348
11349         Remove unneeded dependency listings.
11350
11351         * GNUmakefile.am:
11352         * configure.ac:
11353
11354 2008-01-31  Alp Toker  <alp@atoker.com>
11355
11356         Rubber-stamped by Adam Roben.
11357
11358         http://bugs.webkit.org/show_bug.cgi?id=17006
11359         [GTK] Header path should be webkit/webkit.h
11360
11361         Move the GTK+ API sources as needed and update the build systems.
11362
11363         * GNUmakefile.am:
11364         * WebKit.pri:
11365
11366 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11367
11368         Reviewed by Alp Toker.
11369
11370         http://bugs.webkit.org/show_bug.cgi?id=14811
11371         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
11372
11373         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
11374
11375 2008-01-26  Mark Rowe  <mrowe@apple.com>
11376
11377         Reviewed by Alp Toker.
11378
11379         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
11380         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
11381
11382         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
11383         with other system commands.  Check for the presence of glibtoolize if libtoolize
11384         cannot be found.
11385
11386         * autogen.sh:
11387
11388 2008-01-23  Alp Toker  <alp@atoker.com>
11389
11390         Rubber-stamped by Mark Rowe.
11391
11392         Remove whitespace after -I in automake include lists.
11393
11394         * GNUmakefile.am:
11395
11396 2008-01-22  Christian Dywan  <christian@imendio.com>
11397
11398         Reviewed by Alp Toker.
11399
11400         [GTK] API: WebKitWebSettings is not usable
11401         http://bugs.webkit.org/show_bug.cgi?id=16219
11402
11403         Implement WebKitWebSettings.
11404
11405         * GNUmakefile.am:
11406
11407 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
11408
11409         Reviewed by Lars.
11410
11411         Don't compile the ICO plugin when building against Qt >= 4.4
11412
11413
11414         * WebKit.pro:
11415
11416 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11417
11418         Reviewed by Alp Toker.
11419
11420         http://bugs.webkit.org/show_bug.cgi?id=16955
11421         Get errors when cross-compile webkit-gtk
11422
11423         * GNUmakefile.am: added ICU_CPPFLAGS
11424         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
11425
11426 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11427
11428         Reviewed by Alp Toker.
11429
11430         Add svg foreign object and svg experimental to the GTK+/autotools
11431         build system.
11432
11433         * configure.ac:
11434
11435 2008-01-15  Alp Toker  <alp@atoker.com>
11436
11437         Rubber-stamped by Anders.
11438
11439         Make the HTTP backend configurable in the GTK+ port. curl is currently
11440         the only option.
11441
11442         * GNUmakefile.am:
11443         * WebKit.pri:
11444         * configure.ac:
11445
11446 2008-01-15  Alp Toker  <alp@atoker.com>
11447
11448         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
11449         flags only when they're available.
11450
11451         Additionally, use -fvisibility-inlines-hidden in both debug and
11452         release builds when available to match the Mac build.
11453
11454         * GNUmakefile.am:
11455         * configure.ac:
11456
11457 2008-01-12  Alp Toker  <alp@atoker.com>
11458
11459         Reviewed by Mark Rowe.
11460
11461         Hide non-public symbols in GTK+/autotools release builds.
11462
11463         * GNUmakefile.am:
11464
11465 2008-01-11  Alp Toker  <alp@atoker.com>
11466
11467         Reviewed by Oliver Hunt.
11468
11469         Enable FastMalloc by default in GTK+/autotools and add a configure
11470         switch.
11471
11472         * GNUmakefile.am:
11473         * configure.ac:
11474
11475 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
11476
11477         Reviewed by Alp Toker.
11478
11479         http://bugs.webkit.org/show_bug.cgi?id=16838
11480         [GTK] Bad autotools debug and video options
11481
11482         Fix some configure options.
11483
11484         * configure.ac:
11485
11486 2008-01-11  Mark Rowe  <mrowe@apple.com>
11487
11488         Attempt to fix the GTK+ and Qt builds.
11489
11490         * WebKit.pro:
11491
11492 2008-01-10  Alp Toker  <alp@atoker.com>
11493
11494         SVG font build fix for GTK+/autotools.
11495
11496         * configure.ac:
11497
11498 2008-01-05  Alp Toker  <alp@atoker.com>
11499
11500         Rubber-stamped by Mark Rowe.
11501
11502         Fix configure script output with correct descriptions of the default
11503         configuration options.
11504
11505         * configure.ac:
11506
11507 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
11508
11509         Reviewed by Alp Toker.
11510
11511         http://bugs.webkit.org/show_bug.cgi?id=16736
11512         Allow autogen.sh invocation from a separate build directory.
11513
11514         * autogen.sh:
11515
11516 2008-01-04  Alp Toker  <alp@atoker.com>
11517
11518         Rubber-stamped by Mark Rowe.
11519
11520         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
11521         "rebuild rules" will now be enabled by default.
11522
11523         This obviates the need to pass '--enable-maintainer-mode' to
11524         configure.
11525
11526         * configure.ac:
11527
11528 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
11529
11530         Rubber stamped by Alp.
11531
11532         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
11533         the build. At least people doing a debug build on Ubuntu Hardy will see
11534         the breakage. I was asked to leave the flags inside the files to ease future
11535         debugging.
11536
11537         * GNUmakefile.am:
11538         * WebKit.pri:
11539
11540 2008-01-01  Alp Toker  <alp@atoker.com>
11541
11542         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
11543         correct parameter to AM_INIT_AUTOMAKE.
11544
11545         * configure.ac:
11546
11547 2007-12-30  Alp Toker  <alp@atoker.com>
11548
11549         Build fix for older autoconf versions.
11550
11551         * configure.ac:
11552
11553 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11554
11555         Reviewed by Alp Toker.
11556
11557         Enable Database, XPath and XSLT features by default
11558
11559         * configure.ac:
11560
11561 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11562
11563         Reviewed by Alp Toker.
11564
11565         http://bugs.webkit.org/show_bug.cgi?id=16669
11566         autotools update and fixes
11567
11568         Various fixes to the autotools build
11569
11570         * GNUmakefile.am:
11571           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
11572           - Fix clean rules (Rodney Dawes)
11573           - Added webcore specific variables, remove STDINT_H and
11574             PTHREAD_NP_H checks (already included in config.h)
11575         * autogen.sh:
11576           - Loosen automake and aclocal requirement
11577         * configure.ac:
11578           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
11579             when doing a debug build (Rodney Dawes)
11580           - Fix webkit target and remove traces of XBL
11581
11582 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11583
11584         Reviewed by Alp Toker.
11585
11586         http://bugs.webkit.org/show_bug.cgi?id=16353
11587         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
11588
11589         Added the flags mentioned in the bug only when doing 'debug'
11590         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
11591
11592         * GNUmakefile.am:
11593         * WebKit.pri:
11594
11595 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11596
11597         Reviewed by Alp Toker.
11598
11599         http://bugs.webkit.org/show_bug.cgi?id=16390
11600         Use autotools or GNU make as the build system for the GTK port
11601
11602         * GNUmakefile.am: Added.
11603         * autogen.sh: Added.
11604         * configure.ac: Added.
11605
11606 2007-12-20  Alp Toker  <alp@atoker.com>
11607
11608         Rubber-stamped by Maciej.
11609
11610         http://bugs.webkit.org/show_bug.cgi?id=16542
11611         [GTK] Text is missing with old Pango version
11612
11613         Back out commits r28880, r28876, r28865, r28864 which added Pango font
11614         selection support. These changes caused a regression where no text was
11615         displayed with older Pango versions.
11616
11617         * WebKit.pri:
11618
11619 2007-12-19  Alp Toker  <alp@atoker.com>
11620
11621         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
11622         cairo-ft directly following changes in r28864.
11623
11624         * WebKit.pri:
11625
11626 2007-12-12  Alp Toker  <alp@atoker.com>
11627
11628         Reviewed by Mark Rowe.
11629
11630         http://bugs.webkit.org/show_bug.cgi?id=16302
11631         [GTK] Compiler flags for optimization
11632
11633         Use the compiler flags -fno-exceptions -fno-rtti.
11634
11635         This patch does not add all the flags discussed in the bug report,
11636         only these two.
11637
11638         * WebKit.pri:
11639
11640 2007-12-04  Xan Lopez  <xan@gnome.org>
11641
11642         Reviewed by Alp Toker.
11643
11644         http://bugs.webkit.org/show_bug.cgi?id=15561
11645         GTK port needs DumpRenderTree implementation
11646
11647         Start work on the GTK+ DRT.
11648
11649         * WebKit.pro:
11650
11651 2007-11-30  Alp Toker  <alp@atoker.com>
11652
11653         Reviewed by Adam Roben.
11654
11655         http://bugs.webkit.org/show_bug.cgi?id=15691
11656         [GTK] Public API does not follow GTK+ conventions
11657
11658         Refactor the WebKit/GTK+ public API. Changes:
11659           WebKitPage -> WebKitWebView
11660           WebKitFrame -> WebKitWebFrame
11661
11662         Public API source and header names have been updated to mirror the API
11663         changes.
11664
11665         The API is now kept in WebKit/gtk/WebView to match other ports in the
11666         same class such as Mac and Win.
11667
11668         * WebKit.pri:
11669
11670 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
11671
11672         Reviewed by Mark Rowe.
11673
11674         Set CONFIG option for the window system GTK+ is using
11675
11676         * WebKit.pri:
11677
11678 2007-11-22  Alp Toker  <alp@atoker.com>
11679
11680         GTK+ build fix. Pass a correct LIBDIR value.
11681
11682         * WebKit.pri:
11683
11684 2007-11-20  Mark Rowe  <mrowe@apple.com>
11685
11686         Reviewed by Alp Toker.
11687
11688         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
11689
11690 2007-11-20  Alp Toker  <alp@atoker.com>
11691
11692         Reviewed by Simon Hausmann.
11693
11694         Clean up GTK+ port configuration.
11695
11696         Use similar compiler warning flags to the Mac build.
11697
11698         Add the qmake changes needed for DirectFB support.
11699
11700         * WebKit.pri:
11701
11702 2007-11-07  Simon Hausmann  <hausmann@kde.org>
11703
11704         Reviewed by Mark.
11705
11706         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
11707         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
11708
11709         * WebKit.pri:
11710
11711 2007-10-03  Lars Knoll  <lars@trolltech.com>
11712
11713         Signed off by olliej.
11714
11715         move WebKitQt to WebKit/qt for consistency with the other ports.
11716
11717         * WebKit.pri:
11718         * WebKit.pro:
11719
11720 2007-10-03  Lars Knoll  <lars@trolltech.com>
11721
11722         Reviewed by olliej.
11723
11724         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
11725
11726         * WebKit.pro:
11727
11728 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
11729
11730         Reviewed by Mark.
11731
11732         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
11733         Remove Bakefiles from svn.
11734
11735         * Bakefiles/Bakefiles.bkgen: Removed.
11736         * Bakefiles/ChangeLog: Removed.
11737         * Bakefiles/Readme.txt: Removed.
11738         * Bakefiles/presets.bkl: Removed.
11739         * Bakefiles/update-file-lists.py: Removed.
11740
11741 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
11742
11743         Rubber stamped by Adam.
11744
11745         Renamed files from *Gdk to *Gtk (see #14732) using the
11746         work of Juan A. Suarez Romero as a base.
11747
11748         GDK -> GTK
11749
11750         * WebKit.pri:
11751         * WebKit.pro:
11752
11753 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
11754
11755         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
11756         http://bugs.webkit.org/show_bug.cgi?id=14557
11757
11758         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
11759
11760 2007-07-27  Simon Hausmann  <hausmann@kde.org>
11761
11762         Done with and reviewed by Lars and Zack.
11763
11764         Exclude DumpRenderTree from the Qt build on Windows for now.
11765
11766         * WebKit.pro:
11767
11768 2007-07-27  Simon Hausmann  <hausmann@kde.org>
11769
11770         Done with and reviewed by Lars and Zack.
11771
11772         Temporarily disable the ICO support for the Qt build on Windows.
11773
11774         * WebKit.pro:
11775
11776 2007-07-26  Simon Hausmann  <hausmann@kde.org>
11777
11778         Reviewed by Lars.
11779
11780         Use QMAKE_LIBDIR instead of QMAKE_LFLAGS to specify the library search path for QtWebKit, as the former is portable and correctly transformed to /LIBPATH: with msvc for example.
11781
11782         * WebKit.pri:
11783
11784 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
11785
11786         Reviewed by Adam.
11787
11788         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
11789         build against it.
11790
11791         * WebKit.pri:
11792
11793 2007-07-18  Simon Hausmann  <hausmann@kde.org>
11794
11795         Reviewed by Zack.
11796
11797         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
11798
11799         * WebKit.pro:
11800
11801 2007-07-18  Timothy Hatcher  <timothy@apple.com>
11802
11803         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
11804         still use this one Makefile.shared as an include.
11805
11806         * Makefile.shared:
11807
11808 2007-07-12  George Staikos  <staikos@kde.org>
11809
11810         Fix build in debug mode.
11811
11812         * WebKit.pri:
11813
11814 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
11815
11816         Reviewed by Darin Adler.
11817
11818         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
11819         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
11820
11821         * WebKit.pri: Adjust INCLUDEPATH
11822
11823 2007-06-25  Adam Roben  <aroben@apple.com>
11824
11825         Really remove LayoutTestResults.
11826
11827         * LayoutTestResults: Removed.
11828
11829 2007-06-25  Adam Roben  <aroben@apple.com>
11830
11831         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
11832         http://bugs.webkit.org/show_bug.cgi?id=14405
11833
11834         Reviewed by Anders.
11835
11836         * LayoutTestResults: Removed.
11837
11838 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
11839
11840         Reviewed by Mark.
11841
11842         http://bugs.webkit.org/show_bug.cgi?id=13975
11843         Use system-provided libjpeg and libpng
11844
11845         * WebKit.pri: Link against external libjpeg and libpng.
11846
11847 2007-06-20  Adam Roben  <aroben@apple.com>
11848
11849         Reviewed by Simon Hausmann.
11850
11851         More Gdk build fixing.
11852
11853         * WebKit.pro:
11854
11855 2007-06-15  Adam Treat  <adam@staikos.net>
11856
11857         Reviewed by George Staikos.
11858
11859         Add ICO support to the Qt build.
11860
11861         * WebKit.pro:
11862
11863 2007-06-13  George Staikos  <staikos@kde.org>
11864
11865         Reviewed by Lars.
11866
11867         Compile without self-linking.
11868
11869         * WebKit.pri:
11870
11871 2007-06-13  Simon Hausmann  <hausmann@kde.org>
11872
11873         Reviewed by Lars.
11874
11875         * WebKit.pri: WebKitQt is now called QtWebKit.
11876
11877 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
11878
11879         Reviewed by Eric Seidel.
11880
11881         http://bugs.webkit.org/show_bug.cgi?id=13941
11882         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
11883
11884         * WebKit.pri:
11885
11886 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
11887
11888         Reviewed by Mark Rowe.
11889
11890         * WebKit.pro: Build testkjs for Gdk and Qt
11891
11892 2007-05-11  Holger Freyther <freyther@kde.org>
11893
11894         Reviewed by Mark Rowe.
11895
11896         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
11897         and add ICU configuration to QMAKE_CXXFLAGS.
11898
11899         * WebKit.pri:
11900
11901 2007-05-06  Erik Bunce  <kde@bunce.us>
11902
11903         Reviewed by Mark Rowe.
11904
11905         * WebKit.pri:
11906         Removed unnecessary dependency on MacPorts (/opt/local)
11907
11908 2007-05-03  Holger Freyther <freyther@kde.org>
11909
11910         Reviewed by Zack, landed by Simon.
11911         This is bugzilla bug 13499.
11912
11913         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
11914         port
11915         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
11916         port
11917
11918 2007-04-27  Holger Freyther <freyther@kde.org>
11919
11920         Reviewed by Maciej.
11921
11922         Remove unmaintained CMake build system.
11923
11924         * CMakeLists.txt: Removed.
11925
11926 2007-01-30  Simon Hausmann  <hausmann@kde.org>
11927
11928         Reviewed by Zack.
11929
11930         * WebKit.pri: libJavaScriptCore is gone with the Qt build
11931         * WebKit.pro:
11932
11933 2007-01-26  George Staikos  <staikos@kde.org>
11934
11935         Remove headers - not needed now.
11936
11937         * WebKit.pri:
11938
11939 2007-01-23  George Staikos <staikos@kde.org>
11940
11941         Put everything back since we can't build everything without it yet.
11942
11943         * WebKit.pri:
11944
11945 2007-01-16  Lars Knoll <lars@trolltech.com>
11946
11947         Reviewed by Zack
11948
11949         Remove everything but the new public API from
11950         the include path.
11951
11952         * WebKit.pri:
11953
11954 2007-01-11  George Staikos  <staikos@kde.org>
11955
11956         Fix the Qt build
11957
11958         * WebKit.pri:
11959
11960 2007-01-03  Lars Knoll <lars@trolltech.com>
11961
11962         Fix the Qt build
11963
11964         * WebKit.pri:
11965
11966 2006-12-17  Simon Hausmann  <hausmann@kde.org>
11967
11968         Reviewed by Rob Buis.
11969
11970         * WebKit.pro: Build testkjs.
11971
11972 2006-12-14  Timothy Hatcher  <timothy@apple.com>
11973
11974         Reviewed by Brady.
11975
11976         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
11977
11978 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
11979
11980         Reviewed by Brady and Anders.
11981
11982         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
11983
11984 2006-12-10  Zack Rusin  <zack@kde.org>
11985
11986         Client classes have been moved to WebKitQt/WebCoreSupport so
11987         adjusting the pri file.
11988
11989         * WebKit.pri:
11990
11991 2006-12-10  George Staikos  <staikos@kde.org>
11992
11993         Reviewed by Zack.
11994
11995         Add WebKitBuild/Release back to the output dir for external build cases.
11996
11997         * WebKit.pri:
11998
11999 2006-12-10  Zack Rusin  <zack@kde.org>
12000
12001         Fix the link directory location.
12002
12003         * WebKit.pri:
12004
12005 2006-12-10  Lars Knoll <lars@trolltech.com>
12006
12007         Reviewed by Zack
12008
12009         Include DumpRenderTree in the Qt build
12010
12011         * WebKit.pro:
12012
12013 2006-12-09  George Staikos  <staikos@kde.org>
12014
12015         Reviewed by Zack.
12016
12017         Correct the path to the libraries for QMake.
12018
12019         * WebKit.pri:
12020
12021 2006-12-09  Lars Knoll <lars@trolltech.com>
12022
12023         Reviewed by Zack
12024
12025         Make it possible to build WebKit with qmake.
12026
12027         * WebKit.pri: Added.
12028         * WebKit.pro: Added.
12029
12030 2006-11-19  Simon Hausmann  <hausmann@kde.org>
12031
12032         Reviewed by Zack.
12033
12034         http://bugs.webkit.org/show_bug.cgi?id=11649
12035
12036         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
12037
12038 2006-10-30  Timothy Hatcher  <timothy@apple.com>
12039
12040         Reviewed by Brady.
12041
12042         Make the universal build return non-zero when module make fails.
12043
12044         * Makefile:
12045
12046 2006-10-30  Stephanie Lewis  <slewis@apple.com>
12047
12048         Reviewed by Darin Adler.
12049
12050         Change Makefiles to return non-zero when module make fails.
12051
12052         * Makefile:
12053
12054 2006-10-27  Brady Eidson  <beidson@apple.com>
12055
12056         Rubber stamped by Tim Hatcher
12057
12058         Added "make universal" to build universal binaries
12059
12060         * Makefile:
12061         * Makefile.shared:
12062
12063 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
12064
12065         Reviewed by eseidel.
12066
12067         * CMakeLists.txt: add option to disable colored output when building on the buildbot
12068