Add gtklauncher source to support vuplus platform.
[vuplus_webkit] / ChangeLog
1 2011-09-26  Alejandro G. Castro  <alex@igalia.com>
2
3         [GTK] pot file is not properly remove during distcheck
4         https://bugs.webkit.org/show_bug.cgi?id=68797
5
6         Defined DOMAIN variable before DISTCLEANFILES because we are using
7         it there to identify the .pot file.
8
9         Reviewed by Martin Robinson.
10
11         * GNUmakefile.am:
12
13 2011-09-20  Carlos Garcia Campos  <cgarcia@igalia.com>
14
15         [GTK] Update NEWS and configure.ac for 1.5.90 release
16
17         Reviewed by Martin Robinson.
18
19         * configure.ac:
20
21 2011-09-19  Adam Barth  <abarth@webkit.org>
22
23         Always enable ENABLE(EVENTSOURCE)
24         https://bugs.webkit.org/show_bug.cgi?id=68414
25
26         Reviewed by Eric Seidel.
27
28         * Source/cmake/OptionsEfl.cmake:
29         * Source/cmake/OptionsWinCE.cmake:
30         * Source/cmakeconfig.h.cmake:
31         * configure.ac:
32
33 2011-09-17  Ryuan Choi  <ryuan.choi@samsung.com>
34
35         [EFL] Bump minimum requirement for cairo to 1.10.
36         https://bugs.webkit.org/show_bug.cgi?id=68226
37
38         Reviewed by Adam Barth.
39
40         * Source/cmake/FindCairo.cmake: Check required version.
41         * Source/cmake/OptionsEfl.cmake:
42
43 2011-09-16  Ulan Degenbaev  <ulan@chromium.org>
44
45         [V8] REGRESSION(94783): calling the binding script during V8 context creation slows down page loads
46         https://bugs.webkit.org/show_bug.cgi?id=68237
47
48         Reviewed by Kenneth Russell.
49
50         Call the binding script lazily on the first run of the set() method of
51         a typed array.
52
53         * ../../Source/WebCore/WebCore.gypi:
54         * ../../Source/WebCore/bindings/v8/V8BindingScripts.cpp: Removed.
55         * ../../Source/WebCore/bindings/v8/V8BindingScripts.h: Removed.
56         * ../../Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:
57         * ../../Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:
58         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
59         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
60         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js:
61
62 2011-09-16  Martin Robinson  <mrobinson@igalia.com>
63
64         [GTK] Disable WebKit2 by default in configure.ac, but enable it with build-webkit
65         https://bugs.webkit.org/show_bug.cgi?id=68178
66
67         Reviewed by Xan Lopez.
68
69         * configure.ac: Do not build WebKit2 by default. Re-add pkgconfig support
70         for WebKit2.
71
72 2011-09-15  Adam Barth  <abarth@webkit.org>
73
74         Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
75         https://bugs.webkit.org/show_bug.cgi?id=68205
76
77         Reviewed by Eric Seidel.
78
79         * Source/cmake/OptionsEfl.cmake:
80         * Source/cmake/OptionsWinCE.cmake:
81         * Source/cmakeconfig.h.cmake:
82         * configure.ac:
83
84 2011-09-15  Varun Jain  <varunjain@google.com>
85
86         Add method to scroll current node to specific position in Chromium WebKit API
87         https://bugs.webkit.org/show_bug.cgi?id=68192
88
89         Reviewed by Dimitri Glazkov.
90
91         *  Source/WebKit/chromium/public/WebView.h:
92         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
93         *  Source/WebKit/chromium/src/WebViewImpl.h:
94
95 2011-09-15  Eric Seidel  <eric@webkit.org>
96
97         Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
98         https://bugs.webkit.org/show_bug.cgi?id=68182
99
100         Reviewed by Adam Barth.
101
102         * configure.ac:
103
104 2011-09-15  Eric Seidel  <eric@webkit.org>
105
106         Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
107         https://bugs.webkit.org/show_bug.cgi?id=68022
108
109         Reviewed by Ryosuke Niwa.
110
111         * Source/cmake/OptionsEfl.cmake:
112         * Source/cmake/OptionsWinCE.cmake:
113         * Source/cmakeconfig.h.cmake:
114         * configure.ac:
115
116 2011-09-15  Sheriff Bot  <webkit.review.bot@gmail.com>
117
118         Unreviewed, rolling out r95163.
119         http://trac.webkit.org/changeset/95163
120         https://bugs.webkit.org/show_bug.cgi?id=68180
121
122         [Qt] The QT_GCC_X variables were removed in Qt5 by accident.
123         (Requested by darktears on #webkit).
124
125         * Source/WebKit.pri:
126
127 2011-09-14  Alexis Menard  <alexis.menard@openbossa.org>
128
129         [Qt] Replace QT_GCC_X as they don't exist in Qt5 anymore.
130         https://bugs.webkit.org/show_bug.cgi?id=68114
131
132         Reviewed by Kenneth Rohde Christiansen.
133
134         Replace QT_GCC_X variables, they have been removed in Qt5. It was
135         actually wrong to use them because they tell about which GCC version
136         Qt has been compiled, not the current version of GCC use to build webkit.
137         I use gcc -dumpversion to get it.
138
139         * Source/WebKit.pri:
140
141 2011-09-14  Ulan Degenbaev  <ulan@chromium.org>
142
143         [v8] Improve performance of typed array copy constructor taking Array
144         https://bugs.webkit.org/show_bug.cgi?id=68015
145
146         Reviewed by Kenneth Russell.
147
148         Invoke the 'set' method of the constructed array instead of
149         copying the elements of the source array one by one.
150
151         Copy constructor tests already exist.
152
153         * ../../Source/WebCore/WebCore.gypi:
154         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp: Added.
155         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
156
157 2011-09-14  Csaba Osztrogonác  <ossy@webkit.org>
158
159         [GTK] Unreviewed buildfix after r95107.
160
161         * configure.ac:
162
163 2011-09-13  Eric Seidel  <eric@webkit.org>
164
165         Remove ENABLE_SVG_USE as <use> is required by HTML5
166         https://bugs.webkit.org/show_bug.cgi?id=68019
167
168         Reviewed by Ryosuke Niwa.
169
170         * Source/cmake/OptionsEfl.cmake:
171         * Source/cmake/OptionsWinCE.cmake:
172         * Source/cmakeconfig.h.cmake:
173         * configure.ac:
174
175 2011-09-13  Eric Seidel  <eric@webkit.org>
176
177         Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
178         https://bugs.webkit.org/show_bug.cgi?id=68018
179
180         Reviewed by Ryosuke Niwa.
181
182         * Source/cmake/OptionsEfl.cmake:
183         * Source/cmake/OptionsWinCE.cmake:
184         * Source/cmakeconfig.h.cmake:
185         * configure.ac:
186
187 2011-09-09  Rafael Antognolli  <antognolli@profusion.mobi>
188
189         Add replacement functions for gdk ones.
190         https://bugs.webkit.org/show_bug.cgi?id=66323
191
192         Reviewed by Martin Robinson.
193
194         * Source/cmake/FindPango.cmake:
195
196 2011-09-09  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
197
198         [Qt] Remove common.pri
199         https://bugs.webkit.org/show_bug.cgi?id=67814
200
201         Reviewed by Andreas Kling.
202
203         * Source/WebKit.pri: Move rules from common.pri to WebKit.pri.
204         * Source/common.pri: Removed.
205
206 2011-09-08  Mark Pilgrim  <pilgrim@chromium.org>
207
208         Test how HTMLAnchorElement.getParameter reacts to too few arguments
209         https://bugs.webkit.org/show_bug.cgi?id=66522
210
211         Reviewed by Adam Barth.
212
213         * LayoutTests/fast/dom/HTMLAnchorElement/get-parameter-expected.txt: Added.
214         * LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html: Added.
215
216 2011-09-08  Varun Jain  <varunjain@google.com>
217
218         Implement double tap detection in GestureRecognizerChromium
219         https://bugs.webkit.org/show_bug.cgi?id=67709
220
221         Reviewed by Dimitri Glazkov.
222
223         *  Source/WebCore/page/EventHandler.cpp:
224         *  Source/WebCore/platform/PlatformGestureEvent.h:
225
226 2011-09-08  Ulan Degenbaev  <ulan@chromium.org>
227
228         [v8] Improve performance of typed array set() taking Array
229         https://bugs.webkit.org/show_bug.cgi?id=63644
230
231         Reviewed by Kenneth Russell.
232
233         Overwrite the native 'set' method of the type arrays with JS
234         implementation after initialization of the global context.
235
236         Add tests for invalid and boundary offsets. No performance tests.
237
238         * LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt:
239         * LayoutTests/fast/canvas/webgl/array-unit-tests.html:
240         * Source/WebCore/WebCore.gyp/WebCore.gyp:
241         * Source/WebCore/WebCore.gypi:
242         * Source/WebCore/bindings/v8/V8BindingScripts.cpp: Added.
243         * Source/WebCore/bindings/v8/V8BindingScripts.h: Added.
244         * Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:
245         * Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:
246         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js: Added.
247
248 2011-09-08  Varun Jain  <varunjain@google.com>
249
250         Split Tap gesture detection into TapDown and Tap.
251         We need this distinction to highlight links when they are first touched. The link is
252         followed only if the tap is completed, otherwise, if a scroll is detected, the highlight
253         goes away.
254         https://bugs.webkit.org/show_bug.cgi?id=67645
255
256         Reviewed by Dimitri Glazkov.
257
258         *  Source/WebCore/page/EventHandler.cpp:
259         *  Source/WebCore/platform/PlatformGestureEvent.h:
260
261 2011-09-07  Alexei Svitkine  <asvitkine@chromium.org>
262
263         Add test infrastructure to test rubber-banding overhang drawing along with layout tests for existing Chromium Mac overhang drawing in the non-gpu path.
264         https://bugs.webkit.org/show_bug.cgi?id=67511
265
266         Reviewed by Dimitri Glazkov.
267
268         * Source/autotools/symbols.filter:
269
270 2011-09-06  Ryosuke Niwa  <rniwa@webkit.org>
271
272         REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyField fail on chromium
273         https://bugs.webkit.org/show_bug.cgi?id=67453
274
275         Reviewed by Kent Tamura.
276
277         Add symbols for internals.
278
279         * Source/autotools/symbols.filter:
280
281 2011-09-04  Robin Dunn  <robin@alldunn.com>
282
283         [wx] Enable wxWebKit to run using the wxGC Cairo backend on platforms other than GTK.
284         https://bugs.webkit.org/show_bug.cgi?id=67577
285
286         Reviewed by Kevin Ollivier.
287
288         * wscript:
289
290 2011-08-30  Aaron Colwell  <acolwell@chromium.org>
291
292         Add MediaSource API to HTMLMediaElement
293         https://bugs.webkit.org/show_bug.cgi?id=64731
294
295         Reviewed by Eric Carlson.
296
297         * configure.ac:
298
299 2011-08-30  Ryosuke Niwa  <rniwa@webkit.org>
300
301         Cleanup after r94050 and r94054.
302
303         * Source/autotools/symbols.filter:
304
305 2011-08-30  Philippe Normand  <pnormand@igalia.com>
306
307         Unreviewed, another attempt to fix GTK build after r94038.
308
309         * Source/autotools/symbols.filter:
310
311 2011-08-29  Ryosuke Niwa  <rniwa@webkit.org>
312
313         Build fix attempt after r94038.
314
315         * Source/autotools/symbols.filter:
316
317 2011-08-26  Varun Jain  <varunjain@google.com>
318
319         WebViewImpl::selectionRange should return range in the right order.
320         https://bugs.webkit.org/show_bug.cgi?id=66973
321
322         Reviewed by Darin Fisher.
323
324         *  Source/WebKit/chromium/public/WebWidget.h:
325         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
326
327 2011-08-25  Martin Robinson  <mrobinson@igalia.com>
328
329         Reviewed by Xan Lopez.
330
331         [GTK] Switch to GTK+ 3.x by default
332         https://bugs.webkit.org/show_bug.cgi?id=63047
333
334         * configure.ac: Modify the default value of the --with-gtk option to be 3.0.
335
336 2011-08-24  Philippe Normand  <pnormand@igalia.com>
337
338         [GTK] bump GStreamer requirement to 0.10.30
339         https://bugs.webkit.org/show_bug.cgi?id=66860
340
341         Reviewed by Martin Robinson.
342
343         * configure.ac:
344
345 2011-08-23  Steve Block  <steveblock@google.com>
346
347         Remove all mention of removed Android files from build scripts
348         https://bugs.webkit.org/show_bug.cgi?id=66755
349
350         Reviewed by Tony Gentilcore.
351
352         * Source/cmake/WebKitPackaging.cmake:
353
354 2011-08-19  MORITA Hajime  <morrita@google.com>
355
356         Spell-checking doesn't recognize word boundaries on contests inserted by execCommand('insertHTML')
357         https://bugs.webkit.org/show_bug.cgi?id=65902
358
359         Reviewed by Ryosuke Niwa.
360         
361         Add export for window.internals object.
362
363         * Source/autotools/symbols.filter:
364
365 2011-08-16  Andras Becsi  <abecsi@webkit.org>
366
367         Reviewed by Csaba Osztrogonác.
368
369         Need AtomicStrings for the various font family names
370         https://bugs.webkit.org/show_bug.cgi?id=28024
371
372         * Source/cmake/WebKitMacros.cmake: Add new macro.
373
374 2011-08-11  Xan Lopez  <xlopez@igalia.com>
375
376         [GTK] Update NEWS and configure.ac for 1.5.2 release
377
378         Reviewed by Gustavo Noronha.
379
380         * configure.ac: update for release.
381
382 2011-08-10  Varun Jain  <varunjain@google.com>
383
384         WebViewImpl::selectionRange should return false if there is no selection
385         https://bugs.webkit.org/show_bug.cgi?id=66012
386
387         Reviewed by Darin Fisher.
388
389         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
390
391 2011-08-10  Kevin Ollivier  <kevino@theolliviers.com>
392
393         [wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now
394         as ICU on Leopard is too old to build this.
395         
396         * wscript:
397
398 2011-08-08  Adrienne Walker  <enne@google.com>
399
400         Add testing for --force-compositing-mode to windows.internal
401         https://bugs.webkit.org/show_bug.cgi?id=65777
402
403         Reviewed by Adam Barth.
404
405         Add exports for Document::settings().
406
407         * Source/autotools/symbols.filter:
408
409 2011-08-09  Sheriff Bot  <webkit.review.bot@gmail.com>
410
411         Unreviewed, rolling out r92683.
412         http://trac.webkit.org/changeset/92683
413         https://bugs.webkit.org/show_bug.cgi?id=65921
414
415          "Breaks Qt --minimal build. Revert pending update of the Qt
416         minimal configuration" (Requested by simathur on #webkit).
417
418         * Source/WebKit.pri:
419
420 2011-08-09  Siddharth Mathur  <siddharth.mathur@nokia.com>
421
422         [Qt] Simplify code by removing QT_NO_DESKTOPSERVICES and QT_NO_NETWORKDISKCACHE
423         https://bugs.webkit.org/show_bug.cgi?id=65880
424
425         Reviewed by Andreas Kling.
426
427         QDesktopServices and QNetworkDiskCache have been around for a while now. Kill flags which 
428         check for their feature flags. Assume that any reasonable Qt build provides them. 
429
430         * Source/WebKit.pri:
431
432 2011-08-06  Aron Rosenberg  <arosenberg@logitech.com>
433
434         Reviewed by Benjamin Poulain.
435
436         [Qt] Fix build with Intel compiler on Windows
437         https://bugs.webkit.org/show_bug.cgi?id=65088
438
439         Disable Intel Compiler warning 873 - function "" has no corresponding operator
440         delete (to be called if an exception is thrown during initialization of an
441         allocated object).
442
443         * Source/WebKit.pri:
444
445 2011-08-03  Kevin Ollivier  <kevino@theolliviers.com>
446
447         [wx] Unreviewed build fix after gesture recognizer changes.
448
449         * wscript:
450
451 2011-08-02  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
452
453         [Qt] [WK2] Expose web view classes to QML
454         https://bugs.webkit.org/show_bug.cgi?id=65339
455
456         Reviewed by Benjamin Poulain.
457
458         * Source/WebKit.pro: Include QML plugin subdir in the build system for WK2.
459
460 2011-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
461
462         [GTK] Install web and plugin processes in libexecdir instead of bindir
463         https://bugs.webkit.org/show_bug.cgi?id=65600
464
465         Reviewed by Martin Robinson.
466
467         * GNUmakefile.am: Initialize libexec_PROGRAMS, only used by
468         WebKit2 in this moment.
469
470 2011-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
471
472         [GTK] Reorganize pkg-config files
473         https://bugs.webkit.org/show_bug.cgi?id=65548
474
475         Reviewed by Martin Robinson.
476
477         * GNUmakefile.am: Initialize pkgconfigdir and pkgconfig_DATA which
478         are common to all libraries.
479         * configure.ac: Update pkg-config files.
480
481 2011-08-02  Varun Jain  <varunjain@google.com>
482
483         Missing null check in WebViewImpl::selectionRange
484         https://bugs.webkit.org/show_bug.cgi?id=65561
485
486         Reviewed by Darin Fisher.
487
488         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
489
490 2011-08-01  Scott Graham  <scottmg@chromium.org>
491
492         REGRESSION (r39725?): Resources removed from document can not be freed until the document is deleted
493         https://bugs.webkit.org/show_bug.cgi?id=61006
494
495         Reviewed by Antti Koivisto.
496
497         Update exports for test harness.
498
499         * Source/autotools/symbols.filter:
500
501 2011-08-01  Hayato Ito  <hayato@chromium.org>
502
503         Add support for getting an element in shadow root by its id into a window.internals object.
504         https://bugs.webkit.org/show_bug.cgi?id=64587
505
506         Reviewed by Hajime Morita.
507
508         * Source/autotools/symbols.filter:
509
510 2011-08-01  Neil Roberts  <neil@linux.intel.com>
511
512         build: Fix finding the headers for GStreamer
513
514         The cmake files to find the various GStreamer packages were all
515         checking for the header gst/gst.h. However if gst-plugins-base is
516         installed into a separate prefix from gstreamer then all of these
517         tests would only pick up the gstreamer include path so the build
518         would fail. This patch changes it to try and find a file
519         appropriate to each package.
520
521         https://bugs.webkit.org/show_bug.cgi?id=64933
522
523         Reviewed by Martin Robinson.
524
525         * Source/cmake/FindGStreamer-App.cmake:
526         * Source/cmake/FindGStreamer-Base.cmake:
527         * Source/cmake/FindGStreamer-Interfaces.cmake:
528         * Source/cmake/FindGStreamer-Pbutils.cmake:
529         * Source/cmake/FindGStreamer-Plugins-Base.cmake:
530         * Source/cmake/FindGStreamer-Video.cmake:
531
532 2011-07-31  Daniel Bates  <dbates@webkit.org>
533
534         Add missing semicolons to build fix attempt in <http://trac.webkit.org/changeset/92080>.
535
536         * Source/autotools/symbols.filter:
537
538 2011-07-31  Daniel Bates  <dbates@webkit.org>
539
540         Some more fixes to the GTK build after r92059 (https://bugs.webkit.org/show_bug.cgi?id=65419).
541
542         * Source/autotools/symbols.filter: Export symbols needed by Internals.
543
544 2011-07-27  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
545
546         [Qt] Fix build in Qt 5 of QDeclarativeWebView
547         https://bugs.webkit.org/show_bug.cgi?id=65258
548
549         Reviewed by Andreas Kling.
550
551         In Qt 5, the QGraphicsView-based classes for QtQuick are in the
552         qtquick1 module, including QDeclarativeItem and QDeclarativeView.
553
554         * Source/WebKit.pro:
555
556 2011-07-26  Andras Becsi  <abecsi@webkit.org>
557
558         [Qt] [WK2] Disable the build with Qt versions older than 5.0
559         https://bugs.webkit.org/show_bug.cgi?id=65189
560
561         Reviewed by Csaba Osztrogonác.
562
563         * Source/WebKit.pro: Abort if not using Qt5.
564
565 2011-07-20  Pierre Rossi  <pierre.rossi@gmail.com>
566
567         [Qt] Qt5 Build Fix: Disable the legacy mac assert macros.
568
569         This is done in order to prevent collision with the recently
570         introduced function QSslCertificate::verify() in Qt5.
571
572         https://bugs.webkit.org/show_bug.cgi?id=64855
573
574         Reviewed by Simon Hausmann.
575
576         * Source/WebKit.pri:
577
578 2011-07-19  Robert Sesek  <rsesek@chromium.org>
579
580         [Chromium] Need to remove app/ from DEPS
581         https://bugs.webkit.org/show_bug.cgi?id=64750
582
583         Reviewed by Tony Chang.
584
585         Remove Source/WebKit/chromium/app/ from .gitignore.
586
587         * .gitignore:
588
589 2011-07-18  MORITA Hajime  <morrita@google.com>
590
591         [ShadowContentElement] forwarded node should be able to access its hosting content element.
592         https://bugs.webkit.org/show_bug.cgi?id=64251
593
594         Reviewed by Dimitri Glazkov.
595
596         Added GTK symbols for new window.internals methods.
597         
598         * Source/autotools/symbols.filter:
599
600 2011-07-15  Martin Robinson  <mrobinson@igalia.com>
601
602         Build fixes for WebKit2. Ensure that all generated sources are
603         on nodist primaries, that they are on forward declared variables
604         so that BUILT_SOURCES is calculated properly and that zlib is 
605         included during linking (for WOFF support).
606
607         * GNUmakefile.am:
608         * Source/autotools/webkit.m4: Include test for zlib.
609
610 2011-07-15  Carlos Garcia Campos  <cgarcia@igalia.com>
611
612         [GTK] Build plugin process by default when building WebKit2
613         https://bugs.webkit.org/show_bug.cgi?id=64592
614
615         Reviewed by Philippe Normand.
616
617         * configure.ac:
618
619 2011-07-14  Carlos Garcia Campos  <cgarcia@igalia.com>
620
621         Reviewed by Martin Robinson.
622
623         [GTK] Implement Plugin Process
624         https://bugs.webkit.org/show_bug.cgi?id=60546
625
626         * configure.ac: Always check for gtk2 when building the plugin
627         process.
628
629 2011-07-14  MORITA Hajime  <morrita@google.com>
630
631         Unreviewed, rolling out r90976, r90981, and r90985.
632         http://trac.webkit.org/changeset/90976
633         http://trac.webkit.org/changeset/90981
634         http://trac.webkit.org/changeset/90985
635         https://bugs.webkit.org/show_bug.cgi?id=64251
636
637         build break
638
639         * Source/autotools/symbols.filter:
640
641 2011-07-14  MORITA Hajime <morrita@google.com>
642
643         Unreviewed attempt to build fix.
644         
645         * Source/autotools/symbols.filter:
646
647 2011-07-13  MORITA Hajime  <morrita@google.com>
648
649         [ShadowContentElement] forwarded node should be able to access its hosting content element.
650         https://bugs.webkit.org/show_bug.cgi?id=64251
651
652         Reviewed by Dimitri Glazkov.
653
654         Added GTK symbols for new window.internals methods.
655         
656         * Source/autotools/symbols.filter:
657
658 2011-07-06  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
659
660         [EFL] Add Fullscreen API feature
661         https://bugs.webkit.org/show_bug.cgi?id=63975
662
663         This is just to add disabled ENABLE_FULLSCREEN_API to OptionEFl.cmake.
664         ENABLE_FULLSCREEN_API will be enabled after finishing missing implementations.
665
666         Reviewed by Adam Barth.
667
668         * Source/cmake/OptionsEfl.cmake: Add disabled ENABLE_FULLSCREEN_API feature.
669         * Source/cmakeconfig.h.cmake: ditto.
670
671 2011-07-05  Vsevolod Vlasov  <vsevik@chromium.org>
672
673         Web Inspector: Show content for plugin requests in network panel.
674         https://bugs.webkit.org/show_bug.cgi?id=30080
675
676         Added GTK symbols for new window.internals methods.
677
678         Reviewed by Pavel Feldman.
679
680         * Source/autotools/symbols.filter:
681
682 2011-07-04  Sheriff Bot  <webkit.review.bot@gmail.com>
683
684         Unreviewed, rolling out r90373.
685         http://trac.webkit.org/changeset/90373
686         https://bugs.webkit.org/show_bug.cgi?id=63917
687
688         Breaks Qt Linux Release minimal (Requested by vsevik on
689         #webkit).
690
691         * Source/autotools/symbols.filter:
692
693 2011-07-04  Vsevolod Vlasov  <vsevik@chromium.org>
694
695         Web Inspector: Show content for plugin requests in network panel.
696         https://bugs.webkit.org/show_bug.cgi?id=30080
697
698         Reviewed by Pavel Feldman.
699
700         * Source/autotools/symbols.filter:
701
702 2011-07-01  Tony Chang  <tony@chromium.org>
703
704         Add chromium sql directory to git ignore.
705
706         * .gitignore:
707
708 2011-07-01  Patrick Gansterer  <paroga@webkit.org>
709
710         Reviewed by Daniel Bates.
711
712         [CMake] Add cpu detection for MIPS
713         https://bugs.webkit.org/show_bug.cgi?id=63693
714
715         * Source/CMakeLists.txt:
716
717 2011-07-01  Joone Hur  <joone.hur@collabora.co.uk>
718
719         Reviewed by Martin Robinson.
720
721         [GTK] Add DeviceOrientation feature
722         https://bugs.webkit.org/show_bug.cgi?id=63720
723
724         Add configure option to enable/disable DeviceOrientation feature.
725
726         * configure.ac:
727
728 2011-06-28  Joone Hur  <joone.hur@collabora.co.uk>
729
730         Reviewed by Martin Robinson.
731
732         [GTK] Rename 3D transforms to 3D rendering
733         https://bugs.webkit.org/show_bug.cgi?id=63508
734
735         WebKitGtk+ provides the 3D transforms feature, but it was
736         renamed to 3D Rendering. This features supports CSS 3D trasnforms.
737
738         * configure.ac: Rename ENABLE_3D_TRANSFORMS to ENABLE_3D_RENDERING.
739
740 2011-06-27  Alexis Menard  <alexis.menard@openbossa.org>
741
742         Reviewed by Kenneth Rohde Christiansen.
743
744         [Qt] Remove Phonon MediaPlayer from the tree.
745         https://bugs.webkit.org/show_bug.cgi?id=63448
746
747         Remvove from the build.
748
749         * Source/WebKit.pri:
750
751 2011-06-24  Dominic Cooney  <dominicc@chromium.org>
752
753         Reviewed by Dimitri Glazkov.
754
755         Convert shadow DOM-related tests to use window.internals
756         https://bugs.webkit.org/show_bug.cgi?id=61671
757
758         * Source/autotools/symbols.filter: Export symbols for GTK.
759
760 2011-06-24  Carlos Garcia Campos  <cgarcia@igalia.com>
761
762         Reviewed by Martin Robinson.
763
764         [GTK] Add more debug options to compilation
765         https://bugs.webkit.org/show_bug.cgi?id=63318
766
767         Add --enable-debug-symbols to enable/disable compilation with
768         debug symbols and --enable-debug-features to enable/disable debug
769         features. Both options are unconditionally enabled for debug
770         builds.
771
772         * configure.ac:
773
774 2011-06-23  Oliver Hunt  <oliver@apple.com>
775
776         Qt build-fix: remove warning that no other platform appears to use.
777         Someone can add it back if they really feel it's needed.
778
779         * Source/WebKit.pri:
780
781 2011-06-22  Ryuan Choi  <ryuan.choi@samsung.com>
782
783         Reviewed by Antonio Gomes.
784
785         [EFL] Add an option to enable Device Orientation Event.
786         https://bugs.webkit.org/show_bug.cgi?id=63120
787
788         ADD ENABLE_DEVICE_ORIENTATION.
789
790         * Source/cmake/OptionsEfl.cmake:
791         * Source/cmakeconfig.h.cmake:
792
793 2011-06-22  Nate Chapin  <japhet@chromium.org>
794
795         Reviewed by Adam Barth.
796
797         Add symbols required for window.internals.
798         https://bugs.webkit.org/show_bug.cgi?id=62066
799
800         * Source/autotools/symbols.filter:
801
802 2011-06-22  Martin Robinson  <mrobinson@igalia.com>
803
804         Reviewed by Adam Roben.
805
806         [GTK] Implement pixel dump support for WebKitTestRunner
807         https://bugs.webkit.org/show_bug.cgi?id=58242
808
809         * GNUmakefile.am: Reference the new ImageDiff GNUmakefile.
810
811 2011-06-21  MORITA Hajime  <morrita@google.com>
812
813         Unreviewed, rolling out r89401 and r89403.
814         http://trac.webkit.org/changeset/89401
815         http://trac.webkit.org/changeset/89403
816         https://bugs.webkit.org/show_bug.cgi?id=62970
817
818         Breaks mac build and mistakenly enables the spellcheck API
819
820         * configure.ac:
821
822 2011-06-20  MORITA Hajime <morrita@google.com>
823
824         Reviewed by Kent Tamura.
825         
826         Spellcheck API should be build-able.
827         https://bugs.webkit.org/show_bug.cgi?id=62970
828
829         * configure.ac:
830
831 2011-06-20  MORITA Hajime  <morrita@google.com>
832
833         Unreviewed GTK build fix.
834         This change corrected syntax error on symbols.filter.
835
836         * Source/autotools/symbols.filter:
837
838 2011-06-19  MORITA Hajime <morrita@google.com>
839
840         Unreviewed GTK build fix.
841
842         * Source/autotools/symbols.filter:
843
844 2011-06-19  MORITA Hajime  <morrita@google.com>
845
846         Reviewed by Dimitri Glazkov.
847
848         The internals object should have createShadowContentElement()
849         https://bugs.webkit.org/show_bug.cgi?id=62432
850
851         * Source/autotools/symbols.filter: Added some more symbols necessary for
852         window.internals to function to the global symbol list.
853         
854
855 2011-06-19  Adam Bergkvist  <adam.bergkvist@ericsson.com>
856
857         Reviewed by Martin Robinson.
858
859         [GTK] Enable Media Stream feature and make it default on
860         https://bugs.webkit.org/show_bug.cgi?id=60394
861
862         * configure.ac:
863
864 2011-06-17  Joone Hur  <joone.hur@collabora.co.uk>
865
866         Reviewed by Martin Robinson.
867
868         [GTK] Replace GdkRectangle by cairo_rectangle_int_t
869         https://bugs.webkit.org/show_bug.cgi?id=60687
870
871         Replace GdkRectangle by cairo_rectangle_int_t.
872
873         * configure.ac: Check whether Cairo version is higher than 1.10.
874
875 2011-06-16  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
876
877         Reviewed by Eric Seidel.
878
879         [CMAKE] Enable METER_TAG of HTML5
880         https://bugs.webkit.org/show_bug.cgi?id=62697
881
882         Support for meter tag of html5 in CMake build system. However, this feature is
883         only enabled on EFL port now. 
884
885         * Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
886         * Source/cmakeconfig.h.cmake:ditto.
887
888 2011-06-16  Carlos Garcia Campos  <cgarcia@igalia.com>
889
890         Reviewed by Xan Lopez.
891
892         [GTK] Remove support for GTK+2 in WebKit2
893         https://bugs.webkit.org/show_bug.cgi?id=62794
894
895         * configure.ac: Make WebKit2 require GTK+ 3.x.
896
897 2011-06-15  Ryuan Choi  <ryuan.choi@samsung.com>
898
899         Rubber stamped by Eric Seidel.
900
901         [CMAKE][WK2] Add an option to build webkit2.
902         https://bugs.webkit.org/show_bug.cgi?id=62260
903
904         Add ENABLE_WEBKIT2 to build WebKit2 using CMake and ENABLE_WEBKIT to disable
905         WebKit.
906
907         * Source/CMakeLists.txt:
908         * Source/cmake/WebKitFS.cmake:
909
910 2011-06-14  Ryuan Choi  <ryuan.choi@samsung.com>
911
912         Reviewed by Eric Seidel.
913
914         [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
915         https://bugs.webkit.org/show_bug.cgi?id=62604
916
917         Add feature to enable or disable ENABLE_TOUCH_ICON which supports
918         apple-touch-icon and apple-touch-icon-precomposed in link tag.
919
920         * Source/cmake/OptionsEfl.cmake:
921         * Source/cmakeconfig.h.cmake:
922
923 2011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
924
925         Reviewed by Martin Robinson.
926
927         [GTK] Add configure option to enable/disable register protocol handler
928         https://bugs.webkit.org/show_bug.cgi?id=62534
929
930         This patch just adds configure option to enable/disable register protocol handler.
931         So, it needs more code to use register protocol handler.
932
933         * configure.ac: Add configure option to enable/disable register protocol handler.
934
935 2011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
936
937         Reviewed by Martin Robinson.
938
939         [GTK] Need to report whether touch icon loading is enabled
940         https://bugs.webkit.org/show_bug.cgi?id=62532
941
942         It needs to report whether touch icon loading is enabled.
943
944         * configure.ac: Updated option parsing code for loading touch icons.
945
946 2011-06-13  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
947
948         Reviewed by Eric Seidel.
949
950         [CMAKE] Conditionally generate DerivedSources
951         https://bugs.webkit.org/show_bug.cgi?id=62277
952
953         Speedup build by not generating DerivedSources of features that are
954         disabled. This was already been done for some features like ENABLE_SVG
955         and now it's extended the following features: ENABLE_DATABASE,
956         ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
957         ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
958         ENABLE_DATA_TRANSFER_ITEMS.
959
960         * Source/cmakeconfig.h.cmake: add definition for INDEXED_DATABASE
961
962 2011-06-10  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
963
964         Reviewed by Kenneth Rohde Christiansen.
965
966         [CMAKE] Add generic support for building with WebGL
967         https://bugs.webkit.org/show_bug.cgi?id=62376
968
969         Add files that need to be compiled in every port for supporting WebGL.
970         Each port still needs to add its specific files to
971         CMakeLists${PORT}.txt. Therefore we do not enable WebGL in any port
972         yet.
973
974         * Source/CMakeLists.txt: Add files needed to support WebGL.
975         * Source/cmake/OptionsCommon.cmake: Find required OpenGL package.
976         * Source/cmakeconfig.h.cmake: define ENABLE_WEBGL this feature is
977         enabled.
978
979 2011-06-09  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
980
981         Reviewed by Antonio Gomes.
982
983         [CMAKE] Never let USER_AGENT defined to nothing
984         https://bugs.webkit.org/show_bug.cgi?id=62410
985
986         This patch is similar to r88342, but sets WEBKIT_USER_AGENT_*
987         definitions only if that port defined it. A port might prefer to set it
988         in other place, e.g. a header that is part of the public API (like GTK
989         does).
990
991         By using #cmakedefine instead of #define, if that variable is not set
992         in CMake it will expand to:
993
994         /* #define WEBKIT_USER_AGENT_MAJOR_VERSION */
995
996         * Source/cmake/OptionsEfl.cmake:
997         * Source/cmakeconfig.h.cmake:
998
999 2011-06-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1000
1001         Reviewed by Antonio Gomes.
1002
1003         [EFL] Enable PROGRESS_TAG feature
1004         https://bugs.webkit.org/show_bug.cgi?id=62212
1005
1006         * Source/cmake/OptionsEfl.cmake: Turn on PROGRESS_TAG by default.
1007
1008 2011-06-08  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1009
1010         Reviewed by Kenneth Rohde Christiansen.
1011
1012         [CMAKE] Never let a WTF_FEATURE defined to nothing
1013         https://bugs.webkit.org/show_bug.cgi?id=60820
1014
1015         If a port doesn't want to give the user some configure options,
1016         nevertheless it would have to define this feature as OFF. Otherwise
1017         there's a build error because the generated cmakeconfig.h is not
1018         parsed correctly by ENABLE macro, which expects each feature to be
1019         either undefined or defined to TRUE/FALSE.
1020
1021         * Source/cmake/WebKitFeatures.cmake: Use a variable with the same name
1022         of the feature, which allows CONFIGURE_FILE() to replace it in the new
1023         cmakeconfig.h.cmake.
1024         * Source/cmakeconfig.h.cmake: use #cmakedefine01 instead of #define
1025         with another variable. This way the feature will always be 0 or 1 and
1026         it will never be left undefined.
1027
1028 2011-06-07  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1029
1030         Reviewed by Antonio Gomes.
1031
1032         [EFL] Remove Ecore_X bits from PlatformScreenEfl
1033         https://bugs.webkit.org/show_bug.cgi?id=61649
1034
1035         Remove the need for Ecore_X and some X calls by always using
1036         new functions available in EFL to get the screen size.
1037
1038         * Source/cmake/FindEFL.cmake: Bump ecore and ecore-evas versions.
1039
1040 2011-06-07  Andreas Kling  <andreas.kling@nokia.com>
1041
1042         Reviewed by Laszlo Gombos.
1043
1044         [Qt] Fix Symbian build with RVCT 2.x
1045         https://bugs.webkit.org/show_bug.cgi?id=62205
1046
1047         RVCT 2.x doesn't support (or need) the --signed_bitfields command-line
1048         option, so restrict it to version 4.x of the compiler.
1049
1050         * Source/WebKit.pri:
1051
1052 2011-06-06  Martin Robinson  <mrobinson@igalia.com>
1053
1054         Fix the GTK+ build by ensuring that the autogenerated sources
1055         necessary for libWebCoreInternals are recorded in a predeclared
1056         variable before assigning to BUILT_SOURCES.
1057
1058         * GNUmakefile.am: Assign libWebCoreInternals built sources to
1059         libwebcoreinternals_built_sources before adding to the source list
1060         and to BUILT_SOURCES.
1061
1062 2011-06-06  Carlos Garcia Campos  <cgarcia@igalia.com>
1063
1064         Unreviewed. Fix the GTK+ build.
1065
1066         * GNUmakefile.am: Add javascriptcore_cflags variable.
1067
1068 2011-06-04  Kevin Ollivier  <kevino@theolliviers.com>
1069
1070         [wx] Unreviewed build fix. Restore the PPC build and allow users to specify architectures
1071         to build on Mac.
1072
1073         * wscript:
1074
1075 2011-06-04  Adam Barth  <abarth@webkit.org>
1076
1077         Configure new commit-queue instance.  (Please ignore.)
1078
1079 2011-06-03  Martin Robinson  <mrobinson@igalia.com>
1080
1081         Reviewed by Dimitri Glazkov.
1082
1083         Teach Gtk build about window.internals
1084         https://bugs.webkit.org/show_bug.cgi?id=61071
1085
1086         * Source/autotools/symbols.filter: Added some symbols necessary for
1087         window.internals to function to the global symbol list.
1088
1089 2011-06-03  Alexis Menard  <alexis.menard@openbossa.org>
1090
1091         Reviewed by Benjamin Poulain.
1092
1093         [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
1094         https://bugs.webkit.org/show_bug.cgi?id=61957
1095
1096         When building inside the Qt source tree, qmake always append the mkspecs
1097         defines after ours. We have to workaround and make sure that we append
1098         our flags after the qmake variable used inside Qt. This workaround was provided
1099         by our qmake folks. We need to append in both case because qmake behave differently
1100         when called with -spec or via SUBDIR+=.
1101
1102         * Source/WebKit.pri:
1103
1104 2011-06-02  Alexis Menard  <alexis.menard@openbossa.org>
1105
1106         Reviewed by Andreas Kling.
1107
1108         [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
1109         https://bugs.webkit.org/show_bug.cgi?id=61957
1110
1111         When building inside the Qt source tree, qmake always append the mkspecs
1112         defines after ours. We have to workaround and make sure that we append 
1113         our flags after the qmake variable used inside Qt. This workaround was provided 
1114         by our qmake folks.
1115
1116         * Source/WebKit.pri:
1117
1118 2011-03-30  Martin Robinson  <mrobinson@igalia.com>
1119
1120         Reviewed by Adam Roben.
1121
1122         [GTK] [WebKit2] Implement a basic WebKitTestRunner
1123         https://bugs.webkit.org/show_bug.cgi?id=57068
1124
1125         * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
1126
1127 2011-05-31  Xan Lopez  <xlopez@igalia.com>
1128
1129         Reviewed by Martin Robinson.
1130
1131         Bump version to 1.5.1.
1132
1133         * configure.ac:
1134
1135 2011-05-25  Gregg Tavares  <gman@chromium.org>
1136
1137         Reviewed by Kenneth Russell.
1138
1139         Add 'noExtensions' option to Web/GraphicsContext3D attributes.
1140         https://bugs.webkit.org/show_bug.cgi?id=61460
1141
1142         * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
1143         * Source/WebCore/platform/graphics/GraphicsContext3D.h:
1144         * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
1145         * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
1146
1147 2011-05-24  Keishi Hattori  <keishi@webkit.org>
1148
1149         Reviewed by Kent Tamura.
1150
1151         Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
1152         https://bugs.webkit.org/show_bug.cgi?id=61273
1153
1154         * configure.ac: Added INPUT_COLOR feature flag.
1155
1156 2011-05-24  Jay Civelli  <jcivelli@chromium.org>
1157
1158         Reviewed by Adam Barth.
1159
1160         Adding MHTML reading support.
1161         https://bugs.webkit.org/show_bug.cgi?id=7168
1162
1163         * configure.ac:
1164
1165 2011-05-23  Ryuan Choi  <ryuan.choi@samsung.com>
1166
1167         Rubber stamped by Eric Seidel.
1168
1169         [CMAKE] Refactoring wtf related code.
1170         https://bugs.webkit.org/show_bug.cgi?id=60146
1171
1172         Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
1173
1174         * Source/cmake/OptionsCommon.cmake:
1175         * Source/cmake/OptionsEfl.cmake:
1176
1177 2011-05-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1178
1179         Unreviewed. Fix build break.
1180
1181         * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
1182
1183 2011-05-16  Carlos Garcia Campos  <cgarcia@igalia.com>
1184
1185         Reviewed by Martin Robinson.
1186
1187         [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
1188         https://bugs.webkit.org/show_bug.cgi?id=58223
1189
1190         * configure.ac: Add configure option to enable/disable plugin
1191         process.
1192
1193 2011-05-12  Gregg Tavares  <gman@chromium.org>
1194
1195         Reviewed by Kenneth Russell.
1196
1197         Add option to select GraphicsContext3D implementation.
1198         https://bugs.webkit.org/show_bug.cgi?id=60297
1199
1200         * Source/WebKit/chromium/DEPS:
1201         * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
1202
1203 2011-05-12  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1204
1205         Reviewed by Antonio Gomes.
1206
1207         [CMAKE] Add option to unconditionally enable/disable a feature
1208         https://bugs.webkit.org/show_bug.cgi?id=60643
1209
1210         Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
1211         to enable a feature without showing to user that it can be disabled.
1212         This is useful if a port needs an option to be always ON/OFF and
1213         changing it will break the build.
1214
1215         This way it's possible to add mandatory features to each port without
1216         touching the cmakeconfig.cmake file.
1217
1218         * Source/cmake/WebKitFeatures.cmake:
1219
1220 2011-05-11  Dmitry Lomov  <dslomov@google.com>
1221
1222         Reviewed by David Levin.
1223
1224         https://bugs.webkit.org/show_bug.cgi?id=59561
1225         Switch TestWebKitAPI to GTest
1226
1227         Fixes Makefiles and WinCairo build as well
1228
1229         * Source/ThirdParty/gtest/README.WebKit:
1230         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
1231         * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
1232         * Source/ThirdParty/gtest/xcode/Makefile: Added.
1233
1234 2011-05-09  Dmitry Lomov  <dslomov@google.com>
1235
1236         Reviewed by Sam Weinig.
1237         
1238         Switch TestWebKitAPI to GTest
1239         https://bugs.webkit.org/show_bug.cgi?id=59561
1240
1241         * Source/ThirdParty/gtest/README.WebKit:
1242         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
1243
1244 2011-05-09  Xan Lopez  <xlopez@igalia.com>
1245
1246         Reviewed by Gustavo Noronha.
1247
1248         Fix logic in GCC version detection, it was reversed.
1249
1250         * configure.ac:
1251
1252 2011-05-09  Alexis Menard  <alexis.menard@openbossa.org>
1253
1254         Reviewed by Andreas Kling.
1255
1256         [Qt] Fix the build on Embedded Linux.
1257         https://bugs.webkit.org/show_bug.cgi?id=60347
1258
1259         qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
1260         still be used in order to build properly.
1261
1262         * Source/WebKit.pri:
1263
1264 2011-05-05  Kevin Ollivier  <kevino@theolliviers.com>
1265
1266         [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
1267
1268         * wscript:
1269
1270 2011-05-05  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
1271
1272         Reviewed by Simon Hausmann.
1273
1274         Install correct header files for webkit.
1275
1276         Since WebKit is no longer inside Qt, we can remove the detection for
1277         that.
1278
1279         [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
1280         https://bugs.webkit.org/show_bug.cgi?id=57621
1281
1282         * Source/sync.profile:
1283
1284 2011-05-05  Adam Barth  <abarth@webkit.org>
1285
1286         Remove a couple stray mentions of WML that I missed before.
1287
1288         * configure.ac:
1289
1290 2011-05-05  Alexis Menard  <alexis.menard@openbossa.org>
1291
1292         Reviewed by Benjamin Poulain.
1293
1294         [Qt] Make QtWebKit build when using gcc 4.6.0
1295         https://bugs.webkit.org/show_bug.cgi?id=60265
1296
1297         If QtWebKit is compiled with gcc 4.6.0 and the build is not done
1298         with c++0x support we need to deactivate warnings about compatibility.
1299         Some WebKit types have names which conflicts with upcoming c++0x
1300         types. If QtWebKit is built with c++0x support, WebKit has code to
1301         fallback to the standard type rather than the WebKit implementation.
1302         For example nullptr will be the one of the std if build options turns on
1303         c++0x support.
1304
1305         * Source/WebKit.pri:
1306
1307 2011-05-04  Xan Lopez  <xlopez@igalia.com>
1308
1309         Reviewed by Martin Robinson.
1310
1311         [GTK] Fix warnings in webkit.m4 with autoconf 2.68
1312         https://bugs.webkit.org/show_bug.cgi?id=60189
1313
1314         Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
1315         to remove warnings.
1316
1317         * Source/autotools/webkit.m4: ditto.
1318
1319 2011-05-04  Martin Robinson  <mrobinson@igalia.com>
1320
1321         Fix the WebKitGTK+ build.
1322
1323         * configure.ac: Added option parsing code for loading touch icons.
1324
1325 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1326
1327         Reviewed by Xan Lopez.
1328
1329         [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
1330         https://bugs.webkit.org/show_bug.cgi?id=60041
1331
1332         Hardcode -Wno-c++0x-compat for the default compiler (if version >=
1333         4.6.0) until our codebase is ready. This is the same as done for
1334         autotools.
1335
1336         * Source/cmake/WebKitHelpers.cmake: ditto.
1337
1338 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1339
1340         Unreviewed, rolling out r85624.
1341         http://trac.webkit.org/changeset/85624
1342
1343         The same command is used also for make_names.pl, which breaks
1344         the build.
1345
1346         * Source/cmake/OptionsCommon.cmake: ditto.
1347
1348 2011-05-03  Leandro Pereira  <leandro@profusion.mobi>
1349
1350         [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
1351
1352         Force linking with zlib so that uncompress() exists.
1353
1354         * Source/cmake/OptionsEfl.cmake: Find zlib.
1355
1356 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1357
1358         [CMAKE] Unreviewed build fix for gcc >= 4.6
1359
1360         Same fix as done in r84123. CMake explicitly pass the arguments to
1361         make_names.pl, so let's make them the same.
1362
1363         * Source/cmake/OptionsCommon.cmake: ditto.
1364
1365 2011-05-02  Adam Klein  <adamk@chromium.org>
1366
1367         Reviewed by Tony Chang.
1368
1369         Roll chromium DEPS to r83722, add new crypto directory to DEPS
1370         https://bugs.webkit.org/show_bug.cgi?id=59992
1371
1372         * .gitignore:
1373         Ignore new chromium/crypto directory.
1374
1375 2011-05-03  Carlos Garcia Campos  <cgarcia@igalia.com>
1376
1377         Reviewed by Eric Seidel.
1378
1379         [GTK] Build webkit1 even when webkit2 is enabled
1380         https://bugs.webkit.org/show_bug.cgi?id=59695
1381
1382         * GNUmakefile.am:
1383         * configure.ac:
1384
1385 2011-05-01  ojab  <ojab@ojab.ru>
1386
1387         Reviewed by Eric Seidel.
1388
1389         --disable-video-track if --disable-video
1390         https://bugs.webkit.org/show_bug.cgi?id=59605
1391
1392         * configure.ac:
1393
1394 2011-04-29  Dean Jackson  <dino@apple.com>
1395
1396         Reviewed by Simon Fraser.
1397
1398         Add ENABLE macro for WebKitAnimation
1399         https://bugs.webkit.org/show_bug.cgi?id=59729
1400
1401         Add new feature to toggle WebKit Animation API.
1402
1403         * configure.ac:
1404
1405 2011-04-29  Kevin Ollivier  <kevino@theolliviers.com>
1406
1407         [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
1408
1409         * wscript:
1410
1411 2011-04-28  Adam Barth  <abarth@webkit.org>
1412
1413         Reviewed by Eric Seidel.
1414
1415         Remove WML
1416         https://bugs.webkit.org/show_bug.cgi?id=59678
1417
1418         Remove WML configuration option from the CMake build system.
1419
1420         * Source/cmake/OptionsEfl.cmake:
1421         * Source/cmake/OptionsWinCE.cmake:
1422         * Source/cmakeconfig.h.cmake:
1423
1424 2011-04-28  Xan Lopez  <xlopez@igalia.com>
1425
1426         Reviewed by Martin Robinson.
1427
1428         [Gtk] Split JSC and WebCore builds
1429         https://bugs.webkit.org/show_bug.cgi?id=19428
1430
1431         Add a pkg-config file for JavaScriptCoreGTK+.
1432
1433         * configure.ac: generate the final pkg-config file from our .in
1434         file.
1435
1436 2011-04-28  Xan Lopez  <xlopez@igalia.com>
1437
1438         Reviewed by Martin Robinson.
1439
1440         [Gtk] Split JSC and WebCore builds
1441         https://bugs.webkit.org/show_bug.cgi?id=19428
1442
1443         Build JavaScriptCore as a libtool shared library instead of a
1444         private convenience library.
1445
1446         * GNUmakefile.am: remove convenience library definition for jsc.
1447
1448 2011-04-28  Xan Lopez  <xlopez@igalia.com>
1449
1450         Reviewed by Martin Robinson.
1451
1452         [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
1453         https://bugs.webkit.org/show_bug.cgi?id=59718
1454
1455         Hardcode -Wno-c++0x-compat for the default compiler (if version >=
1456         4.6.0) until our codebase is ready.
1457
1458         * configure.ac: do that.
1459
1460 2011-04-27  Yi Shen  <yi.4.shen@nokia.com>
1461
1462         Reviewed by Kenneth Rohde Christiansen.
1463
1464         [Qt] Upstream Symbian platform plugin
1465         https://bugs.webkit.org/show_bug.cgi?id=58435
1466
1467         Upstream Symbian platform plugin.
1468
1469         * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
1470
1471 2011-04-27  Steve Block  <steveblock@google.com>
1472
1473         Reviewed by David Levin.
1474
1475         Remove Android build system
1476         https://bugs.webkit.org/show_bug.cgi?id=48111
1477
1478         This is to avoid the maintenance burden until the Android port is
1479         fully upstreamed.
1480
1481         * Source/Android.mk: Removed.
1482
1483 2011-04-26  Kevin Ollivier  <kevino@theolliviers.com>
1484
1485         Rubberstamped by Eric Seidel.
1486
1487         Enable waf to be used to build other ports
1488         https://bugs.webkit.org/show_bug.cgi?id=58213
1489
1490         * wscript:
1491
1492 2011-04-22  Sheriff Bot  <webkit.review.bot@gmail.com>
1493
1494         Unreviewed, rolling out r84627.
1495         http://trac.webkit.org/changeset/84627
1496         https://bugs.webkit.org/show_bug.cgi?id=59271
1497
1498         It broke Symbian build (Requested by Ossy on #webkit).
1499
1500         * Source/WebKit.pro:
1501
1502 2011-04-22  Yi Shen  <yi.4.shen@nokia.com>
1503
1504         Reviewed by Kenneth Rohde Christiansen.
1505
1506         [Qt] Upstream Symbian platform plugin
1507         https://bugs.webkit.org/show_bug.cgi?id=58435
1508
1509         Upstream Symbian platform plugin.
1510
1511         * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
1512
1513 2011-04-21  Maciej Stachowiak  <mjs@apple.com>
1514
1515         Reviewed by Adam Roben.
1516
1517         Add a feature define to allow <details> and <summary> to be disabled
1518         https://bugs.webkit.org/show_bug.cgi?id=59118
1519         <rdar://problem/9257045>
1520
1521         * configure.ac:
1522
1523 2011-04-18  Evan Martin  <evan@chromium.org>
1524
1525         Reviewed by Eric Seidel.
1526
1527         [chromium] expose title direction to webkit client
1528         https://bugs.webkit.org/show_bug.cgi?id=58823
1529
1530         *  Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
1531         *  Tools/DumpRenderTree/chromium/LayoutTestController.h:
1532         Adapt to new API.  Expose title direction to JS so it can be tested.
1533
1534         *  Tools/DumpRenderTree/chromium/WebViewHost.cpp:
1535         *  Tools/DumpRenderTree/chromium/WebViewHost.h:
1536         Provide new API.
1537
1538 2011-04-18  Hans Wennborg  <hans@chromium.org>
1539
1540         Reviewed by Steve Block.
1541
1542         LevelDB backend for IndexedDB
1543         https://bugs.webkit.org/show_bug.cgi?id=57372
1544
1545         Add LevelDB wrappers to Android.mk.
1546
1547         * Source/Android.mk:
1548
1549 2011-04-18  Patrick Gansterer  <paroga@webkit.org>
1550
1551         Reviewed by Pavel Feldman.
1552
1553         REGRESSION (r81479): generate-inspector-idl fails on native win32
1554         https://bugs.webkit.org/show_bug.cgi?id=58315
1555
1556         Disable git autocrlf for Inspector.json.
1557
1558         * .gitattributes:
1559
1560 2011-04-16  Patrick Gansterer  <paroga@webkit.org>
1561
1562         Reviewed by Eric Seidel.
1563
1564         Rename PLATFORM(CAIRO) to USE(CAIRO)
1565         https://bugs.webkit.org/show_bug.cgi?id=55192
1566
1567         * Source/cmake/OptionsEfl.cmake:
1568
1569 2011-04-15  Shishir Agrawal  <shishir@chromium.org>
1570
1571         Reviewed by James Robinson.
1572
1573         Add a flag to guard Page Visibility API changes.
1574         https://bugs.webkit.org/show_bug.cgi?id=58464
1575
1576         Initial draft at:
1577         http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
1578
1579         * configure.ac:
1580
1581 2011-04-15  Xan Lopez  <xlopez@igalia.com>
1582
1583         Reviewed by Martin Robinson.
1584
1585         * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
1586         branch and was already cut off.
1587
1588 2011-04-15  Anna Cavender  <annacc@chromium.org>
1589
1590         Reviewed by Eric Carlson.
1591
1592         Renaming TRACK feature define to VIDEO_TRACK
1593         https://bugs.webkit.org/show_bug.cgi?id=53556
1594
1595         * configure.ac:
1596
1597 2011-04-13  Dmitry Lomov  <dslomov@google.com>
1598
1599         Reviewed by David Levin.
1600
1601         Add GTest unit-testing framework to WebKit
1602         https://bugs.webkit.org/show_bug.cgi?id=58507
1603
1604         * Source/ThirdParty/gtest/CHANGES: Added.
1605         * Source/ThirdParty/gtest/CMakeLists.txt: Added.
1606         * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
1607         * Source/ThirdParty/gtest/COPYING: Added.
1608         * Source/ThirdParty/gtest/Makefile.am: Added.
1609         * Source/ThirdParty/gtest/README: Added.
1610         * Source/ThirdParty/gtest/README.WebKit: Added.
1611         * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
1612         * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
1613         * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
1614         * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
1615         * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
1616         * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
1617         * Source/ThirdParty/gtest/configure.ac: Added.
1618         * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
1619         * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
1620         * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
1621         * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
1622         * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
1623         * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
1624         * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
1625         * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
1626         * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
1627         * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
1628         * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
1629         * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
1630         * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
1631         * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
1632         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
1633         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
1634         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
1635         * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
1636         * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
1637         * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
1638         * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
1639         * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
1640         * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
1641         * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
1642         * Source/ThirdParty/gtest/m4/gtest.m4: Added.
1643         * Source/ThirdParty/gtest/make/Makefile: Added.
1644         * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
1645         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
1646         * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
1647         * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
1648         * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
1649         * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
1650         * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
1651         * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
1652         * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
1653         * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
1654         * Source/ThirdParty/gtest/run_tests.py: Added.
1655         * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
1656         * Source/ThirdParty/gtest/samples/sample1.cc: Added.
1657         * Source/ThirdParty/gtest/samples/sample1.h: Added.
1658         * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
1659         * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
1660         * Source/ThirdParty/gtest/samples/sample2.cc: Added.
1661         * Source/ThirdParty/gtest/samples/sample2.h: Added.
1662         * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
1663         * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
1664         * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
1665         * Source/ThirdParty/gtest/samples/sample4.cc: Added.
1666         * Source/ThirdParty/gtest/samples/sample4.h: Added.
1667         * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
1668         * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
1669         * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
1670         * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
1671         * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
1672         * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
1673         * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
1674         * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
1675         * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
1676         * Source/ThirdParty/gtest/scripts/pump.py: Added.
1677         * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
1678         * Source/ThirdParty/gtest/scripts/upload.py: Added.
1679         * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
1680         * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
1681         * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
1682         * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
1683         * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
1684         * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
1685         * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
1686         * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
1687         * Source/ThirdParty/gtest/src/gtest.cc: Added.
1688         * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
1689         * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
1690         * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
1691         * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
1692         * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
1693         * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
1694         * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
1695         * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
1696         * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
1697         * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
1698         * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
1699         * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
1700         * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
1701         * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
1702         * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
1703         * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
1704         * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
1705         * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
1706         * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
1707         * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
1708         * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
1709         * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
1710         * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
1711         * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
1712         * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
1713         * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
1714         * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
1715         * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
1716         * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
1717         * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
1718         * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
1719         * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
1720         * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
1721         * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
1722         * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
1723         * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
1724         * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
1725         * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
1726         * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
1727         * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
1728         * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
1729         * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
1730         * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
1731         * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
1732         * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
1733         * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
1734         * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
1735         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
1736         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
1737         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
1738         * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
1739         * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
1740         * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
1741         * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
1742         * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
1743         * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
1744         * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
1745         * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
1746         * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
1747         * Source/ThirdParty/gtest/test/production.cc: Added.
1748         * Source/ThirdParty/gtest/test/production.h: Added.
1749         * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
1750         * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
1751         * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
1752         * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
1753         * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
1754         * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
1755         * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
1756         * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
1757         * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
1758         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
1759         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
1760         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
1761         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
1762         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
1763         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
1764         * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
1765         * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
1766         * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
1767
1768 2011-04-13  Ryuan Choi  <ryuan.choi@samsung.com>
1769
1770         Reviewed by Kenneth Rohde Christiansen.
1771
1772         [CMAKE] Separate DerivedSources.
1773         https://bugs.webkit.org/show_bug.cgi?id=58427
1774
1775         Seperate DerivedSources/ to DerivedSources/WebCore and
1776         DerivedSources/JavaScriptCore.
1777
1778         * Source/CMakeLists.txt:
1779         * Source/cmake/OptionsCommon.cmake:
1780         * Source/cmake/WebKitFS.cmake:
1781         * Source/cmake/WebKitHelpers.cmake:
1782         * Source/cmake/WebKitMacros.cmake:
1783
1784 2011-04-13  Tony Chang  <tony@chromium.org>
1785
1786         Ignore files generated from glu.gyp.
1787
1788         * .gitignore:
1789
1790 2011-03-28  Adam Barth  <abarth@webkit.org>
1791
1792         Reviewed by Kenneth Russell.
1793
1794         Move libtess from WebCore/thirdparty to ThirdParty
1795         https://bugs.webkit.org/show_bug.cgi?id=57288
1796
1797         We're putting third party code in Source/ThirdParty these days.
1798
1799         * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
1800         * Source/ThirdParty/glu/glu.gyp: Added.
1801
1802 2011-04-12  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
1803
1804         Reviewed by Eric Seidel.
1805
1806         [QT] Enable JIT build for SH4 platforms.
1807         https://bugs.webkit.org/show_bug.cgi?id=58317
1808         add disable_uitools for SH4 platforms.
1809
1810         * Source/WebKit.pri:
1811
1812 2011-04-11  Anna Cavender  <annacc@chromium.org>
1813
1814         Reviewed by Eric Carlson.
1815
1816         Setup ENABLE(TRACK) feature define
1817         https://bugs.webkit.org/show_bug.cgi?id=53556
1818
1819         * configure.ac:
1820
1821 2011-04-11  Varun Jain  <varunjain@chromium.org>
1822
1823         Reviewed by Darin Fisher.
1824
1825         Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
1826         https://bugs.webkit.org/show_bug.cgi?id=58245
1827
1828         *  Source/WebKit/chromium/public/WebWidget.h:
1829
1830 2011-04-11  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
1831
1832         Reviewed by Oliver Hunt.
1833
1834         SH4 JIT SUPPORT.
1835         https://bugs.webkit.org/show_bug.cgi?id=44329
1836
1837         Enable JIT support for SH4 platforms.
1838
1839         * configure.ac:
1840
1841 2011-04-11  Andreas Kling  <andreas.kling@nokia.com>
1842
1843         Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
1844
1845         * Source/WebKit.pri:
1846
1847 2011-04-09  Keith Kyzivat  <keith.kyzivat@nokia.com>
1848
1849         Reviewed by Laszlo Gombos.
1850
1851         [Qt] Don't link against fontconfig or X11 if embedded
1852         https://bugs.webkit.org/show_bug.cgi?id=58104
1853
1854         * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
1855
1856 2011-04-08  Alpha Lam  <hclam@chromium.org>
1857
1858         Unreviewed, rolling out r83335.
1859         http://trac.webkit.org/changeset/83335
1860         https://bugs.webkit.org/show_bug.cgi?id=53556
1861
1862         GTK and QT bots are broken.
1863
1864         * configure.ac:
1865
1866 2011-04-08  Kristian Amlie  <kristian.amlie@nokia.com>
1867
1868         Reviewed by Andreas Kling.
1869
1870         [Qt] Remove modular references after support for the flag was removed.
1871         https://bugs.webkit.org/show_bug.cgi?id=57018
1872
1873         Removed modular references after support for the flag was removed.
1874
1875         Support was removed because the Qt Modularization project decided we
1876         don't need it. It's better to base decisions on the available
1877         information, as demonstrated in the patch by checking
1878         QT.phonon.includes.
1879
1880         * Source/WebKit.pri:
1881
1882 2011-04-07  Anna Cavender  <annacc@chromium.org>
1883
1884         Reviewed by Eric Carlson.
1885
1886         Setup ENABLE(TRACK) feature define
1887         https://bugs.webkit.org/show_bug.cgi?id=53556
1888
1889         * configure.ac:
1890
1891 2011-04-08  Varun Jain  <varunjain@chromium.org>
1892
1893         Reviewed by Darin Fisher.
1894
1895         Need to extend WebKit chromium API to access text selection
1896         https://bugs.webkit.org/show_bug.cgi?id=57888
1897
1898         *  Source/WebKit/chromium/public/WebFrame.h:
1899         *  Source/WebKit/chromium/public/WebWidget.h:
1900         *  Source/WebKit/chromium/src/WebFrameImpl.cpp:
1901         *  Source/WebKit/chromium/src/WebFrameImpl.h:
1902         *  Source/WebKit/chromium/src/WebPopupMenuImpl.h:
1903         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
1904         *  Source/WebKit/chromium/src/WebViewImpl.h:
1905         *  Source/WebKit/chromium/tests/PopupMenuTest.cpp:
1906
1907 2011-04-08  Jon Lee  <jonlee@apple.com>
1908
1909         Reviewed by David Levin.
1910
1911         adding *.vcproj.*.user to .gitignore for Visual Studio development
1912         https://bugs.webkit.org/show_bug.cgi?id=58097
1913
1914         * .gitignore:
1915
1916 2011-04-07  Eric Seidel  <eric@webkit.org>
1917
1918         Reviewed by Adam Barth.
1919
1920         Add stub support for generating Gtk build system from gyp
1921         https://bugs.webkit.org/show_bug.cgi?id=58086
1922
1923         This adds support for a new --port argument and plumbs through
1924         the necessary paths to allow generating for a port other than Mac.
1925
1926         * Source/gyp/configure:
1927
1928 2011-04-07  Andrew Scherkus  <scherkus@chromium.org>
1929
1930         Revert ENABLE_TRACK patch due to compile failures.
1931
1932         * configure.ac:
1933
1934 2011-04-06  Dai Mikurube  <dmikurube@chromium.org>
1935
1936         Reviewed by David Levin.
1937
1938         Add QUOTA build flag for unified quota API
1939         https://bugs.webkit.org/show_bug.cgi?id=57918
1940
1941         * configure.ac: Added QUOTA build flag
1942
1943 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
1944
1945         Build fix for GTK+ after r82876.
1946
1947         * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
1948         from WTF that DRT uses.
1949
1950 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
1951
1952         Reviewed by Gustavo Noronha Silva.
1953
1954         [GTK] WebGL support
1955         https://bugs.webkit.org/show_bug.cgi?id=31517
1956
1957         * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
1958
1959 2011-04-04  Jon Lee  <jonlee@apple.com>
1960
1961         Reviewed by Eric Seidel.
1962
1963         add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
1964         https://bugs.webkit.org/show_bug.cgi?id=57646
1965
1966         * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
1967
1968 2011-03-31  Xan Lopez  <xlopez@igalia.com>
1969
1970         Reviewed by Martin Robinson.
1971
1972         [GTK] Link explicitly with XRender on Linux/Unix
1973         https://bugs.webkit.org/show_bug.cgi?id=57558
1974
1975         Some linkers, like GNU Gold, require explicit linkage of all the
1976         libraries used instead of relying on our dependencies to bring
1977         them in. In this case, the build fails because we use XRender in
1978         the plugin code but don't link directly to it.
1979
1980         * configure.ac: check for XRender on UNIX.
1981
1982 2011-03-31  Vamshikrishna.Yellenki  <vamshi@motorola.com> and Alejandro G. Castro  <alex@igalia.com>
1983
1984         Reviewed by Martin Robinson.
1985
1986         Implement MiniBrowser for Gtk port.
1987         https://bugs.webkit.org/show_bug.cgi?id=48512
1988
1989         Initial implementation of the Gtk MiniBrowser.
1990
1991         * GNUmakefile.am:
1992
1993 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
1994
1995         [Qt] Typo fix, remove an accidentally added line.
1996
1997         * Source/WebKit.pri:
1998
1999 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
2000
2001         [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
2002
2003         * Source/WebKit.pri:
2004
2005 2011-03-29  Csaba Osztrogonác  <ossy@webkit.org>
2006
2007         Rubber-stamped by Andreas Kling.
2008
2009         [Qt] Remove modular references after support for the flag was removed.
2010         https://bugs.webkit.org/show_bug.cgi?id=57018
2011
2012         Symbian buildfix after r82232.
2013
2014         * Source/WebKit.pri: Readd uitools option.
2015
2016 2011-03-29  Kristian Amlie  <kristian.amlie@nokia.com>
2017
2018         Reviewed by Andreas Kling.
2019
2020         Removed modular references after support for the flag was removed.
2021
2022         Support was removed because the Qt Modularization project decided we
2023         don't need it. It's better to base decisions on the available
2024         information, as demonstrated in the patch by checking
2025         QT.phonon.includes.
2026
2027         In addition, remove the reference to uitools. It has been moved to
2028         QtKernel now, and therefore is always available.
2029
2030         [Qt] Remove modular references after support for the flag was removed.
2031         https://bugs.webkit.org/show_bug.cgi?id=57018
2032
2033         * Source/WebKit.pri:
2034
2035 2011-03-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
2036
2037         Reviewed by Andreas Kling.
2038
2039         [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
2040         https://bugs.webkit.org/show_bug.cgi?id=57087
2041
2042         Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
2043
2044         * Source/WebKit.pri:
2045
2046 2011-03-26  Adam Barth  <abarth@webkit.org>
2047
2048         Reviewed by Eric Seidel.
2049
2050         We shouldn't bother running GYP if the generated files are newer than the GYP files
2051         https://bugs.webkit.org/show_bug.cgi?id=57146
2052
2053         In the common case, this check will avoid any overhead from processing
2054         the GYP files.  Another approach to doing this is to add the feature to
2055         GYP directly, but GYP's approach to this problem is to compute the
2056         output in its entirety and compare it byte-for-byte against the output
2057         file.  In the future, it might make sense to add this approach as an
2058         alternative approach for GYP itself.
2059
2060         I also removed JavaScriptGlue from the script because we're not really
2061         going to change JavaScriptGlue over to GYP.  We were using
2062         JavaScriptGlue as a learning experience.
2063
2064         * Source/gyp/configure:
2065
2066 2011-03-25  Kevin Ollivier  <kevino@theolliviers.com>
2067
2068         [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
2069
2070         * wscript:
2071
2072 2011-03-23  George Guo  <George.Guo@nokia.com>
2073
2074         Reviewed by Darin Adler.
2075
2076         Webkit warning: converting to 'unsigned int' from 'double'
2077         https://bugs.webkit.org/show_bug.cgi?id=56865
2078
2079         With -Werr enabled, this cause the build failure on RedHat Linux. 
2080         Add a cast helped.  
2081
2082         * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
2083         (JSC::getCPUTime):
2084
2085 2011-03-23  Adam Barth  <abarth@webkit.org>
2086
2087         Reviewed by Eric Seidel.
2088
2089         GYP build should default to Production configuration
2090         https://bugs.webkit.org/show_bug.cgi?id=56899
2091
2092         * Source/gyp/common.gypi:
2093
2094 2011-03-22  Adam Barth  <abarth@webkit.org>
2095
2096         Reviewed by Eric Seidel.
2097
2098         gyp/configure shouldn&apos;t require GYP to be in your path
2099         https://bugs.webkit.org/show_bug.cgi?id=56873
2100
2101         Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
2102         instead of requiring GYP to be in the user's path.
2103
2104         * Source/gyp/configure:
2105
2106 2011-03-22  Adam Barth  <abarth@webkit.org>
2107
2108         Reviewed by Eric Seidel.
2109
2110         Add GYP to Source/ThirdParty
2111         https://bugs.webkit.org/show_bug.cgi?id=56870
2112
2113         We probably don't need all the test files, but it seems cleaner to just
2114         check in the whole GYP tree.  GYP is BSD licensed, so it is compatible
2115         with the WebKit license.
2116
2117         * Source/ThirdParty/gyp: Added.
2118
2119 2011-03-21  Alejandro G. Castro  <alex@igalia.com>
2120
2121         Reviewed by Martin Robinson.
2122
2123         [GTK] 1.3.13 release bump
2124         https://bugs.webkit.org/show_bug.cgi?id=56795
2125
2126         Version bump for 1.3.13 and updated NEWS file with release notes.
2127
2128         * configure.ac:
2129
2130 2011-03-21  Ryuan Choi  <ryuan.choi@samsung.com>
2131
2132         Reviewed by Antonio Gomes.
2133
2134         [CMAKE] Add exception handling when PORT was missing.
2135         https://bugs.webkit.org/show_bug.cgi?id=56728
2136
2137         * Source/CMakeLists.txt:
2138
2139 2011-03-10  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
2140
2141         Reviewed by Laszlo Gombos.
2142
2143         [Qt] Text layout is broken on Symbian
2144         https://bugs.webkit.org/show_bug.cgi?id=56046
2145
2146         Change integers included into bitfields to be signed by default on RVCT
2147         compiler as a lot of other compilers do (gcc, msvc, winsc).
2148         There are a lot of places in webkit where integers included in bitfield
2149         are assumed to be signed.
2150
2151         * Source/WebKit.pri:
2152
2153 2011-03-10  Alejandro G. Castro  <alex@igalia.com>
2154
2155         Unreviewed, fixed Efl compilation after r80744.
2156
2157         * Source/cmake/OptionsEfl.cmake:
2158
2159 2011-03-10  Martin Robinson  <mrobinson@igalia.com>
2160
2161         Fixed the help message for WebGL support on GTK+ to reflect the fact that
2162         it's turned off by default and is experimental.
2163
2164         * configure.ac: Fix WebGL help message.
2165
2166 2011-03-04  Dimitri Glazkov  <dglazkov@chromium.org>
2167
2168         Reviewed by Adam Barth.
2169
2170         Add skeletal WebCore.gyp
2171         https://bugs.webkit.org/show_bug.cgi?id=55802
2172
2173         * Source/gyp/configure: Added WebCore.
2174
2175 2011-03-04  Adam Barth  <abarth@webkit.org>
2176
2177         Reviewed by Dimitri Glazkov.
2178
2179         Add a basic configure script for the GYP build
2180         https://bugs.webkit.org/show_bug.cgi?id=55791
2181
2182         This script just calls GYP on the various gyp projects.  As we add more
2183         build systems, this script should be able to select which of them you'd
2184         like to generate the project for.
2185
2186         * Source/gyp/configure: Added.
2187
2188 2011-03-04  Adam Barth  <abarth@webkit.org>
2189
2190         Reviewed by Dimitri Glazkov.
2191
2192         Use target_defaults to reduce boilerplate in GYP build system
2193         https://bugs.webkit.org/show_bug.cgi?id=55790
2194
2195         This file contains GYP declarations that are shared by all the modules.
2196         Currently, we use this to set up the configurations, albeit primitively.
2197
2198         * Source/gyp/common.gypi: Added.
2199
2200 2011-03-03  Kevin Ollivier  <kevino@theolliviers.com>
2201
2202         [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
2203         to make sure the proper unicode/utf8.h header is included.
2204
2205         * wscript:
2206
2207 2011-03-02  Kevin Ollivier  <kevino@theolliviers.com>
2208
2209         [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
2210         included in the ICU headers used by WebKit.
2211
2212         * wscript:
2213
2214 2011-03-02  Daniel Cheng  <dcheng@chromium.org>
2215
2216         Reviewed by David Levin.
2217
2218         Add feature define for data transfer items
2219         https://bugs.webkit.org/show_bug.cgi?id=55510
2220
2221         * Source/cmake/OptionsEfl.cmake:
2222         * Source/cmake/OptionsWinCE.cmake:
2223         * Source/cmakeconfig.h.cmake:
2224         * configure.ac:
2225
2226 >>>>>>> .r80188
2227 2011-03-02  Andras Becsi  <abecsi@webkit.org>
2228
2229         Reviewed by Laszlo Gombos.
2230
2231         [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
2232         https://bugs.webkit.org/show_bug.cgi?id=55478
2233
2234         On case insensitive systems the generated forwarding headers cause build problems.
2235
2236         * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
2237
2238 2011-03-01  Sheriff Bot  <webkit.review.bot@gmail.com>
2239
2240         Unreviewed, rolling out r80079.
2241         http://trac.webkit.org/changeset/80079
2242         https://bugs.webkit.org/show_bug.cgi?id=55547
2243
2244         "Broke the Win debug build?" (Requested by dcheng on #webkit).
2245
2246         * Source/cmake/OptionsEfl.cmake:
2247         * Source/cmake/OptionsWinCE.cmake:
2248         * Source/cmakeconfig.h.cmake:
2249
2250 2011-03-01  Daniel Cheng  <dcheng@chromium.org>
2251
2252         Reviewed by David Levin.
2253
2254         Add feature define for data transfer items
2255         https://bugs.webkit.org/show_bug.cgi?id=55510
2256
2257         * Source/cmake/OptionsEfl.cmake:
2258         * Source/cmake/OptionsWinCE.cmake:
2259         * Source/cmakeconfig.h.cmake:
2260
2261 2011-03-01  Andras Becsi  <abecsi@webkit.org>
2262
2263         Reviewed by Csaba Osztrogonác.
2264
2265         [Qt] Clean up the project files and move common options to WebKit.pri.
2266
2267         Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
2268
2269         * Source/WebKit.pri: Common options should be here.
2270         Also move Mac options to this file to fix the Mac build.
2271
2272 2011-03-01  Andras Becsi  <abecsi@webkit.org>
2273
2274         Unreviewed build fix.
2275
2276         [Qt] Fix minimal build.
2277
2278         * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
2279
2280 2011-02-28  Adam Barth  <abarth@webkit.org>
2281
2282         Reviewed by Dimitri Glazkov.
2283
2284         Teach JavaScriptGlue gyp build about DEPTH
2285         https://bugs.webkit.org/show_bug.cgi?id=55421
2286
2287         Moves the previously JavaScriptGlue-specific GYP helper shell scripts
2288         to the gyp directory in Source, where they can be shared by multiple
2289         frameworks.
2290
2291         * Source/gyp: Added.
2292         * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
2293         * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
2294         * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
2295
2296 2011-02-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
2297
2298         Reviewed by Kenneth Rohde Christiansen.
2299
2300         [Qt][WK2] Add a way to test the WebKit 2 APIs
2301         https://bugs.webkit.org/show_bug.cgi?id=55408
2302
2303         Add the build file for test to the build system.
2304
2305         * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
2306         * Source/WebKit.pro: Add the dependency to build the new test project.
2307
2308 2011-02-28  Balazs Kelemen  <kbalazs@webkit.org>
2309
2310         Reviewed by Anders Carlsson.
2311
2312         [Qt][WK2] Plugin initialization
2313         https://bugs.webkit.org/show_bug.cgi?id=48127
2314
2315         * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
2316         from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
2317
2318 2011-02-28  Kristian Amlie  <kristian.amlie@nokia.com>
2319
2320         Reviewed by Andreas Kling.
2321
2322         Added full webkit module profile and a syncqt profile.
2323
2324         This is for modularized Qt.
2325
2326         [Qt] WebKit patches required to work with a modularized version of Qt
2327         https://bugs.webkit.org/show_bug.cgi?id=53916
2328
2329         * Source/sync.profile: Added.
2330
2331 2011-02-26  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
2332
2333         Reviewed by Laszlo Gombos.
2334
2335         [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
2336         non-production builds.
2337         https://bugs.webkit.org/show_bug.cgi?id=55313
2338
2339         * Source/WebKit.pri:
2340
2341 2011-02-24  Alejandro G. Castro  <alex@igalia.com>
2342
2343         Rubber-stamped by Martin Robinson.
2344
2345         Fixed compilation after r79537, added a bug to solve webkit2
2346         translations:
2347         https://bugs.webkit.org/show_bug.cgi?id=55153
2348
2349         * GNUmakefile.am:
2350
2351 2011-02-24  Christian Dywan  <christian@lanedo.com>
2352
2353         Rubber-stamped by Eric Seidel.
2354
2355         [GTK] webkitgtk 1.3.7 build without translations
2356         https://bugs.webkit.org/show_bug.cgi?id=50612
2357
2358         * GNUmakefile.am: Require stamp-po target for all-local so
2359             that po files are built before they install.
2360
2361 2011-02-22  Philippe Normand  <pnormand@igalia.com>
2362
2363         Reviewed by Martin Robinson.
2364
2365         [GTK] 1.3.12 release preparation
2366         https://bugs.webkit.org/show_bug.cgi?id=54967
2367
2368         Version bump for 1.3.12 and updated NEWS file with release notes.
2369         Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
2370         and Martin.
2371
2372         * Source/WebKit/gtk/NEWS:
2373         * configure.ac:
2374
2375 2011-02-22  Andras Becsi  <abecsi@webkit.org>
2376
2377         Reviewed by Laszlo Gombos.
2378
2379         [Qt] Redesign the build system
2380         https://bugs.webkit.org/show_bug.cgi?id=51339
2381
2382         Part 2.
2383
2384         Build WebCore as a static library, compile the WebKit API and WebKit2 API
2385         in a final step and link to WebKit2, WebCore and JSC libraries to fix
2386         linking issues resulting from stripped away symbols.
2387
2388         * Source/WebKit.pri: Add common include paths
2389         * Source/WebKit.pro: Add new project file to SUBDIRS
2390
2391 2011-02-20  Carlos Garcia Campos  <cgarcia@igalia.com>
2392
2393         Reviewed by Martin Robinson.
2394
2395         [GTK] Bump GTK+3 dependency to 3.0
2396         https://bugs.webkit.org/show_bug.cgi?id=54394
2397
2398         * configure.ac:
2399
2400 2011-02-19  Ryuan Choi  <ryuan.choi@samsung.com>
2401
2402         Reviewed by Martin Robinson.
2403
2404         [GTK] Remove mandatory Enchant dependency
2405         https://bugs.webkit.org/show_bug.cgi?id=51587
2406
2407         Add enable-spellcheck option which decides whether to use enchant.
2408         If disabled, WebKitGTK+ will not use enchant library.
2409
2410         * configure.ac:
2411
2412 2011-02-18  Zan Dobersek  <zandobersek@gmail.com>
2413
2414         Reviewed by Martin Robinson.
2415
2416         [Gtk] Re-enable meter tag support
2417         https://bugs.webkit.org/show_bug.cgi?id=54762
2418
2419         Enable meter tag support in the configure.ac. This feature was
2420         previously enabled by default in the makefile, but should be
2421         enabled here after changes in r78981.
2422
2423         * configure.ac:
2424
2425 2011-02-18  Kristian Amlie  <kristian.amlie@nokia.com>
2426
2427         Reviewed by Kenneth Rohde Christiansen.
2428
2429         Avoided UiTools dependency if the module is not present.
2430
2431         [Qt] WebKit patches required to work with a modularized version of Qt
2432         https://bugs.webkit.org/show_bug.cgi?id=53916
2433
2434         * Source/WebKit.pri:
2435
2436 2011-02-18  Ryuan Choi  <ryuan.choi@samsung.com>
2437
2438         Reviewed by Kent Tamura.
2439
2440         [EFL] Remove GDK dependency.
2441         https://bugs.webkit.org/show_bug.cgi?id=53978
2442
2443         Remove checking GDK library.
2444
2445         * Source/cmake/OptionsEfl.cmake:
2446
2447 2011-02-18  Philippe Normand  <pnormand@igalia.com>
2448
2449         Unreviewed, build fix after r78981
2450
2451         * configure.ac: datagrid is datagrid, it is not database. Also
2452         meter is not progress. Fixed copy/paste mistakes.
2453
2454 2011-02-18  Philippe Normand  <pnormand@igalia.com>
2455
2456         Reviewed by Martin Robinson.
2457
2458         [GTK] minimal build unrecognized options
2459         https://bugs.webkit.org/show_bug.cgi?id=50890
2460
2461         * configure.ac: added new configure options to enable/disable the
2462         meter element, progress element, datagrid and client-based
2463         geolocation support.
2464
2465 2011-02-17  Kevin Ollivier  <kevino@theolliviers.com>
2466
2467         [wx] Build fix after introduction of JavaScriptCore/collector.
2468         
2469         * wscript:
2470
2471 2011-02-17  Kristian Amlie  <kristian.amlie@nokia.com>
2472
2473         Reviewed by Laszlo Gombos.
2474
2475         Updated include paths for phonon.
2476
2477         [Qt] WebKit patches required to work with a modularized version of Qt
2478         https://bugs.webkit.org/show_bug.cgi?id=53916
2479
2480         * Source/WebKit.pri:
2481
2482 2011-02-13  Hayato Ito  <hayato@chromium.org>
2483
2484         Reviewed by Kent Tamura.
2485
2486         Update .gitignore to ignore files which Ninja build system generates.
2487
2488         https://bugs.webkit.org/show_bug.cgi?id=54378
2489
2490         * .gitignore:
2491
2492 2011-02-10  Peter Varga  <pvarga@webkit.org>
2493
2494         Reviewed by Csaba Osztrogonác.
2495
2496         Remove PCRE source from trunk
2497         https://bugs.webkit.org/show_bug.cgi?id=54188
2498
2499         * Source/cmake/WebKitFS.cmake:
2500
2501 2011-02-09  Adam Barth  <abarth@webkit.org>
2502
2503         Reviewed by Steve Block.
2504
2505         Move Android.mk into Source
2506         https://bugs.webkit.org/show_bug.cgi?id=53751
2507
2508         A somewhat blind attempt to move Android.mk into the Source directory.
2509         I'm sure I've goofed this up in some way.  The Android folks have
2510         kindly volunteered to fix this up once they merge past this revision.
2511
2512         * Android.mk: Removed.
2513         * Source/Android.mk: Copied from Android.mk.
2514
2515 2011-02-08  Alejandro G. Castro  <alex@igalia.com>
2516
2517         Reviewed by Martin Robinson.
2518
2519         WebKit2 GTK Fails to Build #include nested too deeply
2520         https://bugs.webkit.org/show_bug.cgi?id=52219
2521
2522         Removed the __STDC_FORMAT_MACROS definition, it is already defined
2523         in the file where PRIxx64 is used before the inclusion so we are
2524         safe.
2525
2526         * configure.ac:
2527
2528 2011-02-08  Kristian Amlie  <kristian.amlie@nokia.com>
2529
2530         Reviewed by Eric Seidel.
2531
2532         Added include paths for QtScript.
2533
2534         WebKit patches required to work with a modularized version of Qt
2535         https://bugs.webkit.org/show_bug.cgi?id=53916
2536
2537         * Source/WebKit.pri:
2538
2539 2011-02-03  Martin Robinson  <mrobinson@igalia.com>
2540
2541         Fix GTK+ WebGL build after r76600.
2542
2543         * configure.ac: Make sure to respect configure.ac conventions 
2544         consistently when it comes to capitalization. Remove an old
2545         reference to enable_3d_canvas.
2546
2547 2011-02-02  Alejandro G. Castro  <alex@igalia.com>
2548
2549         Reviewed by Martin Robinson.
2550
2551         Bump the WebKitGTK+ versions in preparation for development release.
2552
2553         * configure.ac: Bump the library, libtool and user agent version.
2554
2555 2011-02-02  Steve Lacey  <sjl@chromium.org>
2556
2557         Reviewed by Eric Carlson.
2558
2559         Implement basic media statistics on media elements.
2560         https://bugs.webkit.org/show_bug.cgi?id=53322
2561
2562         * configure.ac:
2563
2564 2011-02-02  Kevin Ollivier  <kevino@theolliviers.com>
2565
2566         [wx] Build fixes for wxWebKit.
2567
2568         * wscript:
2569
2570 2010-01-28  Commit Queue  <commit-queue@webkit.org>
2571
2572         Unreviewed.  Test commit for commit-queue@webkit.org.
2573
2574 2010-01-28  Commit Queue  <commit-queue@webkit.org>
2575
2576         Unreviewed.  Test commit for commit-queue@webkit.org.
2577
2578 2010-01-28  Commit Queue  <commit-queue@webkit.org>
2579
2580         Unreviewed.  Test commit for commit-queue@webkit.org.
2581
2582 2011-01-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
2583
2584         Reviewed by Xan Lopez.
2585
2586         [GTK] REGRESSION:  http/tests/media/video-{cookie,referer}.html failing
2587         https://bugs.webkit.org/show_bug.cgi?id=53379
2588
2589         Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
2590         dependency on newer soup to efl as well.
2591
2592         * Source/cmake/OptionsEfl.cmake:
2593
2594 2011-01-29  Daniel Bates  <dbates@rim.com>
2595
2596         Reviewed by Maciej Stachowiak.
2597
2598         Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
2599         https://bugs.webkit.org/show_bug.cgi?id=53382
2600
2601         Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
2602         So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
2603         Therefore, we should remove such references.
2604
2605         * Source/cmake/OptionsCommon.cmake:
2606
2607 2011-01-29  Daniel Bates  <dbates@rim.com>
2608
2609         Reviewed by Eric Seidel.
2610
2611         Move wince/mt19937ar.c to ThirdParty and make it a policy choice
2612         https://bugs.webkit.org/show_bug.cgi?id=53253
2613
2614         Move implementation of Mersenne Twister pseudorandom number generator to
2615         ThirdParty since it is a third party library.
2616
2617         * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
2618
2619 2011-01-29  Dan Winship  <danw@gnome.org>
2620
2621         Reviewed by Xan Lopez.
2622
2623         [GTK] Require the latest glib and libsoup, and remove conditional
2624         support for older versions
2625         https://bugs.webkit.org/show_bug.cgi?id=50675
2626
2627         * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
2628         basically the same work by hand
2629         * configure.ac:
2630
2631 2011-01-28  Martin Robinson  <mrobinson@igalia.com>
2632
2633         [GTK] Build failure with --enable-indexed-database
2634         https://bugs.webkit.org/show_bug.cgi?id=50954
2635
2636         Build fix for IndexedDB support.
2637
2638         * configure.ac: Change the autogen.sh option --enable-indexeddb to
2639         --enable-indexed-database to match the build-webkit option.
2640
2641 2010-01-28  Commit Queue  <commit-queue@webkit.org>
2642
2643         Unreviewed.  Test commit for commit-queue@webkit.org.
2644
2645 2010-01-28  Commit Queue  <commit-queue@webkit.org>
2646
2647         Unreviewed.  Test commit for commit-queue@webkit.org.
2648
2649 2011-01-26  Yael Aharon  <yael.aharon@nokia.com>
2650
2651         Reviewed by Laszlo Gombos.
2652
2653         [Qt][Symbian] Fix --minimal build
2654         https://bugs.webkit.org/show_bug.cgi?id=52839
2655
2656         Move definition of USE_SYSTEM_MALLOC out of pri file.
2657         Put it in platform.h instead.
2658
2659         * Source/WebKit.pri:
2660
2661 2011-01-26  Csaba Osztrogonác  <ossy@webkit.org>
2662
2663         Reviewed by Andreas Kling.
2664
2665         [Qt] Fix qt_minimal build
2666         https://bugs.webkit.org/show_bug.cgi?id=53172
2667
2668         * Source/WebKit.pri:
2669
2670 2011-01-25  Patrick Gansterer  <paroga@webkit.org>
2671
2672         Reviewed by Adam Barth.
2673
2674         Move main CMakeLists.txt into Source directory
2675         https://bugs.webkit.org/show_bug.cgi?id=52888
2676
2677         * CMakeLists.txt: Removed.
2678         * Source/CMakeLists.txt: Copied from CMakeLists.txt.
2679         * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
2680         * cmakeconfig.h.cmake: Removed.
2681
2682 2011-01-24  Chris Marrin  <cmarrin@apple.com>
2683
2684         Reviewed by Eric Seidel.
2685
2686         Change ENABLE_3D_CANVAS to ENABLE_WEBGL
2687         https://bugs.webkit.org/show_bug.cgi?id=53041
2688
2689         * configure.ac:
2690         
2691 2011-01-24  Peter Gal  <galpeter@inf.u-szeged.hu>
2692
2693         Rubber-stamped by Csaba Osztrogonác.
2694
2695         * runtime: Removed. It was accidentally created by r76457.
2696
2697 2011-01-24  Andras Becsi  <abecsi@webkit.org>
2698
2699         Reviewed by Csaba Osztrogonác.
2700
2701         [Qt] Move project files into Source
2702         https://bugs.webkit.org/show_bug.cgi?id=52891
2703
2704         * Source/DerivedSources.pro: Copied from DerivedSources.pro.
2705         * Source/WebKit.pri: Renamed from WebKit.pri.
2706         * Source/WebKit.pro: Added.
2707         * Source/common.pri: Renamed from common.pri.
2708         * WebKit.pro: Removed.
2709
2710 2011-01-20  Siddharth Mathur  <siddharth.mathur@nokia.com>
2711
2712         Reviewed by Laszlo Gombos.
2713
2714         [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
2715         https://bugs.webkit.org/show_bug.cgi?id=52835
2716
2717         * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
2718
2719 2011-01-20  Alejandro G. Castro  <alex@igalia.com>
2720
2721         Reviewed by Andreas Kling.
2722
2723         [GTK] Fix typo in the webkit2 section of the configure.ac file
2724         https://bugs.webkit.org/show_bug.cgi?id=52801
2725
2726         Fixed typo in the GTK WebKit2 compilation.
2727
2728         * configure.ac:
2729
2730 2011-01-19  Kimmo Kinnunen  <kimmo.t.kinnunen@nokia.com>
2731
2732         Reviewed by Andreas Kling.
2733
2734         Enable usage of Google ld if it exist but is not on by default.
2735
2736         [Qt] Enable the google ld if it exist but is not on by default
2737         https://bugs.webkit.org/show_bug.cgi?id=52625
2738
2739         * common.pri: flip the test.
2740
2741 2011-01-18  Mihai Parparita  <mihaip@chromium.org>
2742
2743         Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
2744         
2745         * .gitignore:
2746
2747 2011-01-18  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
2748
2749         Reviewed by Simon Fraser.
2750
2751         Support background-clip: content-box
2752         https://bugs.webkit.org/show_bug.cgi?id=48771
2753
2754         Addded content-box as a valid background-clip value.
2755
2756         * WebCore/css/CSSParser.cpp:
2757         (WebCore::parseBackgroundClip):
2758
2759 2011-01-18  Hayato Ito  <hayato@chromium.org>
2760
2761         Reviewed by Kent Tamura.
2762
2763         Update .gitignore file to reflect a recent WebKit directory movement.
2764
2765         https://bugs.webkit.org/show_bug.cgi?id=52618
2766
2767         * .gitignore:
2768
2769 2011-01-16  Adam Barth  <abarth@webkit.org>
2770
2771         Rubber-stamped by Eric Seidel.
2772
2773         Move WebKit into Source
2774         https://bugs.webkit.org/show_bug.cgi?id=52530
2775
2776         * Android.mk:
2777         * CMakeLists.txt:
2778         * DerivedSources.pro:
2779         * GNUmakefile.am:
2780         * Makefile:
2781         * WebKit.pri:
2782         * WebKit.pro:
2783         * configure.ac:
2784         * wscript:
2785
2786 2011-01-15  Adam Barth  <abarth@webkit.org>
2787
2788         Rubber-stamped by Eric Seidel.
2789
2790         Move WebKit2 into Source
2791         https://bugs.webkit.org/show_bug.cgi?id=52438
2792
2793         Update reference to WebKit2.
2794
2795         * DerivedSources.pro:
2796         * GNUmakefile.am:
2797         * Makefile:
2798         * Source/cmake/WebKitPackaging.cmake:
2799         * WebKit.pro:
2800         * configure.ac:
2801
2802 2011-01-14  Ahmad Sharif  <asharif.tools@gmail.com>
2803
2804         Reviewed by Darin Fisher.
2805
2806         When inlining is performed, the progress variable is
2807         declared as uninitialized.
2808         https://bugs.webkit.org/show_bug.cgi?id=51084
2809
2810         * WebCore: Copied from WebCore.
2811         * WebCore/page/animation/KeyframeAnimation.cpp:
2812         (WebCore::KeyframeAnimation::animate):
2813         (WebCore::KeyframeAnimation::getAnimatedStyle):
2814
2815 2011-01-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
2816
2817         Reviewed by Csaba Osztrogonác.
2818
2819         [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
2820         https://bugs.webkit.org/show_bug.cgi?id=52223
2821
2822         Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
2823         that QtWebKit builds with QT_NO_CONCURRENT defined.
2824
2825         * WebKit.pri:
2826
2827 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
2828
2829         Unreviewed. Update .gitignore with new Chromium dependency.
2830         
2831         ui/ was added with http://crrev.com/70743, we picked that up with a
2832         Chromium roll in r75311.
2833         
2834         Also alphabetizes the dependency list.
2835
2836         * .gitignore:
2837
2838 2011-01-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
2839
2840         Reviewed by Csaba Osztrogonác.
2841
2842         [Qt] Baseline qt_minimal configuration
2843         https://bugs.webkit.org/show_bug.cgi?id=51313
2844
2845         * WebKit.pri: List the supported QT_NO_FEATURE flags
2846         under qt_minimal configuration.
2847
2848 2011-01-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
2849
2850         Reviewed by Eric Seidel.
2851
2852         [EFL] Enable JIT for WebKit EFL
2853         https://bugs.webkit.org/show_bug.cgi?id=52140
2854
2855         Enable JIT option for WebKit EFL. Enabled JIT's JS performance is 
2856         3 ~ 6 times faster than before.
2857
2858         * Source/cmake/OptionsEfl.cmake:
2859
2860 2011-01-10  Martin Robinson  <mrobinson@igalia.com>
2861
2862         Reviewed by Gustavo Noronha.
2863
2864         Bump the WebKitGTK+ versions in preparation for development release.
2865
2866         * configure.ac: Bump the library, libtool and user agent version.
2867
2868 2011-01-10  Xan Lopez  <xlopez@igalia.com>
2869
2870         Reviewed by Martin Robinson.
2871
2872         [GTK] Create intermediate libWebCore library
2873         https://bugs.webkit.org/show_bug.cgi?id=52116
2874
2875         * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
2876         used by both libWebCore and libwebkitgtk now.
2877
2878 2011-01-08  Patrick Gansterer  <paroga@webkit.org>
2879
2880         Unreviewed wx build fix for r75313.
2881
2882         * wscript: Added missing brace.
2883
2884 2011-01-07  Adam Barth  <abarth@webkit.org>
2885
2886         Rubber-stamped by Eric Seidel.
2887
2888         Move WebCore to Source
2889         https://bugs.webkit.org/show_bug.cgi?id=52050
2890
2891         Update build files and metadata to point to WebCore's new location.
2892
2893         * .gitattributes:
2894         * .gitignore:
2895         * Android.mk:
2896         * CMakeLists.txt:
2897         * DerivedSources.pro:
2898         * GNUmakefile.am:
2899         * Makefile:
2900         * Source/autotools/webkit.m4:
2901         * Source/cmake/OptionsEfl.cmake:
2902         * WebKit.pri:
2903         * WebKit.pro:
2904         * configure.ac:
2905         * wscript:
2906
2907 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
2908
2909         Reviewed by Eric Seidel.
2910
2911         [GTK] Initial build support for WebGL
2912         https://bugs.webkit.org/show_bug.cgi?id=51716
2913
2914         * configure.ac: Add a configure option for WebGL.
2915
2916 2011-01-06  Michael Saboff  <msaboff@apple.com>
2917
2918         Reviewed by Gavin Barraclough.
2919
2920         Enhancement: Add Regexp Debug Compare between JIT and Interpreter
2921         https://bugs.webkit.org/show_bug.cgi?id=51834
2922
2923         * JavaScriptCore: Copied from JavaScriptCore.
2924
2925 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
2926
2927         Reviewed by Xan Lopez.
2928
2929         [GTK] Enable blob support by default
2930         https://bugs.webkit.org/show_bug.cgi?id=51994
2931
2932         * configure.ac: Enable Blob support by default.
2933
2934 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
2935
2936         Reviewed by Andreas Kling.
2937
2938         [CMake] Fix the usage of SOURCE_GROUP
2939         https://bugs.webkit.org/show_bug.cgi?id=51739
2940
2941         * Source/cmake/WebKitMacros.cmake:
2942
2943 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
2944
2945         Reviewed by Andreas Kling.
2946
2947         [WINCE] Remove CMake warning
2948         https://bugs.webkit.org/show_bug.cgi?id=51921
2949
2950         * Source/cmake/WebKitHelpers.cmake:
2951
2952 2011-01-04  Martin Robinson  <mrobinson@igalia.com>
2953
2954         Reviewed by David Levin.
2955
2956         .gitignore should be updated to reflect Sources rename to Source
2957         https://bugs.webkit.org/show_bug.cgi?id=51893
2958
2959         * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
2960
2961 2011-01-04  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
2962
2963         Reviewed by Laszlo Gombos.
2964
2965         [Qt] [Symbian] Build system cleanup
2966
2967         After r74811 special handling for the Symbian build is no longer needed.
2968         This patch reverts r58756.
2969
2970         * WebKit.pri:
2971
2972 2011-01-03  Xan Lopez  <xlopez@igalia.com>
2973
2974         Reviewed by Martin Robinson.
2975
2976         * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
2977         variable (like jhbuild).
2978
2979 2011-01-03  Patrick Gansterer  <paroga@webkit.org>
2980
2981         Reviewed by Darin Adler.
2982
2983         [WINCE] Provide third party directory via environment variable
2984         https://bugs.webkit.org/show_bug.cgi?id=51643
2985
2986         * Source/cmake/OptionsWinCE.cmake:
2987
2988 2011-01-03  Xan Lopez  <xlopez@igalia.com>
2989
2990         Reviewed by Martin Robinson.
2991
2992         Use autoreconf instead of calling manually all the usual commands.
2993
2994         * autogen.sh: call autoreconf instead of
2995         aclocal/autoheader/autoconf/automake/libtoolize.
2996
2997 2011-01-03  Xan Lopez  <xlopez@igalia.com>
2998
2999         Reviewed by Martin Robinson.
3000
3001         [GTK] Disable superfluous GNU make built-in implicit rules
3002         https://bugs.webkit.org/show_bug.cgi?id=51826
3003
3004         GNU make ships some superflous built-in rules that we never use
3005         and that end up adding up to a very significant portion of our
3006         total Makefile processing time. Disable them completely by
3007         defining the rule without any recipe, as suggested by the GNU make
3008         manual (10.5.6, Cancelling Implicit Rules).
3009
3010         In my system the null-build goes from:
3011
3012         make  43.51s user 12.77s system 99% cpu 56.628 total
3013
3014         to:
3015
3016         make  31.45s user 11.59s system 99% cpu 43.227 total
3017
3018         * GNUmakefile.am: disable implicit built-in rules.
3019
3020 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
3021
3022         Unreviewed. Update .gitignore with new JavaScriptCore location.
3023
3024         * .gitignore:
3025
3026 2011-01-02  Patrick Gansterer  <paroga@webkit.org>
3027
3028         [CMake] Unreviewed build fix.
3029
3030         * CMakeLists.txt:
3031         * Source/cmake/OptionsCommon.cmake:
3032
3033 2011-01-01  Adam Barth  <abarth@webkit.org>
3034
3035         Reviewed by Eric Seidel.
3036
3037         Move JavaScriptCore to Source
3038         https://bugs.webkit.org/show_bug.cgi?id=51604
3039
3040         Update references to JavaScriptCore to point to the new location.
3041
3042         * Android.mk:
3043         * CMakeLists.txt:
3044         * DerivedSources.pro:
3045         * GNUmakefile.am:
3046         * Makefile:
3047         * WebKit.pri:
3048         * WebKit.pro:
3049         * wscript:
3050
3051 2011-01-01  Adam Barth  <abarth@webkit.org>
3052
3053         Reviewed by Eric Seidel.
3054
3055         Move Sources to Source
3056         https://bugs.webkit.org/show_bug.cgi?id=51794
3057
3058         Update build files to point to the new location.
3059
3060         * CMakeLists.txt:
3061         * GNUmakefile.am:
3062         * Makefile:
3063         * autogen.sh:
3064         * configure.ac:
3065
3066 2010-12-31  Adam Barth  <abarth@webkit.org>
3067
3068         Rubber-stamped by Eric Seidel.
3069
3070         Move HTML and XML parser benchmarks into PerformanceTests/Parser
3071         https://bugs.webkit.org/show_bug.cgi?id=51772
3072
3073         Actually move the directory.
3074
3075         * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
3076
3077 2010-12-31  Adam Barth  <abarth@webkit.org>
3078
3079         Rubber-stamped by Eric Seidel.
3080
3081         Move PageLoadTests to PerformanceTests/PageLoad
3082         https://bugs.webkit.org/show_bug.cgi?id=51771
3083
3084         Actually move the directory.
3085
3086         * PageLoadTests: Removed.
3087         * PageLoadTests/svg: Removed.
3088         * PageLoadTests/svg/LICENSES: Removed.
3089         * PageLoadTests/svg/files: Removed.
3090         * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
3091         * PageLoadTests/svg/files/42450-under the see.svg: Removed.
3092         * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
3093         * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
3094         * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
3095         * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
3096         * PageLoadTests/svg/files/bamboo_01.svg: Removed.
3097         * PageLoadTests/svg/files/cacuts_01.svg: Removed.
3098         * PageLoadTests/svg/files/cowboy.svg: Removed.
3099         * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
3100         * PageLoadTests/svg/files/deb9frac1.svg: Removed.
3101         * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
3102         * PageLoadTests/svg/files/france.svg: Removed.
3103         * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
3104         * PageLoadTests/svg/files/gearflowers.svg: Removed.
3105         * PageLoadTests/svg/files/hereGear4.svg: Removed.
3106         * PageLoadTests/svg/files/mtsthelens.svg: Removed.
3107         * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
3108         * PageLoadTests/svg/files/world-iso.svg: Removed.
3109         * PageLoadTests/svg/files/worldcup.svg: Removed.
3110         * PageLoadTests/svg/svg.pltsuite: Removed.
3111         * PerformanceTests/PageLoad: Copied from PageLoadTests.
3112         * Sources/cmake/WebKitPackaging.cmake:
3113
3114 2010-12-31  Adam Barth  <abarth@webkit.org>
3115
3116         Rubber-stamped by Eric Seidel.
3117
3118         Move SunSpider into PerformanceTests
3119         https://bugs.webkit.org/show_bug.cgi?id=51769
3120
3121         Actually move the directory.
3122
3123         * PerformanceTests: Added.
3124         * PerformanceTests/SunSpider: Copied from SunSpider.
3125         * Sources/cmake/WebKitPackaging.cmake:
3126         * SunSpider: Removed.
3127         * SunSpider/SunSpider.make: Removed.
3128         * SunSpider/TODO: Removed.
3129         * SunSpider/UNCOVERED: Removed.
3130         * SunSpider/hosted: Removed.
3131         * SunSpider/hosted/json2.js: Removed.
3132         * SunSpider/hosted/sunspider.css: Removed.
3133         * SunSpider/hosted/sunspider.html: Removed.
3134         * SunSpider/hosted/versions.html: Removed.
3135         * SunSpider/make-hosted: Removed.
3136         * SunSpider/resources: Removed.
3137         * SunSpider/resources/TEMPLATE.html: Removed.
3138         * SunSpider/resources/driver-TEMPLATE.html: Removed.
3139         * SunSpider/resources/results-TEMPLATE.html: Removed.
3140         * SunSpider/resources/sunspider-analyze-results.js: Removed.
3141         * SunSpider/resources/sunspider-compare-results.js: Removed.
3142         * SunSpider/resources/sunspider-standalone-compare.js: Removed.
3143         * SunSpider/resources/sunspider-standalone-driver.js: Removed.
3144         * SunSpider/sunspider: Removed.
3145         * SunSpider/sunspider-compare-results: Removed.
3146         * SunSpider/tests: Removed.
3147         * SunSpider/tests/parse-only: Removed.
3148         * SunSpider/tests/parse-only/LIST: Removed.
3149         * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
3150         * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
3151         * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
3152         * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
3153         * SunSpider/tests/sunspider-0.9: Removed.
3154         * SunSpider/tests/sunspider-0.9.1: Removed.
3155         * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
3156         * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
3157         * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
3158         * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
3159         * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
3160         * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
3161         * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
3162         * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
3163         * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
3164         * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
3165         * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
3166         * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
3167         * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
3168         * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
3169         * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
3170         * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
3171         * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
3172         * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
3173         * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
3174         * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
3175         * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
3176         * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
3177         * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
3178         * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
3179         * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
3180         * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
3181         * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
3182         * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
3183         * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
3184         * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
3185         * SunSpider/tests/sunspider-0.9/LIST: Removed.
3186         * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
3187         * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
3188         * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
3189         * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
3190         * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
3191         * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
3192         * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
3193         * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
3194         * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
3195         * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
3196         * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
3197         * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
3198         * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
3199         * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
3200         * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
3201         * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
3202         * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
3203         * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
3204         * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
3205         * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
3206         * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
3207         * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
3208         * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
3209         * SunSpider/tests/ubench: Removed.
3210         * SunSpider/tests/ubench/LIST: Removed.
3211         * SunSpider/tests/ubench/function-closure.js: Removed.
3212         * SunSpider/tests/ubench/function-correct-args.js: Removed.
3213         * SunSpider/tests/ubench/function-empty.js: Removed.
3214         * SunSpider/tests/ubench/function-excess-args.js: Removed.
3215         * SunSpider/tests/ubench/function-missing-args.js: Removed.
3216         * SunSpider/tests/ubench/function-sum.js: Removed.
3217         * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
3218         * SunSpider/tests/ubench/loop-empty.js: Removed.
3219         * SunSpider/tests/ubench/loop-sum.js: Removed.
3220         * SunSpider/tests/v8-v4: Removed.
3221         * SunSpider/tests/v8-v4/LIST: Removed.
3222         * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
3223         * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
3224         * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
3225         * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
3226         * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
3227         * SunSpider/tests/v8-v4/v8-richards.js: Removed.
3228         * SunSpider/tests/v8-v4/v8-splay.js: Removed.
3229         * SunSpider/tests/v8-v5: Removed.
3230         * SunSpider/tests/v8-v5/LIST: Removed.
3231         * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
3232         * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
3233         * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
3234         * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
3235         * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
3236         * SunSpider/tests/v8-v5/v8-richards.js: Removed.
3237         * SunSpider/tests/v8-v5/v8-splay.js: Removed.
3238         * SunSpider/tests/v8-v6: Removed.
3239         * SunSpider/tests/v8-v6/LIST: Removed.
3240         * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
3241         * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
3242         * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
3243         * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
3244         * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
3245         * SunSpider/tests/v8-v6/v8-richards.js: Removed.
3246         * SunSpider/tests/v8-v6/v8-splay.js: Removed.
3247         * SunSpider/xcopy.excludes: Removed.
3248
3249 2010-12-30  Konstantin Tokarev  <annulen@yandex.ru>
3250
3251         Reviewed by David Kilzer.
3252
3253         [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
3254         used
3255         https://bugs.webkit.org/show_bug.cgi?id=51672
3256
3257         * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
3258
3259 2010-12-29  Philippe Normand  <pnormand@igalia.com>
3260
3261         Reviewed by Martin Robinson.
3262
3263         [GTK] minimal build fails at link time due to missing sqlite3 symbols
3264         https://bugs.webkit.org/show_bug.cgi?id=51327
3265
3266         * configure.ac: Error out if SQLite3 wasn't found while at least
3267         one of the features depending on it has been enabled.
3268
3269 2010-12-29  Patrick Gansterer  <paroga@webkit.org>
3270
3271         Unreviewed. Use gcc as default preprocessor.
3272
3273         * Sources/cmake/OptionsCommon.cmake:
3274
3275 2010-12-27  Ryuan Choi  <ryuan.choi@samsung.com>
3276
3277         Reviewed by David Levin.
3278
3279         [EFL] Change path of eflsymbols.filter
3280         https://bugs.webkit.org/show_bug.cgi?id=51659
3281
3282         * Sources/cmake/OptionsEfl.cmake: 
3283
3284 2010-12-26  Adam Barth  <abarth@webkit.org>
3285
3286         Reviewed by Eric Siedel.
3287
3288         Move autotools into Sources
3289         https://bugs.webkit.org/show_bug.cgi?id=51630
3290
3291         * .gitignore:
3292         * GNUmakefile.am:
3293         * Sources/autotools: Copied from autotools.
3294         * autogen.sh:
3295         * autotools: Removed.
3296         * autotools/acinclude.m4: Removed.
3297         * autotools/dolt.m4: Removed.
3298         * autotools/gsettings.m4: Removed.
3299         * autotools/symbols.filter: Removed.
3300         * autotools/webkit.m4: Removed.
3301         * configure.ac:
3302
3303 2010-12-26  Adam Barth  <abarth@webkit.org>
3304
3305         Reviewed by Eric Seidel.
3306
3307         Move cmake into Sources
3308         https://bugs.webkit.org/show_bug.cgi?id=51631
3309
3310         * CMakeLists.txt:
3311         * Sources/cmake: Copied from cmake.
3312         * cmake: Removed.
3313         * cmake/FindCFLite.cmake: Removed.
3314         * cmake/FindCairo.cmake: Removed.
3315         * cmake/FindEFL.cmake: Removed.
3316         * cmake/FindFontconfig.cmake: Removed.
3317         * cmake/FindFreetype.cmake: Removed.
3318         * cmake/FindGDK-PixBuf.cmake: Removed.
3319         * cmake/FindGDK.cmake: Removed.
3320         * cmake/FindGIO.cmake: Removed.
3321         * cmake/FindGStreamer-App.cmake: Removed.
3322         * cmake/FindGStreamer-Base.cmake: Removed.
3323         * cmake/FindGStreamer-Interfaces.cmake: Removed.
3324         * cmake/FindGStreamer-Pbutils.cmake: Removed.
3325         * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
3326         * cmake/FindGStreamer-Video.cmake: Removed.
3327         * cmake/FindGStreamer.cmake: Removed.
3328         * cmake/FindGlib.cmake: Removed.
3329         * cmake/FindGperf.cmake: Removed.
3330         * cmake/FindGthread.cmake: Removed.
3331         * cmake/FindICU.cmake: Removed.
3332         * cmake/FindLibSoup2.cmake: Removed.
3333         * cmake/FindLibXlst.cmake: Removed.
3334         * cmake/FindPango.cmake: Removed.
3335         * cmake/FindSqlite.cmake: Removed.
3336         * cmake/LibFindMacros.cmake: Removed.
3337         * cmake/OptionsCommon.cmake: Removed.
3338         * cmake/OptionsEfl.cmake: Removed.
3339         * cmake/OptionsWinCE.cmake: Removed.
3340         * cmake/OptionsWindows.cmake: Removed.
3341         * cmake/WebKitEfl.cmake: Removed.
3342         * cmake/WebKitFS.cmake: Removed.
3343         * cmake/WebKitFeatures.cmake: Removed.
3344         * cmake/WebKitHelpers.cmake: Removed.
3345         * cmake/WebKitMacros.cmake: Removed.
3346         * cmake/WebKitPackaging.cmake: Removed.
3347         * cmake/eflsymbols.filter: Removed.
3348
3349 2010-12-26  Adam Barth  <abarth@webkit.org>
3350
3351         Fix some references to the old location of the WebKit website in git
3352         metadata files.
3353
3354         * .gitattributes:
3355
3356 2010-12-25  Adam Barth  <abarth@webkit.org>
3357
3358         Reviewed by Eric Seidel.
3359
3360         Move ANGLE to Sources/ThirdParty
3361         https://bugs.webkit.org/show_bug.cgi?id=51605
3362
3363         Actually move ANGLE and update the Makefile.
3364
3365         * ANGLE: Removed.
3366         * ANGLE/ANGLE.xcodeproj: Removed.
3367         * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
3368         * ANGLE/Configurations: Removed.
3369         * ANGLE/Configurations/ANGLE.xcconfig: Removed.
3370         * ANGLE/Configurations/Base.xcconfig: Removed.
3371         * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
3372         * ANGLE/Makefile: Removed.
3373         * ANGLE/include: Removed.
3374         * ANGLE/include/EGL: Removed.
3375         * ANGLE/include/EGL/egl.h: Removed.
3376         * ANGLE/include/EGL/eglext.h: Removed.
3377         * ANGLE/include/EGL/eglplatform.h: Removed.
3378         * ANGLE/include/GLES2: Removed.
3379         * ANGLE/include/GLES2/gl2.h: Removed.
3380         * ANGLE/include/GLES2/gl2ext.h: Removed.
3381         * ANGLE/include/GLES2/gl2platform.h: Removed.
3382         * ANGLE/include/GLSLANG: Removed.
3383         * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
3384         * ANGLE/include/KHR: Removed.
3385         * ANGLE/include/KHR/khrplatform.h: Removed.
3386         * ANGLE/src: Removed.
3387         * ANGLE/src/build_angle.xcodeproj: Removed.
3388         * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
3389         * ANGLE/src/common: Removed.
3390         * ANGLE/src/common/angleutils.h: Removed.
3391         * ANGLE/src/common/debug.cpp: Removed.
3392         * ANGLE/src/common/debug.h: Removed.
3393         * ANGLE/src/compiler: Removed.
3394         * ANGLE/src/compiler/BaseTypes.h: Removed.
3395         * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
3396         * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
3397         * ANGLE/src/compiler/Common.h: Removed.
3398         * ANGLE/src/compiler/ConstantUnion.h: Removed.
3399         * ANGLE/src/compiler/InfoSink.cpp: Removed.
3400         * ANGLE/src/compiler/InfoSink.h: Removed.
3401         * ANGLE/src/compiler/Initialize.cpp: Removed.
3402         * ANGLE/src/compiler/Initialize.h: Removed.
3403         * ANGLE/src/compiler/InitializeDll.cpp: Removed.
3404         * ANGLE/src/compiler/InitializeDll.h: Removed.
3405         * ANGLE/src/compiler/InitializeGlobals.h: Removed.
3406         * ANGLE/src/compiler/InitializeParseContext.h: Removed.
3407         * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
3408         * ANGLE/src/compiler/Intermediate.cpp: Removed.
3409         * ANGLE/src/compiler/MMap.h: Removed.
3410         * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
3411         * ANGLE/src/compiler/OutputGLSL.h: Removed.
3412         * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
3413         * ANGLE/src/compiler/OutputHLSL.h: Removed.
3414         * ANGLE/src/compiler/ParseHelper.cpp: Removed.
3415         * ANGLE/src/compiler/ParseHelper.h: Removed.
3416         * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
3417         * ANGLE/src/compiler/PoolAlloc.h: Removed.
3418         * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
3419         * ANGLE/src/compiler/QualifierAlive.h: Removed.
3420         * ANGLE/src/compiler/RemoveTree.cpp: Removed.
3421         * ANGLE/src/compiler/RemoveTree.h: Removed.
3422         * ANGLE/src/compiler/ShHandle.h: Removed.
3423         * ANGLE/src/compiler/ShaderLang.cpp: Removed.
3424         * ANGLE/src/compiler/SymbolTable.cpp: Removed.
3425         * ANGLE/src/compiler/SymbolTable.h: Removed.
3426         * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
3427         * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
3428         * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
3429         * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
3430         * ANGLE/src/compiler/Types.h: Removed.
3431         * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
3432         * ANGLE/src/compiler/UnfoldSelect.h: Removed.
3433         * ANGLE/src/compiler/debug.cpp: Removed.
3434         * ANGLE/src/compiler/debug.h: Removed.
3435         * ANGLE/src/compiler/glslang.l: Removed.
3436         * ANGLE/src/compiler/glslang.y: Removed.
3437         * ANGLE/src/compiler/intermOut.cpp: Removed.
3438         * ANGLE/src/compiler/intermediate.h: Removed.
3439         * ANGLE/src/compiler/localintermediate.h: Removed.
3440         * ANGLE/src/compiler/osinclude.h: Removed.
3441         * ANGLE/src/compiler/ossource_posix.cpp: Removed.
3442         * ANGLE/src/compiler/ossource_win.cpp: Removed.
3443         * ANGLE/src/compiler/parseConst.cpp: Removed.
3444         * ANGLE/src/compiler/preprocessor: Removed.
3445         * ANGLE/src/compiler/preprocessor/atom.c: Removed.
3446         * ANGLE/src/compiler/preprocessor/atom.h: Removed.
3447         * ANGLE/src/compiler/preprocessor/compile.h: Removed.
3448         * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
3449         * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
3450         * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
3451         * ANGLE/src/compiler/preprocessor/memory.c: Removed.
3452         * ANGLE/src/compiler/preprocessor/memory.h: Removed.
3453         * ANGLE/src/compiler/preprocessor/parser.h: Removed.
3454         * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
3455         * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
3456         * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
3457         * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
3458         * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
3459         * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
3460         * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
3461         * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
3462         * ANGLE/src/compiler/tools: Removed.
3463         * ANGLE/src/compiler/unistd.h: Removed.
3464         * ANGLE/src/libEGL: Removed.
3465         * ANGLE/src/libEGL/Config.cpp: Removed.
3466         * ANGLE/src/libEGL/Config.h: Removed.
3467         * ANGLE/src/libEGL/Display.cpp: Removed.
3468         * ANGLE/src/libEGL/Display.h: Removed.
3469         * ANGLE/src/libEGL/Surface.cpp: Removed.
3470         * ANGLE/src/libEGL/Surface.h: Removed.
3471         * ANGLE/src/libEGL/libEGL.cpp: Removed.
3472         * ANGLE/src/libEGL/libEGL.def: Removed.
3473         * ANGLE/src/libEGL/libEGL.vcproj: Removed.
3474         * ANGLE/src/libEGL/main.cpp: Removed.
3475         * ANGLE/src/libEGL/main.h: Removed.
3476         * ANGLE/src/libGLESv2: Removed.
3477         * ANGLE/src/libGLESv2/Blit.cpp: Removed.
3478         * ANGLE/src/libGLESv2/Blit.h: Removed.
3479         * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
3480         * ANGLE/src/libGLESv2/Buffer.h: Removed.
3481         * ANGLE/src/libGLESv2/Context.cpp: Removed.
3482         * ANGLE/src/libGLESv2/Context.h: Removed.
3483         * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
3484         * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
3485         * ANGLE/src/libGLESv2/Program.cpp: Removed.
3486         * ANGLE/src/libGLESv2/Program.h: Removed.
3487         * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
3488         * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
3489         * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
3490         * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
3491         * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
3492         * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
3493         * ANGLE/src/libGLESv2/Shader.cpp: Removed.
3494         * ANGLE/src/libGLESv2/Shader.h: Removed.
3495         * ANGLE/src/libGLESv2/Texture.cpp: Removed.
3496         * ANGLE/src/libGLESv2/Texture.h: Removed.
3497         * ANGLE/src/libGLESv2/geometry: Removed.
3498         * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
3499         * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
3500         * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
3501         * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
3502         * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
3503         * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
3504         * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
3505         * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
3506         * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
3507         * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
3508         * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
3509         * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
3510         * ANGLE/src/libGLESv2/main.cpp: Removed.
3511         * ANGLE/src/libGLESv2/main.h: Removed.
3512         * ANGLE/src/libGLESv2/mathutil.h: Removed.
3513         * ANGLE/src/libGLESv2/utilities.cpp: Removed.
3514         * ANGLE/src/libGLESv2/utilities.h: Removed.
3515         * Makefile:
3516         * Sources/ThirdParty: Added.
3517         * Sources/ThirdParty/ANGLE: Copied from ANGLE.
3518
3519 2010-12-26  Patrick Gansterer  <paroga@webkit.org>
3520
3521         Unreviewed WinCE buildfix after r74626.
3522
3523         * cmake/OptionsWinCE.cmake:
3524
3525 2010-12-24  Darin Adler  <darin@apple.com>
3526
3527         Updated makefiles used by Apple engineers to fix build with the
3528         new JavaScriptGlue location.
3529
3530         * Makefile: Told this to build JavaScriptGlue. Some day we might
3531         want it to descend into Sources instead and use the Makefile there,
3532         but there are problems with sequencing the project builds, so that
3533         can wait.
3534         * Sources/Makefile.shared: Added.
3535
3536 2010-12-24  Ryuan Choi  <ryuan.choi@samsung.com>
3537
3538         Reviewed by Kenneth Rohde Christiansen.
3539
3540         [EFL] Add option to enable Touch Events.
3541         https://bugs.webkit.org/show_bug.cgi?id=49125
3542
3543         Add ENABLE_TOUCH_EVENTS option.
3544
3545         * cmake/OptionsEfl.cmake:
3546         * cmakeconfig.h.cmake:
3547
3548 2010-12-23  Adam Barth  <abarth@webkit.org>
3549
3550         Rubber-stamped by Eric Seidel.
3551
3552         Move JavaScriptGlue into Sources
3553         https://bugs.webkit.org/show_bug.cgi?id=51583
3554
3555         Actually perform the move.
3556
3557         * JavaScriptGlue: Removed.
3558         * JavaScriptGlue/Configurations: Removed.
3559         * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
3560         * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
3561         * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
3562         * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
3563         * JavaScriptGlue/English.lproj: Removed.
3564         * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
3565         * JavaScriptGlue/ForwardingHeaders: Removed.
3566         * JavaScriptGlue/ForwardingHeaders/masm: Removed.
3567         * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
3568         * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
3569         * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
3570         * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
3571         * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
3572         * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
3573         * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
3574         * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
3575         * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
3576         * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
3577         * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
3578         * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
3579         * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
3580         * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
3581         * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
3582         * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
3583         * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
3584         * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
3585         * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
3586         * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
3587         * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
3588         * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
3589         * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
3590         * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
3591         * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
3592         * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
3593         * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
3594         * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
3595         * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
3596         * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
3597         * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
3598         * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
3599         * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
3600         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
3601         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
3602         * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
3603         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
3604         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
3605         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
3606         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
3607         * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
3608         * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
3609         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
3610         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
3611         * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
3612         * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
3613         * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
3614         * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
3615         * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
3616         * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
3617         * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
3618         * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
3619         * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
3620         * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
3621         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
3622         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
3623         * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
3624         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
3625         * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
3626         * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
3627         * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
3628         * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
3629         * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
3630         * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
3631         * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
3632         * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
3633         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
3634         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
3635         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
3636         * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
3637         * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
3638         * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
3639         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
3640         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
3641         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
3642         * JavaScriptGlue/Info.plist: Removed.
3643         * JavaScriptGlue/JSBase.cpp: Removed.
3644         * JavaScriptGlue/JSBase.h: Removed.
3645         * JavaScriptGlue/JSObject.cpp: Removed.
3646         * JavaScriptGlue/JSObject.h: Removed.
3647         * JavaScriptGlue/JSRun.cpp: Removed.
3648         * JavaScriptGlue/JSRun.h: Removed.
3649         * JavaScriptGlue/JSUtils.cpp: Removed.
3650         * JavaScriptGlue/JSUtils.h: Removed.
3651         * JavaScriptGlue/JSValueWrapper.cpp: Removed.
3652         * JavaScriptGlue/JSValueWrapper.h: Removed.
3653         * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
3654         * JavaScriptGlue/JavaScriptGlue.exp: Removed.
3655         * JavaScriptGlue/JavaScriptGlue.h: Removed.
3656         * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
3657         * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
3658         * JavaScriptGlue/LICENSE: Removed.
3659         * JavaScriptGlue/Makefile: Removed.
3660         * JavaScriptGlue/UserObjectImp.cpp: Removed.
3661         * JavaScriptGlue/UserObjectImp.h: Removed.
3662         * JavaScriptGlue/config.h: Removed.
3663         * JavaScriptGlue/icu: Removed.
3664         * JavaScriptGlue/icu/LICENSE: Removed.
3665         * JavaScriptGlue/icu/README: Removed.
3666         * JavaScriptGlue/icu/unicode: Removed.
3667         * JavaScriptGlue/icu/unicode/platform.h: Removed.
3668         * JavaScriptGlue/icu/unicode/putil.h: Removed.
3669         * JavaScriptGlue/icu/unicode/uchar.h: Removed.
3670         * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
3671         * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
3672         * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
3673         * JavaScriptGlue/icu/unicode/uenum.h: Removed.
3674         * JavaScriptGlue/icu/unicode/uiter.h: Removed.
3675         * JavaScriptGlue/icu/unicode/umachine.h: Removed.
3676         * JavaScriptGlue/icu/unicode/urename.h: Removed.
3677         * JavaScriptGlue/icu/unicode/ustring.h: Removed.
3678         * JavaScriptGlue/icu/unicode/utf.h: Removed.
3679         * JavaScriptGlue/icu/unicode/utf16.h: Removed.
3680         * JavaScriptGlue/icu/unicode/utf8.h: Removed.
3681         * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
3682         * JavaScriptGlue/icu/unicode/utypes.h: Removed.
3683         * JavaScriptGlue/icu/unicode/uversion.h: Removed.
3684         * JavaScriptGlue/testjsglue.cpp: Removed.
3685         * Makefile:
3686         * Sources: Added.
3687         * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
3688         * Sources/Makefile: Added.
3689
3690 2010-12-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
3691
3692         Reviewed by Kenneth Rohde Christiansen.
3693
3694         [EFL] Fix ContextMenu removal
3695         https://bugs.webkit.org/show_bug.cgi?id=51530
3696
3697         Fix ContextMenu removal
3698
3699         In r74207 the support for ContextMenu was removed from EFL while the
3700         code is being ported to the new CROSS_PLATFORM_MENUS due to build
3701         breakage.  However there were some missing removals in the shutdown
3702         logic that introduced a bug, leading to a segmentation fault when
3703         ContexController was destroyed.
3704
3705         The best way to effectively disable the ContextMenu is to conditionally
3706         compile the meaningful stuff by surrounding with "#if
3707         ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
3708
3709         * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
3710         implement CROSS_PLATFORM_MENUS yet.
3711
3712 2010-12-22  Xan Lopez  <xlopez@igalia.com>
3713
3714         Reviewed by Gustavo Noronha.
3715
3716         * configure.ac: bump version to 1.3.9.
3717
3718 2010-12-22  Xan Lopez  <xlopez@igalia.com>
3719
3720         Reviewed by Gustavo Noronha.
3721
3722         [GTK] Compilation fixes with GTK+ 2.91.7
3723         https://bugs.webkit.org/show_bug.cgi?id=51487
3724
3725         * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
3726
3727 2010-12-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3728
3729         Reviewed by Antonio Gomes.
3730
3731         [EFL] Sets default user agent
3732         https://bugs.webkit.org/show_bug.cgi?id=47903
3733
3734         Add macros for WebKit EFL and User Agent.
3735
3736         * cmake/OptionsEfl.cmake:
3737         * cmakeconfig.h.cmake:
3738
3739 2010-12-20  Adam Barth  <abarth@webkit.org>
3740
3741         Move web sites to Websites directory
3742         https://bugs.webkit.org/show_bug.cgi?id=51323
3743
3744         This patch was never officially reviewed (because it was too large to
3745         upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
3746         Rowe gave me the green light.
3747
3748         * BugsSite: Removed.
3749         * BugsSite/.cvsignore: Removed.
3750         * BugsSite/.htaccess: Removed.
3751         * BugsSite/Bugzilla: Removed.
3752         * BugsSite/Bugzilla.pm: Removed.
3753         * BugsSite/Bugzilla/.cvsignore: Removed.
3754         * BugsSite/Bugzilla/.htaccess: Removed.
3755         * BugsSite/Bugzilla/Attachment: Removed.
3756         * BugsSite/Bugzilla/Attachment.pm: Removed.
3757         * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
3758         * BugsSite/Bugzilla/Auth: Removed.
3759         * BugsSite/Bugzilla/Auth.pm: Removed.
3760         * BugsSite/Bugzilla/Auth/Login: Removed.
3761         * BugsSite/Bugzilla/Auth/Login.pm: Removed.
3762         * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
3763         * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
3764         * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
3765         * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
3766         * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
3767         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
3768         * BugsSite/Bugzilla/Auth/Persist: Removed.
3769         * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
3770         * BugsSite/Bugzilla/Auth/Verify: Removed.
3771         * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
3772         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
3773         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
3774         * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
3775         * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
3776         * BugsSite/Bugzilla/Bug.pm: Removed.
3777         * BugsSite/Bugzilla/BugMail.pm: Removed.
3778         * BugsSite/Bugzilla/CGI.pm: Removed.
3779         * BugsSite/Bugzilla/Chart.pm: Removed.
3780         * BugsSite/Bugzilla/Classification.pm: Removed.
3781         * BugsSite/Bugzilla/Component.pm: Removed.
3782         * BugsSite/Bugzilla/Config: Removed.
3783         * BugsSite/Bugzilla/Config.pm: Removed.
3784         * BugsSite/Bugzilla/Config/Admin.pm: Removed.
3785         * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
3786         * BugsSite/Bugzilla/Config/Auth.pm: Removed.
3787         * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
3788         * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
3789         * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
3790         * BugsSite/Bugzilla/Config/Common.pm: Removed.
3791         * BugsSite/Bugzilla/Config/Core.pm: Removed.
3792         * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
3793         * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
3794         * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
3795         * BugsSite/Bugzilla/Config/MTA.pm: Removed.
3796         * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
3797         * BugsSite/Bugzilla/Config/Query.pm: Removed.
3798         * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
3799         * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
3800         * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
3801         * BugsSite/Bugzilla/Constants.pm: Removed.
3802         * BugsSite/Bugzilla/DB: Removed.
3803         * BugsSite/Bugzilla/DB.pm: Removed.
3804         * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
3805         * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
3806         * BugsSite/Bugzilla/DB/Pg.pm: Removed.
3807         * BugsSite/Bugzilla/DB/Schema: Removed.
3808         * BugsSite/Bugzilla/DB/Schema.pm: Removed.
3809         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
3810         * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
3811         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
3812         * BugsSite/Bugzilla/Error.pm: Removed.
3813         * BugsSite/Bugzilla/Field.pm: Removed.
3814         * BugsSite/Bugzilla/Flag.pm: Removed.
3815         * BugsSite/Bugzilla/FlagType.pm: Removed.
3816         * BugsSite/Bugzilla/Group.pm: Removed.
3817         * BugsSite/Bugzilla/Hook.pm: Removed.
3818         * BugsSite/Bugzilla/Install: Removed.
3819         * BugsSite/Bugzilla/Install.pm: Removed.
3820         * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
3821         * BugsSite/Bugzilla/Install/DB.pm: Removed.
3822         * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
3823         * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
3824         * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
3825         * BugsSite/Bugzilla/Install/Util.pm: Removed.
3826         * BugsSite/Bugzilla/Keyword.pm: Removed.
3827         * BugsSite/Bugzilla/Mailer.pm: Removed.
3828         * BugsSite/Bugzilla/Milestone.pm: Removed.
3829         * BugsSite/Bugzilla/Object.pm: Removed.
3830         * BugsSite/Bugzilla/Product.pm: Removed.
3831         * BugsSite/Bugzilla/Search: Removed.
3832         * BugsSite/Bugzilla/Search.pm: Removed.
3833         * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
3834         * BugsSite/Bugzilla/Search/Saved.pm: Removed.
3835         * BugsSite/Bugzilla/Series.pm: Removed.
3836         * BugsSite/Bugzilla/Status.pm: Removed.
3837         * BugsSite/Bugzilla/Template: Removed.
3838         * BugsSite/Bugzilla/Template.pm: Removed.
3839         * BugsSite/Bugzilla/Template/Parser.pm: Removed.
3840         * BugsSite/Bugzilla/Template/Plugin: Removed.
3841         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
3842         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
3843         * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
3844         * BugsSite/Bugzilla/Token.pm: Removed.
3845         * BugsSite/Bugzilla/Update.pm: Removed.
3846         * BugsSite/Bugzilla/User: Removed.
3847         * BugsSite/Bugzilla/User.pm: Removed.
3848         * BugsSite/Bugzilla/User/Setting: Removed.
3849         * BugsSite/Bugzilla/User/Setting.pm: Removed.
3850         * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
3851         * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
3852         * BugsSite/Bugzilla/Util.pm: Removed.
3853         * BugsSite/Bugzilla/Version.pm: Removed.
3854         * BugsSite/Bugzilla/WebService: Removed.
3855         * BugsSite/Bugzilla/WebService.pm: Removed.
3856         * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
3857         * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
3858         * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
3859         * BugsSite/Bugzilla/WebService/Product.pm: Removed.
3860         * BugsSite/Bugzilla/WebService/User.pm: Removed.
3861         * BugsSite/PrettyPatch: Removed.
3862         * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
3863         * BugsSite/PrettyPatch/diff.rb: Removed.
3864         * BugsSite/PrettyPatch/prettify.rb: Removed.
3865         * BugsSite/QUICKSTART: Removed.
3866         * BugsSite/README: Removed.
3867         * BugsSite/UPGRADING: Removed.
3868         * BugsSite/UPGRADING-pre-2.8: Removed.
3869         * BugsSite/admin.cgi: Removed.
3870         * BugsSite/attachment.cgi: Removed.
3871         * BugsSite/buglist.cgi: Removed.
3872         * BugsSite/bugzilla.dtd: Removed.
3873         * BugsSite/chart.cgi: Removed.
3874         * BugsSite/checksetup.pl: Removed.
3875         * BugsSite/code-review.js: Removed.
3876         * BugsSite/colchange.cgi: Removed.
3877         * BugsSite/collectstats.pl: Removed.
3878         * BugsSite/committers-autocomplete.js: Removed.
3879         * BugsSite/config.cgi: Removed.
3880         * BugsSite/contrib: Removed.
3881         * BugsSite/contrib/README: Removed.
3882         * BugsSite/contrib/bugzilla-submit: Removed.
3883         * BugsSite/contrib/bugzilla-submit/README: Removed.
3884         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
3885         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
3886         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
3887         * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
3888         * BugsSite/contrib/bz_webservice_demo.pl: Removed.
3889         * BugsSite/contrib/bzdbcopy.pl: Removed.
3890         * BugsSite/contrib/cmdline: Removed.
3891         * BugsSite/contrib/cmdline/bugcount: Removed.
3892         * BugsSite/contrib/cmdline/bugids: Removed.
3893         * BugsSite/contrib/cmdline/buglist: Removed.
3894         * BugsSite/contrib/cmdline/bugs: Removed.
3895         * BugsSite/contrib/cmdline/bugslink: Removed.
3896         * BugsSite/contrib/cmdline/makequery: Removed.
3897         * BugsSite/contrib/cmdline/query.conf: Removed.
3898         * BugsSite/contrib/cvs-update.pl: Removed.
3899         * BugsSite/contrib/gnats2bz.pl: Removed.
3900         * BugsSite/contrib/gnatsparse: Removed.
3901         * BugsSite/contrib/gnatsparse/README: Removed.
3902         * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
3903         * BugsSite/contrib/gnatsparse/magic.py: Removed.
3904         * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
3905         * BugsSite/contrib/jb2bz.py: Removed.
3906         * BugsSite/contrib/merge-users.pl: Removed.
3907         * BugsSite/contrib/mysqld-watcher.pl: Removed.
3908         * BugsSite/contrib/recode-overrides.txt: Removed.
3909         * BugsSite/contrib/recode.pl: Removed.
3910         * BugsSite/contrib/sendbugmail.pl: Removed.
3911         * BugsSite/contrib/sendunsentbugmail.pl: Removed.
3912         * BugsSite/contrib/syncLDAP.pl: Removed.
3913         * BugsSite/contrib/yp_nomail.sh: Removed.
3914         * BugsSite/createaccount.cgi: Removed.
3915         * BugsSite/data: Removed.
3916         * BugsSite/data/.htaccess: Removed.
3917         * BugsSite/data/attachments: Removed.
3918         * BugsSite/data/attachments/.htaccess: Removed.
3919         * BugsSite/data/duplicates: Removed.
3920         * BugsSite/data/mail: Removed.
3921         * BugsSite/data/mimedump-tmp: Removed.
3922         * BugsSite/data/mining: Removed.
3923         * BugsSite/data/params: Removed.
3924         * BugsSite/data/template: Removed.
3925         * BugsSite/data/webdot: Removed.
3926         * BugsSite/data/webdot/.htaccess: Removed.
3927         * BugsSite/describecomponents.cgi: Removed.
3928         * BugsSite/describekeywords.cgi: Removed.
3929         * BugsSite/docs: Removed.
3930         * BugsSite/docs/en: Removed.
3931         * BugsSite/docs/en/.cvsignore: Removed.
3932         * BugsSite/docs/en/README.docs: Removed.
3933         * BugsSite/docs/en/images: Removed.
3934         * BugsSite/docs/en/images/bzLifecycle.png: Removed.
3935         * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
3936         * BugsSite/docs/en/images/callouts: Removed.
3937         * BugsSite/docs/en/images/callouts/1.gif: Removed.
3938         * BugsSite/docs/en/images/callouts/2.gif: Removed.
3939         * BugsSite/docs/en/images/callouts/3.gif: Removed.
3940         * BugsSite/docs/en/images/caution.gif: Removed.
3941         * BugsSite/docs/en/images/note.gif: Removed.
3942         * BugsSite/docs/en/images/tip.gif: Removed.
3943         * BugsSite/docs/en/images/warning.gif: Removed.
3944         * BugsSite/docs/en/rel_notes.txt: Removed.
3945         * BugsSite/docs/en/xml: Removed.
3946         * BugsSite/docs/en/xml/.cvsignore: Removed.
3947         * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
3948         * BugsSite/docs/en/xml/about.xml: Removed.
3949         * BugsSite/docs/en/xml/administration.xml: Removed.
3950         * BugsSite/docs/en/xml/conventions.xml: Removed.
3951         * BugsSite/docs/en/xml/customization.xml: Removed.
3952         * BugsSite/docs/en/xml/gfdl.xml: Removed.
3953         * BugsSite/docs/en/xml/glossary.xml: Removed.
3954         * BugsSite/docs/en/xml/index.xml: Removed.
3955         * BugsSite/docs/en/xml/installation.xml: Removed.
3956         * BugsSite/docs/en/xml/integration.xml: Removed.
3957         * BugsSite/docs/en/xml/introduction.xml: Removed.
3958         * BugsSite/docs/en/xml/modules.xml: Removed.
3959         * BugsSite/docs/en/xml/patches.xml: Removed.
3960         * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
3961         * BugsSite/docs/en/xml/security.xml: Removed.
3962         * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
3963         * BugsSite/docs/en/xml/using.xml: Removed.
3964         * BugsSite/docs/html: Removed.
3965         * BugsSite/docs/html/api: Removed.
3966         * BugsSite/docs/images: Removed.
3967         * BugsSite/docs/images/callouts: Removed.
3968         * BugsSite/docs/lib: Removed.
3969         * BugsSite/docs/lib/Pod: Removed.
3970         * BugsSite/docs/lib/Pod/Simple: Removed.
3971         * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
3972         * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
3973         * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
3974         * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
3975         * BugsSite/docs/makedocs.pl: Removed.
3976         * BugsSite/docs/pdf: Removed.
3977         * BugsSite/docs/style.css: Removed.
3978         * BugsSite/docs/txt: Removed.
3979         * BugsSite/docs/xml: Removed.
3980         * BugsSite/duplicates.cgi: Removed.
3981         * BugsSite/editclassifications.cgi: Removed.
3982         * BugsSite/editcomponents.cgi: Removed.
3983         * BugsSite/editfields.cgi: Removed.
3984         * BugsSite/editflagtypes.cgi: Removed.
3985         * BugsSite/editgroups.cgi: Removed.
3986         * BugsSite/editkeywords.cgi: Removed.
3987         * BugsSite/editmilestones.cgi: Removed.
3988         * BugsSite/editparams.cgi: Removed.
3989         * BugsSite/editproducts.cgi: Removed.
3990         * BugsSite/editsettings.cgi: Removed.
3991         * BugsSite/editusers.cgi: Removed.
3992         * BugsSite/editvalues.cgi: Removed.
3993         * BugsSite/editversions.cgi: Removed.
3994         * BugsSite/editwhines.cgi: Removed.
3995         * BugsSite/editworkflow.cgi: Removed.
3996         * BugsSite/email_in.pl: Removed.
3997         * BugsSite/enter_bug.cgi: Removed.
3998         * BugsSite/extensions: Removed.
3999         * BugsSite/extensions/example: Removed.
4000         * BugsSite/extensions/example/code: Removed.
4001         * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
4002         * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
4003         * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
4004         * BugsSite/extensions/example/code/config.pl: Removed.
4005         * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
4006         * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
4007         * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
4008         * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
4009         * BugsSite/extensions/example/code/webservice.pl: Removed.
4010         * BugsSite/extensions/example/disabled: Removed.
4011         * BugsSite/extensions/example/info.pl: Removed.
4012         * BugsSite/extensions/example/lib: Removed.
4013         * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
4014         * BugsSite/extensions/example/lib/WSExample.pm: Removed.
4015         * BugsSite/extensions/example/template: Removed.
4016         * BugsSite/extensions/example/template/en: Removed.
4017         * BugsSite/extensions/example/template/en/default: Removed.
4018         * BugsSite/extensions/example/template/en/default/admin: Removed.
4019         * BugsSite/extensions/example/template/en/default/admin/params: Removed.
4020         * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
4021         * BugsSite/extensions/example/template/en/global: Removed.
4022         * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
4023         * BugsSite/graphs: Removed.
4024         * BugsSite/images: Removed.
4025         * BugsSite/images/favicon.ico: Removed.
4026         * BugsSite/images/padlock.png: Removed.
4027         * BugsSite/importxml.pl: Removed.
4028         * BugsSite/index.cgi: Removed.
4029         * BugsSite/install-module.pl: Removed.
4030         * BugsSite/js: Removed.
4031         * BugsSite/js/TUI.js: Removed.
4032         * BugsSite/js/attachment.js: Removed.
4033         * BugsSite/js/expanding-tree.js: Removed.
4034         * BugsSite/js/field.js: Removed.
4035         * BugsSite/js/help.js: Removed.
4036         * BugsSite/js/params.js: Removed.
4037         * BugsSite/js/productform.js: Removed.
4038         * BugsSite/js/util.js: Removed.
4039         * BugsSite/js/yui: Removed.
4040         * BugsSite/js/yui/calendar.js: Removed.
4041         * BugsSite/js/yui/yahoo-dom-event.js: Removed.
4042         * BugsSite/lib: Removed.
4043         * BugsSite/lib/.htaccess: Removed.
4044         * BugsSite/lib/README: Removed.
4045         * BugsSite/long_list.cgi: Removed.
4046         * BugsSite/mod_perl.pl: Removed.
4047         * BugsSite/page.cgi: Removed.
4048         * BugsSite/post_bug.cgi: Removed.
4049         * BugsSite/process_bug.cgi: Removed.
4050         * BugsSite/query.cgi: Removed.
4051         * BugsSite/quips.cgi: Removed.
4052         * BugsSite/relogin.cgi: Removed.
4053         * BugsSite/report.cgi: Removed.
4054         * BugsSite/reports.cgi: Removed.
4055         * BugsSite/request.cgi: Removed.
4056         * BugsSite/robots.txt: Removed.
4057         * BugsSite/runtests.pl: Removed.
4058         * BugsSite/sanitycheck.cgi: Removed.
4059         * BugsSite/sanitycheck.pl: Removed.
4060         * BugsSite/search_plugin.cgi: Removed.
4061         * BugsSite/show_activity.cgi: Removed.
4062         * BugsSite/show_bug.cgi: Removed.
4063         * BugsSite/showattachment.cgi: Removed.
4064         * BugsSite/showdependencygraph.cgi: Removed.
4065         * BugsSite/showdependencytree.cgi: Removed.
4066         * BugsSite/sidebar.cgi: Removed.
4067         * BugsSite/skins: Removed.
4068         * BugsSite/skins/.cvsignore: Removed.
4069         * BugsSite/skins/contrib: Removed.
4070         * BugsSite/skins/contrib/Dusk: Removed.
4071         * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
4072         * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
4073         * BugsSite/skins/contrib/Dusk/admin.css: Removed.
4074         * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
4075         * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
4076         * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
4077         * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
4078         * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
4079         * BugsSite/skins/contrib/Dusk/global.css: Removed.
4080         * BugsSite/skins/contrib/Dusk/help.css: Removed.
4081         * BugsSite/skins/contrib/Dusk/index.css: Removed.
4082         * BugsSite/skins/contrib/Dusk/panel.css: Removed.
4083         * BugsSite/skins/contrib/Dusk/params.css: Removed.
4084         * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
4085         * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
4086         * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
4087         * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
4088         * BugsSite/skins/contrib/Dusk/voting.css: Removed.
4089         * BugsSite/skins/contrib/Dusk/yui: Removed.
4090         * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
4091         * BugsSite/skins/custom: Removed.
4092         * BugsSite/skins/custom/IE-fixes.css: Removed.
4093         * BugsSite/skins/custom/admin.css: Removed.
4094         * BugsSite/skins/custom/buglist.css: Removed.
4095         * BugsSite/skins/custom/create_attachment.css: Removed.
4096         * BugsSite/skins/custom/dependency-tree.css: Removed.
4097         * BugsSite/skins/custom/duplicates.css: Removed.
4098         * BugsSite/skins/custom/editusers.css: Removed.
4099         * BugsSite/skins/custom/global.css: Removed.
4100         * BugsSite/skins/custom/help.css: Removed.
4101         * BugsSite/skins/custom/index.css: Removed.
4102         * BugsSite/skins/custom/opendarwin.gif: Removed.
4103         * BugsSite/skins/custom/panel.css: Removed.
4104         * BugsSite/skins/custom/params.css: Removed.
4105         * BugsSite/skins/custom/release-notes.css: Removed.
4106         * BugsSite/skins/custom/show_bug.css: Removed.
4107         * BugsSite/skins/custom/show_multiple.css: Removed.
4108         * BugsSite/skins/custom/summarize-time.css: Removed.
4109         * BugsSite/skins/custom/voting.css: Removed.
4110         * BugsSite/skins/custom/yui: Removed.
4111         * BugsSite/skins/custom/yui/calendar.css: Removed.
4112         * BugsSite/skins/standard: Removed.
4113         * BugsSite/skins/standard/IE-fixes.css: Removed.
4114         * BugsSite/skins/standard/admin.css: Removed.
4115         * BugsSite/skins/standard/buglist.css: Removed.
4116         * BugsSite/skins/standard/create_attachment.css: Removed.
4117         * BugsSite/skins/standard/dependency-tree: Removed.
4118         * BugsSite/skins/standard/dependency-tree.css: Removed.
4119         * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
4120         * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
4121         * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
4122         * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
4123         * BugsSite/skins/standard/duplicates.css: Removed.
4124         * BugsSite/skins/standard/editusers.css: Removed.
4125         * BugsSite/skins/standard/global: Removed.
4126         * BugsSite/skins/standard/global.css: Removed.
4127         * BugsSite/skins/standard/global/body-back.gif: Removed.
4128         * BugsSite/skins/standard/global/calendar.png: Removed.
4129         * BugsSite/skins/standard/global/header.png: Removed.
4130         * BugsSite/skins/standard/help.css: Removed.
4131         * BugsSite/skins/standard/index: Removed.
4132         * BugsSite/skins/standard/index.css: Removed.
4133         * BugsSite/skins/standard/index/front.png: Removed.
4134         * BugsSite/skins/standard/panel.css: Removed.
4135         * BugsSite/skins/standard/params.css: Removed.
4136         * BugsSite/skins/standard/release-notes.css: Removed.
4137         * BugsSite/skins/standard/show_bug.css: Removed.
4138         * BugsSite/skins/standard/show_multiple.css: Removed.
4139         * BugsSite/skins/standard/summarize-time.css: Removed.
4140         * BugsSite/skins/standard/voting.css: Removed.
4141         * BugsSite/skins/standard/yui: Removed.
4142         * BugsSite/skins/standard/yui/calendar.css: Removed.
4143         * BugsSite/skins/standard/yui/sprite.png: Removed.
4144         * BugsSite/summarize_time.cgi: Removed.
4145         * BugsSite/t: Removed.
4146         * BugsSite/t/001compile.t: Removed.
4147         * BugsSite/t/002goodperl.t: Removed.
4148         * BugsSite/t/003safesys.t: Removed.
4149         * BugsSite/t/004template.t: Removed.
4150         * BugsSite/t/005no_tabs.t: Removed.
4151         * BugsSite/t/006spellcheck.t: Removed.
4152         * BugsSite/t/007util.t: Removed.
4153         * BugsSite/t/008filter.t: Removed.
4154         * BugsSite/t/009bugwords.t: Removed.
4155         * BugsSite/t/010dependencies.t: Removed.
4156         * BugsSite/t/011pod.t: Removed.
4157         * BugsSite/t/012throwables.t: Removed.
4158         * BugsSite/t/Support: Removed.
4159         * BugsSite/t/Support/Files.pm: Removed.
4160         * BugsSite/t/Support/Systemexec.pm: Removed.
4161         * BugsSite/t/Support/Templates.pm: Removed.
4162         * BugsSite/template: Removed.
4163         * BugsSite/template/.cvsignore: Removed.
4164         * BugsSite/template/.htaccess: Removed.
4165         * BugsSite/template/en: Removed.
4166         * BugsSite/template/en/.cvsignore: Removed.
4167         * BugsSite/template/en/custom: Removed.
4168         * BugsSite/template/en/custom/account: Removed.
4169         * BugsSite/template/en/custom/account/auth: Removed.
4170         * BugsSite/template/en/custom/account/email: Removed.
4171         * BugsSite/template/en/custom/account/password: Removed.
4172         * BugsSite/template/en/custom/account/prefs: Removed.
4173         * BugsSite/template/en/custom/admin: Removed.
4174         * BugsSite/template/en/custom/admin/classifications: Removed.
4175         * BugsSite/template/en/custom/admin/components: Removed.
4176         * BugsSite/template/en/custom/admin/fieldvalues: Removed.
4177         * BugsSite/template/en/custom/admin/flag-type: Removed.
4178         * BugsSite/template/en/custom/admin/groups: Removed.
4179         * BugsSite/template/en/custom/admin/keywords: Removed.
4180         * BugsSite/template/en/custom/admin/milestones: Removed.
4181         * BugsSite/template/en/custom/admin/products: Removed.
4182         * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
4183         * BugsSite/template/en/custom/admin/settings: Removed.
4184         * BugsSite/template/en/custom/admin/users: Removed.
4185         * BugsSite/template/en/custom/admin/versions: Removed.
4186         * BugsSite/template/en/custom/attachment: Removed.
4187         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
4188         * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
4189         * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
4190         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
4191         * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
4192         * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
4193         * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
4194         * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
4195         * BugsSite/template/en/custom/bug: Removed.
4196         * BugsSite/template/en/custom/bug/activity: Removed.
4197         * BugsSite/template/en/custom/bug/create: Removed.
4198         * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
4199         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
4200         * BugsSite/template/en/custom/bug/process: Removed.
4201         * BugsSite/template/en/custom/bug/votes: Removed.
4202         * BugsSite/template/en/custom/flag: Removed.
4203         * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
4204         * BugsSite/template/en/custom/global: Removed.
4205         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
4206         * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
4207         * BugsSite/template/en/custom/list: Removed.
4208         * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
4209         * BugsSite/template/en/custom/pages: Removed.
4210         * BugsSite/template/en/custom/reports: Removed.
4211         * BugsSite/template/en/custom/request: Removed.
4212         * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
4213         * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
4214         * BugsSite/template/en/custom/search: Removed.
4215         * BugsSite/template/en/custom/whine: Removed.
4216         * BugsSite/template/en/default: Removed.
4217         * BugsSite/template/en/default/account: Removed.
4218         * BugsSite/template/en/default/account/auth: Removed.
4219         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
4220         * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
4221         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
4222         * BugsSite/template/en/default/account/create.html.tmpl: Removed.
4223         * BugsSite/template/en/default/account/created.html.tmpl: Removed.
4224         * BugsSite/template/en/default/account/email: Removed.
4225         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
4226         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
4227         * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
4228         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
4229         * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
4230         * BugsSite/template/en/default/account/password: Removed.
4231         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
4232         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
4233         * BugsSite/template/en/default/account/prefs: Removed.
4234         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
4235         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
4236         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
4237         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
4238         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
4239         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
4240         * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
4241         * BugsSite/template/en/default/admin: Removed.
4242         * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
4243         * BugsSite/template/en/default/admin/classifications: Removed.
4244         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
4245         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
4246         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
4247         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
4248         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
4249         * BugsSite/template/en/default/admin/components: Removed.
4250         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
4251         * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
4252         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
4253         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
4254         * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
4255         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
4256         * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
4257         * BugsSite/template/en/default/admin/custom_fields: Removed.
4258         * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
4259         * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
4260         * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
4261         * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
4262         * BugsSite/template/en/default/admin/fieldvalues: Removed.
4263         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
4264         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
4265         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
4266         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
4267         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
4268         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
4269         * BugsSite/template/en/default/admin/flag-type: Removed.
4270         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
4271         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
4272         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
4273         * BugsSite/template/en/default/admin/groups: Removed.
4274         * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
4275         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
4276         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
4277         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
4278         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
4279         * BugsSite/template/en/default/admin/keywords: Removed.
4280         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
4281         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
4282         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
4283         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
4284         * BugsSite/template/en/default/admin/milestones: Removed.
4285         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
4286         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
4287         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
4288         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
4289         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
4290         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
4291         * BugsSite/template/en/default/admin/params: Removed.
4292         * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
4293         * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
4294         * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
4295         * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
4296         * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
4297         * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
4298         * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
4299         * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
4300         * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
4301         * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
4302         * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
4303         * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
4304         * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
4305         * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
4306         * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
4307         * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
4308         * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
4309         * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
4310         * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
4311         * BugsSite/template/en/default/admin/products: Removed.
4312         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
4313         * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
4314         * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
4315         * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
4316         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
4317         * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
4318         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
4319         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
4320         * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
4321         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
4322         * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
4323         * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
4324         * BugsSite/template/en/default/admin/sanitycheck: Removed.
4325         * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
4326         * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
4327         * BugsSite/template/en/default/admin/settings: Removed.
4328         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
4329         * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
4330         * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
4331         * BugsSite/template/en/default/admin/users: Removed.
4332         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
4333         * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
4334         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
4335         * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
4336         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
4337         * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
4338         * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
4339         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
4340         * BugsSite/template/en/default/admin/versions: Removed.
4341         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
4342         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
4343         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
4344         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
4345         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
4346         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
4347         * BugsSite/template/en/default/admin/workflow: Removed.
4348         * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
4349         * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
4350         * BugsSite/template/en/default/attachment: Removed.
4351         * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
4352         * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
4353         * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
4354         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
4355         * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
4356         * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
4357         * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
4358         * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
4359         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
4360         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
4361         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
4362         * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
4363         * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
4364         * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
4365         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
4366         * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
4367         * BugsSite/template/en/default/bug: Removed.
4368         * BugsSite/template/en/default/bug/activity: Removed.
4369         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
4370         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
4371         * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
4372         * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
4373         * BugsSite/template/en/default/bug/create: Removed.
4374         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
4375         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
4376         * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
4377         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
4378         * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
4379         * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
4380         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
4381         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
4382         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
4383         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
4384         * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
4385         * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
4386         * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
4387         * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
4388         * BugsSite/template/en/default/bug/process: Removed.
4389         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
4390         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
4391         * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
4392         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
4393         * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
4394         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
4395         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
4396         * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
4397         * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
4398         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
4399         * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
4400         * BugsSite/template/en/default/bug/votes: Removed.
4401         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
4402         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
4403         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
4404         * BugsSite/template/en/default/config.js.tmpl: Removed.
4405         * BugsSite/template/en/default/config.rdf.tmpl: Removed.
4406         * BugsSite/template/en/default/email: Removed.
4407         * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
4408         * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
4409         * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
4410         * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
4411         * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
4412         * BugsSite/template/en/default/filterexceptions.pl: Removed.
4413         * BugsSite/template/en/default/flag: Removed.
4414         * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
4415         * BugsSite/template/en/default/global: Removed.
4416         * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
4417         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
4418         * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
4419         * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
4420         * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
4421         * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
4422         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
4423         * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
4424         * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
4425         * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
4426         * BugsSite/template/en/default/global/header.html.tmpl: Removed.
4427         * BugsSite/template/en/default/global/help.html.tmpl: Removed.
4428         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
4429         * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
4430         * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
4431         * BugsSite/template/en/default/global/message.html.tmpl: Removed.
4432         * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
4433         * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
4434         * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
4435         * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
4436         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
4437         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
4438         * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
4439         * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
4440         * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
4441         * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
4442         * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
4443         * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
4444         * BugsSite/template/en/default/index.html.tmpl: Removed.
4445         * BugsSite/template/en/default/list: Removed.
4446         * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
4447         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
4448         * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
4449         * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
4450         * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
4451         * BugsSite/template/en/default/list/list.html.tmpl: Removed.
4452         * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
4453         * BugsSite/template/en/default/list/list.js.tmpl: Removed.
4454         * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
4455         * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
4456         * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
4457         * BugsSite/template/en/default/list/table.html.tmpl: Removed.
4458         * BugsSite/template/en/default/pages: Removed.
4459         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
4460         * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
4461         * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
4462         * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
4463         * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
4464         * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
4465         * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
4466         * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
4467         * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
4468         * BugsSite/template/en/default/reports: Removed.
4469         * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
4470         * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
4471         * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
4472         * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
4473         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
4474         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
4475         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
4476         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
4477         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
4478         * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
4479         * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
4480         * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
4481         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
4482         * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
4483         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
4484         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
4485         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
4486         * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
4487         * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
4488         * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
4489         * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
4490         * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
4491         * BugsSite/template/en/default/request: Removed.
4492         * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
4493         * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
4494         * BugsSite/template/en/default/search: Removed.
4495         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
4496         * BugsSite/template/en/default/search/form.html.tmpl: Removed.
4497         * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
4498         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
4499         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
4500         * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
4501         * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
4502         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
4503         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
4504         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
4505         * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
4506         * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
4507         * BugsSite/template/en/default/setup: Removed.
4508         * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
4509         * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
4510         * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
4511         * BugsSite/template/en/default/whine: Removed.
4512         * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
4513         * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
4514         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
4515         * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
4516         * BugsSite/template/en/extension: Removed.
4517         * BugsSite/template/en/extension/filterexceptions.pl: Removed.
4518         * BugsSite/testagent.cgi: Removed.
4519         * BugsSite/testserver.pl: Removed.
4520         * BugsSite/token.cgi: Removed.
4521         * BugsSite/userprefs.cgi: Removed.
4522         * BugsSite/votes.cgi: Removed.
4523         * BugsSite/whine.pl: Removed.
4524         * BugsSite/whineatnews.pl: Removed.
4525         * BugsSite/xml.cgi: Removed.
4526         * BugsSite/xmlrpc.cgi: Removed.
4527         * PlanetWebKit: Removed.
4528         * PlanetWebKit/README: Removed.
4529         * PlanetWebKit/config.ini: Removed.
4530         * PlanetWebKit/planet: Removed.
4531         * PlanetWebKit/planet/AUTHORS: Removed.
4532         * PlanetWebKit/planet/INSTALL: Removed.
4533         * PlanetWebKit/planet/LICENCE: Removed.
4534         * PlanetWebKit/planet/NEWS: Removed.
4535         * PlanetWebKit/planet/PKG-INFO: Removed.
4536         * PlanetWebKit/planet/README: Removed.
4537         * PlanetWebKit/planet/THANKS: Removed.
4538         * PlanetWebKit/planet/TODO: Removed.
4539         * PlanetWebKit/planet/examples: Removed.
4540         * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
4541         * PlanetWebKit/planet/examples/basic: Removed.
4542         * PlanetWebKit/planet/examples/basic/config.ini: Removed.
4543         * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
4544         * PlanetWebKit/planet/examples/fancy: Removed.
4545         * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
4546         * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
4547         * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
4548         * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
4549         * PlanetWebKit/planet/examples/output: Removed.
4550         * PlanetWebKit/planet/examples/output/images: Removed.
4551         * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
4552         * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
4553         * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
4554         * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
4555         * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
4556         * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
4557         * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
4558         * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
4559         * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
4560         * PlanetWebKit/planet/examples/output/planet.css: Removed.
4561         * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
4562         * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
4563         * PlanetWebKit/planet/planet: Removed.
4564         * PlanetWebKit/planet/planet-cache.py: Removed.
4565         * PlanetWebKit/planet/planet.py: Removed.
4566         * PlanetWebKit/planet/planet/__init__.py: Removed.
4567         * PlanetWebKit/planet/planet/atomstyler.py: Removed.
4568         * PlanetWebKit/planet/planet/cache.py: Removed.
4569         * PlanetWebKit/planet/planet/compat_logging: Removed.
4570         * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
4571         * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
4572         * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
4573         * PlanetWebKit/planet/planet/feedparser.py: Removed.
4574         * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
4575         * PlanetWebKit/planet/planet/sanitize.py: Removed.
4576         * PlanetWebKit/planet/planet/tests: Removed.
4577         * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
4578         * PlanetWebKit/planet/planet/tests/data: Removed.
4579         * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
4580         * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
4581         * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
4582         * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
4583         * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
4584         * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
4585         * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
4586         * PlanetWebKit/planet/runtests.py: Removed.
4587         * PlanetWebKit/planet/setup.py: Removed.
4588         * PlanetWebKit/templates: Removed.
4589         * PlanetWebKit/templates/atom.xml.tmpl: Removed.
4590         * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
4591         * PlanetWebKit/templates/index.html.tmpl: Removed.
4592         * PlanetWebKit/templates/opml.xml.tmpl: Removed.
4593         * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
4594         * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
4595         * PlanetWebKit/update.pl: Removed.
4596         * PlanetWebKit/wwwroot: Removed.
4597         * PlanetWebKit/wwwroot/ie.css: Removed.
4598         * PlanetWebKit/wwwroot/images: Removed.
4599         * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
4600         * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
4601         * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
4602         * PlanetWebKit/wwwroot/images/planet.png: Removed.
4603         * PlanetWebKit/wwwroot/planet.css: Removed.
4604         * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
4605         * Sites: Added.
4606         * Sites/bugs.webkit.org: Copied from BugsSite.
4607         * Sites/planet.webkit.org: Copied from PlanetWebKit.
4608         * Sites/webkit.org: Copied from WebKitSite.
4609         * WebKitSite: Removed.
4610         * WebKitSite/.htaccess: Removed.
4611         * WebKitSite/asking_questions.html: Removed.
4612         * WebKitSite/blog: Removed.
4613         * WebKitSite/blog-files: Removed.
4614         * WebKitSite/blog-files/3d-transforms: Removed.
4615         * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
4616         * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
4617         * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
4618         * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
4619         * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
4620         * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
4621         * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
4622         * WebKitSite/blog-files/InspectElementMenu.png: Removed.
4623         * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
4624         * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
4625         * WebKitSite/blog-files/InspectorFonts.png: Removed.
4626         * WebKitSite/blog-files/acid3-100.png: Removed.
4627         * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
4628         * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
4629         * WebKitSite/blog-files/acid3-screenshot.png: Removed.
4630         * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
4631         * WebKitSite/blog-files/acid3-timing.png: Removed.
4632         * WebKitSite/blog-files/animation-demo.svg: Removed.
4633         * WebKitSite/blog-files/bounce.html: Removed.
4634         * WebKitSite/blog-files/bounce.png: Removed.
4635         * WebKitSite/blog-files/circle.svg: Removed.
4636         * WebKitSite/blog-files/cubes-7.svg: Removed.
4637         * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
4638         * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
4639         * WebKitSite/blog-files/inspector: Removed.
4640         * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
4641         * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
4642         * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
4643         * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
4644         * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
4645         * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
4646         * WebKitSite/blog-files/inspector-event-scope.png: Removed.
4647         * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
4648         * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
4649         * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
4650         * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
4651         * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
4652         * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
4653         * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
4654         * WebKitSite/blog-files/inspector-toolbar.png: Removed.
4655         * WebKitSite/blog-files/inspector-with-scope.png: Removed.
4656         * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
4657         * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
4658         * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
4659         * WebKitSite/blog-files/inspector/colors.png: Removed.
4660         * WebKitSite/blog-files/inspector/console_panel.png: Removed.
4661         * WebKitSite/blog-files/inspector/context_menu.png: Removed.
4662         * WebKitSite/blog-files/inspector/cookies.png: Removed.
4663         * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
4664         * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
4665         * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
4666         * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
4667         * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
4668         * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
4669         * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
4670         * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
4671         * WebKitSite/blog-files/inspector/enable.png: Removed.
4672         * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
4673         * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
4674         * WebKitSite/blog-files/inspector/event_listeners.png: Removed.
4675         * WebKitSite/blog-files/inspector/form_data.png: Removed.
4676         * WebKitSite/blog-files/inspector/inherited_styles.png: Removed.
4677         * WebKitSite/blog-files/inspector/inline_highlight.png: Removed.
4678         * WebKitSite/blog-files/inspector/inorder.png: Removed.
4679         * WebKitSite/blog-files/inspector/inspect_inspector.png: Removed.
4680         * WebKitSite/blog-files/inspector/inspect_inspector_small.png: Removed.
4681         * WebKitSite/blog-files/inspector/large_dom.png: Removed.
4682         * WebKitSite/blog-files/inspector/large_resources.png: Removed.
4683         * WebKitSite/blog-files/inspector/load_lines.png: Removed.
4684         * WebKitSite/blog-files/inspector/nodelist.png: Removed.
4685         * WebKitSite/blog-files/inspector/pseudo_elements.png: Removed.
4686         * WebKitSite/blog-files/inspector/redirect_headers.png: Removed.
4687         * WebKitSite/blog-files/inspector/redirect_headers_full.png: Removed.
4688         * WebKitSite/blog-files/inspector/redirects.png: Removed.
4689         * WebKitSite/blog-files/inspector/redirects_full.png: Removed.
4690         * WebKitSite/blog-files/inspector/scope_bar.png: Removed.
4691         * WebKitSite/blog-files/inspector/timeline_overview.png: Removed.
4692         * WebKitSite/blog-files/inspector/timeline_panel.png: Removed.
4693         * WebKitSite/blog-files/inspector/timeline_record_details.png: Removed.
4694         * WebKitSite/blog-files/inspector/watched_expression.png: Removed.
4695         * WebKitSite/blog-files/kate-circle.png: Removed.
4696         * WebKitSite/blog-files/kate-gradient-rounded.png: Removed.
4697         * WebKitSite/blog-files/kate-gradient.png: Removed.
4698         * WebKitSite/blog-files/kate-reflected.png: Removed.
4699         * WebKitSite/blog-files/kate-vignette-mask.png: Removed.
4700         * WebKitSite/blog-files/kate.png: Removed.
4701         * WebKitSite/blog-files/leaves: Removed.
4702         * WebKitSite/blog-files/leaves-screenshot-small.jpg: Removed.
4703         * WebKitSite/blog-files/leaves-screenshot.jpg: Removed.
4704         * WebKitSite/blog-files/leaves/images: Removed.
4705         * WebKitSite/blog-files/leaves/images/apple-touch-icon.png: Removed.
4706         * WebKitSite/blog-files/leaves/images/backgroundLeaves.jpg: Removed.
4707         * WebKitSite/blog-files/leaves/images/realLeaf1.png: Removed.
4708         * WebKitSite/blog-files/leaves/images/realLeaf2.png: Removed.
4709         * WebKitSite/blog-files/leaves/images/realLeaf3.png: Removed.
4710         * WebKitSite/blog-files/leaves/images/realLeaf4.png: Removed.
4711         * WebKitSite/blog-files/leaves/images/textBackground.png: Removed.
4712         * WebKitSite/blog-files/leaves/index.html: Removed.
4713         * WebKitSite/blog-files/leaves/leaves.css: Removed.
4714         * WebKitSite/blog-files/leaves/leaves.js: Removed.
4715         * WebKitSite/blog-files/load-unload-example.html: Removed.
4716         * WebKitSite/blog-files/loader-diagram.svg: Removed.
4717         * WebKitSite/blog-files/maskspeedracer.png: Removed.
4718         * WebKitSite/blog-files/number-morph.svg: Removed.
4719         * WebKitSite/blog-files/pageshow-pagehide-example.html: Removed.
4720         * WebKitSite/blog-files/prototype-for-gebcn-test.js: Removed.
4721         * WebKitSite/blog-files/pulse.html: Removed.
4722         * WebKitSite/blog-files/pulse.png: Removed.
4723         * WebKitSite/blog-files/riemann-screenshot.png: Removed.
4724         * WebKitSite/blog-files/scrollbarpicture.png: Removed.
4725         * WebKitSite/blog-files/sfx-perf.png: Removed.
4726         * WebKitSite/blog-files/squirrelfish-link-animated.svg: Removed.
4727         * WebKitSite/blog-files/squirrelfish-webkit-graph.png: Removed.
4728         * WebKitSite/blog-files/squirrelfish.png: Removed.
4729         * WebKitSite/blog-files/timeline-blocking-script.png: Removed.
4730         * WebKitSite/blog-files/timeline-defer-script.png: Removed.
4731         * WebKitSite/blog-files/touch-poster.png: Removed.
4732         * WebKitSite/blog-files/vignette-mask.png: Removed.
4733         * WebKitSite/blog-files/webgl: Removed.
4734         * WebKitSite/blog-files/webgl/Earth.html: Removed.
4735         * WebKitSite/blog-files/webgl/ManyPlanetsDeep.html: Removed.
4736         * WebKitSite/blog-files/webgl/SpinningBox.html: Removed.
4737         * WebKitSite/blog-files/webgl/SpiritBox.html: Removed.
4738         * WebKitSite/blog-files/webgl/TeapotPerPixel.html: Removed.
4739         * WebKitSite/blog-files/webgl/TeapotPerVertex.html: Removed.
4740         * WebKitSite/blog-files/webgl/WebGL+CSS.html: Removed.
4741         * WebKitSite/blog-files/webgl/resources: Removed.
4742         * WebKitSite/blog-files/webgl/resources/BambooBridge.jpg: Removed.
4743         * WebKitSite/blog-files/webgl/resources/EarthThumb.jpg: Removed.
4744         * WebKitSite/blog-files/webgl/resources/J3DI.js: Removed.
4745         * WebKitSite/blog-files/webgl/resources/J3DIMath.js: Removed.
4746         * WebKitSite/blog-files/webgl/resources/ManyPlanetsDeepThumb.jpg: Removed.
4747         * WebKitSite/blog-files/webgl/resources/SpinningBoxThumb.jpg: Removed.
4748         * WebKitSite/blog-files/webgl/resources/SpiritBox.jpg: Removed.
4749         * WebKitSite/blog-files/webgl/resources/TeapotPerPixelThumb.jpg: Removed.
4750         * WebKitSite/blog-files/webgl/resources/TeapotPerVertexThumb.jpg: Removed.
4751         * WebKitSite/blog-files/webgl/resources/WebGL+CSSThumb.jpg: Removed.
4752         * WebKitSite/blog-files/webgl/resources/blogpost.css: Removed.
4753         * WebKitSite/blog-files/webgl/resources/earthmap1k.jpg: Removed.
4754         * WebKitSite/blog-files/webgl/resources/mars500x250.png: Removed.
4755         * WebKitSite/blog-files/webgl/resources/spirit.jpg: Removed.
4756         * WebKitSite/blog-files/webgl/resources/teapot.obj: Removed.
4757         * WebKitSite/blog-files/wsj-nopreload.png: Removed.
4758         * WebKitSite/blog-files/wsj-preload.png: Removed.
4759         * WebKitSite/blog-files/wsj-vs.png: Removed.
4760         * WebKitSite/blog/.htaccess: Removed.
4761         * WebKitSite/blog/index.php: Removed.
4762         * WebKitSite/blog/license.txt: Removed.
4763         * WebKitSite/blog/wp-admin: Removed.
4764         * WebKitSite/blog/wp-admin/admin-ajax.php: Removed.
4765         * WebKitSite/blog/wp-admin/admin-footer.php: Removed.
4766         * WebKitSite/blog/wp-admin/admin-functions.php: Removed.
4767         * WebKitSite/blog/wp-admin/admin-header.php: Removed.
4768         * WebKitSite/blog/wp-admin/admin-post.php: Removed.
4769         * WebKitSite/blog/wp-admin/admin.php: Removed.
4770         * WebKitSite/blog/wp-admin/async-upload.php: Removed.
4771         * WebKitSite/blog/wp-admin/categories.php: Removed.
4772         * WebKitSite/blog/wp-admin/comment.php: Removed.
4773         * WebKitSite/blog/wp-admin/css: Removed.
4774         * WebKitSite/blog/wp-admin/css/colors-classic-rtl.css: Removed.
4775         * WebKitSite/blog/wp-admin/css/colors-classic.css: Removed.
4776         * WebKitSite/blog/wp-admin/css/colors-fresh-rtl.css: Removed.
4777         * WebKitSite/blog/wp-admin/css/colors-fresh.css: Removed.
4778         * WebKitSite/blog/wp-admin/css/dashboard-rtl.css: Removed.
4779         * WebKitSite/blog/wp-admin/css/dashboard.css: Removed.
4780         * WebKitSite/blog/wp-admin/css/farbtastic-rtl.css: Removed.
4781         * WebKitSite/blog/wp-admin/css/farbtastic.css: Removed.
4782         * WebKitSite/blog/wp-admin/css/global-rtl.css: Removed.
4783         * WebKitSite/blog/wp-admin/css/global.css: Removed.
4784         * WebKitSite/blog/wp-admin/css/ie-rtl.css: Removed.
4785         * WebKitSite/blog/wp-admin/css/ie.css: Removed.
4786         * WebKitSite/blog/wp-admin/css/install-rtl.css: Removed.
4787         * WebKitSite/blog/wp-admin/css/install.css: Removed.
4788         * WebKitSite/blog/wp-admin/css/login-rtl.css: Removed.
4789         * WebKitSite/blog/wp-admin/css/login.css: Removed.
4790         * WebKitSite/blog/wp-admin/css/media-rtl.css: Removed.
4791         * WebKitSite/blog/wp-admin/css/media.css: Removed.
4792         * WebKitSite/blog/wp-admin/css/plugin-install-rtl.css: Removed.
4793         * WebKitSite/blog/wp-admin/css/plugin-install.css: Removed.
4794         * WebKitSite/blog/wp-admin/css/press-this-rtl.css: Removed.
4795         * WebKitSite/blog/wp-admin/css/press-this.css: Removed.
4796         * WebKitSite/blog/wp-admin/css/theme-editor-rtl.css: Removed.
4797         * WebKitSite/blog/wp-admin/css/theme-editor.css: Removed.
4798         * WebKitSite/blog/wp-admin/css/theme-install.css: Removed.
4799         * WebKitSite/blog/wp-admin/css/widgets-rtl.css: Removed.
4800         * WebKitSite/blog/wp-admin/css/widgets.css: Removed.
4801         * WebKitSite/blog/wp-admin/custom-header.php: Removed.
4802         * WebKitSite/blog/wp-admin/edit-attachment-rows.php: Removed.
4803         * WebKitSite/blog/wp-admin/edit-category-form.php: Removed.
4804         * WebKitSite/blog/wp-admin/edit-comments.php: Removed.
4805         * WebKitSite/blog/wp-admin/edit-form-advanced.php: Removed.
4806         * WebKitSite/blog/wp-admin/edit-form-comment.php: Removed.
4807         * WebKitSite/blog/wp-admin/edit-link-categories.php: Removed.
4808         * WebKitSite/blog/wp-admin/edit-link-category-form.php: Removed.
4809         * WebKitSite/blog/wp-admin/edit-link-form.php: Removed.
4810         * WebKitSite/blog/wp-admin/edit-page-form.php: Removed.
4811         * WebKitSite/blog/wp-admin/edit-pages.php: Removed.
4812         * WebKitSite/blog/wp-admin/edit-post-rows.php: Removed.
4813         * WebKitSite/blog/wp-admin/edit-tag-form.php: Removed.
4814         * WebKitSite/blog/wp-admin/edit-tags.php: Removed.
4815         * WebKitSite/blog/wp-admin/edit.php: Removed.
4816         * WebKitSite/blog/wp-admin/export.php: Removed.
4817         * WebKitSite/blog/wp-admin/gears-manifest.php: Removed.
4818         * WebKitSite/blog/wp-admin/images: Removed.
4819         * WebKitSite/blog/wp-admin/images/align-center.png: Removed.
4820         * WebKitSite/blog/wp-admin/images/align-left.png: Removed.
4821         * WebKitSite/blog/wp-admin/images/align-none.png: Removed.
4822         * WebKitSite/blog/wp-admin/images/align-right.png: Removed.
4823         * WebKitSite/blog/wp-admin/images/archive-link.png: Removed.
4824         * WebKitSite/blog/wp-admin/images/blue-grad.png: Removed.
4825         * WebKitSite/blog/wp-admin/images/browse-happy.gif: Removed.
4826         * WebKitSite/blog/wp-admin/images/bubble_bg-rtl.gif: Removed.
4827         * WebKitSite/blog/wp-admin/images/bubble_bg.gif: Removed.
4828         * WebKitSite/blog/wp-admin/images/button-grad-active-vs.png: Removed.
4829         * WebKitSite/blog/wp-admin/images/button-grad-active.png: Removed.
4830         * WebKitSite/blog/wp-admin/images/button-grad-vs.png: Removed.
4831         * WebKitSite/blog/wp-admin/images/button-grad.png: Removed.
4832         * WebKitSite/blog/wp-admin/images/comment-grey-bubble.png: Removed.
4833         * WebKitSite/blog/wp-admin/images/date-button.gif: Removed.
4834         * WebKitSite/blog/wp-admin/images/ed-bg-vs.gif: Removed.
4835         * WebKitSite/blog/wp-admin/images/ed-bg.gif: Removed.
4836         * WebKitSite/blog/wp-admin/images/fade-butt.png: Removed.
4837         * WebKitSite/blog/wp-admin/images/fav-arrow-rtl.gif: Removed.
4838         * WebKitSite/blog/wp-admin/images/fav-arrow-vs.gif: Removed.
4839         * WebKitSite/blog/wp-admin/images/fav-arrow.gif: Removed.
4840         * WebKitSite/blog/wp-admin/images/fav-top-vs.gif: Removed.
4841         * WebKitSite/blog/wp-admin/images/fav-top.png: Removed.
4842         * WebKitSite/blog/wp-admin/images/fav-vs.png: Removed.
4843         * WebKitSite/blog/wp-admin/images/fav.png: Removed.
4844         * WebKitSite/blog/wp-admin/images/generic.png: Removed.
4845         * WebKitSite/blog/wp-admin/images/gray-grad.png: Removed.
4846         * WebKitSite/blog/wp-admin/images/icons32-vs.png: Removed.
4847         * WebKitSite/blog/wp-admin/images/icons32.png: Removed.
4848         * WebKitSite/blog/wp-admin/images/list-vs.png: Removed.
4849         * WebKitSite/blog/wp-admin/images/list.png: Removed.
4850         * WebKitSite/blog/wp-admin/images/loading-publish.gif: Removed.
4851         * WebKitSite/blog/wp-admin/images/loading.gif: Removed.
4852         * WebKitSite/blog/wp-admin/images/logo-ghost.png: Removed.
4853         * WebKitSite/blog/wp-admin/images/logo-login.gif: Removed.
4854         * WebKitSite/blog/wp-admin/images/logo.gif: Removed.
4855         * WebKitSite/blog/wp-admin/images/marker.png: Removed.
4856         * WebKitSite/blog/wp-admin/images/mask.png: Removed.
4857         * WebKitSite/blog/wp-admin/images/media-button-image.gif: Removed.
4858         * WebKitSite/blog/wp-admin/images/media-button-music.gif: Removed.
4859         * WebKitSite/blog/wp-admin/images/media-button-other.gif: Removed.
4860         * WebKitSite/blog/wp-admin/images/media-button-video.gif: Removed.
4861         * WebKitSite/blog/wp-admin/images/menu-arrows.gif: Removed.
4862         * WebKitSite/blog/wp-admin/images/menu-bits-rtl-vs.gif: Removed.
4863         * WebKitSite/blog/wp-admin/images/menu-bits-rtl.gif: Removed.
4864         * WebKitSite/blog/wp-admin/images/menu-bits-vs.gif: Removed.
4865         * WebKitSite/blog/wp-admin/images/menu-bits.gif: Removed.
4866         * WebKitSite/blog/wp-admin/images/menu-dark-rtl.gif: Removed.
4867         * WebKitSite/blog/wp-admin/images/menu-dark.gif: Removed.
4868         * WebKitSite/blog/wp-admin/images/menu-vs.png: Removed.
4869         * WebKitSite/blog/wp-admin/images/menu.png: Removed.
4870         * WebKitSite/blog/wp-admin/images/no.png: Removed.
4871         * WebKitSite/blog/wp-admin/images/required.gif: Removed.
4872         * WebKitSite/blog/wp-admin/images/resize.gif: Removed.
4873         * WebKitSite/blog/wp-admin/images/screen-options-left.gif: Removed.
4874         * WebKitSite/blog/wp-admin/images/screen-options-right-up.gif: Removed.
4875         * WebKitSite/blog/wp-admin/images/screen-options-right.gif: Removed.
4876         * WebKitSite/blog/wp-admin/images/se.png: Removed.
4877         * WebKitSite/blog/wp-admin/images/star.gif: Removed.
4878         * WebKitSite/blog/wp-admin/images/toggle-arrow-rtl.gif: Removed.
4879         * WebKitSite/blog/wp-admin/images/toggle-arrow.gif: Removed.
4880         * WebKitSite/blog/wp-admin/images/visit-site-button-grad-vs.gif: Removed.
4881         * WebKitSite/blog/wp-admin/images/visit-site-button-grad.gif: Removed.
4882         * WebKitSite/blog/wp-admin/images/wheel.png: Removed.
4883         * WebKitSite/blog/wp-admin/images/white-grad-active.png: Removed.
4884         * WebKitSite/blog/wp-admin/images/white-grad.png: Removed.
4885         * WebKitSite/blog/wp-admin/images/wordpress-logo.png: Removed.
4886         * WebKitSite/blog/wp-admin/images/wp-logo-vs.gif: Removed.
4887         * WebKitSite/blog/wp-admin/images/wp-logo.gif: Removed.
4888         * WebKitSite/blog/wp-admin/images/wpspin_dark.gif: Removed.
4889         * WebKitSite/blog/wp-admin/images/wpspin_light.gif: Removed.
4890         * WebKitSite/blog/wp-admin/images/xit.gif: Removed.
4891         * WebKitSite/blog/wp-admin/images/yes.png: Removed.
4892         * WebKitSite/blog/wp-admin/import: Removed.
4893         * WebKitSite/blog/wp-admin/import.php: Removed.
4894         * WebKitSite/blog/wp-admin/import/blogger.php: Removed.
4895         * WebKitSite/blog/wp-admin/import/blogware.php: Removed.
4896         * WebKitSite/blog/wp-admin/import/dotclear.php: Removed.
4897         * WebKitSite/blog/wp-admin/import/greymatter.php: Removed.
4898         * WebKitSite/blog/wp-admin/import/livejournal.php: Removed.
4899         * WebKitSite/blog/wp-admin/import/mt.php: Removed.
4900         * WebKitSite/blog/wp-admin/import/opml.php: Removed.
4901         * WebKitSite/blog/wp-admin/import/rss.php: Removed.
4902         * WebKitSite/blog/wp-admin/import/stp.php: Removed.
4903         * WebKitSite/blog/wp-admin/import/textpattern.php: Removed.
4904         * WebKitSite/blog/wp-admin/import/utw.php: Removed.
4905         * WebKitSite/blog/wp-admin/import/wordpress.php: Removed.
4906         * WebKitSite/blog/wp-admin/import/wp-cat2tag.php: Removed.
4907         * WebKitSite/blog/wp-admin/includes: Removed.
4908         * WebKitSite/blog/wp-admin/includes/admin.php: Removed.
4909         * WebKitSite/blog/wp-admin/includes/bookmark.php: Removed.
4910         * WebKitSite/blog/wp-admin/includes/class-ftp-pure.php: Removed.
4911         * WebKitSite/blog/wp-admin/includes/class-ftp-sockets.php: Removed.
4912         * WebKitSite/blog/wp-admin/includes/class-ftp.php: Removed.
4913         * WebKitSite/blog/wp-admin/includes/class-pclzip.php: Removed.
4914         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-base.php: Removed.
4915         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-direct.php: Removed.
4916         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpext.php: Removed.
4917         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpsockets.php: Removed.
4918         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ssh2.php: Removed.
4919         * WebKitSite/blog/wp-admin/includes/class-wp-upgrader.php: Removed.
4920         * WebKitSite/blog/wp-admin/includes/comment.php: Removed.
4921         * WebKitSite/blog/wp-admin/includes/continents-cities.php: Removed.
4922         * WebKitSite/blog/wp-admin/includes/dashboard.php: Removed.
4923         * WebKitSite/blog/wp-admin/includes/export.php: Removed.
4924         * WebKitSite/blog/wp-admin/includes/file.php: Removed.
4925         * WebKitSite/blog/wp-admin/includes/image.php: Removed.
4926         * WebKitSite/blog/wp-admin/includes/import.php: Removed.
4927         * WebKitSite/blog/wp-admin/includes/manifest.php: Removed.
4928         * WebKitSite/blog/wp-admin/includes/media.php: Removed.
4929         * WebKitSite/blog/wp-admin/includes/misc.php: Removed.
4930         * WebKitSite/blog/wp-admin/includes/plugin-install.php: Removed.
4931         * WebKitSite/blog/wp-admin/includes/plugin.php: Removed.
4932         * WebKitSite/blog/wp-admin/includes/post.php: Removed.
4933         * WebKitSite/blog/wp-admin/includes/schema.php: Removed.
4934         * WebKitSite/blog/wp-admin/includes/taxonomy.php: Removed.
4935         * WebKitSite/blog/wp-admin/includes/template.php: Removed.
4936         * WebKitSite/blog/wp-admin/includes/theme-install.php: Removed.
4937         * WebKitSite/blog/wp-admin/includes/theme.php: Removed.
4938         * WebKitSite/blog/wp-admin/includes/update-core.php: Removed.
4939         * WebKitSite/blog/wp-admin/includes/update.php: Removed.
4940         * WebKitSite/blog/wp-admin/includes/upgrade.php: Removed.
4941         * WebKitSite/blog/wp-admin/includes/user.php: Removed.
4942         * WebKitSite/blog/wp-admin/includes/widgets.php: Removed.
4943         * WebKitSite/blog/wp-admin/index-extra.php: Removed.
4944         * WebKitSite/blog/wp-admin/index.php: Removed.
4945         * WebKitSite/blog/wp-admin/install-helper.php: Removed.
4946         * WebKitSite/blog/wp-admin/install.php: Removed.
4947         * WebKitSite/blog/wp-admin/js: Removed.
4948         * WebKitSite/blog/wp-admin/js/cat.dev.js: Removed.
4949         * WebKitSite/blog/wp-admin/js/cat.js: Removed.
4950         * WebKitSite/blog/wp-admin/js/categories.dev.js: Removed.
4951         * WebKitSite/blog/wp-admin/js/categories.js: Removed.
4952         * WebKitSite/blog/wp-admin/js/comment.dev.js: Removed.
4953         * WebKitSite/blog/wp-admin/js/comment.js: Removed.
4954         * WebKitSite/blog/wp-admin/js/common.dev.js: Removed.
4955         * WebKitSite/blog/wp-admin/js/common.js: Removed.
4956         * WebKitSite/blog/wp-admin/js/custom-fields.dev.js: Removed.
4957         * WebKitSite/blog/wp-admin/js/custom-fields.js: Removed.
4958         * WebKitSite/blog/wp-admin/js/dashboard.dev.js: Removed.
4959         * WebKitSite/blog/wp-admin/js/dashboard.js: Removed.
4960         * WebKitSite/blog/wp-admin/js/edit-comments.dev.js: Removed.
4961         * WebKitSite/blog/wp-admin/js/edit-comments.js: Removed.
4962         * WebKitSite/blog/wp-admin/js/editor.dev.js: Removed.
4963         * WebKitSite/blog/wp-admin/js/editor.js: Removed.
4964         * WebKitSite/blog/wp-admin/js/farbtastic.js: Removed.
4965         * WebKitSite/blog/wp-admin/js/gallery.dev.js: Removed.
4966         * WebKitSite/blog/wp-admin/js/gallery.js: Removed.
4967         * WebKitSite/blog/wp-admin/js/inline-edit-post.dev.js: Removed.
4968         * WebKitSite/blog/wp-admin/js/inline-edit-post.js: Removed.
4969         * WebKitSite/blog/wp-admin/js/inline-edit-tax.dev.js: Removed.
4970         * WebKitSite/blog/wp-admin/js/inline-edit-tax.js: Removed.
4971         * WebKitSite/blog/wp-admin/js/link.dev.js: Removed.
4972         * WebKitSite/blog/wp-admin/js/link.js: Removed.
4973         * WebKitSite/blog/wp-admin/js/media-upload.dev.js: Removed.
4974         * WebKitSite/blog/wp-admin/js/media-upload.js: Removed.
4975         * WebKitSite/blog/wp-admin/js/media.dev.js: Removed.
4976         * WebKitSite/blog/wp-admin/js/media.js: Removed.
4977         * WebKitSite/blog/wp-admin/js/page.dev.js: Removed.
4978         * WebKitSite/blog/wp-admin/js/page.js: Removed.
4979         * WebKitSite/blog/wp-admin/js/password-strength-meter.dev.js: Removed.
4980         * WebKitSite/blog/wp-admin/js/password-strength-meter.js: Removed.
4981         * WebKitSite/blog/wp-admin/js/plugin-install.dev.js: Removed.
4982         * WebKitSite/blog/wp-admin/js/plugin-install.js: Removed.
4983         * WebKitSite/blog/wp-admin/js/post.dev.js: Removed.
4984         * WebKitSite/blog/wp-admin/js/post.js: Removed.
4985         * WebKitSite/blog/wp-admin/js/postbox.dev.js: Removed.
4986         * WebKitSite/blog/wp-admin/js/postbox.js: Removed.
4987         * WebKitSite/blog/wp-admin/js/revisions-js.php: Removed.
4988         * WebKitSite/blog/wp-admin/js/slug.dev.js: Removed.
4989         * WebKitSite/blog/wp-admin/js/slug.js: Removed.
4990         * WebKitSite/blog/wp-admin/js/tags.dev.js: Removed.
4991         * WebKitSite/blog/wp-admin/js/tags.js: Removed.
4992         * WebKitSite/blog/wp-admin/js/theme-preview.dev.js: Removed.
4993         * WebKitSite/blog/wp-admin/js/theme-preview.js: Removed.
4994         * WebKitSite/blog/wp-admin/js/user-profile.dev.js: Removed.
4995         * WebKitSite/blog/wp-admin/js/user-profile.js: Removed.
4996         * WebKitSite/blog/wp-admin/js/utils.dev.js: Removed.
4997         * WebKitSite/blog/wp-admin/js/utils.js: Removed.
4998         * WebKitSite/blog/wp-admin/js/widgets.dev.js: Removed.
4999         * WebKitSite/blog/wp-admin/js/widgets.js: Removed.
5000         * WebKitSite/blog/wp-admin/js/word-count.dev.js: Removed.
5001         * WebKitSite/blog/wp-admin/js/word-count.js: Removed.
5002         * WebKitSite/blog/wp-admin/js/wp-gears.dev.js: Removed.
5003         * WebKitSite/blog/wp-admin/js/wp-gears.js: Removed.
5004         * WebKitSite/blog/wp-admin/js/xfn.dev.js: Removed.
5005         * WebKitSite/blog/wp-admin/js/xfn.js: Removed.
5006         * WebKitSite/blog/wp-admin/link-add.php: Removed.
5007         * WebKitSite/blog/wp-admin/link-category.php: Removed.
5008         * WebKitSite/blog/wp-admin/link-manager.php: Removed.
5009         * WebKitSite/blog/wp-admin/link-parse-opml.php: Removed.
5010         * WebKitSite/blog/wp-admin/link.php: Removed.
5011         * WebKitSite/blog/wp-admin/load-scripts.php: Removed.
5012         * WebKitSite/blog/wp-admin/load-styles.php: Removed.
5013         * WebKitSite/blog/wp-admin/media-new.php: Removed.
5014         * WebKitSite/blog/wp-admin/media-upload.php: Removed.
5015         * WebKitSite/blog/wp-admin/media.php: Removed.
5016         * WebKitSite/blog/wp-admin/menu-header.php: Removed.
5017         * WebKitSite/blog/wp-admin/menu.php: Removed.
5018         * WebKitSite/blog/wp-admin/moderation.php: Removed.
5019         * WebKitSite/blog/wp-admin/options-discussion.php: Removed.
5020         * WebKitSite/blog/wp-admin/options-general.php: Removed.
5021         * WebKitSite/blog/wp-admin/options-head.php: Removed.
5022         * WebKitSite/blog/wp-admin/options-media.php: Removed.
5023         * WebKitSite/blog/wp-admin/options-misc.php: Removed.
5024         * WebKitSite/blog/wp-admin/options-permalink.php: Removed.
5025         * WebKitSite/blog/wp-admin/options-privacy.php: Removed.
5026         * WebKitSite/blog/wp-admin/options-reading.php: Removed.
5027         * WebKitSite/blog/wp-admin/options-writing.php: Removed.
5028         * WebKitSite/blog/wp-admin/options.php: Removed.
5029         * WebKitSite/blog/wp-admin/page-new.php: Removed.
5030         * WebKitSite/blog/wp-admin/page.php: Removed.
5031         * WebKitSite/blog/wp-admin/plugin-editor.php: Removed.
5032         * WebKitSite/blog/wp-admin/plugin-install.php: Removed.
5033         * WebKitSite/blog/wp-admin/plugins.php: Removed.
5034         * WebKitSite/blog/wp-admin/post-new.php: Removed.
5035         * WebKitSite/blog/wp-admin/post.php: Removed.
5036         * WebKitSite/blog/wp-admin/press-this.php: Removed.
5037         * WebKitSite/blog/wp-admin/profile.php: Removed.
5038         * WebKitSite/blog/wp-admin/revision.php: Removed.
5039         * WebKitSite/blog/wp-admin/rtl.css: Removed.
5040         * WebKitSite/blog/wp-admin/setup-config.php: Removed.
5041         * WebKitSite/blog/wp-admin/sidebar.php: Removed.
5042         * WebKitSite/blog/wp-admin/theme-editor.php: Removed.
5043         * WebKitSite/blog/wp-admin/theme-install.php: Removed.
5044         * WebKitSite/blog/wp-admin/themes.php: Removed.
5045         * WebKitSite/blog/wp-admin/tools.php: Removed.
5046         * WebKitSite/blog/wp-admin/update-core.php: Removed.
5047         * WebKitSite/blog/wp-admin/update-links.php: Removed.
5048         * WebKitSite/blog/wp-admin/update.php: Removed.
5049         * WebKitSite/blog/wp-admin/upgrade-functions.php: Removed.
5050         * WebKitSite/blog/wp-admin/upgrade.php: Removed.
5051         * WebKitSite/blog/wp-admin/upload.php: Removed.
5052         * WebKitSite/blog/wp-admin/user-edit.php: Removed.
5053         * WebKitSite/blog/wp-admin/user-new.php: Removed.
5054         * WebKitSite/blog/wp-admin/users.php: Removed.
5055         * WebKitSite/blog/wp-admin/widgets.php: Removed.
5056         * WebKitSite/blog/wp-admin/wp-admin.css: Removed.
5057         * WebKitSite/blog/wp-app.php: Removed.
5058         * WebKitSite/blog/wp-atom.php: Removed.
5059         * WebKitSite/blog/wp-blog-header.php: Removed.
5060         * WebKitSite/blog/wp-comments-post.php: Removed.
5061         * WebKitSite/blog/wp-commentsrss2.php: Removed.
5062         * WebKitSite/blog/wp-config-sample.php: Removed.
5063         * WebKitSite/blog/wp-config.php: Removed.
5064         * WebKitSite/blog/wp-content: Removed.
5065         * WebKitSite/blog/wp-content/Picture9.png: Removed.
5066         * WebKitSite/blog/wp-content/cache: Removed.
5067         * WebKitSite/blog/wp-content/chrome.jpg: Removed.
5068         * WebKitSite/blog/wp-content/chucknorris.png: Removed.
5069         * WebKitSite/blog/wp-content/databaseexample.png: Removed.
5070         * WebKitSite/blog/wp-content/drosera.png: Removed.
5071         * WebKitSite/blog/wp-content/hitlist.png: Removed.
5072         * WebKitSite/blog/wp-content/index.php: Removed.
5073         * WebKitSite/blog/wp-content/plugins: Removed.
5074         * WebKitSite/blog/wp-content/plugins/SK2: Removed.
5075         * WebKitSite/blog/wp-content/plugins/SK2/sk2_plugins: Removed.
5076         * WebKitSite/blog/wp-content/plugins/akismet: Removed.
5077         * WebKitSite/blog/wp-content/plugins/akismet/akismet.gif: Removed.
5078         * WebKitSite/blog/wp-content/plugins/akismet/akismet.php: Removed.
5079         * WebKitSite/blog/wp-content/plugins/akismet/readme.txt: Removed.
5080         * WebKitSite/blog/wp-content/plugins/commentcontrol.php: Removed.
5081         * WebKitSite/blog/wp-content/plugins/hello.php: Removed.
5082         * WebKitSite/blog/wp-content/plugins/index.php: Removed.
5083         * WebKitSite/blog/wp-content/plugins/wp-cache: Removed.
5084         * WebKitSite/blog/wp-content/rotate.png: Removed.
5085         * WebKitSite/blog/wp-content/rotate.svg: Removed.
5086         * WebKitSite/blog/wp-content/svgtext.png: Removed.
5087         * WebKitSite/blog/wp-content/svgtextmini.png: Removed.
5088         * WebKitSite/blog/wp-content/svgtextmini_01.png: Removed.
5089         * WebKitSite/blog/wp-content/textfield_screenshot.jpg: Removed.
5090         * WebKitSite/blog/wp-content/themes: Removed.
5091         * WebKitSite/blog/wp-content/themes/classic: Removed.
5092         * WebKitSite/blog/wp-content/themes/classic/comments-popup.php: Removed.
5093         * WebKitSite/blog/wp-content/themes/classic/comments.php: Removed.
5094         * WebKitSite/blog/wp-content/themes/classic/footer.php: Removed.
5095         * WebKitSite/blog/wp-content/themes/classic/functions.php: Removed.
5096         * WebKitSite/blog/wp-content/themes/classic/header.php: Removed.
5097         * WebKitSite/blog/wp-content/themes/classic/index.php: Removed.
5098         * WebKitSite/blog/wp-content/themes/classic/rtl.css: Removed.
5099         * WebKitSite/blog/wp-content/themes/classic/screenshot.png: Removed.
5100         * WebKitSite/blog/wp-content/themes/classic/sidebar.php: Removed.
5101         * WebKitSite/blog/wp-content/themes/classic/style.css: Removed.
5102         * WebKitSite/blog/wp-content/themes/default: Removed.
5103         * WebKitSite/blog/wp-content/themes/default/404.php: Removed.
5104         * WebKitSite/blog/wp-content/themes/default/archive.php: Removed.
5105         * WebKitSite/blog/wp-content/themes/default/archives.php: Removed.
5106         * WebKitSite/blog/wp-content/themes/default/comments-popup.php: Removed.
5107         * WebKitSite/blog/wp-content/themes/default/comments.php: Removed.
5108         * WebKitSite/blog/wp-content/themes/default/footer.php: Removed.
5109         * WebKitSite/blog/wp-content/themes/default/functions.php: Removed.
5110         * WebKitSite/blog/wp-content/themes/default/header.php: Removed.
5111         * WebKitSite/blog/wp-content/themes/default/image.php: Removed.
5112         * WebKitSite/blog/wp-content/themes/default/images: Removed.
5113         * WebKitSite/blog/wp-content/themes/default/images/audio.jpg: Removed.
5114         * WebKitSite/blog/wp-content/themes/default/images/header-img.php: Removed.
5115         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-ltr.jpg: Removed.
5116         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-rtl.jpg: Removed.
5117         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
5118         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
5119         * WebKitSite/blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
5120         * WebKitSite/blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
5121         * WebKitSite/blog/wp-content/themes/default/index.php: Removed.
5122         * WebKitSite/blog/wp-content/themes/default/links.php: Removed.
5123         * WebKitSite/blog/wp-content/themes/default/page.php: Removed.
5124         * WebKitSite/blog/wp-content/themes/default/rtl.css: Removed.
5125         * WebKitSite/blog/wp-content/themes/default/screenshot.png: Removed.
5126         * WebKitSite/blog/wp-content/themes/default/search.php: Removed.
5127         * WebKitSite/blog/wp-content/themes/default/sidebar.php: Removed.
5128         * WebKitSite/blog/wp-content/themes/default/single.php: Removed.
5129         * WebKitSite/blog/wp-content/themes/default/style.css: Removed.
5130         * WebKitSite/blog/wp-content/themes/index.php: Removed.
5131         * WebKitSite/blog/wp-content/themes/webkit: Removed.
5132         * WebKitSite/blog/wp-content/themes/webkit/404.php: Removed.
5133         * WebKitSite/blog/wp-content/themes/webkit/archive.php: Removed.
5134         * WebKitSite/blog/wp-content/themes/webkit/archives.php: Removed.
5135         * WebKitSite/blog/wp-content/themes/webkit/comments-popup.php: Removed.
5136         * WebKitSite/blog/wp-content/themes/webkit/comments.php: Removed.
5137         * WebKitSite/blog/wp-content/themes/webkit/footer.php: Removed.
5138         * WebKitSite/blog/wp-content/themes/webkit/header.php: Removed.
5139         * WebKitSite/blog/wp-content/themes/webkit/index.php: Removed.
5140         * WebKitSite/blog/wp-content/themes/webkit/links.php: Removed.
5141         * WebKitSite/blog/wp-content/themes/webkit/page.php: Removed.
5142         * WebKitSite/blog/wp-content/themes/webkit/search.php: Removed.
5143         * WebKitSite/blog/wp-content/themes/webkit/searchform.php: Removed.
5144         * WebKitSite/blog/wp-content/themes/webkit/sidebar.php: Removed.
5145         * WebKitSite/blog/wp-content/themes/webkit/single.php: Removed.
5146         * WebKitSite/blog/wp-content/themes/webkit/style.css: Removed.
5147         * WebKitSite/blog/wp-content/uploads: Removed.
5148         * WebKitSite/blog/wp-content/uploads/2007: Removed.
5149         * WebKitSite/blog/wp-content/uploads/2007/06: Removed.
5150         * WebKitSite/blog/wp-content/uploads/2007/06/newinspector.png: Removed.
5151         * WebKitSite/blog/wp-content/webInspector.png: Removed.
5152         * WebKitSite/blog/wp-cron.php: Removed.
5153         * WebKitSite/blog/wp-feed.php: Removed.
5154         * WebKitSite/blog/wp-images: Removed.
5155         * WebKitSite/blog/wp-images/smilies: Removed.
5156         * WebKitSite/blog/wp-includes: Removed.
5157         * WebKitSite/blog/wp-includes/Text: Removed.
5158         * WebKitSite/blog/wp-includes/Text/Diff: Removed.
5159         * WebKitSite/blog/wp-includes/Text/Diff.php: Removed.
5160         * WebKitSite/blog/wp-includes/Text/Diff/Engine: Removed.
5161         * WebKitSite/blog/wp-includes/Text/Diff/Engine/native.php: Removed.
5162         * WebKitSite/blog/wp-includes/Text/Diff/Engine/shell.php: Removed.
5163         * WebKitSite/blog/wp-includes/Text/Diff/Engine/string.php: Removed.
5164         * WebKitSite/blog/wp-includes/Text/Diff/Engine/xdiff.php: Removed.
5165         * WebKitSite/blog/wp-includes/Text/Diff/Renderer: Removed.
5166         * WebKitSite/blog/wp-includes/Text/Diff/Renderer.php: Removed.
5167         * WebKitSite/blog/wp-includes/Text/Diff/Renderer/inline.php: Removed.
5168         * WebKitSite/blog/wp-includes/atomlib.php: Removed.
5169         * WebKitSite/blog/wp-includes/author-template.php: Removed.
5170         * WebKitSite/blog/wp-includes/bookmark-template.php: Removed.
5171         * WebKitSite/blog/wp-includes/bookmark.php: Removed.
5172         * WebKitSite/blog/wp-includes/cache.php: Removed.
5173         * WebKitSite/blog/wp-includes/canonical.php: Removed.
5174         * WebKitSite/blog/wp-includes/capabilities.php: Removed.
5175         * WebKitSite/blog/wp-includes/category-template.php: Removed.
5176         * WebKitSite/blog/wp-includes/category.php: Removed.
5177         * WebKitSite/blog/wp-includes/class-IXR.php: Removed.
5178         * WebKitSite/blog/wp-includes/class-feed.php: Removed.
5179         * WebKitSite/blog/wp-includes/class-phpass.php: Removed.
5180         * WebKitSite/blog/wp-includes/class-phpmailer.php: Removed.
5181         * WebKitSite/blog/wp-includes/class-pop3.php: Removed.
5182         * WebKitSite/blog/wp-includes/class-simplepie.php: Removed.
5183         * WebKitSite/blog/wp-includes/class-smtp.php: Removed.
5184         * WebKitSite/blog/wp-includes/class-snoopy.php: Removed.
5185         * WebKitSite/blog/wp-includes/class.wp-dependencies.php: Removed.
5186         * WebKitSite/blog/wp-includes/class.wp-scripts.php: Removed.
5187         * WebKitSite/blog/wp-includes/class.wp-styles.php: Removed.
5188         * WebKitSite/blog/wp-includes/classes.php: Removed.
5189         * WebKitSite/blog/wp-includes/comment-template.php: Removed.
5190         * WebKitSite/blog/wp-includes/comment.php: Removed.
5191         * WebKitSite/blog/wp-includes/compat.php: Removed.
5192         * WebKitSite/blog/wp-includes/cron.php: Removed.
5193         * WebKitSite/blog/wp-includes/default-filters.php: Removed.
5194         * WebKitSite/blog/wp-includes/default-widgets.php: Removed.
5195         * WebKitSite/blog/wp-includes/deprecated.php: Removed.
5196         * WebKitSite/blog/wp-includes/feed-atom-comments.php: Removed.
5197         * WebKitSite/blog/wp-includes/feed-atom.php: Removed.
5198         * WebKitSite/blog/wp-includes/feed-rdf.php: Removed.
5199         * WebKitSite/blog/wp-includes/feed-rss.php: Removed.
5200         * WebKitSite/blog/wp-includes/feed-rss2-comments.php: Removed.
5201         * WebKitSite/blog/wp-includes/feed-rss2.php: Removed.
5202         * WebKitSite/blog/wp-includes/feed.php: Removed.
5203         * WebKitSite/blog/wp-includes/formatting.php: Removed.
5204         * WebKitSite/blog/wp-includes/functions.php: Removed.
5205         * WebKitSite/blog/wp-includes/functions.wp-scripts.php: Removed.
5206         * WebKitSite/blog/wp-includes/functions.wp-styles.php: Removed.
5207         * WebKitSite/blog/wp-includes/general-template.php: Removed.
5208         * WebKitSite/blog/wp-includes/gettext.php: Removed.
5209         * WebKitSite/blog/wp-includes/http.php: Removed.
5210         * WebKitSite/blog/wp-includes/images: Removed.
5211         * WebKitSite/blog/wp-includes/images/blank.gif: Removed.
5212         * WebKitSite/blog/wp-includes/images/crystal: Removed.
5213         * WebKitSite/blog/wp-includes/images/crystal/archive.png: Removed.
5214         * WebKitSite/blog/wp-includes/images/crystal/audio.png: Removed.
5215         * WebKitSite/blog/wp-includes/images/crystal/code.png: Removed.
5216         * WebKitSite/blog/wp-includes/images/crystal/default.png: Removed.
5217         * WebKitSite/blog/wp-includes/images/crystal/document.png: Removed.
5218         * WebKitSite/blog/wp-includes/images/crystal/interactive.png: Removed.
5219         * WebKitSite/blog/wp-includes/images/crystal/license.txt: Removed.
5220         * WebKitSite/blog/wp-includes/images/crystal/spreadsheet.png: Removed.
5221         * WebKitSite/blog/wp-includes/images/crystal/text.png: Removed.
5222         * WebKitSite/blog/wp-includes/images/crystal/video.png: Removed.
5223         * WebKitSite/blog/wp-includes/images/rss.png: Removed.
5224         * WebKitSite/blog/wp-includes/images/smilies: Removed.
5225         * WebKitSite/blog/wp-includes/images/smilies/icon_arrow.gif: Removed.
5226         * WebKitSite/blog/wp-includes/images/smilies/icon_biggrin.gif: Removed.
5227         * WebKitSite/blog/wp-includes/images/smilies/icon_confused.gif: Removed.
5228         * WebKitSite/blog/wp-includes/images/smilies/icon_cool.gif: Removed.
5229         * WebKitSite/blog/wp-includes/images/smilies/icon_cry.gif: Removed.
5230         * WebKitSite/blog/wp-includes/images/smilies/icon_eek.gif: Removed.
5231         * WebKitSite/blog/wp-includes/images/smilies/icon_evil.gif: Removed.
5232         * WebKitSite/blog/wp-includes/images/smilies/icon_exclaim.gif: Removed.
5233         * WebKitSite/blog/wp-includes/images/smilies/icon_idea.gif: Removed.
5234         * WebKitSite/blog/wp-includes/images/smilies/icon_lol.gif: Removed.
5235         * WebKitSite/blog/wp-includes/images/smilies/icon_mad.gif: Removed.
5236         * WebKitSite/blog/wp-includes/images/smilies/icon_mrgreen.gif: Removed.
5237         * WebKitSite/blog/wp-includes/images/smilies/icon_neutral.gif: Removed.
5238         * WebKitSite/blog/wp-includes/images/smilies/icon_question.gif: Removed.
5239         * WebKitSite/blog/wp-includes/images/smilies/icon_razz.gif: Removed.
5240         * WebKitSite/blog/wp-includes/images/smilies/icon_redface.gif: Removed.
5241         * WebKitSite/blog/wp-includes/images/smilies/icon_rolleyes.gif: Removed.
5242         * WebKitSite/blog/wp-includes/images/smilies/icon_sad.gif: Removed.
5243         * WebKitSite/blog/wp-includes/images/smilies/icon_smile.gif: Removed.
5244         * WebKitSite/blog/wp-includes/images/smilies/icon_surprised.gif: Removed.
5245         * WebKitSite/blog/wp-includes/images/smilies/icon_twisted.gif: Removed.
5246         * WebKitSite/blog/wp-includes/images/smilies/icon_wink.gif: Removed.
5247         * WebKitSite/blog/wp-includes/images/upload.png: Removed.
5248         * WebKitSite/blog/wp-includes/images/wlw: Removed.
5249         * WebKitSite/blog/wp-includes/images/wlw/wp-comments.png: Removed.
5250         * WebKitSite/blog/wp-includes/images/wlw/wp-icon.png: Removed.
5251         * WebKitSite/blog/wp-includes/images/wlw/wp-watermark.png: Removed.
5252         * WebKitSite/blog/wp-includes/js: Removed.
5253         * WebKitSite/blog/wp-includes/js/autosave.dev.js: Removed.
5254         * WebKitSite/blog/wp-includes/js/autosave.js: Removed.
5255         * WebKitSite/blog/wp-includes/js/codepress: Removed.
5256         * WebKitSite/blog/wp-includes/js/codepress/codepress.css: Removed.
5257         * WebKitSite/blog/wp-includes/js/codepress/codepress.html: Removed.
5258         * WebKitSite/blog/wp-includes/js/codepress/codepress.js: Removed.
5259         * WebKitSite/blog/wp-includes/js/codepress/engines: Removed.
5260         * WebKitSite/blog/wp-includes/js/codepress/engines/gecko.js: Removed.
5261         * WebKitSite/blog/wp-includes/js/codepress/engines/khtml.js: Removed.
5262         * WebKitSite/blog/wp-includes/js/codepress/engines/msie.js: Removed.
5263         * WebKitSite/blog/wp-includes/js/codepress/engines/older.js: Removed.
5264         * WebKitSite/blog/wp-includes/js/codepress/engines/opera.js: Removed.
5265         * WebKitSite/blog/wp-includes/js/codepress/images: Removed.
5266         * WebKitSite/blog/wp-includes/js/codepress/images/line-numbers.png: Removed.
5267         * WebKitSite/blog/wp-includes/js/codepress/languages: Removed.
5268         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.css: Removed.
5269         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.js: Removed.
5270         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.css: Removed.
5271         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.js: Removed.
5272         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.css: Removed.
5273         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.js: Removed.
5274         * WebKitSite/blog/wp-includes/js/codepress/languages/css.css: Removed.
5275         * WebKitSite/blog/wp-includes/js/codepress/languages/css.js: Removed.
5276         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.css: Removed.
5277         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.js: Removed.
5278         * WebKitSite/blog/wp-includes/js/codepress/languages/html.css: Removed.
5279         * WebKitSite/blog/wp-includes/js/codepress/languages/html.js: Removed.
5280         * WebKitSite/blog/wp-includes/js/codepress/languages/java.css: Removed.
5281         * WebKitSite/blog/wp-includes/js/codepress/languages/java.js: Removed.
5282         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.css: Removed.
5283         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.js: Removed.
5284         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.css: Removed.
5285         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.js: Removed.
5286         * WebKitSite/blog/wp-includes/js/codepress/languages/php.css: Removed.
5287         * WebKitSite/blog/wp-includes/js/codepress/languages/php.js: Removed.
5288         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.css: Removed.
5289         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.js: Removed.
5290         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.css: Removed.
5291         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.js: Removed.
5292         * WebKitSite/blog/wp-includes/js/codepress/languages/text.css: Removed.
5293         * WebKitSite/blog/wp-includes/js/codepress/languages/text.js: Removed.
5294         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.css: Removed.
5295         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.js: Removed.
5296         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.css: Removed.
5297         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.js: Removed.
5298         * WebKitSite/blog/wp-includes/js/codepress/license.txt: Removed.
5299         * WebKitSite/blog/wp-includes/js/colorpicker.dev.js: Removed.
5300         * WebKitSite/blog/wp-includes/js/colorpicker.js: Removed.
5301         * WebKitSite/blog/wp-includes/js/comment-reply.dev.js: Removed.
5302         * WebKitSite/blog/wp-includes/js/comment-reply.js: Removed.
5303         * WebKitSite/blog/wp-includes/js/crop: Removed.
5304         * WebKitSite/blog/wp-includes/js/crop/cropper.css: Removed.
5305         * WebKitSite/blog/wp-includes/js/crop/cropper.js: Removed.
5306         * WebKitSite/blog/wp-includes/js/crop/marqueeHoriz.gif: Removed.
5307         * WebKitSite/blog/wp-includes/js/crop/marqueeVert.gif: Removed.
5308         * WebKitSite/blog/wp-includes/js/hoverIntent.dev.js: Removed.
5309         * WebKitSite/blog/wp-includes/js/hoverIntent.js: Removed.
5310         * WebKitSite/blog/wp-includes/js/jcrop: Removed.
5311         * WebKitSite/blog/wp-includes/js/jcrop/Jcrop.gif: Removed.
5312         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.css: Removed.
5313         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.dev.js: Removed.
5314         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.js: Removed.
5315         * WebKitSite/blog/wp-includes/js/jquery: Removed.
5316         * WebKitSite/blog/wp-includes/js/jquery/interface.js: Removed.
5317         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.dev.js: Removed.
5318         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.js: Removed.
5319         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.dev.js: Removed.
5320         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.js: Removed.
5321         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.dev.js: Removed.
5322         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.js: Removed.
5323         * WebKitSite/blog/wp-includes/js/jquery/jquery.js: Removed.
5324         * WebKitSite/blog/wp-includes/js/jquery/jquery.schedule.js: Removed.
5325         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.dev.js: Removed.
5326         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.js: Removed.
5327         * WebKitSite/blog/wp-includes/js/jquery/suggest.dev.js: Removed.
5328         * WebKitSite/blog/wp-includes/js/jquery/suggest.js: Removed.
5329         * WebKitSite/blog/wp-includes/js/jquery/ui.core.js: Removed.
5330         * WebKitSite/blog/wp-includes/js/jquery/ui.dialog.js: Removed.
5331         * WebKitSite/blog/wp-includes/js/jquery/ui.draggable.js: Removed.
5332         * WebKitSite/blog/wp-includes/js/jquery/ui.droppable.js: Removed.
5333         * WebKitSite/blog/wp-includes/js/jquery/ui.resizable.js: Removed.
5334         * WebKitSite/blog/wp-includes/js/jquery/ui.selectable.js: Removed.
5335         * WebKitSite/blog/wp-includes/js/jquery/ui.sortable.js: Removed.
5336         * WebKitSite/blog/wp-includes/js/jquery/ui.tabs.js: Removed.
5337         * WebKitSite/blog/wp-includes/js/prototype.js: Removed.
5338         * WebKitSite/blog/wp-includes/js/quicktags.dev.js: Removed.
5339         * WebKitSite/blog/wp-includes/js/quicktags.js: Removed.
5340         * WebKitSite/blog/wp-includes/js/scriptaculous: Removed.
5341         * WebKitSite/blog/wp-includes/js/scriptaculous/MIT-LICENSE: Removed.
5342         * WebKitSite/blog/wp-includes/js/scriptaculous/builder.js: Removed.
5343         * WebKitSite/blog/wp-includes/js/scriptaculous/controls.js: Removed.
5344         * WebKitSite/blog/wp-includes/js/scriptaculous/dragdrop.js: Removed.
5345         * WebKitSite/blog/wp-includes/js/scriptaculous/effects.js: Removed.
5346         * WebKitSite/blog/wp-includes/js/scriptaculous/prototype.js: Removed.
5347         * WebKitSite/blog/wp-includes/js/scriptaculous/scriptaculous.js: Removed.
5348         * WebKitSite/blog/wp-includes/js/scriptaculous/slider.js: Removed.
5349         * WebKitSite/blog/wp-includes/js/scriptaculous/sound.js: Removed.
5350         * WebKitSite/blog/wp-includes/js/scriptaculous/unittest.js: Removed.
5351         * WebKitSite/blog/wp-includes/js/scriptaculous/wp-scriptaculous.js: Removed.
5352         * WebKitSite/blog/wp-includes/js/swfobject.js: Removed.
5353         * WebKitSite/blog/wp-includes/js/swfupload: Removed.
5354         * WebKitSite/blog/wp-includes/js/swfupload/handlers.dev.js: Removed.
5355         * WebKitSite/blog/wp-includes/js/swfupload/handlers.js: Removed.
5356         * WebKitSite/blog/wp-includes/js/swfupload/plugins: Removed.
5357         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.cookies.js: Removed.
5358         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.queue.js: Removed.
5359         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.speed.js: Removed.
5360         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.swfobject.js: Removed.
5361         * WebKitSite/blog/wp-includes/js/swfupload/swfupload-all.js: Removed.
5362         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.js: Removed.
5363         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.swf: Removed.
5364         * WebKitSite/blog/wp-includes/js/thickbox: Removed.
5365         * WebKitSite/blog/wp-includes/js/thickbox/loadingAnimation.gif: Removed.
5366         * WebKitSite/blog/wp-includes/js/thickbox/macFFBgHack.png: Removed.
5367         * WebKitSite/blog/wp-includes/js/thickbox/tb-close.png: Removed.
5368         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.css: Removed.
5369         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.js: Removed.
5370         * WebKitSite/blog/wp-includes/js/tinymce: Removed.
5371         * WebKitSite/blog/wp-includes/js/tinymce/blank.htm: Removed.
5372         * WebKitSite/blog/wp-includes/js/tinymce/langs: Removed.
5373         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs-en.js: Removed.
5374         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs.php: Removed.
5375         * WebKitSite/blog/wp-includes/js/tinymce/license.txt: Removed.
5376         * WebKitSite/blog/wp-includes/js/tinymce/plugins: Removed.
5377         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave: Removed.
5378         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave/langs: Removed.
5379         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality: Removed.
5380         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/editor_plugin.js: Removed.
5381         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/images: Removed.
5382         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/langs: Removed.
5383         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
5384         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js: Removed.
5385         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm: Removed.
5386         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
5387         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/css: Removed.
5388         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js: Removed.
5389         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/images: Removed.
5390         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/jscripts: Removed.
5391         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
5392         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
5393         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
5394         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: Removed.
5395         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: Removed.
5396         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: Removed.
5397         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: Removed.
5398         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: Removed.
5399         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/drag.gif: Removed.
5400         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: Removed.
5401         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: Removed.
5402         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css: Removed.
5403         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/template.htm: Removed.
5404         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media: Removed.
5405         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css: Removed.
5406         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/content.css: Removed.
5407         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/media.css: Removed.
5408         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/editor_plugin.js: Removed.
5409         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img: Removed.
5410         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flash.gif: Removed.
5411         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flv_player.swf: Removed.
5412         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/quicktime.gif: Removed.
5413         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/realmedia.gif: Removed.
5414         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/shockwave.gif: Removed.
5415         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/trans.gif: Removed.
5416         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/windowsmedia.gif: Removed.
5417         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js: Removed.
5418         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/embed.js: Removed.
5419         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/media.js: Removed.
5420         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/media.htm: Removed.
5421         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste: Removed.
5422         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/blank.htm: Removed.
5423         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/css: Removed.
5424         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/editor_plugin.js: Removed.
5425         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/images: Removed.
5426         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
5427         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pastetext.js: Removed.
5428         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pasteword.js: Removed.
5429         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/jscripts: Removed.
5430         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/langs: Removed.
5431         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pastetext.htm: Removed.
5432         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pasteword.htm: Removed.
5433         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari: Removed.
5434         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/blank.htm: Removed.
5435         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/editor_plugin.js: Removed.
5436         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
5437         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
5438         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php: Removed.
5439         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php: Removed.
5440         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php: Removed.
5441         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php: Removed.
5442         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php: Removed.
5443         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
5444         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php: Removed.
5445         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php: Removed.
5446         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/config.php: Removed.
5447         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
5448         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css/content.css: Removed.
5449         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js: Removed.
5450         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/images: Removed.
5451         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
5452         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif: Removed.
5453         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
5454         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes/general.php: Removed.
5455         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/langs: Removed.
5456         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/rpc.php: Removed.
5457         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
5458         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus/editor_plugin.js: Removed.
5459         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
5460         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
5461         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css/content.css: Removed.
5462         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.dev.js: Removed.
5463         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js: Removed.
5464         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/images: Removed.
5465         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
5466         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/audio.gif: Removed.
5467         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/help.gif: Removed.
5468         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/image.gif: Removed.
5469         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/media.gif: Removed.
5470         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more.gif: Removed.
5471         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more_bug.gif: Removed.
5472         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page.gif: Removed.
5473         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page_bug.gif: Removed.
5474         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/toolbars.gif: Removed.
5475         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif: Removed.
5476         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/video.gif: Removed.
5477         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/langs: Removed.
5478         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
5479         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
5480         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage-rtl.css: Removed.
5481         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css: Removed.
5482         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html: Removed.
5483         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.dev.js: Removed.
5484         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js: Removed.
5485         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
5486         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Removed.
5487         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Removed.
5488         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
5489         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js: Removed.
5490         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
5491         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js: Removed.
5492         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js: Removed.
5493         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
5494         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Removed.
5495         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Removed.
5496         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Removed.
5497         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/t.gif: Removed.
5498         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp: Removed.
5499         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/images: Removed.
5500         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/langs: Removed.
5501         * WebKitSite/blog/wp-includes/js/tinymce/themes: Removed.
5502         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced: Removed.
5503         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/about.htm: Removed.
5504         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/anchor.htm: Removed.
5505         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/charmap.htm: Removed.
5506         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/color_picker.htm: Removed.
5507         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/css: Removed.
5508         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/editor_template.js: Removed.
5509         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/image.htm: Removed.
5510         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images: Removed.
5511         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images/xp: Removed.
5512         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
5513         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/colorpicker.jpg: Removed.
5514         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/fm.gif: Removed.
5515         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Removed.
5516         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/icons.gif: Removed.
5517         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Removed.
5518         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
5519         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/about.js: Removed.
5520         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/anchor.js: Removed.
5521         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/charmap.js: Removed.
5522         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/color_picker.js: Removed.
5523         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/image.js: Removed.
5524         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/link.js: Removed.
5525         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/source_editor.js: Removed.
5526         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/jscripts: Removed.
5527         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/langs: Removed.
5528         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/link.htm: Removed.
5529         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
5530         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
5531         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/content.css: Removed.
5532         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/dialog.css: Removed.
5533         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
5534         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Removed.
5535         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/items.gif: Removed.
5536         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif: Removed.
5537         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_check.gif: Removed.
5538         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/progress.gif: Removed.
5539         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/tabs.gif: Removed.
5540         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/ui.css: Removed.
5541         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
5542         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/content.css: Removed.
5543         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css: Removed.
5544         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
5545         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Removed.
5546         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Removed.
5547         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Removed.
5548         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui.css: Removed.
5549         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_black.css: Removed.
5550         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_silver.css: Removed.
5551         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
5552         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css: Removed.
5553         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css: Removed.
5554         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
5555         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Removed.
5556         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Removed.
5557         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/down_arrow.gif: Removed.
5558         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png: Removed.
5559         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif: Removed.
5560         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/tabs.gif: Removed.
5561         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css: Removed.
5562         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/source_editor.htm: Removed.
5563         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce.js: Removed.
5564         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce_popup.js: Removed.
5565         * WebKitSite/blog/wp-includes/js/tinymce/utils: Removed.
5566         * WebKitSite/blog/wp-includes/js/tinymce/utils/editable_selects.js: Removed.
5567         * WebKitSite/blog/wp-includes/js/tinymce/utils/form_utils.js: Removed.
5568         * WebKitSite/blog/wp-includes/js/tinymce/utils/mctabs.js: Removed.
5569         * WebKitSite/blog/wp-includes/js/tinymce/utils/validate.js: Removed.
5570         * WebKitSite/blog/wp-includes/js/tinymce/wp-mce-help.php: Removed.
5571         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js: Removed.
5572         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js.gz: Removed.
5573         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.php: Removed.
5574         * WebKitSite/blog/wp-includes/js/tw-sack.dev.js: Removed.
5575         * WebKitSite/blog/wp-includes/js/tw-sack.js: Removed.
5576         * WebKitSite/blog/wp-includes/js/wp-ajax-response.dev.js: Removed.
5577         * WebKitSite/blog/wp-includes/js/wp-ajax-response.js: Removed.
5578         * WebKitSite/blog/wp-includes/js/wp-lists.dev.js: Removed.
5579         * WebKitSite/blog/wp-includes/js/wp-lists.js: Removed.
5580         * WebKitSite/blog/wp-includes/kses.php: Removed.
5581         * WebKitSite/blog/wp-includes/l10n.php: Removed.
5582         * WebKitSite/blog/wp-includes/link-template.php: Removed.
5583         * WebKitSite/blog/wp-includes/locale.php: Removed.
5584         * WebKitSite/blog/wp-includes/media.php: Removed.
5585         * WebKitSite/blog/wp-includes/pluggable.php: Removed.
5586         * WebKitSite/blog/wp-includes/plugin.php: Removed.
5587         * WebKitSite/blog/wp-includes/pomo: Removed.
5588         * WebKitSite/blog/wp-includes/pomo/entry.php: Removed.
5589         * WebKitSite/blog/wp-includes/pomo/mo.php: Removed.
5590         * WebKitSite/blog/wp-includes/pomo/po.php: Removed.
5591         * WebKitSite/blog/wp-includes/pomo/streams.php: Removed.
5592         * WebKitSite/blog/wp-includes/pomo/translations.php: Removed.
5593         * WebKitSite/blog/wp-includes/post-template.php: Removed.
5594         * WebKitSite/blog/wp-includes/post.php: Removed.
5595         * WebKitSite/blog/wp-includes/query.php: Removed.
5596         * WebKitSite/blog/wp-includes/registration-functions.php: Removed.
5597         * WebKitSite/blog/wp-includes/registration.php: Removed.
5598         * WebKitSite/blog/wp-includes/rewrite.php: Removed.
5599         * WebKitSite/blog/wp-includes/rss-functions.php: Removed.
5600         * WebKitSite/blog/wp-includes/rss.php: Removed.
5601         * WebKitSite/blog/wp-includes/script-loader.php: Removed.
5602         * WebKitSite/blog/wp-includes/shortcodes.php: Removed.
5603         * WebKitSite/blog/wp-includes/streams.php: Removed.
5604         * WebKitSite/blog/wp-includes/taxonomy.php: Removed.
5605         * WebKitSite/blog/wp-includes/template-loader.php: Removed.
5606         * WebKitSite/blog/wp-includes/theme.php: Removed.
5607         * WebKitSite/blog/wp-includes/update.php: Removed.
5608         * WebKitSite/blog/wp-includes/user.php: Removed.
5609         * WebKitSite/blog/wp-includes/vars.php: Removed.
5610         * WebKitSite/blog/wp-includes/version.php: Removed.
5611         * WebKitSite/blog/wp-includes/widgets.php: Removed.
5612         * WebKitSite/blog/wp-includes/wlwmanifest.xml: Removed.
5613         * WebKitSite/blog/wp-includes/wp-db.php: Removed.
5614         * WebKitSite/blog/wp-includes/wp-diff.php: Removed.
5615         * WebKitSite/blog/wp-links-opml.php: Removed.
5616         * WebKitSite/blog/wp-load.php: Removed.
5617         * WebKitSite/blog/wp-login.php: Removed.
5618         * WebKitSite/blog/wp-mail.php: Removed.
5619         * WebKitSite/blog/wp-pass.php: Removed.
5620         * WebKitSite/blog/wp-rdf.php: Removed.
5621         * WebKitSite/blog/wp-register.php: Removed.
5622         * WebKitSite/blog/wp-rss.php: Removed.
5623         * WebKitSite/blog/wp-rss2.php: Removed.
5624         * WebKitSite/blog/wp-settings.php: Removed.
5625         * WebKitSite/blog/wp-trackback.php: Removed.
5626         * WebKitSite/blog/xmlrpc.php: Removed.
5627         * WebKitSite/building: Removed.
5628         * WebKitSite/building/build-window.png: Removed.
5629         * WebKitSite/building/build.html: Removed.
5630         * WebKitSite/building/checkout.html: Removed.
5631         * WebKitSite/building/custom-executable.png: Removed.
5632         * WebKitSite/building/cygwin-downloader.zip: Removed.
5633         * WebKitSite/building/debug.html: Removed.
5634         * WebKitSite/building/debug.png: Removed.
5635         * WebKitSite/building/info-tab.png: Removed.
5636         * WebKitSite/building/launch-debugger-vs2005.png: Removed.
5637         * WebKitSite/building/run.html: Removed.
5638         * WebKitSite/building/set-as-startup-project-vs2005.png: Removed.
5639         * WebKitSite/building/set-debugging-properties-vs2005.png: Removed.
5640         * WebKitSite/building/tools.html: Removed.
5641         * WebKitSite/coding: Removed.
5642         * WebKitSite/coding/RefPtr.html: Removed.
5643         * WebKitSite/coding/assertion-guidelines.html: Removed.
5644         * WebKitSite/coding/bsd-license.html: Removed.
5645         * WebKitSite/coding/coding-style.html: Removed.
5646         * WebKitSite/coding/commit-review-policy.html: Removed.
5647         * WebKitSite/coding/contributing.html: Removed.
5648         * WebKitSite/coding/dom-element-attach.html: Removed.
5649         * WebKitSite/coding/images: Removed.
5650         * WebKitSite/coding/images/contribute_add_attachment.png: Removed.
5651         * WebKitSite/coding/images/contribute_mark_review.png: Removed.
5652         * WebKitSite/coding/images/dom-element-attach-large.png: Removed.
5653         * WebKitSite/coding/images/dom-element-attach-small.png: Removed.
5654         * WebKitSite/coding/images/dom-element-attach.graffle: Removed.
5655         * WebKitSite/coding/lgpl-license.html: Removed.
5656         * WebKitSite/coding/major-objects.html: Removed.
5657         * WebKitSite/coding/scripts.html: Removed.
5658         * WebKitSite/coding/technical-articles.html: Removed.
5659         * WebKitSite/contact.html: Removed.
5660         * WebKitSite/css: Removed.
5661         * WebKitSite/css/blue.css: Removed.
5662         * WebKitSite/css/gray.css: Removed.
5663         * WebKitSite/css/green.css: Removed.
5664         * WebKitSite/css/ie.css: Removed.
5665         * WebKitSite/css/main.css: Removed.
5666         * WebKitSite/css/pink.css: Removed.
5667         * WebKitSite/css/purple.css: Removed.
5668         * WebKitSite/css/yellow.css: Removed.
5669         * WebKitSite/demos: Removed.
5670         * WebKitSite/demos/accessible-ascii-art: Removed.
5671         * WebKitSite/demos/accessible-ascii-art/butterfly-figure.html: Removed.
5672         * WebKitSite/demos/accessible-ascii-art/butterfly.html: Removed.
5673         * WebKitSite/demos/calendar: Removed.
5674         * WebKitSite/demos/calendar/Boom.aiff: Removed.
5675         * WebKitSite/demos/calendar/Calendar.css: Removed.
5676         * WebKitSite/demos/calendar/Calendar.html: Removed.
5677         * WebKitSite/demos/calendar/Calendar.js: Removed.
5678         * WebKitSite/demos/calendar/Calendar.manifest: Removed.
5679         * WebKitSite/demos/calendar/CalendarApp.icns: Removed.
5680         * WebKitSite/demos/calendar/Images: Removed.
5681         * WebKitSite/demos/calendar/Images/AirPort4.png: Removed.
5682         * WebKitSite/demos/calendar/Images/AirPortError.png: Removed.
5683         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallDown.png: Removed.
5684         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallRight.png: Removed.
5685         * WebKitSite/demos/calendar/Images/statusbarBackground.png: Removed.
5686         * WebKitSite/demos/calendar/Images/statusbarResizerVertical.png: Removed.
5687         * WebKitSite/demos/calendar/LocationImage.js: Removed.
5688         * WebKitSite/demos/calendar/Utilities.js: Removed.
5689         * WebKitSite/demos/calendar/favicon.ico: Removed.
5690         * WebKitSite/demos/calendar/index.html: Removed.
5691         * WebKitSite/demos/calendar/mime.types: Removed.
5692         * WebKitSite/demos/canvas-perf: Removed.
5693         * WebKitSite/demos/canvas-perf/canvas.html: Removed.
5694         * WebKitSite/demos/canvas-perf/kraken.jpg: Removed.
5695         * WebKitSite/demos/editingToolbar: Removed.
5696         * WebKitSite/demos/editingToolbar/FancyToolbar.css: Removed.
5697         * WebKitSite/demos/editingToolbar/FancyToolbar.js: Removed.
5698         * WebKitSite/demos/editingToolbar/FancyToolbarImages: Removed.
5699         * WebKitSite/demos/editingToolbar/FancyToolbarImages/button.png: Removed.
5700         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Removed.
5701         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Removed.
5702         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Removed.
5703         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Removed.
5704         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Removed.
5705         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Removed.
5706         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonRight.png: Removed.
5707         * WebKitSite/demos/editingToolbar/FancyToolbarImages/camera.png: Removed.
5708         * WebKitSite/demos/editingToolbar/FancyToolbarImages/link.png: Removed.
5709         * WebKitSite/demos/editingToolbar/FancyToolbarImages/textAlign.png: Removed.
5710         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Removed.
5711         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Removed.
5712         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Removed.
5713         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Removed.
5714         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Removed.
5715         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Removed.
5716         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Removed.
5717         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Removed.
5718         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Removed.
5719         * WebKitSite/demos/editingToolbar/content.html: Removed.
5720         * WebKitSite/demos/editingToolbar/images: Removed.
5721         * WebKitSite/demos/editingToolbar/images/safari.png: Removed.
5722         * WebKitSite/demos/editingToolbar/index.html: Removed.
5723         * WebKitSite/demos/hover-summary: Removed.
5724         * WebKitSite/demos/hover-summary/details.css: Removed.
5725         * WebKitSite/demos/hover-summary/details.js: Removed.
5726         * WebKitSite/demos/hover-summary/example1.html: Removed.
5727         * WebKitSite/demos/hover-summary/example2.html: Removed.
5728         * WebKitSite/demos/hover-summary/horizontal-triangle.png: Removed.
5729         * WebKitSite/demos/hover-summary/vertical-triangle.png: Removed.
5730         * WebKitSite/demos/index.html: Removed.
5731         * WebKitSite/demos/mathml: Removed.
5732         * WebKitSite/demos/mathml/MathMLDemo.xhtml: Removed.
5733         * WebKitSite/demos/sticky-notes: Removed.
5734         * WebKitSite/demos/sticky-notes/StickyNotes.manifest: Removed.
5735         * WebKitSite/demos/sticky-notes/deleteButton.png: Removed.
5736         * WebKitSite/demos/sticky-notes/deleteButtonPressed.png: Removed.
5737         * WebKitSite/demos/sticky-notes/index.html: Removed.
5738         * WebKitSite/demos/transitions-and-transforms: Removed.
5739         * WebKitSite/demos/transitions-and-transforms/Finder Coverflow.png: Removed.
5740         * WebKitSite/demos/transitions-and-transforms/Horsehead.png: Removed.
5741         * WebKitSite/demos/transitions-and-transforms/Mail Stationery.png: Removed.
5742         * WebKitSite/demos/transitions-and-transforms/Quick Look.png: Removed.
5743         * WebKitSite/demos/transitions-and-transforms/Spaces.png: Removed.
5744         * WebKitSite/demos/transitions-and-transforms/Stacks.png: Removed.
5745         * WebKitSite/demos/transitions-and-transforms/Time Machine.png: Removed.
5746         * WebKitSite/demos/transitions-and-transforms/index.html: Removed.
5747         * WebKitSite/demos/transitions-and-transforms/leopard.css: Removed.
5748         * WebKitSite/demos/transitions-and-transforms/no-style.html: Removed.
5749         * WebKitSite/favicon.ico: Removed.
5750         * WebKitSite/footer.inc: Removed.
5751         * WebKitSite/header.inc: Removed.
5752         * WebKitSite/images: Removed.
5753         * WebKitSite/images/DroseraPic.png: Removed.
5754         * WebKitSite/images/blank.png: Removed.
5755         * WebKitSite/images/blue-background.png: Removed.
5756         * WebKitSite/images/blue-bullet.png: Removed.
5757         * WebKitSite/images/download.png: Removed.
5758         * WebKitSite/images/end.png: Removed.
5759         * WebKitSite/images/gray-background.png: Removed.
5760         * WebKitSite/images/green-background.png: Removed.
5761         * WebKitSite/images/green-bullet.png: Removed.
5762         * WebKitSite/images/icon-gold.png: Removed.
5763         * WebKitSite/images/icon.png: Removed.
5764         * WebKitSite/images/ie-nav.png: Removed.
5765         * WebKitSite/images/middle.png: Removed.
5766         * WebKitSite/images/nav.png: Removed.
5767         * WebKitSite/images/pink-background.png: Removed.
5768         * WebKitSite/images/pink-bullet.png: Removed.
5769         * WebKitSite/images/purple-background.png: Removed.
5770         * WebKitSite/images/purple-bullet.png: Removed.
5771         * WebKitSite/images/surfin-safari.icns: Removed.
5772         * WebKitSite/images/yellow-background.png: Removed.
5773         * WebKitSite/images/yellow-bullet.png: Removed.
5774         * WebKitSite/index.html: Removed.
5775         * WebKitSite/misc: Removed.
5776         * WebKitSite/misc/DatabaseExample.html: Removed.
5777         * WebKitSite/misc/DatabaseTester.html: Removed.
5778         * WebKitSite/misc/WebKitDetect.html: Removed.
5779         * WebKitSite/misc/WebKitDetect.js: Removed.
5780         * WebKitSite/misc/drosera: Removed.
5781         * WebKitSite/misc/drosera/demo.js: Removed.
5782         * WebKitSite/misc/drosera/drosera.png: Removed.
5783         * WebKitSite/misc/drosera/index.html: Removed.
5784         * WebKitSite/misc/gradient-input.html: Removed.
5785         * WebKitSite/misc/morph.html: Removed.
5786         * WebKitSite/nav.inc: Removed.
5787         * WebKitSite/perf: Removed.
5788         * WebKitSite/perf/slickspeed: Removed.
5789         * WebKitSite/perf/slickspeed/config.ini: Removed.
5790         * WebKitSite/perf/slickspeed/footer.html: Removed.
5791         * WebKitSite/perf/slickspeed/frameworks: Removed.
5792         * WebKitSite/perf/slickspeed/frameworks/DomQuery.js: Removed.
5793         * WebKitSite/perf/slickspeed/frameworks/dummy.js: Removed.
5794         * WebKitSite/perf/slickspeed/frameworks/jquery-1.2.3.js: Removed.
5795         * WebKitSite/perf/slickspeed/frameworks/prototype.js: Removed.
5796         * WebKitSite/perf/slickspeed/header.html: Removed.
5797         * WebKitSite/perf/slickspeed/index.php: Removed.
5798         * WebKitSite/perf/slickspeed/instructions.txt: Removed.
5799         * WebKitSite/perf/slickspeed/logo.png: Removed.
5800         * WebKitSite/perf/slickspeed/selectors.list: Removed.
5801         * WebKitSite/perf/slickspeed/style.css: Removed.
5802         * WebKitSite/perf/slickspeed/system: Removed.
5803         * WebKitSite/perf/slickspeed/system/index.php: Removed.
5804         * WebKitSite/perf/slickspeed/system/slickspeed.js: Removed.
5805         * WebKitSite/perf/slickspeed/system/template.php: Removed.
5806         * WebKitSite/perf/slickspeed/template.html: Removed.
5807         * WebKitSite/perf/sunspider: Removed.
5808         * WebKitSite/perf/sunspider-0.9: Removed.
5809         * WebKitSite/perf/sunspider-0.9.1: Removed.
5810         * WebKitSite/perf/sunspider-0.9.1/json2.js: Removed.
5811         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9: Removed.
5812         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1: Removed.
5813         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Removed.
5814         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Removed.
5815         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Removed.
5816         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Removed.
5817         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/driver.html: Removed.
5818         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/results.html: Removed.
5819         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Removed.
5820         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Removed.
5821         * WebKitSite/perf/sunspider-0.9.1/sunspider-analyze-results.js: Removed.
5822         * WebKitSite/perf/sunspider-0.9.1/sunspider-compare-results.js: Removed.
5823         * WebKitSite/perf/sunspider-0.9.1/sunspider.css: Removed.
5824         * WebKitSite/perf/sunspider-0.9/3d-cube.html: Removed.
5825         * WebKitSite/perf/sunspider-0.9/3d-morph.html: Removed.
5826         * WebKitSite/perf/sunspider-0.9/3d-raytrace.html: Removed.
5827         * WebKitSite/perf/sunspider-0.9/access-binary-trees.html: Removed.
5828         * WebKitSite/perf/sunspider-0.9/access-fannkuch.html: Removed.
5829         * WebKitSite/perf/sunspider-0.9/access-nbody.html: Removed.
5830         * WebKitSite/perf/sunspider-0.9/access-nsieve.html: Removed.
5831         * WebKitSite/perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Removed.
5832         * WebKitSite/perf/sunspider-0.9/bitops-bits-in-byte.html: Removed.
5833         * WebKitSite/perf/sunspider-0.9/bitops-bitwise-and.html: Removed.
5834         * WebKitSite/perf/sunspider-0.9/bitops-nsieve-bits.html: Removed.
5835         * WebKitSite/perf/sunspider-0.9/controlflow-recursive.html: Removed.
5836         * WebKitSite/perf/sunspider-0.9/crypto-aes.html: Removed.
5837         * WebKitSite/perf/sunspider-0.9/crypto-md5.html: Removed.
5838         * WebKitSite/perf/sunspider-0.9/crypto-sha1.html: Removed.
5839         * WebKitSite/perf/sunspider-0.9/date-format-tofte.html: Removed.
5840         * WebKitSite/perf/sunspider-0.9/date-format-xparb.html: Removed.
5841         * WebKitSite/perf/sunspider-0.9/math-cordic.html: Removed.
5842         * WebKitSite/perf/sunspider-0.9/math-partial-sums.html: Removed.
5843         * WebKitSite/perf/sunspider-0.9/math-spectral-norm.html: Removed.
5844         * WebKitSite/perf/sunspider-0.9/regexp-dna.html: Removed.
5845         * WebKitSite/perf/sunspider-0.9/string-base64.html: Removed.
5846         * WebKitSite/perf/sunspider-0.9/string-fasta.html: Removed.
5847         * WebKitSite/perf/sunspider-0.9/string-tagcloud.html: Removed.
5848         * WebKitSite/perf/sunspider-0.9/string-unpack-code.html: Removed.
5849         * WebKitSite/perf/sunspider-0.9/string-validate-input.html: Removed.
5850         * WebKitSite/perf/sunspider-0.9/sunspider-analyze-results.js: Removed.
5851         * WebKitSite/perf/sunspider-0.9/sunspider-compare-results.js: Removed.
5852         * WebKitSite/perf/sunspider-0.9/sunspider-driver.html: Removed.
5853         * WebKitSite/perf/sunspider-0.9/sunspider-record-result.js: Removed.
5854         * WebKitSite/perf/sunspider-0.9/sunspider-results.html: Removed.
5855         * WebKitSite/perf/sunspider-0.9/sunspider-test-prefix.js: Removed.
5856         * WebKitSite/perf/sunspider-0.9/sunspider.css: Removed.
5857         * WebKitSite/perf/sunspider/sunspider.css: Removed.
5858         * WebKitSite/perf/sunspider/sunspider.html: Removed.
5859         * WebKitSite/pngbehavior.htc: Removed.
5860         * WebKitSite/projects: Removed.
5861         * WebKitSite/projects/accessibility: Removed.
5862         * WebKitSite/projects/accessibility/index.html: Removed.
5863         * WebKitSite/projects/cleanup: Removed.
5864         * WebKitSite/projects/cleanup/index.html: Removed.
5865         * WebKitSite/projects/compat: Removed.
5866         * WebKitSite/projects/compat/index.html: Removed.
5867         * WebKitSite/projects/css: Removed.
5868         * WebKitSite/projects/css/index.html: Removed.
5869         * WebKitSite/projects/documentation: Removed.
5870         * WebKitSite/projects/documentation/index.html: Removed.
5871         * WebKitSite/projects/dom: Removed.
5872         * WebKitSite/projects/dom/index.html: Removed.
5873         * WebKitSite/projects/editing: Removed.
5874         * WebKitSite/projects/editing/index.html: Removed.
5875         * WebKitSite/projects/forms: Removed.
5876         * WebKitSite/projects/forms/index.html: Removed.
5877         * WebKitSite/projects/goals.html: Removed.
5878         * WebKitSite/projects/html: Removed.
5879         * WebKitSite/projects/html/index.html: Removed.
5880         * WebKitSite/projects/index.html: Removed.
5881         * WebKitSite/projects/javascript: Removed.
5882         * WebKitSite/projects/javascript/index.html: Removed.
5883         * WebKitSite/projects/layout: Removed.
5884         * WebKitSite/projects/layout/index.html: Removed.
5885         * WebKitSite/projects/mathml: Removed.
5886         * WebKitSite/projects/mathml/index.html: Removed.
5887         * WebKitSite/projects/performance: Removed.
5888         * WebKitSite/projects/performance/index.html: Removed.
5889         * WebKitSite/projects/plugins: Removed.
5890         * WebKitSite/projects/plugins/index.html: Removed.
5891         * WebKitSite/projects/portability: Removed.
5892         * WebKitSite/projects/portability/index.html: Removed.
5893         * WebKitSite/projects/printing: Removed.
5894         * WebKitSite/projects/printing/index.html: Removed.
5895         * WebKitSite/projects/svg: Removed.
5896         * WebKitSite/projects/svg/index.html: Removed.
5897         * WebKitSite/projects/svg/status.xml: Removed.
5898         * WebKitSite/projects/svg/svg-status.css: Removed.
5899         * WebKitSite/projects/svg/svg-status.xsl: Removed.
5900         * WebKitSite/projects/webkit: Removed.
5901         * WebKitSite/projects/webkit/index.html: Removed.
5902         * WebKitSite/projects/xml: Removed.
5903         * WebKitSite/projects/xml/index.html: Removed.
5904         * WebKitSite/projects/xslt: Removed.
5905         * WebKitSite/projects/xslt/index.html: Removed.
5906         * WebKitSite/quality: Removed.
5907         * WebKitSite/quality/.htaccess: Removed.
5908         * WebKitSite/quality/Ahem.ttf: Removed.
5909         * WebKitSite/quality/bugpriorities.html: Removed.
5910         * WebKitSite/quality/bugwriting.html: Removed.
5911         * WebKitSite/quality/bugzilla.html: Removed.
5912         * WebKitSite/quality/crashlogs.html: Removed.
5913         * WebKitSite/quality/leakhunting.html: Removed.
5914         * WebKitSite/quality/lifecycle.html: Removed.
5915         * WebKitSite/quality/mac_reportbox.jpg: Removed.
5916         * WebKitSite/quality/mac_viewtrace.jpg: Removed.
5917         * WebKitSite/quality/reduction.html: Removed.
5918         * WebKitSite/quality/reporting.html: Removed.
5919         * WebKitSite/quality/testing.html: Removed.
5920         * WebKitSite/quality/testwriting.html: Removed.
5921         * WebKitSite/quality/win_installwatson.jpg: Removed.
5922         * WebKitSite/quality/win_watsongui.jpg: Removed.
5923         * WebKitSite/quality/win_watsoninstalled.jpg: Removed.
5924         * WebKitSite/security: Removed.
5925         * WebKitSite/security/index.html: Removed.
5926         * WebKitSite/security/security-group-members.html: Removed.
5927         * WebKitSite/specs: Removed.
5928         * WebKitSite/specs/CSSVisualEffects: Removed.
5929         * WebKitSite/specs/CSSVisualEffects/css3-2d-transforms: Removed.
5930         * WebKitSite/specs/CSSVisualEffects/css3-3d-transforms: Removed.
5931         * WebKitSite/specs/CSSVisualEffects/css3-animations: Removed.
5932         * WebKitSite/specs/CSSVisualEffects/css3-transitions: Removed.
5933         * WebKitSite/specs/CSSVisualEffects/index.html: Removed.
5934         * WebKitSite/specs/HTML_Timed_Media_Elements.html: Removed.
5935         * WebKitSite/specs/MediaQueriesExtensions.html: Removed.
5936         * WebKitSite/specs/PointerEventsProperty.html: Removed.
5937         * WebKitSite/specs/Timed_Media_CSS.html: Removed.
5938         * WebKitSite/specs/Timed_Media_Elements-Open_Issues.html: Removed.
5939         * WebKitSite/specs/index.html: Removed.
5940         * WebKitSite/specs/mediaelement.css: Removed.
5941         * WebKitSite/specs/movie-status-states.png: Removed.
5942         * WebKitSite/specs/squirrelfish-bytecode.html: Removed.
5943         * cmake/WebKitPackaging.cmake:
5944
5945 2010-12-20  Joseph Pecoraro  <joepeck@webkit.org>
5946
5947         Reviewed by Darin Adler.
5948
5949         Update .gitattributes for WebKitTools -> Tools change
5950         https://bugs.webkit.org/show_bug.cgi?id=51365
5951
5952         * .gitattributes: WebKitTools -> Tools rename. Removed no longer existing file references.
5953
5954 2010-12-20  Xan Lopez  <xlopez@igalia.com>
5955
5956         Reviewed by Gustavo Noronha.
5957
5958         * configure.ac: bump version for 1.3.8 release.
5959
5960 2010-12-20  David Levin  <levin@chromium.org>
5961
5962         Reviewed by Ariya Hidayat.
5963
5964         .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
5965         https://bugs.webkit.org/show_bug.cgi?id=51343
5966
5967         Follow up from the WebKitTools -> Tools rename.
5968
5969         * .gitignore:
5970
5971 2010-12-20  Ryuan Choi  <ryuan.choi@samsung.com>
5972
5973         Reviewed by Antonio Gomes.
5974
5975         [CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
5976         https://bugs.webkit.org/show_bug.cgi?id=51319
5977
5978         Change WEBKITTOOLS_DIR variable's name and value to TOOLS_DIR and tools/.
5979
5980         * CMakeLists.txt:
5981
5982 2010-12-18  Adam Barth  <abarth@webkit.org>
5983
5984         Reviewed by Sam Weinig.
5985
5986         Move WebKitExamplePlugins to Examples
5987         https://bugs.webkit.org/show_bug.cgi?id=51291
5988
5989         * Examples: Copied from WebKitExamplePlugins.
5990         * WebKitExamplePlugins: Removed.
5991         * WebKitExamplePlugins/NetscapeCocoaPlugin: Removed.
5992         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj: Removed.
5993         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj/InfoPlist.strings: Removed.
5994         * WebKitExamplePlugins/NetscapeCocoaPlugin/Info.plist: Removed.
5995         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.h: Removed.
5996         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.m: Removed.
5997         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj: Removed.
5998         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/project.pbxproj: Removed.
5999         * WebKitExamplePlugins/NetscapeCocoaPlugin/main.m: Removed.
6000         * WebKitExamplePlugins/NetscapeCocoaPlugin/test.html: Removed.
6001         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin: Removed.
6002         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj: Removed.
6003         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj/InfoPlist.strings: Removed.
6004         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Info.plist: Removed.
6005         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.h: Removed.
6006         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.m: Removed.
6007         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj: Removed.
6008         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/project.pbxproj: Removed.
6009         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Pause.tiff: Removed.
6010         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Play.tiff: Removed.
6011         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackCenter.tiff: Removed.
6012         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackLeft.tiff: Removed.
6013         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackRight.tiff: Removed.
6014         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Thumb.tiff: Removed.
6015         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/main.m: Removed.
6016         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/test.html: Removed.
6017         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin: Removed.
6018         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Composition.qtz: Removed.
6019         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj: Removed.
6020         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj/InfoPlist.strings: Removed.
6021         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Info.plist: Removed.
6022         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj: Removed.
6023         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/project.pbxproj: Removed.
6024         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/main.m: Removed.
6025         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/test.html: Removed.
6026         * WebKitExamplePlugins/NetscapeInputMethodPlugin: Removed.
6027         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj: Removed.
6028         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj/InfoPlist.strings: Removed.
6029         * WebKitExamplePlugins/NetscapeInputMethodPlugin/Info.plist: Removed.
6030         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj: Removed.
6031         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/project.pbxproj: Removed.
6032         * WebKitExamplePlugins/NetscapeInputMethodPlugin/main.m: Removed.
6033         * WebKitExamplePlugins/NetscapeInputMethodPlugin/test.html: Removed.
6034         * cmake/WebKitPackaging.cmake:
6035
6036 2010-12-17  Dan Bernstein  <mitz@apple.com>
6037
6038         Reviewed by Simon Fraser.
6039
6040         Rename WebKitTools to Tools
6041         https://bugs.webkit.org/show_bug.cgi?id=49861
6042
6043         * DerivedSources.pro:
6044         * GNUmakefile.am:
6045         * MakeFile:
6046         * MakeFile.shared:
6047         * Tools: Renamed from WebKitTools.
6048         * WebKit.pro:
6049         * cmake/WebKitPackaging.cmake:
6050         * wscript:
6051
6052 2010-12-16  Leandro Pereira  <leandro@profusion.mobi>
6053
6054         [EFL] Unreviewed build fix.
6055
6056         Disable ContextMenu support for now while support for
6057         CROSS_PLATFORM_MENUS is written.
6058
6059         * cmake/OptionsEfl.cmake:
6060
6061 2010-12-15  Sheriff Bot  <webkit.review.bot@gmail.com>
6062
6063         Unreviewed, rolling out r74117.
6064         http://trac.webkit.org/changeset/74117
6065         https://bugs.webkit.org/show_bug.cgi?id=51113
6066
6067         This broke the GTK1 build. (Requested by mrobinson on
6068         #webkit).
6069
6070         * GNUmakefile.am:
6071         * configure.ac:
6072
6073 2010-12-15  Amruth Raj  <amruthraj@motorola.com> and Ravi Kasibhatla  <ravi.kasibhatla@motorola.com>
6074
6075         Reviewed by Martin Robinson.
6076
6077         Changes to enable building WebKit2 for Gtk port.
6078         (https://bugs.webkit.org/show_bug.cgi?id=37369)
6079
6080         * GNUmakefile.am: Changes to build either of WebKit1 or WebKit2.
6081         It basically excludes all WebKit/gtk/webkit/ files when building WebKit2.
6082         Also, exludes Unittests, DumprenderTree, GtkLauncher etc for WebKit2.
6083         * configure.ac: Option for enable or disable WebKit2.
6084
6085 2010-12-14  Commit Queue  <commit-queue@webkit.org>
6086
6087         Unreviewed.  Test commit for commit-queue@webkit.org.
6088
6089 2010-12-14  Commit Queue  <commit-queue@webkit.org>
6090
6091         Unreviewed.  Test commit for commit-queue@webkit.org.
6092
6093 2010-12-14  Ryosuke Niwa  <rniwa@webkit.org>
6094
6095         Reviewed by Eric Seidel.
6096
6097         [git].DS_Store should be in .gitignore
6098         https://bugs.webkit.org/show_bug.cgi?id=51065
6099
6100         Added .DS_Store to .gitignore.
6101
6102         * .gitignore:
6103
6104 2010-12-14  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
6105
6106         Reviewed by Eric Seidel.
6107
6108         [EFL] Add linker script to export less symbols
6109         https://bugs.webkit.org/show_bug.cgi?id=44609
6110
6111         Filter the exported symbols by using a linker script. Only symbols
6112         starting with "ewk_" are exported.
6113
6114         * cmake/OptionsEfl.cmake: Pass linker option to use a version script
6115         when linking webkit.
6116         * cmake/eflsymbols.filter: Added. Export only symbols starting with
6117         "ewk_" (C linkage).
6118
6119 2010-12-13  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
6120
6121         Unreviewed build fix for EFL.
6122
6123         Remove DataSourceGStreamer.cpp in WebCore/CMakeListsEfl.txt
6124         Because, DataSourceGStreamer.cpp was removed by Bug 30007.
6125
6126         * ../WebCore/CMakeListsEfl.txt:
6127
6128 2010-12-13  Andras Becsi  <abecsi@webkit.org>
6129
6130         Reviewed by Csaba Osztrogonác.
6131
6132         [Qt][WK2] Fix build if WebKitTools are not available
6133         https://bugs.webkit.org/show_bug.cgi?id=50242
6134
6135         * DerivedSources.pro: add new DerivedSources.pro to SUBDIRS.
6136
6137 2010-12-06  Philippe Normand  <pnormand@igalia.com>
6138
6139         Reviewed by Martin Robinson.
6140
6141         [GTK] Support the Mozilla-style Fullscreen Javascript API
6142         https://bugs.webkit.org/show_bug.cgi?id=50572
6143
6144         * configure.ac: new configure flag to disable the new Javascript
6145         Fullscreen API build. It is enabled by default.
6146
6147 2010-12-09  Philippe Normand  <pnormand@igalia.com>
6148
6149         Reviewed by Xan Lopez.
6150
6151         [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
6152         https://bugs.webkit.org/show_bug.cgi?id=50741
6153
6154         * configure.ac:
6155
6156 2010-12-07  Patrick Gansterer  <paroga@webkit.org>
6157
6158         Reviewed by Andreas Kling.
6159
6160         [CMake] Remove WebKitGenerators
6161         https://bugs.webkit.org/show_bug.cgi?id=50445
6162
6163         * CMakeLists.txt:
6164         * cmake/WebKitGenerators.cmake: Removed.
6165
6166 2010-12-06  Patrick Gansterer  <paroga@webkit.org>
6167
6168         Reviewed by Andreas Kling.
6169
6170         [WINCE] Add build system
6171         https://bugs.webkit.org/show_bug.cgi?id=50522
6172
6173         * cmake/OptionsWinCE.cmake: Added.
6174         * cmake/OptionsWindows.cmake: Added.
6175
6176 2010-12-04  Patrick Gansterer  <paroga@webkit.org>
6177
6178         Reviewed by Andreas Kling.
6179
6180         [CMake] Better detection of ARM platform
6181         https://bugs.webkit.org/show_bug.cgi?id=50452
6182
6183         * CMakeLists.txt:
6184
6185 2010-12-03  Xan Lopez  <xlopez@igalia.com>
6186
6187         Unreviewed build fix for GTK+.
6188
6189         Add configure.ac-fu for WebAudio.
6190
6191         * configure.ac:
6192
6193 2010-12-02  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
6194
6195         Reviewed by Eric Seidel.
6196
6197         [EFL] Fails to build with non-system cairo
6198         https://bugs.webkit.org/show_bug.cgi?id=50395
6199
6200         Do not add 'cairo' as a suffix for the paths provided by
6201         pkgconfig. The paths provided by pkgconfig already include it.
6202
6203         * cmake/FindCairo.cmake:
6204
6205 2010-12-02  Xan Lopez  <xlopez@igalia.com>
6206
6207         Third attempt to fix the build.
6208
6209         * autotools/symbols.filter: be more liberal in one more symbol.
6210
6211 2010-12-02  Xan Lopez  <xlopez@igalia.com>
6212
6213         Another attempt to fix the GTK+ build.
6214
6215         * autotools/symbols.filter: try to be more liberal with the
6216         mangled names of some symbols.
6217
6218 2010-12-02  Xan Lopez  <xlopez@igalia.com>
6219
6220         Try to fix GTK+ build.
6221
6222         * autotools/symbols.filter: add missing ';'.
6223
6224 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
6225
6226         Attempt to fix the GTK+ build. Add missing symbol the
6227         list of unfiltered symbols for the linker.
6228
6229         * autotools/symbols.filter: Add symbol used in DumpRenderTree.
6230
6231 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
6232
6233         Reviewed by Xan Lopez.
6234
6235         [GTK] DumpRenderTree has two copies of JavaScriptCore
6236         https://bugs.webkit.org/show_bug.cgi?id=49877
6237
6238         Prevent the need to compile JSC into DumpRenderTree twice, by adjusting
6239         the symbol visibility rules for libwebkit. Make all JSC symbols visible,
6240         while hiding WebCore/WebKit symbols.
6241
6242         * GNUmakefile.am: Move the symbol visibility flags to the WebKit build.
6243         * autotools/symbols.filter: Update the symbol filter list with the real
6244         mangled names of the symbols and include other symbols that DRT needs.
6245
6246 2010-12-02  Daniel Bates  <dbates@rim.com>
6247
6248         Add autotools generated files to svn:ignore so that these
6249         files do not show up in an svn stat.
6250
6251         * .: Added properties svn:ignore, svn:ignore and svn:ignore. Modified property svn:ignore.
6252         * autotools: Added property svn:ignore.
6253
6254 2010-12-01  Adam Roben  <aroben@apple.com>
6255
6256         Teach git to ignore files installed by WebKitSupportLibrary and
6257         WebKitAuxiliaryLibrary
6258
6259         Fixes <http://webkit.org/b/50348> Git complains about lots of
6260         untracked files in WebKitLibraries/win
6261
6262         Reviewed by Steve Falkenburg.
6263
6264         * .gitignore: Added files from these libraries.
6265
6266 2010-12-01  Steve Falkenburg  <sfalken@apple.com>
6267
6268         Reviewed by Adam Roben.
6269
6270         vcproj changes can't be applied cleanly by the Windows EWS bot
6271         https://bugs.webkit.org/show_bug.cgi?id=50328
6272
6273         * .gitattributes:
6274
6275 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
6276
6277         Reviewed by Andreas Kling.
6278
6279         [CMake] Use preprocessor argument in GENERATE_DOM_NAMES
6280         https://bugs.webkit.org/show_bug.cgi?id=49886
6281
6282         * cmake/WebKitMacros.cmake:
6283
6284 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
6285
6286         Reviewed by Andreas Kling.
6287
6288         Move generator logic into WebCore CMakeLists.txt file
6289         https://bugs.webkit.org/show_bug.cgi?id=49885
6290
6291         * cmake/WebKitMacros.cmake:
6292
6293 2010-11-29  Xan Lopez  <xlopez@igalia.com>
6294
6295         Reviewed by Martin Robinson.
6296
6297         * configure.ac: bump version for 1.3.7 release.
6298
6299 2010-11-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6300
6301         Reviewed by Antonio Gomes.
6302
6303         [Qt] Remove unused BASE_DIR from the build system
6304         https://bugs.webkit.org/show_bug.cgi?id=50132
6305
6306         * WebKit.pri:
6307
6308 2010-11-24  Hayato Ito  <hayato@chromium.org>
6309
6310         Reviewed by David Levin.
6311
6312         Add files which Chromium port generates to .gitignore.
6313
6314         https://bugs.webkit.org/show_bug.cgi?id=49943
6315
6316         * .gitignore:
6317
6318 2010-11-23  Patrick Gansterer  <paroga@webkit.org>
6319
6320         Reviewed by David Levin.
6321
6322         Add WebKit2 VisualStudio files to .gitattributes
6323         https://bugs.webkit.org/show_bug.cgi?id=49969
6324
6325         * .gitattributes:
6326
6327 2010-11-19  Mihai Parparita  <mihaip@chromium.org>
6328
6329         Add recent upstream Chromium dependencies to .gitignore.
6330
6331         * .gitignore:
6332
6333 2010-11-17  Martin Robinson  <mrobinson@igalia.com>
6334
6335         Reviewed by Gustavo Noronha Silva.
6336
6337         [GTK] Changing any GNUmakefile.am in the source tree forces a rebuld of the DOM bindings and WebKit APi
6338         https://bugs.webkit.org/show_bug.cgi?id=49400
6339
6340         Move WebKit API build rules out of GNUmakefile.am. These are now in
6341         WebKit/gtk/GNUmakefile.am.
6342
6343         * GNUmakefile.am: Remove WebKit API build rules.
6344
6345 2010-11-17  Commit Queue  <commit-queue@webkit.org>
6346
6347         Unreviewed.  Test commit for commit-queue@webkit.org.
6348
6349 2010-11-16  Andreas Kling  <kling@webkit.org>
6350
6351         Unreviewed typo fix for previous commit.
6352
6353         * common.pri:
6354
6355 2010-11-16  Andreas Kling  <kling@webkit.org>
6356
6357         Reviewed by Kenneth Rohde Christiansen.
6358
6359         [Qt][Scratchbox] Use gold linker explicitly when available
6360
6361         gold is faster at linking QtWebKit than binutils ld, but it cannot be
6362         enabled by default on a system that compiles other Qt projects.
6363         This is due to gold not supporting the --add-needed flag.
6364
6365         Original patch by Kimmo Kinnunen.
6366
6367         * common.pri:
6368
6369 2010-11-16  Andreas Kling  <kling@webkit.org>
6370
6371         Reviewed by Kenneth Rohde Christiansen.
6372
6373         [Qt] Add 'valgrind' build mode
6374
6375         Passing CONFIG+=valgrind to qmake will now build WebKit in a way
6376         suitable for debugging with Valgrind.
6377
6378         Original patch by Christian Sejersen.
6379
6380         * WebKit.pri:
6381
6382 2010-11-15  Patrick Gansterer  <paroga@webkit.org>
6383
6384         Reviewed by Andreas Kling.
6385
6386         [CMake] Add additional flags to cmakeconfig.h
6387         https://bugs.webkit.org/show_bug.cgi?id=49556
6388
6389         * cmake/OptionsEfl.cmake:
6390         * cmakeconfig.h.cmake:
6391
6392 2010-11-14  Ryuan Choi  <ryuan.choi@samsung.com>
6393
6394         Reviewed by Martin Robinson.
6395
6396         [EFL] add pango support
6397         https://bugs.webkit.org/show_bug.cgi?id=46029
6398
6399         Add FONT_BACKEND option to switch between pango and freetype.
6400
6401         * cmake/OptionsEfl.cmake:
6402
6403 2010-11-11  Eric Seidel  <eric@webkit.org>
6404
6405         Rubber-stamped by Adam Roben.
6406
6407         * .: Modified property svn:ignore.
6408          - Add WebKitSupportLibrary.zip and WebKitBuild to the root ignore list.
6409
6410 2010-11-10  Csaba Osztrogonác  <ossy@webkit.org>
6411
6412         Reviewed by David Hyatt.
6413
6414         HTML5 Ruby support should be mandatory feature
6415         https://bugs.webkit.org/show_bug.cgi?id=49272
6416
6417         Remove Ruby as optional feature.
6418
6419         * cmake/OptionsEfl.cmake:
6420         * cmakeconfig.h.cmake:
6421         * configure.ac:
6422
6423 2010-11-09  Gavin Peters  <gavinp@chromium.org>
6424
6425         Reviewed by Xan Lopez.
6426
6427         gtk platform doesn't support link prefetch
6428         https://bugs.webkit.org/show_bug.cgi?id=49234
6429
6430         * configure.ac:
6431
6432 2010-11-08  Xan Lopez  <xlopez@igalia.com>
6433
6434         Reviewed by Martin Robinson.
6435
6436         Update version numbers for release.
6437
6438         * configure.ac:
6439
6440 2010-11-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
6441
6442         Reviewed by Adam Barth.
6443
6444         [EFL] Enable HTML5 Video
6445         https://bugs.webkit.org/show_bug.cgi?id=48972 
6446
6447         Enable HTML 5 Video option for WebKit EFL. 
6448
6449         * cmake/OptionsEfl.cmake:
6450
6451 2010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
6452
6453         Reviewed by Andreas Kling.
6454
6455         [Qt][Symbian] QtTestBrowser runs out of memory with most of javascript benchmarks.
6456         https://bugs.webkit.org/show_bug.cgi?id=48730
6457
6458         Increase the maximum heap size on Symbian to 256 MB.
6459
6460         * WebKit.pri:
6461
6462 2010-10-29  Csaba Osztrogonác  <ossy@webkit.org>
6463
6464         Reviewed by Adam Roben and David Kilzer.
6465
6466         Fix and cleanup of build systems
6467         https://bugs.webkit.org/show_bug.cgi?id=48342
6468
6469         * cmake/OptionsEfl.cmake: Remove unnecessary ENABLE_SANDBOX.
6470         * cmakeconfig.h.cmake:
6471         * configure.ac:
6472
6473 2010-10-26  Antonio Gomes  <agomes@rim.com>
6474
6475         Reviewed by Martin Robinson.
6476
6477         [GTK] Implement DumpRenderTreeSupportGtk (similarly to DumpRenderTreeSupportQt idea)
6478         https://bugs.webkit.org/show_bug.cgi?id=48199
6479
6480         * GNUmakefile.am: Added WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp|h to GTK+'s build system;
6481         * autotools/symbols.filter: Added DumpRenderTreeSupportGtk symbols to symbols.filter so they do not get
6482           filtered and get visible by DRT.
6483
6484 2010-10-24  Anders Bakken  <agbakken@gmail.com>
6485
6486         Reviewed by Simon Hausmann.
6487
6488         [Qt] Disable enable_fast_mobile_scrolling for QWS
6489         https://bugs.webkit.org/show_bug.cgi?id=48006
6490
6491         Turning this on breaks the acidtests for QWS/DirectFB and QWS/QVFB
6492
6493         * WebKit.pri:
6494
6495 2010-10-22  Adam Barth  <abarth@webkit.org>
6496
6497         Unreviewed, rolling out r70290.
6498         http://trac.webkit.org/changeset/70290
6499         https://bugs.webkit.org/show_bug.cgi?id=48111
6500
6501         Undelete Android build files.
6502
6503         * Android.mk: Added.
6504
6505 2010-10-21  Adam Barth  <abarth@webkit.org>
6506
6507         Reviewed by David Levin.
6508
6509         Remove Android build system
6510         https://bugs.webkit.org/show_bug.cgi?id=48111
6511
6512         * Android.mk: Removed.
6513
6514 2010-10-19  Ryuan Choi  <ryuan.choi@samsung.com>
6515
6516         Unreviewed, adding missed additionalArguments.
6517
6518         [CMAKE] additional arguments was missed in GENERATE_DOM_NAMES
6519         https://bugs.webkit.org/show_bug.cgi?id=47694
6520
6521         Pass additionalArguments for make_names.pl to choose enabled features.
6522
6523         * cmake/WebKitMacros.cmake:
6524
6525 2010-10-19  Sheriff Bot  <webkit.review.bot@gmail.com>
6526
6527         Unreviewed, rolling out r70034.
6528         http://trac.webkit.org/changeset/70034
6529         https://bugs.webkit.org/show_bug.cgi?id=47889
6530
6531         "Gustavo's bot is lame" (Requested by xan_ on #webkit).
6532
6533         * configure.ac:
6534
6535 2010-10-19  Prof. MAAD  <himself@prof-maad.org>
6536
6537         Reviewed by Xan Lopez.
6538
6539         [GTK] Correct erroneous documentation for webkit_web_navigation_action_get_button()
6540         https://bugs.webkit.org/show_bug.cgi?id=46723
6541
6542         * WebKit/gtk/webkit/webkitwebnavigationaction.cpp:
6543
6544 2010-10-19  Xan Lopez  <xlopez@igalia.com>
6545
6546         Reviewed by Martin Robinson.
6547
6548         [GTK] Bump minimum requirement for libsoup to 2.30
6549         https://bugs.webkit.org/show_bug.cgi?id=46176
6550
6551         Bump minimum libsoup to required version to 2.30.0.
6552
6553         * configure.ac:
6554
6555 2010-10-18  Xan Lopez  <xlopez@igalia.com>
6556
6557         Reviewed by Martin Robinson.
6558
6559         Bump version numbers for 1.3.5 release.
6560
6561         * configure.ac:
6562
6563 2006-10-27  Brady Eidson  <beidson@apple.com>
6564
6565         70,000!
6566
6567 2010-10-15  Sergio Villar Senin  <svillar@igalia.com>
6568
6569         Reviewed by Martin Robinson.
6570
6571         [GTK] Fix introspection support
6572         https://bugs.webkit.org/show_bug.cgi?id=47723
6573
6574         Added HTTP cache directory to the WebkitGtk+ GIR sources.
6575
6576         * GNUmakefile.am:
6577
6578 2010-10-14  Andras Becsi  <abecsi@webkit.org>
6579
6580         Reviewed by Csaba Osztrogonác.
6581
6582         [Qt] Fix -Werror after r68637 on x86 platforms.
6583         Qt's build system sets QT_ARCH statically to i386 or x86_64 accordingly,
6584         so check for this instead of only checking for x86.
6585
6586         * WebKit.pri:
6587
6588 2010-10-13  Sergio Villar Senin  <svillar@igalia.com>
6589
6590         Reviewed by Martin Robinson.
6591
6592         [GTK] Add HTTP caching support
6593         https://bugs.webkit.org/show_bug.cgi?id=44261
6594
6595         Bump the required version of GLib. The serialization/deserialization
6596         code of libsoup caching code uses GVariant, which was added to GLib in
6597         version 2.24.
6598
6599         * GNUmakefile.am: Add paths for soup HTTP cache code.
6600         * autotools/webkit.m4: Increase required glib version.
6601
6602 2010-10-13  Xan Lopez  <xlopez@igalia.com>
6603
6604         Reviewed by Gustavo Noronha.
6605
6606         [GTK] Remove more warnings from the g-i scanner run
6607         https://bugs.webkit.org/show_bug.cgi?id=47255
6608
6609         Fixes almost all warnings coming from the g-i scanner.
6610
6611         * GNUmakefile.am: Add missing files and include dirs to the
6612         scanner run.
6613
6614 2010-10-08  Balazs Kelemen  <kbalazs@webkit.org>
6615
6616         Reviewed by Csaba Osztrogonác.
6617
6618         [Qt] Turn on building WTR
6619         https://bugs.webkit.org/show_bug.cgi?id=47349
6620
6621         * DerivedSources.pro:
6622         * WebKit.pro:
6623
6624 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
6625
6626         Reviewed by Kenneth Rohde Christiansen.
6627
6628         [Qt] Add WTR's InjectedBundle build files.
6629         https://bugs.webkit.org/show_bug.cgi?id=47333
6630
6631         * DerivedSources.pro:
6632         * WebKit.pro:
6633
6634 2010-10-07  Sheriff Bot  <webkit.review.bot@gmail.com>
6635
6636         Unreviewed, rolling out r69315.
6637         http://trac.webkit.org/changeset/69315
6638         https://bugs.webkit.org/show_bug.cgi?id=47363
6639
6640         Forgot to add the new files (Requested by kbalazs on #webkit).
6641
6642         * DerivedSources.pro:
6643
6644 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
6645
6646         Reviewed by Kenneth Rohde Christiansen.
6647
6648         [Qt] Add WTR's InjectedBundle build files.
6649         https://bugs.webkit.org/show_bug.cgi?id=47333
6650
6651         * DerivedSources.pro:
6652         * WebKit.pro:
6653
6654 2010-10-07  Balazs Kelemen  <kbalazs@webkit.org>
6655
6656         Reviewed by Kenneth Rohde Christiansen.
6657
6658         [Qt] Turn on building WTR
6659         https://bugs.webkit.org/show_bug.cgi?id=47349
6660
6661         * WebKit.pro:
6662
6663 2010-10-07  Carlos Garcia Campos  <cgarcia@igalia.com>
6664
6665         Reviewed by Xan Lopez.
6666
6667         [GTK] Fix the build for GTK+ 3
6668         https://bugs.webkit.org/show_bug.cgi?id=47249
6669
6670         Bump required gtk+-3 version to 2.91.0
6671
6672         * configure.ac:
6673
6674 2010-10-07  Simon Hausmann  <simon.hausmann@nokia.com>
6675
6676         Rubber-stamped by Tor Arne Vestbø.
6677
6678         [Qt] Re-enable the web inspector for maemo6 builds
6679
6680         Yeah, it's strange :), but they really want it.
6681
6682         * WebKit.pri:
6683
6684 2010-10-06  Balazs Kelemen  <kbalazs@webkit.org>
6685
6686         Reviewed by Kenneth Rohde Christiansen.
6687
6688         [Qt] Add WebKitTestRunner's build files
6689         https://bugs.webkit.org/show_bug.cgi?id=44155
6690
6691         Add the new subdirs.
6692         * DerivedSources.pro:
6693         * WebKit.pro:
6694
6695 2010-10-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
6696
6697         Reviewed by Antonio Gomes.
6698
6699         [EFL] Use fast malloc for WebKit EFL
6700         https://bugs.webkit.org/show_bug.cgi?id=46691
6701
6702         Use fast malloc for WebKit EFL because the fast malloc is to allocate
6703         memory quickly.
6704
6705         * cmake/OptionsEfl.cmake:
6706
6707 2010-10-03  Dimitri Glazkov  <dglazkov@chromium.org>
6708
6709         Add Chromium depot_tools to files that git should ignore.
6710
6711         * .gitignore: Added WebKit/chromium/depot_tools.
6712
6713 2010-09-30  Kevin Ollivier  <kevino@theolliviers.com>
6714
6715         [wx] Fix typo in build script.
6716
6717         * wscript:
6718
6719 2010-09-29  Simon Hausmann  <simon.hausmann@nokia.com>
6720
6721         Reviewed by Csaba Osztrogonác.
6722
6723         [Qt] Fix the build on non-x86 platforms with gcc
6724
6725         Don't disable -Werror on arm, that doesn't work when QT_ARCH is
6726         for example armv6. Instead change the condition as the comment says,
6727         enable -Werror on x86/gcc where we know it passes. On other platforms
6728         gcc produces difference warnings, and when they're fixed we can add
6729         them to the whitelist of -Werror-supported architectures.
6730
6731         * WebKit.pri:
6732
6733 2010-09-28  Philippe Normand  <pnormand@igalia.com>
6734
6735         Reviewed by Martin Robinson.
6736
6737         check USE(GSTREAMER) instead of ENABLE(VIDEO) in gstreamer/ files
6738         https://bugs.webkit.org/show_bug.cgi?id=46717
6739
6740         Define WTF_USE_GSTREAMER if configure found the gstreamer
6741         development files and add the macro in the gcc command-line if needed.
6742
6743         * GNUmakefile.am:
6744         * configure.ac:
6745
6746 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
6747
6748         [wx] Build fix, build sources that used to be built as part of other sources.
6749
6750         * wscript:
6751
6752 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
6753
6754         [wx] One more build fix for Win.
6755
6756         * wscript:
6757
6758 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
6759
6760         [wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
6761
6762         * wscript:
6763
6764 2010-09-28  Andras Becsi  <abecsi@webkit.org>
6765
6766         Reviewed by Csaba Osztrogonác.
6767
6768         Undefined reference errors when linking due to gperf and inlining.
6769         webkit.org/b/29244
6770
6771         EFL CMake changes by Leandro Pereira <leandro@profusion.mobi>
6772
6773         Refactor gperf code generation and usage to fix the debug build with gcc>4.4.
6774         Hitherto gperf generated C code, these files were included in multiple C++ files across WebCore
6775         to access the functionality provided. This resulted in debug build failure with newer gcc versions
6776         because of a behaviour change of gcc, which disables C style inlining in debug mode.
6777         The make-hash-tools.pl script lets gperf generate C++ code for all gperf files now, which are compiled
6778         in their own compilation unit.
6779         The functionality provided by the generated code is wrapped behind HashTools.h, so there is no need
6780         for multiple inclusions of generated C files to access these functions.
6781
6782         * cmake/WebKitMacros.cmake:
6783
6784 2010-09-27  Philippe Normand  <pnormand@igalia.com>
6785
6786         Reviewed by Martin Robinson.
6787
6788         [GTK] use ENABLE(GLIB_SUPPORT)
6789         https://bugs.webkit.org/show_bug.cgi?id=46630
6790
6791         Enabling GLIB_SUPPORT on all ports that use GLib to simplify
6792         checks.
6793
6794         * GNUmakefile.am: Enabled the GLIB_SUPPORT define.
6795
6796 2010-09-24  Romain Pokrzywka  <romain@kdab.com>
6797
6798         Reviewed by Simon Hausmann.
6799
6800         [Qt] Fix the Wince build.
6801
6802         * WebKit.pri: Apply msvc flags to wince, too.
6803
6804 2010-09-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
6805
6806         Reviewed by Antonio Gomes.
6807
6808         [EFL] Enable warnings during build by default
6809         https://bugs.webkit.org/show_bug.cgi?id=46351
6810
6811         Change default build to enable several warnings like other ports do.
6812         We need to pay special attention to "-Wall" in order to produce better
6813         code, so highlight this keyword, too.
6814
6815         * cmake/WebKitHelpers.cmake:
6816
6817 2010-09-22  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
6818
6819         Reviewed by Antonio Gomes.
6820
6821         [EFL] Fix build with GCC 4.4.x
6822         https://bugs.webkit.org/show_bug.cgi?id=40826
6823
6824         Change the -fstrict-aliasing flag to -fno-strict-aliasing as other
6825         ports like GTK and QT are using in their build systems. It was failing
6826         to execute when compiled with GCC 4.4.x in Release mode.
6827
6828         Refactor the flags in order to be more readable.
6829
6830         * cmake/WebKitHelpers.cmake:
6831
6832 2010-09-22  No'am Rosenthal  <noam.rosenthal@nokia.com>
6833
6834         Reviewed by Kenneth Rohde Christiansen.
6835
6836         [Qt] Move the accelerated compositing build flag to the right place
6837         https://bugs.webkit.org/show_bug.cgi?id=43882
6838
6839         * WebKit.pri: Removed the redundant version check.
6840
6841 2010-09-21  Fridrich Strba  <fridrich.strba@bluewin.ch>
6842
6843         Reviewed by Martin Robinson.
6844
6845         Fix linking issues of the GTK+ port on Windows
6846         https://bugs.webkit.org/show_bug.cgi?id=45844
6847
6848         * GNUmakefile.am: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
6849         * configure.ac: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
6850         and export correctly all needed symbols from the libwebkitgtk DLL.
6851
6852 2010-09-21  Xan Lopez  <xlopez@igalia.com>
6853
6854         Reviewed by Martin Robinson.
6855
6856         [GTK] Generate correct WebKit gir file with g-i 0.9.5
6857         https://bugs.webkit.org/show_bug.cgi?id=46173
6858
6859         Generate a correct gir file for WebKit with the
6860         gobject-introspection 0.9.5 scanner.
6861
6862         * GNUmakefile.am:
6863
6864 2010-09-21  Xan Lopez  <xlopez@igalia.com>
6865
6866         Reviewed by Gustavo Noronha.
6867
6868         Update for 1.3.4 release.
6869
6870         * configure.ac:
6871
6872 2010-09-21  Xan Lopez  <xlopez@igalia.com>
6873
6874         Reviewed by Martin Robinson.
6875
6876         [GTK] Configure flag for Opcode stats
6877         https://bugs.webkit.org/show_bug.cgi?id=46081
6878
6879         Opcode stats won't work with JIT enabled, so bail out if both are
6880         enabled at the same time.
6881
6882         * configure.ac:
6883
6884 2010-09-21  Xan Lopez  <xlopez@igalia.com>
6885
6886         Reviewed by Martin Robinson.
6887
6888         [GTK] Fix --disable-jit
6889         https://bugs.webkit.org/show_bug.cgi?id=46080
6890
6891         Manually define ENABLE_JIT to 0 when we want the feature disabled.
6892
6893         If the value is undefined Platform.h will enable it again
6894         automatically in some platforms, which is probably not what the
6895         user wanted if he passed --disable-jit.
6896
6897         * configure.ac:
6898
6899 2010-09-18  Kevin Ollivier  <kevino@theolliviers.com>
6900
6901         [wx] Build fix, fix use of wrong case in name.
6902
6903         * wscript:
6904
6905 2010-09-16  Eric Uhrhane  <ericu@chromium.org>
6906
6907         Reviewed by Jian Li.
6908
6909         Unify FILE_SYSTEM and FILE_WRITER enables under the name FILE_SYSTEM.
6910         https://bugs.webkit.org/show_bug.cgi?id=45798
6911
6912         * configure.ac:
6913
6914 2010-09-15  Commit Queue  <commit-queue@webkit.org>
6915
6916         Unreviewed.  Test commit for commit-queue@webkit.org.
6917
6918 2010-09-15  Eric Seidel  <eric@webkit.org>
6919
6920         Unreviewed.  Test commit for commit-queue@webkit.org.
6921
6922 2010-09-15  Kevin Ollivier  <kevino@theolliviers.com>
6923
6924         [wx] Build fixes for wxMSW.
6925
6926         * wscript:
6927
6928 2010-09-14  Andras Becsi  <abecsi@webkit.org>
6929
6930         Reviewed by Csaba Osztrogonác.
6931
6932         [Qt] qmake doesn't generate correct dependencies for rcc resource files
6933         https://bugs.webkit.org/show_bug.cgi?id=45747
6934
6935         * WebKit.pri: add OUT_PWD to DEPENDPATH
6936
6937 2010-09-11  Simon Hausmann  <simon.hausmann@nokia.com>
6938
6939         Reviewed by Andreas Kling.
6940
6941         [Qt] V8 port: webkit project files changes
6942         https://bugs.webkit.org/show_bug.cgi?id=45140
6943
6944         * WebKit.pro: Don't compile JavaScriptCore and jsc when
6945         building with v8.
6946
6947 2010-09-11  Xan Lopez  <xlopez@igalia.com>
6948
6949         Reviewed by Martin Robinson.
6950
6951         [GTK] Make introspection work with g-o-i 0.9.5
6952         https://bugs.webkit.org/show_bug.cgi?id=45590
6953
6954         Bump required gobject-introspection version to 0.9.5.
6955
6956         * configure.ac:
6957
6958 2010-09-09  Benjamin Poulain  <benjamin.poulain@nokia.com>
6959
6960         Unreviewed buildfix.
6961
6962         [Qt] Treat warnings as errors by default for gcc
6963         https://bugs.webkit.org/show_bug.cgi?id=43191
6964
6965         The buildfix r66990 fixes the build for the Maemo
6966         branch of Qt, but the symbols maemo5 and 6 are not defined
6967         for regular branches on ARM.
6968         This fixes the build by disabling -Werror for any ARM platform.
6969
6970         * WebKit.pri: Don't add -Werror for arm platforms.
6971
6972 2010-09-08  Peter Kasting  <pkasting@google.com>
6973
6974         Reviewed by David Hyatt.
6975
6976         Add smooth scrolling framework, and a Windows implementation.
6977         https://bugs.webkit.org/show_bug.cgi?id=32356
6978
6979         * wscript: Add Windows ScrollAnimator.
6980
6981 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
6982
6983         Unreviewed buildfix after r66972.
6984
6985         [Qt] Treat warnings as errors by default for gcc
6986         https://bugs.webkit.org/show_bug.cgi?id=43191
6987
6988         * WebKit.pri: Don't add -Werror for maemo platforms.
6989
6990 2010-09-08  Martin Robinson  <mrobinson@igalia.com>
6991
6992         Reviewed by Xan Lopez.
6993
6994         [GTK] Need a WebSocket implementation
6995         https://bugs.webkit.org/show_bug.cgi?id=45197
6996
6997         * configure.ac: Enable WebSocket by default.
6998
6999 2010-09-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7000
7001         Reviewed by Kenneth Rohde Christiansen.
7002
7003         [EFL] Support to enable HTML5's Video based on gstreamer in WebKit-EFL
7004         https://bugs.webkit.org/show_bug.cgi?id=44098
7005
7006         To support video of HTML5 based on gstreamer, add cmake files for gstreamer. 
7007
7008         * cmake/FindGStreamer-App.cmake: Added.
7009         * cmake/FindGStreamer-Base.cmake: Added.
7010         * cmake/FindGStreamer-Interfaces.cmake: Added.
7011         * cmake/FindGStreamer-Pbutils.cmake: Added.
7012         * cmake/FindGStreamer-Plugins-Base.cmake: Added.
7013         * cmake/FindGStreamer-Video.cmake: Added.
7014         * cmake/FindGStreamer.cmake: Added.
7015         * cmake/OptionsEfl.cmake:
7016
7017 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
7018
7019         Reviewed by Andreas Kling.
7020
7021         [Qt] Treat warnings as errors by default for gcc
7022         https://bugs.webkit.org/show_bug.cgi?id=43191
7023
7024         * WebKit.pri: -Werror added to QMAKE_CXXFLAGS for x86 Linux platforms
7025
7026 2010-09-07  Arno Renevier  <arno@renevier.net>
7027
7028         Reviewed by Holger Freyther.
7029
7030         gitignore *~ files and gtk *.pot files
7031         https://bugs.webkit.org/show_bug.cgi?id=45129
7032
7033         * .gitignore:
7034
7035 2010-09-04  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7036
7037         Reviewed by Kenneth Rohde Christiansen.
7038
7039         [EFL] Move test browser to WebKitTools directory
7040         https://bugs.webkit.org/show_bug.cgi?id=45212
7041
7042         Follow other ports like QT and GTK which moved the test browser to
7043         WebKitTools directory.
7044
7045         * CMakeLists.txt: Include test browser if port defines one.
7046
7047 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7048
7049         Reviewed by Antonio Gomes.
7050
7051         [EFL] Name install directories according to library name
7052         https://bugs.webkit.org/show_bug.cgi?id=45126
7053
7054         * cmake/OptionsEfl.cmake: Use library name in order to define the data
7055         directory.
7056
7057 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7058
7059         Reviewed by Antonio Gomes.
7060
7061         [EFL] Do not override custom compile flags
7062         https://bugs.webkit.org/show_bug.cgi?id=45125
7063
7064         Set a default build type if and only if user did not define one as
7065         command line options and he did not give custom CFLAGS or CXXFLAGS.
7066         Otherwise, flags from default build type would override user-defined
7067         ones.
7068
7069         * CMakeLists.txt:
7070
7071 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7072
7073         Reviewed by Antonio Gomes.
7074
7075         [EFL] Fix double addition of -fPIC
7076         https://bugs.webkit.org/show_bug.cgi?id=45122
7077
7078          When SHARED_CORE=ON, -fPIC is automatically added because all
7079          libraries are dynamic. Only when static libraries are built that
7080          -fPIC needs to be manually inserted (because the final library,
7081          libewebkit.so, is dynamic).
7082
7083         * cmake/OptionsCommon.cmake: Remove -fPIC flag.
7084         * cmake/WebKitHelpers.cmake: Add -fPIC flags iff SHARED_CORE=ON.
7085
7086 2010-09-01  Ryuan Choi  <ryuan.choi@samsung.com>
7087
7088         Reviewed by Antonio Gomes.
7089
7090         [EFL] Need to check LibSoup version
7091         https://bugs.webkit.org/show_bug.cgi?id=44658
7092
7093         Add version check of LibSoup.
7094
7095         * cmake/FindLibSoup2.cmake:
7096
7097 2010-08-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7098
7099         Reviewed by Martin Robinson.
7100
7101         Preparations for the 1.3.4 release. Bump webkit version to 543.7,
7102         as well.
7103
7104         * configure.ac:
7105
7106 2010-08-30  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7107
7108         Reviewed by Adam Barth.
7109
7110         [EFL] Remove compiler optimization for gcc 4.5.1
7111         https://bugs.webkit.org/show_bug.cgi?id=44520
7112
7113         GCC 4.5.1 generates wrong code because of -ftree-sra which is enabled
7114         by default at any optimization level.
7115
7116         Newer and older versions are not affected, so check for compiler
7117         version before disabling this.
7118
7119         * cmake/WebKitHelpers.cmake: add flag depending on compiler version.
7120
7121 2010-08-30  Alejandro G. Castro  <alex@igalia.com>
7122
7123         Reviewed by Martin Robinson.
7124
7125         [Gtk] gdk_display_get_core_pointer and gdk_device_get_core_pointer
7126         are deprecated
7127         https://bugs.webkit.org/show_bug.cgi?id=44787
7128
7129         We have replaced GtkVersioning.cpp with GtkVersioning.c and
7130         created a function (getDefaultGDKPointerDevice) to get the pointer
7131         of the window with the new APIs. We added that function to DRT and
7132         copyandpaste unit test.
7133
7134         * GNUmakefile.am:
7135
7136 2010-08-30  Martin Robinson  <mrobinson@igalia.com>
7137
7138         Reviewed by Xan Lopez.
7139
7140         [GTK] WebKit DOM bindings build should not depend on output GNUMakefile
7141         https://bugs.webkit.org/show_bug.cgi?id=44805
7142
7143         Move the DOM bindings source lists and generator rules to
7144         WebCore/bindings/gobject/GNUmakefile.am. This will prevent a full WebKit API
7145         rebuild whenever the automake files change, decreasing build times.
7146
7147         * GNUmakefile.am:
7148
7149 2010-08-27  Mark Rowe  <mrowe@apple.com>
7150
7151         Reviewed by Adam Barth.
7152
7153         <http://webkit.org/b/44802> REGRESSION (r65351): WebCore build fails due to attempting to directly access WebKitTools/Scripts
7154
7155         Move create-html-entity-table in to WebCore so that the build is again self-contained.
7156         The script is also updated to take input as a CSV file rather than JSON as the former
7157         can be parsed without requiring a third-party Python module be installed.
7158
7159         * cmake/WebKitMacros.cmake:
7160
7161 2010-08-27  Kwang Yul Seo  <skyul@company100.net>
7162
7163         Reviewed by Kevin Ollivier.
7164
7165         [BREWMP] Add build system
7166         https://bugs.webkit.org/show_bug.cgi?id=44645
7167
7168         Check wxpython option only when build_port is wx.
7169
7170         * wscript:
7171
7172 2010-08-27  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7173
7174         Unreviewed. Fix compiling dependencies on EFL port due to r65891.
7175
7176         No new functionality so no new tests.
7177
7178         * cmake/WebKitGenerators.cmake:
7179
7180 2010-08-26  Martin Robinson  <mrobinson@igalia.com>
7181
7182         Reviewed by Xan Lopez.
7183
7184         [GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
7185         https://bugs.webkit.org/show_bug.cgi?id=44624
7186
7187         Clean up GNUmakefile.am.
7188
7189         * GNUmakefile.am: Make the comments describing the global_* variables more readable and
7190         correct. Move WebKit-specific include lines and definitions out of webkitgtk_cppflags,
7191         corekit_cppflags and webcoregtk_cppflags and straight to the appropriate CPPFLAGS definition.
7192         Use global_cppflags for compiler flags that apply to both C++ and C code. Move some JavaScriptCore
7193         specific includes to the appropriate sub-directory GNUmakefile.am. Make sure the tests build
7194         with the global CPP flags as well.
7195
7196 2010-08-25  Kwang Yul Seo  <skyul@company100.net>
7197
7198         Reviewed by Kevin Ollivier.
7199
7200         [BREWMP] Add build system
7201         https://bugs.webkit.org/show_bug.cgi?id=44645
7202
7203         Make waf script portable so that we can add more ports.
7204
7205         * wscript:
7206
7207 2010-08-25  Xan Lopez  <xlopez@igalia.com>
7208
7209         Reviewed by Martin Robinson.
7210
7211         [GTK] CodeGeneratorGObject not picking up FEATURE_DEFINES
7212         https://bugs.webkit.org/show_bug.cgi?id=44608
7213
7214         Move FEATURE_DEFINES declaration here, since it's used by the
7215         bindings code generator. Also, fix typo in the variable holding
7216         the defines.
7217
7218         * GNUmakefile.am:
7219
7220 2010-08-25  Rafael Antognolli  <antognolli@profusion.mobi>
7221
7222         Unreviewed build fix.
7223
7224         [EFL] Build fix for revision 65332
7225         https://bugs.webkit.org/show_bug.cgi?id=44543
7226
7227         Generated variables are now returned from FindPkgConfig, so no need
7228         to document the custom ones.
7229
7230         * cmake/FindGthread.cmake:
7231
7232 2010-08-24  Xan Lopez  <xlopez@igalia.com>
7233
7234         Build fix, strike 2.
7235
7236         The unit tests are C files, so put the flag in global_cflags.
7237
7238         * GNUmakefile.am:
7239
7240 2010-08-24  Xan Lopez  <xlopez@igalia.com>
7241
7242         Try to fix GTK+ build.
7243
7244         Move GTK_API_VERSION_2 define to here, since we want to use it
7245         outside of WebCore/WebKit.
7246
7247         * GNUmakefile.am:
7248
7249 2010-08-24  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7250
7251         [EFL] Unreviewed build fix after r65891.
7252
7253         r65891 renamed RemoteInspectorFrontend to InspectorFrontend. Rename
7254         accordingly in CMake build system.
7255
7256         * cmake/WebKitGenerators.cmake:
7257
7258 2010-08-20  Leandro Pereira  <leandro@profusion.mobi>
7259
7260         [EFL] Unreviewed. Fix build when using GNU gold.
7261         When linking with GNU gold, some symbols are not found: explicitly
7262         link with the required libraries.
7263
7264         * cmake/FindFontconfig.cmake: Added.
7265         * cmake/OptionsEfl.cmake: Find Fontconfig, JPEG, and PNG libraries.
7266
7267 2010-08-19  Philippe Normand  <pnormand@igalia.com>
7268
7269         Reviewed by Gustavo Noronha Silva.
7270
7271         [GStreamer] GTK XOverlay support in GStreamerGWorld
7272         https://bugs.webkit.org/show_bug.cgi?id=39474
7273
7274         * configure.ac: gst-interfaces link support needed for use of
7275         GstXOverlay interface.
7276         * GNUmakefile.am: Added new FullscreenVideoController files in the
7277         build.
7278
7279 2010-08-18  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7280
7281         Reviewed by Antonio Gomes.
7282
7283         [EFL] Bump library dependencies
7284         https://bugs.webkit.org/show_bug.cgi?id=44182
7285
7286         Prepare for EFL release. All the EFL dependencies were bumped to
7287         1.0.0. Eina and Ecore_X needed a bump because of API has changed and
7288         the others were changed just to follow those two and because this is
7289         a stable release.
7290
7291         * cmake/FindEFL.cmake: Bump dependencies.
7292
7293 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
7294
7295         Reviewed by Yury Semikhatsky.
7296
7297         Web Inspector: replace hand written InspectorBackendStub.js with generated one.
7298         https://bugs.webkit.org/show_bug.cgi?id=43791
7299
7300         * GNUmakefile.am:
7301
7302 2010-08-18  Sheriff Bot  <webkit.review.bot@gmail.com>
7303
7304         Unreviewed, rolling out r65595.
7305         http://trac.webkit.org/changeset/65595
7306         https://bugs.webkit.org/show_bug.cgi?id=44161
7307
7308         qt build failed (Requested by loislo on #webkit).
7309
7310         * GNUmakefile.am:
7311
7312 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
7313
7314         Reviewed by Yury Semikhatsky.
7315
7316         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
7317         https://bugs.webkit.org/show_bug.cgi?id=43791
7318
7319         * GNUmakefile.am:
7320
7321 2010-08-17  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
7322
7323         Reviewed by Darin Adler.
7324
7325         Add NetworkingContext to avoid layer violations
7326         https://bugs.webkit.org/show_bug.cgi?id=42292
7327
7328         Preparation: Just add the files to the build system.
7329
7330         * GNUmakefile.am: Added new files.
7331
7332 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.couk>
7333
7334         Reviewed by Martin Robinson.
7335
7336         WebBackForwardList.get_{back|forward}_list_with_limit not introspectable
7337         https://bugs.webkit.org/show_bug.cgi?id=43054
7338
7339         * GNUmakefile.am: Give also API implementation files to the GIR
7340         scanner.
7341
7342 2010-08-17  Martin Robinson  <mrobinson@igalia.com>
7343
7344         GTK+ Build fix for those having stable versions of GLib.
7345
7346         * configure.ac: Only invoke GLIB_GSETTINGS if we have the necessary gio version.
7347
7348 2010-08-17  Sheriff Bot  <webkit.review.bot@gmail.com>
7349
7350         Unreviewed, rolling out r65500.
7351         http://trac.webkit.org/changeset/65500
7352         https://bugs.webkit.org/show_bug.cgi?id=44108
7353
7354         Qt bots failed to compile. (Requested by loislo on #webkit).
7355
7356         * GNUmakefile.am:
7357
7358 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
7359
7360         Reviewed by Yury Semikhatsky.
7361
7362         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
7363         https://bugs.webkit.org/show_bug.cgi?id=43791
7364
7365         * GNUmakefile.am:
7366
7367 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7368
7369         Reviewed by Martin Robinson.
7370
7371         [GTK] GSettings support adds annoying warnings on systems with older glib versions
7372         https://bugs.webkit.org/show_bug.cgi?id=44056
7373
7374         Add file containing GLIB_GSETTINGS macro so that
7375         configure doesn't spit warnings in older systems.
7376
7377         * autotools/gsettings.m4: Added.
7378         * .gitignore: Ignore files that are generated inside autotools
7379         explicitely, because we have some that are kept in version
7380         control.
7381
7382 2010-08-16  Paul Sawaya  <psawaya@apple.com>
7383
7384         Reviewed by Chris Marrin.
7385
7386         Added shader validation via ANGLE
7387         https://bugs.webkit.org/show_bug.cgi?id=42405
7388
7389         Added ANGLE build to Makefile
7390
7391         * Makefile:
7392
7393 2010-08-16  Kevin Ollivier  <kevino@theolliviers.com>
7394
7395         [wx] Build fix, do not build WebCore as a convenience library as this leads to
7396         errors in the Win build w/export symbols and causes problems with DOM bindings
7397         debugging in gdb. 
7398
7399         * wscript: Copied from WebCore/wscript.
7400
7401 2010-08-15  Ryuan Choi  <ryuan.choi@samsung.com>
7402
7403         Reviewed by Antonio Gomes.
7404
7405         [EFL] Build error on r65378
7406         https://bugs.webkit.org/show_bug.cgi?id=44019
7407
7408         Add GENERATE_JSON macro for HTMLEntityNames.json instead of HTMLEntityNames.gperf
7409
7410         * cmake/WebKitMacros.cmake:
7411
7412 2010-08-14  Patrick Gansterer  <paroga@paroga.com>
7413
7414         Reviewed by Kenneth Rohde Christiansen.
7415
7416         [CMake] Add preprocessor detection for generator scripts
7417         https://bugs.webkit.org/show_bug.cgi?id=43984
7418
7419         * cmake/OptionsCommon.cmake:
7420
7421 2010-08-14  Adrienne Walker  <enne@google.com>
7422
7423         Reviewed by Kenneth Rohde Christiansen.
7424
7425         Update .gitignore file for more files
7426         https://bugs.webkit.org/show_bug.cgi?id=43991
7427
7428         * .gitignore:
7429
7430 2010-08-13  Leandro Pereira  <leandro@profusion.mobi>
7431
7432         [EFL] Unreviewed build fix.
7433
7434         * cmake/FindGthread.cmake: Fix warnings about obsolete PKGCONFIG macro.
7435         * cmake/WebKitGenerators.cmake: FLEX_EXECUTABLE was defined already
7436         by the root CMakeLists.txt file, so remove relevant lines that
7437         depends on FIND_PACKAGE_HANDLE_STANDARD_ARGS macro, which isn't
7438         available anymore.
7439
7440 2010-08-13  Alejandro G. Castro  <alex@igalia.com>
7441
7442         Reviewed by Xan Lopez.
7443
7444         We have to add the ACLOCAL_FLAGS in the env to the autogen.sh
7445         ACLOCAL_FLAGS variable in order to honor the value already
7446         defined, jhbuild uses it to pass parameters.
7447
7448         * autogen.sh:
7449
7450 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
7451
7452         Reviewed by Ariya Hidayat.
7453
7454         [Qt] Introduce Maemo6 for mobile features
7455         https://bugs.webkit.org/show_bug.cgi?id=43969
7456
7457         * WebKit.pri: Use maemo6 where we also use maemo5.
7458
7459 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
7460
7461         Reviewed by Ariya Hidayat.
7462
7463         [Qt] Clean up mobile feature useage
7464         https://bugs.webkit.org/show_bug.cgi?id=43968
7465
7466         * WebKit.pri: Set feature defaults here for some Nokia specific mobile platforms
7467
7468 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
7469
7470         Reviewed by Nikolas Zimmermann.
7471
7472         [CMake] Cleanup generator code.
7473         https://bugs.webkit.org/show_bug.cgi?id=39164
7474
7475         * cmake/WebKitGenerators.cmake:
7476         * cmake/WebKitMacros.cmake:
7477
7478 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
7479
7480         Reviewed by Nikolas Zimmermann.
7481
7482         [CMake] Add missing FIND_PACKAGE(Gperf)
7483         https://bugs.webkit.org/show_bug.cgi?id=43937
7484
7485         * CMakeLists.txt:
7486
7487 2010-08-12  Dimitri Glazkov  <dglazkov@chromium.org>
7488
7489         Reviewed by David Levin.
7490
7491         Add more Chromium-related dependency directories to .gitignore.
7492         https://bugs.webkit.org/show_bug.cgi?id=43940
7493
7494         * .gitignore: Added all existing that are created by update-webkit --chromium.
7495
7496 2010-08-12  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7497
7498         Reviewed by Martin Robinson.
7499
7500         [GTK] Use GSettings to save/restore Web Inspector settings
7501         https://bugs.webkit.org/show_bug.cgi?id=43512
7502
7503         * GNUmakefile.am: GSettings rules.
7504         * configure.ac: GSettings infrastructure, and check if we should
7505         use it by looking for an appropriate version of GIO.
7506
7507 2010-08-12  Rafael Antognolli  <antognolli@profusion.mobi>
7508
7509         Reviewed by Kenneth Rohde Christiansen.
7510
7511         [EFL] Making CMake keep track of theme dependencies.
7512         https://bugs.webkit.org/show_bug.cgi?id=43862
7513
7514         Removing unused macro GENERATE_EDJ.
7515
7516         * cmake/WebKitEfl.cmake:
7517
7518 2010-08-12  Sheriff Bot  <webkit.review.bot@gmail.com>
7519
7520         Unreviewed, rolling out r65225.
7521         http://trac.webkit.org/changeset/65225
7522         https://bugs.webkit.org/show_bug.cgi?id=43918
7523
7524         Broke EFL port build (Requested by acidx on #webkit).
7525
7526         * cmake/WebKitGenerators.cmake:
7527         * cmake/WebKitMacros.cmake:
7528
7529 2010-08-12  Patrick Gansterer  <paroga@paroga.com>
7530
7531         Reviewed by Nikolas Zimmermann.
7532
7533         [CMake] Cleanup generator code.
7534         https://bugs.webkit.org/show_bug.cgi?id=39164
7535
7536         * cmake/WebKitGenerators.cmake:
7537         * cmake/WebKitMacros.cmake:
7538
7539 2010-08-10  Balazs Kelemen  <kb@inf.u-szeged.hu>
7540
7541         Reviewed by Antonio Gomes.
7542
7543         [Qt] Build WebKit2 into a static lib
7544
7545         https://bugs.webkit.org/show_bug.cgi?id=43621
7546
7547         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
7548
7549 2010-08-07  Sheriff Bot  <webkit.review.bot@gmail.com>
7550
7551         Unreviewed, rolling out r64904.
7552         http://trac.webkit.org/changeset/64904
7553         https://bugs.webkit.org/show_bug.cgi?id=43671
7554
7555         Broke the Qt Windows builders. (Requested by bbandix on
7556         #webkit).
7557
7558         * WebKit.pro:
7559
7560 2010-08-07  Balazs Kelemen  <kb@inf.u-szeged.hu>
7561
7562         Reviewed by Eric Seidel.
7563
7564         [Qt] Build WebKit2 into a static lib
7565
7566         https://bugs.webkit.org/show_bug.cgi?id=43621
7567
7568         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
7569
7570 2010-08-06  ryuan choi  <ryuan.choi@samsung.com>
7571
7572         Reviewed by Antonio Gomes.
7573
7574         [EFL] Regression (64763) build fix for efl.
7575         https://bugs.webkit.org/show_bug.cgi?id=43597
7576
7577         change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
7578
7579         * cmake/OptionsEfl.cmake:
7580
7581 2010-08-05  Jian Li  <jianli@chromium.org>
7582
7583         Reviewed by David Levin.
7584
7585         Unify blob related feature defines to ENABLE(BLOB).
7586         https://bugs.webkit.org/show_bug.cgi?id=43081
7587
7588         * cmakeconfig.h.cmake:
7589         * configure.ac:
7590
7591 2010-08-05  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7592
7593         Reviewed by Xan Lopez.
7594
7595         Move files that are generated by the configure script to
7596         DISTCLEANFILES, where they should be. This fixes building after a
7597         make clean.
7598
7599         * GNUmakefile.am:
7600
7601 2010-08-04  Siddharth Mathur  <siddharth.mathur@nokia.com>
7602
7603         Reviewed by Laszlo Gombos.
7604
7605         [Qt][Symbian] Variable max heap size between target/emulator
7606         https://bugs.webkit.org/show_bug.cgi?id=41480
7607
7608         * WebKit.pri: Symbian-only code block for EPOCHEAPSIZE configuration
7609
7610 2010-08-03  Eric Seidel  <eric@webkit.org>
7611
7612         Unreviewed.  Test commit for commit-queue@webkit.org.
7613
7614 2010-08-03  Xan Lopez  <xlopez@igalia.com>
7615
7616         Reviewed by Gustavo Noronha.
7617
7618         [GTK] Fix DOM event dispatch
7619         https://bugs.webkit.org/show_bug.cgi?id=40847
7620
7621         Add new files to the build.
7622
7623         * GNUmakefile.am:
7624
7625 2010-08-03  Xan Lopez  <xlopez@igalia.com>
7626
7627         Reviewed by Gustavo Noronha.
7628
7629         Silence JSCore gir "creation".
7630
7631         * GNUmakefile.am:
7632
7633 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
7634
7635         Unreviewed, rolling out r64471.
7636         http://trac.webkit.org/changeset/64471
7637         https://bugs.webkit.org/show_bug.cgi?id=43005
7638
7639         Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
7640         until further discussion
7641
7642         * GNUmakefile.am:
7643
7644 2010-08-02  Xan Lopez  <xlopez@igalia.com>
7645
7646         Reviewed by Gustavo Noronha.
7647
7648         [GTK] Add support for the Audio element in the DOM bindings
7649         https://bugs.webkit.org/show_bug.cgi?id=43313
7650
7651         Add new files to the build.
7652
7653         * GNUmakefile.am:
7654
7655 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
7656
7657         Reviewed by David Kilzer.
7658
7659         AX: Support methods for web apps to interact with the native accessibility APIs
7660         https://bugs.webkit.org/show_bug.cgi?id=43005
7661
7662         * GNUmakefile.am:
7663
7664 2010-08-02  Balazs Kelemen  <kb@inf.u-szeged.hu>
7665
7666         Reviewed by Simon Hausmann.
7667
7668         [Qt] Generate forwarding headers for WebKit2
7669
7670         https://bugs.webkit.org/show_bug.cgi?id=43336
7671
7672         * DerivedSources.pro: Added WebKit2/DerivedSources.pro to SUBDIRS if webkit2 is on.
7673
7674 2010-07-30  Patrick Gansterer  <paroga@paroga.com>
7675
7676         Reviewed by Nikolas Zimmermann.
7677
7678         [CMake] Add FindGperf.cmake
7679         https://bugs.webkit.org/show_bug.cgi?id=39163
7680
7681         Add a clean gperf dedection since we need it for building.
7682
7683         * CMakeLists.txt:
7684         * cmake/FindGperf.cmake: Added.
7685
7686 2010-07-30  Rafael Antognolli  <antognolli@profusion.mobi>
7687
7688         Reviewed by Antonio Gomes.
7689
7690         [EFL] Add library version and soname to EFL generated libraries and binary.
7691         https://bugs.webkit.org/show_bug.cgi?id=43212
7692
7693         Make WebKit-EFL follow libtool soname versioning scheme.
7694
7695         * cmake/OptionsEfl.cmake: Added PROJECT_VERSION_PATCH to PROJECT_VERSION.
7696
7697 2010-07-29  Martin Robinson  <mrobinson@igalia.com>
7698
7699         Unreviewed build fix.
7700
7701         Fix installation of autogenerated header files.
7702
7703         * GNUmakefile.am: Fix autogenerated header file installation.
7704
7705 2010-07-27  Martin Robinson  <mrobinson@igalia.com>
7706
7707         Unreviewed build fix.
7708
7709         Add missing webkitdomdefines.h header to the sources list.
7710
7711         * GNUmakefile.am: Add missing header to the sources list.
7712
7713 2010-07-27  Kinuko Yasuda  <kinuko@chromium.org>
7714
7715         Reviewed by Ojan Vafai.
7716
7717         Add FILE_SYSTEM build flag for FileSystem API
7718         https://bugs.webkit.org/show_bug.cgi?id=42915
7719
7720         * configure.ac:
7721
7722 2010-07-26  ryuan choi  <ryuan.choi@samsung.com>
7723
7724         Unreviewed build fix.
7725
7726         [EFL]REGRESSION(r63952): build break because of InspectorBackendDispatcher.cpp
7727         https://bugs.webkit.org/show_bug.cgi?id=43021
7728
7729         Modify cmake script to fix build break as adding InspectorBackendDispatcher.
7730
7731         * cmake/WebKitGenerators.cmake:
7732
7733 2010-07-27  Rafael Antognolli  <antognolli@profusion.mobi>
7734
7735         Reviewed by Antonio Gomes.
7736
7737         [EFL] Changing library names (appending suffix "_efl")
7738         https://bugs.webkit.org/show_bug.cgi?id=42902
7739
7740         Instead of having libwebcore.so, we will have libwebcore_efl.so.
7741         Same for javascriptcore and wtf when compiled as shared, and for jsc.
7742
7743         * cmake/OptionsEfl.cmake:
7744
7745 2010-07-26  Martin Robinson  <mrobinson@igalia.com>
7746
7747         Reviewed by Xan Lopez.
7748
7749         [GTK] Get rid of libgdom
7750         https://bugs.webkit.org/show_bug.cgi?id=42378
7751
7752         Remove the need to build the libgdom intermediate library.
7753
7754         * GNUmakefile.am: Move the source list for the GObject DOM bindings to
7755         the top-level GNUmakefile.am, since they are logically part of WebKit, instead
7756         of WebCore. List all auto-generated files statically and remove no-longer-
7757         used variables. Fix an issue where some places expected webkitenumtypes.cpp
7758         to be generated in different directories.
7759
7760 2010-07-24  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>
7761
7762         Reviewed by Xan Lopez.
7763
7764         [GTK] Enable jit compilation on arm
7765         https://bugs.webkit.org/show_bug.cgi?id=42856
7766
7767         Add missing bits to configure.ac to build the arm jit.
7768         Compile and tested on debian sid armel on a qemu vm.
7769
7770         * configure.ac:
7771
7772 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
7773
7774         Reviewed by Antonio Gomes.
7775
7776         [EFL] Cleanup glib support (make it optional)
7777         https://bugs.webkit.org/show_bug.cgi?id=42480
7778
7779         Fixing support for compiling EFL port without glib.
7780
7781         * cmake/FindGthread.cmake: Added.
7782         * cmake/OptionsEfl.cmake:
7783
7784 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
7785
7786         Reviewed by Antonio Gomes.
7787
7788         [EFL] Add support for using libcurl network backend.
7789         https://bugs.webkit.org/show_bug.cgi?id=42286
7790
7791         Instead of just libsoup, the EFL port now can use libcurl backend.
7792         This is a step in the direction of removing dependency on glib. Just
7793         need to pass the option -DNETWORK_BACKEND=curl to cmake in order to
7794         enable it.
7795
7796         * cmake/OptionsEfl.cmake:
7797
7798 2010-07-23  Andras Becsi  <abecsi@webkit.org>
7799
7800         Reviewed by Kenneth Rohde Christiansen.
7801
7802         [Qt] Enable the build of MiniBrowser.
7803
7804         * WebKit.pro: add MiniBrowser.pro to SUBDIRS.
7805
7806 2010-07-23  Balazs Kelemen  <kb@inf.u-szeged.hu>
7807
7808         Reviewed by Kenneth Rohde Christiansen.
7809
7810         [Qt] Setup the QtWebProcess
7811
7812         https://bugs.webkit.org/show_bug.cgi?id=42623
7813
7814         * WebKit.pro: Add WebKit2.pro to the build guarded by webkit2 config variable.
7815
7816 2010-07-20  Rafael Antognolli  <antognolli@profusion.mobi>
7817
7818         Reviewed by Antonio Gomes.
7819
7820         [EFL] Enable Ecore-X on compile time
7821         https://bugs.webkit.org/show_bug.cgi?id=42600
7822
7823         Check for a flag received from cmake configure and disable it
7824         if necessary. Also disable it if Ecore-X wasn't found.
7825
7826         EFL port does not support automated tests yet.
7827
7828         * cmake/FindEFL.cmake:
7829         * cmake/OptionsEfl.cmake:
7830
7831 2010-07-20  Hans Wennborg  <hans@chromium.org>
7832
7833         Reviewed by Steve Block.
7834
7835         Add WebCore/bindings/generic/RuntimeEnabledFeatures.cpp to build files
7836         https://bugs.webkit.org/show_bug.cgi?id=42380
7837
7838         RuntimeEnabledFeatures.cpp and .h were moved from bindings/v8 to
7839         bindings/generic a while a go (in r54593), but need to
7840         be added to the build in order to be used.
7841
7842         No new functionality so no new tests.
7843
7844         * Android.mk:
7845
7846 2010-07-16  Leandro Pereira  <leandro@profusion.mobi>
7847
7848         [EFL] Unreviewed build system cleanup.
7849
7850         Remove reference to "mediaControlsGtk.css".
7851
7852         * cmake/WebKitGenerators.cmake:
7853
7854 2010-07-16  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7855
7856         Reviewed by Antonio Gomes.
7857
7858         [EFL] Build with MathML enabled. Fix build when MathML is enabled and
7859         make it the default.
7860         https://bugs.webkit.org/show_bug.cgi?id=42453
7861
7862         * cmake/OptionsEfl.cmake: build with MathML enabled as default.
7863
7864 2010-07-15  Martin Robinson  <mrobinson@igalia.com>
7865
7866         Reviewed by Oliver Hunt.
7867
7868         [GTK] Simplify the distribution step
7869         https://bugs.webkit.org/show_bug.cgi?id=42414
7870
7871         * GNUmakefile.am: Remove unused variables. Rely on WebCore/GNUmakefile.am
7872         to handle distributing IDL files from WebCore and to modify EXTRA_DIST.
7873
7874 2010-07-14  Martin Robinson  <mrobinson@igalia.com>
7875
7876         Reviewed by Xan Lopez.
7877
7878         [GTK] Get rid of libWebCoreJS
7879         https://bugs.webkit.org/show_bug.cgi?id=42083
7880
7881         * GNUmakefile.am: Remove the libWebCoreJS library from the extra
7882         link libraries. Add IDL files to the distribution manually, as they
7883         are no longer included in the header list. This prevents a good deal
7884         of repetition in the source listings by avoiding listing both the IDL
7885         files and their final targets.
7886
7887 2010-07-14  Vincent Scheib  <scheib@chromium.org>
7888
7889         Reviewed by Kent Tamura
7890
7891         Configure Git to ignore build files generated by Chromium .gyp on windows.
7892
7893         Bug 42205: Chromium build files on windows not ignored by git
7894         https://bugs.webkit.org/show_bug.cgi?id=42205
7895         
7896         * .gitignore: Updated
7897
7898 2010-07-13  Sheriff Bot  <webkit.review.bot@gmail.com>
7899
7900         Unreviewed, rolling out r63262.
7901         http://trac.webkit.org/changeset/63262
7902         https://bugs.webkit.org/show_bug.cgi?id=42229
7903
7904         broke Windows compile (Requested by bweinstein on #webkit).
7905
7906         * WebKit.pro:
7907
7908 2010-07-13  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
7909
7910         Reviewed by Oliver Hunt.
7911
7912         Separate CoreFoundation specific tests in JSC's testapi.c
7913
7914         testapi.c depends on the Core Foundation.
7915         https://bugs.webkit.org/show_bug.cgi?id=40058
7916
7917         * WebKit.pro: enable compilation of JSC C API test.
7918
7919 2010-07-13  Scott Violet  <sky@chromium.org>
7920
7921         Reviewed by David Levin.
7922
7923         [Chromium] Makes pressing tab accept the currently selected item in a popup.
7924         https://bugs.webkit.org/show_bug.cgi?id=42172
7925
7926         * WebCore/platform/chromium/PopupMenuChromium.cpp:
7927
7928 2010-07-12  Xan Lopez  <xlopez@igalia.com>
7929
7930         Reviewed by Gustavo Noronha.
7931
7932         Bump to 1.3.3
7933
7934         * configure.ac:
7935
7936 2010-07-12  Xan Lopez  <xlopez@igalia.com>
7937
7938         Reviewed by Gustavo Noronha.
7939
7940         Suffix .mo files with the GTK+ API version so that they can be
7941         parallel installable.
7942
7943         * configure.ac:
7944
7945 2010-07-12  Xan Lopez  <xlopez@igalia.com>
7946
7947         Reviewed by Gustavo Noronha.
7948
7949         Add another include path to the scanner to avoid warnings related
7950         to undefined types. It wasn't picking up <webkit/foo.h>-like
7951         headers.
7952
7953         * GNUmakefile.am:
7954
7955 2010-07-07  Rafael Antognolli  <antognolli@profusion.mobi>
7956
7957         Reviewed by Adam Barth.
7958
7959         [EFL] Fix cmake build and libsoup detection
7960         Some changes should be done to cmake build system to fix the detection of libsoup and correct some link paths:
7961         - LINK_FLAGS should be set using quotes, otherwise some wrong
7962         substitution takes place;
7963         - we should use LIBSOUP24_* instead of LIBSOUP_* since this is the
7964         version we are using;
7965         - need to set HAVE_LIBSOUP_2_29_90 if we find a version equal or newer
7966         than that.
7967         https://bugs.webkit.org/show_bug.cgi?id=41717
7968
7969         * cmake/OptionsEfl.cmake:
7970
7971 2010-07-06  Leandro Pereira  <leandro@profusion.mobi>
7972
7973         Unreviewed build fix.
7974
7975         [EFL] Add macro to generate inspector code.
7976
7977         * cmake/WebKitGenerators.cmake:
7978
7979 2010-07-06  Martin Robinson  <mrobinson@igalia.com>
7980
7981         Unreviewed.
7982
7983         Build fix after r62549.
7984
7985         * GNUmakefile.am: Remove new variable that is no longer used.
7986
7987 2010-07-06  Ilya Tikhonovsky  <loislo@chromium.org>
7988
7989         Reviewed by Yury Semikhatsky.
7990
7991         WebInspector: generator part of the patch for bug 40675.
7992         On the way to Remote Debugging we want to support JSON serialization
7993         on both sides of WebInspector transport.
7994         As far as InspectorFrontend class is a simple proxy to WebInspector
7995         it would be better to generate it from an IDL file.
7996         We have generator infrastructure for binding and will reuse it for
7997         new generator.
7998         https://bugs.webkit.org/show_bug.cgi?id=41692
7999
8000         * GNUmakefile.am:
8001
8002 2010-07-05  Antti Koivisto  <koivisto@iki.fi>
8003
8004         Revert unplanned project file change.
8005
8006         * WebKit.pro:
8007
8008 2010-06-23  Martin Robinson  <mrobinson@igalia.com>
8009
8010         Reviewed by Gustavo Noronha Silva.
8011
8012         [GTK] Separate DerivedSources per-project
8013         https://bugs.webkit.org/show_bug.cgi?id=41109
8014
8015         Separate WebKitGTK+ DerivedSources into per-project subdirectories to prepare
8016         for properly building WebKit2.
8017
8018         * GNUmakefile.am:
8019
8020 2010-07-01  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
8021
8022         Reviewed by Simon Hausmann.
8023
8024         [Qt] Fix a comment in WebKit.pri.
8025
8026         * WebKit.pri:
8027
8028 2010-06-16  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
8029
8030         Reviewed by Simon Hausmann.
8031
8032         [Qt] Fix qmake vcproj generation for QtWebKit.
8033
8034         qmake use TARGET=/LIBS+= -lTARGET to create dependencies
8035         between projects in a subdir template.
8036
8037         Since when compiling outside of Qt we hijack the target name of
8038         QtWebKit to add the configuration and version suffix to the binary
8039         filename, qmake can't establish the WebCore project as a dependency
8040         to QtTestBrowser.
8041
8042         This patch makes sure that the target is not hijacked on the
8043         first of the three passes where the dependencies are determined.
8044
8045         * WebKit.pri:
8046
8047 2010-07-01  Simon Hausmann  <simon.hausmann@nokia.com>
8048
8049         Rubber-stamped by Laszlo Gombos.
8050
8051         [Qt][Symbian] Bumped up the maximum heap size to 96MB
8052
8053         * WebKit.pri:
8054
8055 2010-06-30  Leandro Pereira  <leandro@profusion.mobi>
8056
8057         Unreviewed.
8058
8059         Generate CSSValueKeywords.cpp instead of CSSValueKeywords.c to avoid
8060         recompilation and relinking of WebCore when no files were changed.
8061
8062         * cmake/WebKitGenerators.cmake:
8063
8064 2010-06-29  Antoine Labour  <piman@chromium.org>
8065
8066         Reviewed by Dimitri Glazkov.
8067
8068         Only call Windows-specific PlatformSkiaContext functions on Windows.
8069
8070         * WebCore/platform/graphics/chromium/LayerChromium.cpp:
8071         * WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:
8072
8073 2010-06-28  John Gregg  <johnnyg@google.com>
8074
8075         Reviewed by Kent Tamura.
8076
8077         add ENABLE_DIRECTORY_UPLOAD build support
8078         https://bugs.webkit.org/show_bug.cgi?id=41100
8079
8080         * configure.ac:
8081
8082 2010-06-28  Xan Lopez  <xlopez@igalia.com>
8083
8084         Reviewed by Gustavo Noronha.
8085
8086         Bump version to 1.3.2.
8087
8088         * configure.ac:
8089
8090 2010-06-28  Xan Lopez  <xlopez@igalia.com>
8091
8092         Rubber-stamped by Gustavo Noronha.
8093
8094         Bump gobject-introspection required version to 0.6.15, since we
8095         are now shipping version 1.1 gir files.
8096
8097         * configure.ac:
8098
8099 2010-06-28  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8100
8101         Unreviewed build fix.
8102
8103         [EFL] Build fix for latest version of Ecore library.
8104         Ecore recently changed return type of callbacks from int to Eina_Bool.
8105
8106         * cmake/FindEFL.cmake: Bump version of Ecore dependency.
8107
8108 2010-06-28  Xan Lopez  <xlopez@igalia.com>
8109
8110         Reviewed by Gustavo Noronha.
8111
8112         [GTK] Does not compile with -DGSEAL_ENABLE
8113         https://bugs.webkit.org/show_bug.cgi?id=37851
8114
8115         Add automake flag to signal whether we are building with GTK+ 2.x
8116         or 3.x.
8117
8118         * configure.ac:
8119
8120 2010-06-28  Xan Lopez  <xlopez@igalia.com>
8121
8122         Reviewed by Gustavo Noronha.
8123
8124         [GTK] Add support for GTK+3
8125         https://bugs.webkit.org/show_bug.cgi?id=41253
8126
8127         Add --with-gtk configure flag, defaulting to support for GTK+ 2.x.
8128
8129         * GNUmakefile.am:
8130         * configure.ac:
8131
8132 2010-06-26  Tony Gentilcore  <tonyg@chromium.org>
8133
8134         Reviewed by Dimitri Glazkov.
8135
8136         Add an --enable-web-timing flag which guards Web Timing support.
8137         https://bugs.webkit.org/show_bug.cgi?id=38924
8138
8139         This flag is disabled by default.
8140         See: http://dev.w3.org/2006/webapi/WebTiming/
8141
8142         * configure.ac:
8143
8144 2010-06-25  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
8145
8146         Reviewed by Simon Hausmann.
8147
8148         Introduce to QtScript benchmarks.
8149
8150         The QtScript performance should be tested regularly. The patch introduces
8151         micro benchmarks for existing API.
8152
8153         [Qt] Performance of the QtScript API is not tested.
8154         https://bugs.webkit.org/show_bug.cgi?id=40911
8155
8156         * WebKit.pro:
8157
8158 2010-06-25  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8159
8160         Reviewed by Kenneth Rohde Christiansen.
8161
8162         [CMake] Add option to enable JIT.
8163         JIT is disabled by default, but now it's possible to enable it through
8164         an option to CMake: -DENABLE_JIT will enable it.
8165         https://bugs.webkit.org/show_bug.cgi?id=40936
8166
8167         * cmake/OptionsEfl.cmake: add new -DENABLE_JIT option.
8168         * cmakeconfig.h.cmake: use new -DENABLE_JIT option.
8169
8170 2010-06-23  Leandro Pereira  <leandro@profusion.mobi>
8171
8172         Reviewed by Kenneth Rohde Christiansen.
8173
8174         [EFL] Add support to CPack (to generate source tarballs)
8175         https://bugs.webkit.org/show_bug.cgi?id=41009
8176         
8177         * CMakeLists.txt:
8178         * cmake/OptionsEfl.cmake: Define the default source generator for
8179         the EFL port.
8180         * cmake/WebKitPackaging.cmake: Added. This file filters the source
8181         files so that only files relevant to the selected port are included
8182         in the source tarball. See comments for details.
8183
8184 2010-06-22  Eric Seidel  <eric@webkit.org>
8185
8186         Unreviewed.  Test commit for commit-queue@webkit.org.
8187
8188 2010-06-21  Prasad Tammana  <prasadt@chromium.org>
8189
8190         Reviewed by Darin Adler.
8191
8192         DumpRenderTree should allow tests with modal dialogs
8193         https://bugs.webkit.org/show_bug.cgi?id=35350
8194
8195         * DumpRenderTree/LayoutTestController.cpp:
8196         (abortModalCallback):
8197         (LayoutTestController::staticFunctions):
8198         * DumpRenderTree/LayoutTestController.h:
8199         * DumpRenderTree/mac/LayoutTestControllerMac.mm:
8200         (LayoutTestController::abortModal):
8201         Add abortModal method to LayoutTestController and make it available from script.
8202
8203         * DumpRenderTree/mac/UIDelegate.mm: Add support for showModalDialog.
8204         (-[UIDelegate modalWindowWillClose:]): Observer for NSWindowWillCloseNotifications to call
8205         abortModal from when modal window closes.
8206         (-[UIDelegate webViewRunModal:]): Delegate method for showModalDialog to run the modal loop.
8207
8208 2010-06-21  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8209
8210         Unreviewed debug build fix.
8211
8212         [CMake] Do not force build type to Release
8213         https://bugs.webkit.org/show_bug.cgi?id=40566
8214
8215         * CMakeLists.txt:
8216
8217 2010-06-21  Satish Sampath  <satish@chromium.org>
8218
8219         Reviewed by Steve Block.
8220
8221         Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
8222         https://bugs.webkit.org/show_bug.cgi?id=40878
8223
8224         * configure.ac:
8225
8226 2010-06-17  Shu Chang  <chang.shu@nokia.com>
8227
8228         Reviewed by Kenneth Rohde Christiansen.
8229
8230         [Qt] Fix the link error on symbian with ENABLE_JIT=0.
8231         1. Add "#if ENABLE(JIT)" in the header file;
8232         2. Put feature enable/disable logic to a common.pri so
8233         that both JavaScriptCore.pri and WebCore.pri can share.
8234
8235         https://bugs.webkit.org/show_bug.cgi?id=40780
8236
8237         * common.pri: Added.
8238
8239 2010-06-17  Alexis Menard  <alexis.menard@nokia.com>
8240
8241         Reviewed by Kenneth Rohde Christiansen.
8242
8243         [Qt] Upstream the WebKit QML integration plugin
8244         https://bugs.webkit.org/show_bug.cgi?id=40050
8245
8246         Add to the build the QML WebKit integration plugin.
8247
8248         * WebKit.pro:
8249
8250 2010-06-17  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8251
8252         Reviewed by Gustavo Noronha.
8253
8254         Update CMake build system to use new script for generating source files
8255         with gperf (r61091).
8256         https://bugs.webkit.org/show_bug.cgi?id=40628
8257
8258         * cmake/WebKitGenerators.cmake:
8259
8260 2010-06-17  Mark Brand  <mabrand@mabrand.nl>
8261
8262         Reviewed by Simon Hausmann.
8263
8264         [Qt] use "win32-g++*" scope to match all MinGW makespecs
8265
8266         The scope "win32-g++" comes from the name of the makespec. However, it
8267         is frequently used to check for MinGW. This works fine as long as
8268         win32-g++ is the only makespec for MinGW. Now we need the wildcard
8269         to cover "win32-g++-cross" as well.
8270
8271         * WebKit.pri:
8272
8273 2010-06-15  Xan Lopez  <xlopez@igalia.com>
8274
8275         Unreviewed build fix.
8276
8277         Remove GSEAL from the debug config since the bots have a GTK+
8278         version too old, duh.
8279
8280         * GNUmakefile.am:
8281
8282 2010-06-15  Xan Lopez  <xlopez@igalia.com>
8283
8284         Reviewed by Gustavo Noronha.
8285
8286         [GTK] Does not compile with -DGSEAL_ENABLE
8287         https://bugs.webkit.org/show_bug.cgi?id=37851
8288
8289         Add GSEAL_ENABLE flag when doing debug builds.
8290
8291         * GNUmakefile.am:
8292
8293 2010-06-13  Tony Chang  <tony@chromium.org>
8294
8295         Reviewed by Darin Fisher.
8296
8297         Chromium shouldn't build inside the source directory
8298         https://bugs.webkit.org/show_bug.cgi?id=40489
8299
8300         Ignore Chromium Linux build files.
8301
8302         * .: Added property svn:ignore. Modified property svn:ignore.
8303
8304 2010-06-09  Leandro Pereira  <leandro@profusion.mobi>
8305
8306         Reviewed by Adam Treat.
8307
8308         [EFL] Allow building core libraries as shared objects to speed up
8309         linking time on machines with small amounts of memory.
8310         http://webkit.org/b/39899
8311
8312         * CMakeLists.txt: Add SHARED_CORE option.
8313         * cmake/FindGlib.cmake: Add GObject to the list of GLib libraries to
8314         search.
8315         * cmake/OptionsEfl.cmake: Remove default library type definitions.
8316         * cmake/WebKitHelpers.cmake: -fvisibility=hidden did not behave well
8317         when SHARED_CORE is used.
8318
8319 2010-06-08  Xan Lopez  <xlopez@igalia.com>
8320
8321         Reviewed by Gustavo Noronha.
8322
8323         [GTK] Unit testing for WebKitDOMNode hierarchy walk
8324         https://bugs.webkit.org/show_bug.cgi?id=40171
8325
8326         Add DOM node test to the build system.
8327
8328         * GNUmakefile.am:
8329
8330 2010-06-02  Sterling Swigart  <sswigart@google.com>
8331
8332         Reviewed by David Levin.
8333
8334         Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
8335         https://bugs.webkit.org/show_bug.cgi?id=39906
8336
8337         * configure.ac:
8338
8339 2010-05-31  Xan Lopez  <xlopez@igalia.com>
8340
8341         Reviewed by Gustavo Noronha.
8342
8343         Copy the NEWS file to the toplevel when creating the release
8344         tarballs, otherwise it's a bit hard to find.
8345
8346         * GNUmakefile.am:
8347
8348 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
8349
8350         Final make distcheck fix - clean up generated GDOM files on distclean.
8351
8352         * GNUmakefile.am:
8353
8354 2010-05-27  Xan Lopez  <xlopez@igalia.com>
8355
8356         More GTK+ distcheck fixes.
8357
8358         * GNUmakefile.am:
8359
8360 2010-05-27  Xan Lopez  <xlopez@igalia.com>
8361
8362         Reviewed by Gustavo Noronha.
8363
8364         Bump for 1.3.1 release.
8365
8366         * configure.ac:
8367
8368 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
8369
8370         Reviewed by Xan Lopez.
8371
8372         Build fix for introspection support - make sure DOM headers are
8373         included by the GI scanner.
8374
8375         * GNUmakefile.am:
8376
8377 2010-05-26  Gustavo Noronha Silva  <gns@gnome.org>
8378
8379         Build fixes for make distcheck.
8380
8381         * GNUmakefile.am:
8382
8383 2010-05-26  Xan Lopez  <xlopez@igalia.com>
8384
8385         Reviewed by Gustavo Noronha.
8386
8387         [GTK] Add support for DOM events in the GObject DOM bindings
8388         https://bugs.webkit.org/show_bug.cgi?id=38844
8389
8390         Add new test to the build.
8391
8392         * GNUmakefile.am:
8393
8394 2010-05-22  Leandro Pereira  <leandro@profusion.mobi>
8395
8396         Reviewed by Eric Seidel.
8397
8398         [EFL] Build fix (always compile libraries with -fPIC when compiler
8399         is gcc; always define WTF_USE_PTHREADS).
8400         http://webkit.org/b/39235
8401
8402         * cmake/OptionsCommon.cmake:
8403         * cmake/OptionsEfl.cmake:
8404         * cmake/WebKitHelpers.cmake:
8405
8406 2010-05-19  Dan Winship  <danw@gnome.org>
8407
8408         Reviewed by Xan Lopez.
8409
8410         [GTK] Install introspection files in our prefix, not
8411         gobject-introspection's prefix
8412
8413         * GNUmakefile.am:
8414         * configure.ac:
8415
8416 2010-05-15  Leandro Pereira  <leandro@profusion.mobi>
8417
8418         Reviewed by Adam Treat.
8419
8420         [EFL] Add build system for the EFL port.
8421         http://webkit.org/b/37945
8422
8423         * CMakeLists.txt: Added.
8424         * cmake/FindCFLite.cmake: Added.
8425         * cmake/FindCairo.cmake: Added.
8426         * cmake/FindEFL.cmake: Added.
8427         * cmake/FindFreetype.cmake: Added.
8428         * cmake/FindGDK-PixBuf.cmake: Added.
8429         * cmake/FindGDK.cmake: Added.
8430         * cmake/FindGIO.cmake: Added.
8431         * cmake/FindGlib.cmake: Added.
8432         * cmake/FindICU.cmake: Added.
8433         * cmake/FindLibSoup2.cmake: Added.
8434         * cmake/FindLibXlst.cmake: Added.
8435         * cmake/FindPango.cmake: Added.
8436         * cmake/FindSqlite.cmake: Added.
8437         * cmake/LibFindMacros.cmake: Added.
8438         * cmake/OptionsCommon.cmake: Added.
8439         * cmake/OptionsEfl.cmake: Added.
8440         * cmake/WebKitEfl.cmake: Added.
8441         * cmake/WebKitFS.cmake: Added.
8442         * cmake/WebKitFeatures.cmake: Added.
8443         * cmake/WebKitGenerators.cmake: Added.
8444         * cmake/WebKitHelpers.cmake: Added.
8445         * cmake/WebKitMacros.cmake: Added.
8446         * cmakeconfig.h.cmake: Added.
8447
8448 2010-05-14  Simon Hausmann  <simon.hausmann@nokia.com>
8449
8450         Rubber-stamped by Antti Koivisto.
8451
8452         [Qt] Rename QtLauncher to QtTestBrowser
8453         https://bugs.webkit.org/show_bug.cgi?id=37665
8454
8455         * WebKit.pro:
8456
8457 2010-05-12  Csaba Osztrogonác  <ossy@webkit.org>
8458
8459         Reviewed by Kenneth Rohde Christiansen.
8460
8461         [Qt] Link error in debug mode without debug_and_release config
8462         https://bugs.webkit.org/show_bug.cgi?id=39006
8463
8464         * WebKit.pri: Unnecessary build_pass guard removed.
8465
8466 2010-05-12  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8467
8468         Reviewed by Kenneth Rohde Christiansen.
8469
8470         [Qt] Detect debug mode consistently
8471         https://bugs.webkit.org/show_bug.cgi?id=38863
8472
8473         * WebKit.pri:
8474
8475 2010-05-08  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8476
8477         Reviewed by Kenneth Rohde Christiansen.
8478
8479         [Qt] Build the ImageDiff tool for all platforms including Windows and Symbian
8480         https://bugs.webkit.org/show_bug.cgi?id=38706
8481
8482         * WebKit.pro:
8483
8484 2010-05-07  Simon Hausmann  <simon.hausmann@nokia.com>
8485
8486         Add a few more files with Windows linefeeds to the .gitattributes file.
8487
8488         * .gitattributes:
8489
8490 2010-05-05  Alejandro G. Castro  <alex@igalia.com>
8491
8492         Reviewed by Xan Lopez.
8493
8494         Fixed the gobject introspection compilation with the new DOM
8495         bindings, we needed to add DOM objects.
8496
8497         * GNUmakefile.am:
8498
8499 2010-05-04  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8500
8501         Unreviewed, build fix for Symbian.
8502
8503         [Symbian] Symbian builds does not support shadow builds
8504
8505         Revision r54715 broke the Symbian build. For Symbian
8506         the include directory is generated in the root of the source tree.
8507         This patch sets the INCLUDEPATH accordingly for Symbian.
8508
8509         * WebKit.pri:
8510
8511 2010-05-03  Adam Barth  <abarth@webkit.org>
8512
8513         Reviewed by Dimitri Glazkov.
8514
8515         Add some more Chromium-specific files to gitignore
8516         https://bugs.webkit.org/show_bug.cgi?id=38469
8517
8518         These files are generated as part of the update-webkit --chromium
8519         script.
8520
8521         * .gitignore:
8522
8523 2010-05-02  Geoff Levand  <geoff.levand@am.sony.com>
8524
8525         Reviewed by Eric Seidel.
8526
8527         [GTK] Fix out of source build failure
8528         https://bugs.webkit.org/show_bug.cgi?id=38051
8529
8530         Add a preprocessor include path for generated GTK header files.
8531         Fixes build errors like these when building GTK out of source:
8532
8533           webkit.h: error: webkit/webkitversion.h: No such file or directory
8534
8535         * GNUmakefile.am:
8536
8537 2010-05-02  Kartikaya Gupta  <kagupta@rim.com>
8538
8539         Reviewed by George Staikos.
8540
8541         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.
8542
8543         https://bugs.webkit.org/show_bug.cgi?id=37888
8544
8545         No new tests. None needed.
8546
8547         * bindings/scripts/IDLParser.pm:
8548
8549 2010-04-29  Xan Lopez  <xlopez@igalia.com>
8550
8551         Reviewed by Gustavo Noronha.
8552
8553         [GTK] GObject DOM bindings
8554         https://bugs.webkit.org/show_bug.cgi?id=33590
8555
8556         Add WebKitDOMDocument tests to the build.
8557
8558         * GNUmakefile.am:
8559
8560 2010-04-28  Sam Weinig  <sam@webkit.org>
8561
8562         Reviewed by Mark Rowe.
8563
8564         Add WebKit2 to the lists of modules to build.
8565
8566         * Makefile:
8567
8568 2010-04-21  Xan Lopez  <xlopez@igalia.com>
8569
8570         Reviewed by Adam Barth.
8571
8572         [GTK] GObject DOM bindings
8573         https://bugs.webkit.org/show_bug.cgi?id=33590
8574
8575         Add build bits for the GObject DOM bindings.
8576
8577         * GNUmakefile.am:
8578
8579 2010-04-20  Xan Lopez  <xlopez@igalia.com>
8580
8581         Build fix?
8582
8583         * autotools/webkit.m4:
8584
8585 2010-04-19  Diego Escalante Urrelo  <descalante@igalia.com>
8586
8587         Reviewed by Xan Lopez.
8588
8589         [Gtk] Evaluate and create tests for all the AtkRole's implemented by
8590         WebKitGtk
8591         https://bugs.webkit.org/show_bug.cgi?id=34449
8592
8593         Add and enable the build of testatkroles to test ATK non form roles.
8594
8595         * GNUmakefile.am:
8596
8597 2010-04-18  Michael Forney  <michael@mforney.org>
8598
8599         Reviewed by Laszlo Gombos.
8600
8601         https://bugs.webkit.org/show_bug.cgi?id=37762
8602
8603         Fixes the sandbox option in configure.
8604
8605         * configure.ac: Fix cut and paste error in the sandbox option causing
8606         --{enable,disable}-sandbox to be ineffective, and it to be controlled
8607         by the ruby flag.
8608
8609 2010-04-09  Simon Hausmann  <simon.hausmann@nokia.com>
8610
8611         Unreviewed crash fix.
8612
8613         Revert part of 57320 that would remove NDEBUG in release builds for
8614         DRT, etc.
8615
8616         * WebKit.pri:
8617
8618 2010-04-09  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
8619
8620         Reviewed by Simon Hausmann.
8621
8622         [Qt] Fix crashes with package builds in release
8623
8624         * WebKit.pri: Don't randomly add NDEBUG to the defines.
8625
8626 2010-04-07  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8627
8628         Reviewed by Kenneth Rohde Christiansen.
8629
8630         [Qt] Fix trunk (non-standalone) builds for Symbian
8631         https://bugs.webkit.org/show_bug.cgi?id=37136
8632
8633         Test for source files before building instead of relying on
8634         standalone_package config.
8635
8636         * WebKit.pro:
8637
8638 2010-04-01  Kinuko Yasuda  <kinuko@chromium.org>
8639
8640         Reviewed by Dmitry Titov.
8641
8642         Add FileThread for async file operation support in FileReader and FileWriter
8643         https://bugs.webkit.org/show_bug.cgi?id=36896
8644
8645         Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
8646
8647         * configure.ac:
8648
8649 2010-04-01  Ojan Vafai  <ojan@chromium.org>
8650
8651         Reviewed by Adam Barth.
8652
8653         autoinstalled should be git ignored
8654         https://bugs.webkit.org/show_bug.cgi?id=36970
8655
8656         * .gitignore:
8657
8658 2010-04-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8659
8660         Reviewed by Kenneth Rohde Christiansen.
8661
8662         [Qt]Add -Wextra warning level to the QtWebKit build
8663         https://bugs.webkit.org/show_bug.cgi?id=36971
8664
8665         * WebKit.pri:
8666
8667 2010-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8668
8669         Reviewed by Holger Freyther.
8670
8671         [GTK] webkit_get_default_session() should make sure webkit_init() is called
8672         https://bugs.webkit.org/show_bug.cgi?id=36754
8673
8674         New API test.
8675
8676         * GNUmakefile.am:
8677
8678 2010-03-26  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
8679
8680         Reviewed by Simon Hausmann.
8681
8682         [Qt] Build JavaScriptCore as a static library.
8683         https://bugs.webkit.org/show_bug.cgi?id=36590
8684
8685         This patch takes what was left of the unused JavaScriptCore.pro
8686         and moved the compilation logic from JavaScriptCore.pri to
8687         JavaScriptCore.pro.
8688
8689         * WebKit.pro:
8690
8691 2010-03-16  Xan Lopez  <xlopez@igalia.com>
8692
8693         Rubber-stamped by Gustavo Noronha.
8694
8695         Update library version for 1.1.90 release.
8696
8697         * configure.ac:
8698
8699 2010-03-16  Xan Lopez  <xlopez@igalia.com>
8700
8701         Reviewed by Gustavo Noronha.
8702
8703         Bump version for 1.1.90 release.
8704
8705         * configure.ac:
8706
8707 2010-03-16  Xan Lopez  <xlopez@igalia.com>
8708
8709         Reviewed by Gustavo Noronha.
8710
8711         Add support for Fast Mobile Scrolling in the build system.
8712
8713         * configure.ac:
8714
8715 2010-03-16  Simon Hausmann  <simon.hausmann@nokia.com>
8716
8717         Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
8718
8719         * .gitattributes:
8720
8721 2010-03-12  Scott Byer  <scottbyer@chromium.org>
8722
8723         Reviewed by David Levin.
8724
8725         Popup font size needs to be exposed to clients.
8726         https://bugs.webkit.org/show_bug.cgi?id=35990
8727
8728         Add function to expose the popup menu font size, add a field to
8729         WebPopupMenuInfo that receives that information to convey that to
8730         the web view client's createPopupMenu() call.
8731
8732         * WebCore/platform/chromium/PopupMenuChromium.cpp:
8733         * WebCore/platform/chromium/PopupMenuChromium.h:
8734         * WebKit/chromium/public/WebPopupMenuInfo.h:
8735         * WebKit/chromium/src/ChromeClientImpl.cpp:
8736
8737 2010-03-11  Adam Roben  <aroben@apple.com>
8738
8739         Teach git about ObjC files
8740
8741         Fixes <http://webkit.org/b/36015>.
8742
8743         Reviewed by Tim Hatcher.
8744
8745         * .gitattributes: Set the diff attribute for .m and .mm files, and .h
8746         files in Mac-specific directories. This can be used to generate
8747         more-readable diffs of ObjC files.
8748
8749 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8750
8751         Unreviewed. Versioning for 1.1.23.
8752
8753         * configure.ac:
8754
8755 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8756
8757         Unreviewed distcheck fix.
8758
8759         * GNUmakefile.am:
8760
8761 2010-03-08  Jian Li  <jianli@chromium.org>
8762
8763         Reviewed by Dmitry Titov.
8764
8765         Blob.slice support.
8766         https://bugs.webkit.org/show_bug.cgi?id=32993
8767
8768         Add ENABLE_BLOB_SLICE feature define.
8769
8770         * configure.ac:
8771
8772 2010-03-04  Fridrich Strba  <fridrich.strba@bluewin.ch>
8773
8774         Reviewed by Holger Freyther.
8775
8776         https://bugs.webkit.org/show_bug.cgi?id=35726
8777         Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
8778
8779         Removing orphaned #if USE.
8780
8781         * GNUmakefile.am:
8782
8783 2010-03-04  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
8784
8785         Reviewed by Tor Arne Vestbø.
8786
8787         [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
8788
8789         This also allows shadow builds relying only on qmake to work properly.
8790
8791         * WebKit.pri:
8792
8793 2010-03-03  Fridrich Strba  <fridrich.strba@bluewin.ch>
8794
8795         Reviewed by Xan Lopez.
8796
8797         Miscellaneous little fixes for the windows build of webkit-gtk
8798         https://bugs.webkit.org/show_bug.cgi?id=35640
8799
8800         * GNUmakefile.am: On Windows with GCC, presence of
8801         __declspec(dllexport) on some symbols disables the autoexport/autoimport
8802         feature for all others. Using regex here assures that all symbols that 
8803         need to be exported in the dll are actually exported.
8804
8805 2010-03-02  Arno Renevier  <arno@renevier.net>
8806
8807         Reviewed by Gustavo Noronha Silva.
8808
8809         [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
8810         https://bugs.webkit.org/show_bug.cgi?id=35210
8811
8812         * GNUmakefile.am:
8813
8814 2010-03-02  Dmitry Titov  <dimich@chromium.org>
8815
8816         Reviewed by Alexey Proskuryakov.
8817
8818         Ignore compiled Java test cases in .gitignore.
8819         https://bugs.webkit.org/show_bug.cgi?id=35559
8820
8821         * .gitignore:
8822
8823 2010-02-26  Arno Renevier  <arno@renevier.net>
8824
8825         Reviewed by Gustavo Noronha Silva.
8826
8827         [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
8828         https://bugs.webkit.org/show_bug.cgi?id=35424
8829
8830         * .gitignore:
8831
8832 2010-02-24  Sam Kerner  <skerner@chromium.org>
8833
8834         Reviewed by Darin Fisher.
8835
8836         Expose WebFrame::setCanHaveScrollbars().  This allows a view
8837         which is being resized to not need scroll bars to ensure that
8838         they are not drawn.
8839
8840         Existing function setAllowsScrolling() was renamed
8841         setCanHaveScrollbars(), to be consistant with change 37159:
8842         http://trac.webkit.org/changeset/37159
8843
8844         https://bugs.webkit.org/show_bug.cgi?id=35257
8845
8846         * WebKit/chromium/public/WebFrame.h:
8847         * WebKit/chromium/src/ChromeClientImpl.cpp:
8848         * WebKit/chromium/src/WebFrameImpl.cpp:
8849         * WebKit/chromium/src/WebFrameImpl.h:
8850
8851 2010-02-19  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
8852
8853         Reviewed by Kenneth Rohde Christiansen.
8854
8855         [Qt] Remove QGVLauncher
8856
8857         https://bugs.webkit.org/show_bug.cgi?id=35292
8858
8859         * WebKit.pro:
8860
8861 2010-02-24  Xan Lopez  <xlopez@igalia.com>
8862
8863         Reviewed by Gustavo Noronha.
8864
8865         Enable SharedWorkers by default, since that's been the default for
8866         a long time in our build-webkit configuration.
8867
8868         * configure.ac:
8869
8870 2010-02-23  James Choi  <jchoi42@pha.jhu.edu>
8871
8872         Add Solaris definitions
8873         https://bugs.webkit.org/show_bug.cgi?id=35214
8874
8875         * WebKit/chromium/src/WebViewImpl.cpp
8876         * WebKit/chromium/src/WebFrameImpl.cpp
8877
8878 2010-02-23  Arno Renevier  <arno@renevier.net>
8879
8880         Reviewed by Gustavo Noronha Silva.
8881
8882         [Gtk]: testwebview does not work when called with absolute path
8883         https://bugs.webkit.org/show_bug.cgi?id=34940
8884
8885         When testwebview is called as absolute path, chdir to executable
8886         directory before searching resource files.
8887
8888         * GNUmakefile.am:
8889
8890 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
8891
8892         Reviewed by Gustavo Noronha Silva.
8893
8894         Changes references of GOwnPtr to reflect their new place.
8895         http://webkit.org/b/35084
8896
8897         * JavaScriptCore/JavaScriptCore.gypi:
8898         * JavaScriptCore/wtf/Threading.h:
8899         * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
8900
8901 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
8902
8903         Reviewed by Gustavo Noronha Silva.
8904
8905         Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
8906         again.
8907         http://webkit.org/b/35084
8908
8909         * GNUmakefile.am:
8910
8911 2010-02-23  Diego Escalante Urrelo  <descalante@igalia.com>
8912
8913         Reviewed by Eric Seidel.
8914
8915         [gtk] missing libsoup-2.4 package in gir generation
8916         https://bugs.webkit.org/show_bug.cgi?id=35199
8917
8918         Include libsoup-2.4 package in gobject introspection .gir generation.
8919
8920         * GNUmakefile.am:
8921
8922 2010-02-22  Huahui Wu  <hwu@google.com>
8923
8924         Reviewed by Eric Seidel.
8925
8926         Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
8927         in Android. It's disabled by default, but is enabled when the 
8928         enveronment variable ENABLE_JSC_JIT is set to true.
8929         https://bugs.webkit.org/show_bug.cgi?id=34855
8930
8931         * Android.mk:
8932
8933 2010-02-22  Xan Lopez  <xlopez@igalia.com>
8934
8935         Reviewed by Gustavo Noronha.
8936
8937         Bump library versioning for 1.1.22 release.
8938
8939         * configure.ac:
8940
8941 2010-02-22  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8942
8943         Reviewed by Kenneth Rohde Christiansen.
8944
8945         [Qt] Add support for layout tests on Symbian
8946         https://bugs.webkit.org/show_bug.cgi?id=31589
8947
8948         * WebKit.pro:
8949
8950 2010-02-20  Noam Rosenthal  <noam.rosenthal@nokia.com>
8951
8952         Reviewed by Laszlo Gombos.
8953
8954         [Qt] ENABLE_3D_RENDERING should be optional
8955         https://bugs.webkit.org/show_bug.cgi?id=35100
8956
8957         * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
8958
8959 2010-02-19  Maciej Stachowiak  <mjs@apple.com>
8960
8961         Reviewed by David Levin.
8962
8963         Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
8964         https://bugs.webkit.org/show_bug.cgi?id=35147
8965
8966         * configure.ac:
8967
8968 2010-02-18  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
8969
8970         Reviewed by Eric Seidel.
8971
8972         Add .gitattributes file for custom ChangeLog merge-driver
8973
8974         * .gitattributes: Added.
8975
8976 2010-02-17  Noam Rosenthal  <noam.rosenthal@nokia.com>
8977
8978         Reviewed by Ariya Hidayat.
8979
8980         [Qt] GraphicsLayer: support perspective and 3D transforms
8981         https://bugs.webkit.org/show_bug.cgi?id=34960
8982
8983         * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
8984
8985 2010-02-15  Philippe Normand  <pnormand@igalia.com>
8986
8987         Reviewed by Gustavo Noronha Silva.
8988
8989         [GStreamer] Should handle BUFFERING messages
8990         https://bugs.webkit.org/show_bug.cgi?id=30004
8991
8992         * configure.ac: Bump gstreamer -core/-plugins-base requirements to
8993         0.10.25 which is the minimum required version for on-disk buffering.
8994
8995 2010-02-16  Xan Lopez  <xlopez@igalia.com>
8996
8997         Reviewed by Gustavo Noronha.
8998
8999         Bump version to 1.1.22 so we can depend on it in applications.
9000
9001         * configure.ac:
9002
9003 2010-02-12  Simon Hausmann  <simon.hausmann@nokia.com>
9004
9005         Reviewed by Holger Freyther.
9006
9007         Removed WMLInputElement.* from .gitattributes as the file is
9008         now CRLF clean.
9009
9010         * .gitattributes:
9011
9012 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9013
9014         Reviewed by Tor Arne Vestbø.
9015
9016         [Qt] Make qtlauncher and qgvlauncher use the generated headers
9017         path to make sure they are correctly generated.
9018
9019         * WebKit.pri:
9020
9021 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9022
9023         Reviewed by Tor Arne Vestbø.
9024
9025         [Qt] Manually add support for the install target on Symbian.
9026
9027         This is required to copy the headers over the ones in Qt.
9028
9029         * WebKit.pro:
9030
9031 2010-02-11  Fridrich Strba  <fridrich.strba@bluewin.ch>
9032
9033         Reviewed by Gustavo Noronha Silva.
9034
9035         Detect properly different versions of libpng out there.
9036
9037         * configure.ac:
9038
9039 2010-02-11  Xan Lopez  <xlopez@igalia.com>
9040
9041         Try to fix GTK+ build.
9042
9043         * configure.ac:
9044
9045 2010-02-11  Antonio Gomes  <tonikitoo@webkit.org>
9046
9047         Reviewed by Xan Lopez.
9048
9049         Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
9050
9051         * configure.ac:
9052
9053 2010-02-08  Maciej Stachowiak  <mjs@apple.com>
9054
9055         Reviewed by Cameron Zwarich.
9056
9057         Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
9058         https://bugs.webkit.org/show_bug.cgi?id=34698
9059
9060         * configure.ac:
9061
9062 2010-02-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9063
9064         Reviewed by Xan Lopez.
9065
9066         Bump version to 1.1.21, and adjust library versioning accordingly.
9067
9068         * configure.ac:
9069
9070 2010-02-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
9071
9072         Reviewed by Gustavo Noronha.
9073
9074         Add gstreamer-app-0.10 to configure.ac
9075         https://bugs.webkit.org/show_bug.cgi?id=34317
9076
9077         * configure.ac:
9078
9079 2010-02-05  Simon Hausmann  <simon.hausmann@nokia.com>
9080
9081         Reviewed by Tor Arne Vestbø.
9082
9083         Add .gitattributes file to tell git about files with Windows linefeeds
9084         https://bugs.webkit.org/show_bug.cgi?id=34645
9085
9086         On Windows git defaults to "true" for core.autocrlf, meaning all text
9087         files in the working directory are converted from CRLF to LF on checkin
9088         time. Some files present in the repository have been checked in with
9089         CRLF linefeeds and git should not try to convert them. The added
9090         .gitattributes file tells git to not do any CRLF conversion.
9091
9092         * .gitattributes: Added.
9093
9094 2010-02-05  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
9095
9096         Reviewed by Simon Hausmann.
9097
9098         [Qt] Generate convenience headers (QWebView, etc) using qmake
9099
9100         In Qt this is done using syncqt, but we use a pro-file instead
9101         that generates makefile-rules for each of the extra headers.
9102
9103         These extra headers are installed alongside the normal headers.
9104
9105         * DerivedSources.pro: Include API-DerivedSources
9106
9107 2010-02-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
9108
9109         Reviewed by Lars Knoll.
9110
9111         [Qt] Make 'make -f Makefile.DerivedSources qmake' work
9112
9113         Previously this target ended up generating a file named
9114         Makefile.DerivedSources.DerivedSources, and so on.
9115
9116         * DerivedSources.pro:
9117
9118 2010-02-04  Christian Dywan  <christian@twotasts.de>
9119
9120         Reviewed by Xan Lopez.
9121
9122         Require either libsoup 2.28.2 or 2.29.90.
9123
9124         * configure.ac:
9125
9126 2010-02-04  Xan Lopez  <xlopez@igalia.com>
9127
9128         Reviewed by Gustavo Noronha.
9129
9130         Bump minimum libsoup requirement to 2.29.90
9131
9132         * configure.ac:
9133
9134 2010-02-02  Gustavo Noronha Silva  <gns@gnome.org>
9135
9136         Reviewed by Xan Lopez.
9137
9138         Bump version, and adjust library versioning for 1.1.20.
9139
9140         * configure.ac:
9141
9142 2010-01-29  Jeremy Orlow  <jorlow@chromium.org>
9143
9144         Reviewed by Dimitri Glazkov.
9145
9146         A first step towards the Indexed Database API
9147         https://bugs.webkit.org/show_bug.cgi?id=34342
9148
9149         Add Indexed Database API
9150
9151         * configure.ac:
9152
9153 2010-01-27  Simon Hausmann  <simon.hausmann@nokia.com>
9154
9155         Reviewed by Kenneth Rohde Christiansen.
9156
9157         [Qt] Don't build the tests in packages, only the launcher(s)
9158
9159         * WebKit.pro:
9160
9161 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9162
9163         Reviewed by Tor Arne Vestbø.
9164
9165         [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
9166
9167         * WebKit.pri:
9168
9169 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9170
9171         Unreviewed build fix
9172
9173         [Qt] Build fix for windows when QTDIR contains release libraries.
9174
9175         * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
9176
9177 2010-01-26  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
9178
9179         Reviewed by Simon Hausmann.
9180
9181         First steps of the QtScript API.
9182         
9183         Two new classes were created; QScriptEngine and QScriptValue.
9184         The first should encapsulate a javascript context and the second a script
9185         value.
9186         
9187         This API is still in development, so it isn't compiled by default.
9188         To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
9189         build-webkit.
9190
9191         https://bugs.webkit.org/show_bug.cgi?id=32565
9192
9193         * WebKit.pro:
9194
9195 2010-01-25  Simon Hausmann  <simon.hausmann@nokia.com>
9196
9197         Reviewed by Laszlo Gombos.
9198
9199         [Qt] Fix the build on Maemo5.
9200
9201         https://bugs.webkit.org/show_bug.cgi?id=34051
9202
9203         * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
9204
9205 2010-01-21  No'am Rosenthal  <noam.rosenthal@nokia.com>
9206
9207         Reviewed by Antti Koivisto.
9208
9209         [Qt] Implement GraphicsLayer for accelerated layer compositing
9210         https://bugs.webkit.org/show_bug.cgi?id=33514
9211
9212         * WebKit.pri: Addded compile flags to enable accelerated compositing
9213         on versions higher than 4.5
9214
9215 2010-01-20  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
9216
9217         Reviewed by Simon Hausmann.
9218
9219         [Qt] Make DumpRenderTree build on Windows
9220
9221         * WebKit.pro:
9222
9223 2010-01-20  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9224
9225         Reviewed by Simon Hausmann.
9226
9227         [Qt] Fix the recursive generated_files target to work with qmake -r -o
9228
9229         * DerivedSources.pro:
9230
9231 2010-01-20  Simon Hausmann  <simon.hausmann@nokia.com>
9232
9233         Reviewed by Tor Arne Vestbø.
9234
9235         [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
9236
9237         * DerivedSources.pro:
9238
9239 2010-01-19  Gustavo Noronha Silva  <gns@gnome.org>
9240
9241         Unreviewed. Shared library versioning update for 1.1.19.
9242
9243         * configure.ac:
9244
9245 2010-01-15  Gustavo Noronha Silva  <gns@gnome.org>
9246
9247         Rubber-stamped by Xan Lopez.
9248
9249         Bump version to 1.1.19.
9250
9251         * configure.ac:
9252
9253 2010-01-14  Csaba Osztrogonác  <ossy@webkit.org>
9254
9255         Reviewed by Eric Seidel.
9256
9257         [Qt] Defective dependencies caused build failing on QtBuildBot.
9258         https://bugs.webkit.org/show_bug.cgi?id=33693
9259
9260         * WebKit.pri: CONFIG += depend_includepath added.
9261
9262 2010-01-14  Steve Block  <steveblock@google.com>
9263
9264         Reviewed by David Levin.
9265
9266         Moves general includes before bindings includes in Android build system.
9267         https://bugs.webkit.org/show_bug.cgi?id=33623
9268
9269         This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
9270         and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
9271         JavaScriptCore/runtime and other bindings includes after the WebCore and other
9272         general includes, so that the WebCore StringBuilder.h is picked up when building
9273         WebCore.
9274
9275         * Android.mk: Modified.
9276
9277 2010-01-13  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9278
9279         Reviewed by Simon Hausmann.
9280
9281         [Qt] Split the build process in two different .pro files.
9282         This allows qmake to be run once all source files are available.
9283
9284         * DerivedSources.pro: Added.
9285         * WebKit.pri:
9286
9287 2010-01-07  Daniel Bates  <dbates@rim.com>
9288
9289         Reviewed by Eric Seidel.
9290
9291         https://bugs.webkit.org/show_bug.cgi?id=32987
9292
9293         Added ENABLE_XHTMLMP flag. Disabled by default.
9294
9295         * configure.ac:
9296
9297 2010-01-05  Gustavo Noronha Silva  <gns@gnome.org>
9298
9299         Reviewed by Xan Lopez.
9300
9301         Based on idea and original patch by Evan Martin.
9302
9303         Remove libWebCore intermediate library, to improve link time.
9304
9305         [GTK] Build time must be reduced
9306         https://bugs.webkit.org/show_bug.cgi?id=32921
9307
9308         * GNUmakefile.am:
9309
9310 2010-01-05  Xan Lopez  <xlopez@igalia.com>
9311
9312         Bump for 1.1.18 release.
9313
9314         * configure.ac:
9315
9316 2010-01-04  Gustavo Noronha Silva  <gns@gnome.org>
9317
9318         Fix JSCore-1.0.gir path to fix make distcheck.
9319
9320         * GNUmakefile.am:
9321
9322 2010-01-04  Simon Hausmann  <simon.hausmann@nokia.com>
9323
9324         Reviewed by Tor Arne Vestbø.
9325
9326         [Qt] Fix standalone package builds.
9327
9328         * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
9329         * WebKit.pro: Don't build JSC and DRT for package builds.
9330
9331 2010-01-04  Eric Seidel  <eric@webkit.org>
9332
9333         Reviewed by Adam Barth.
9334
9335         bugzilla-tool should not require users to install mechanize
9336         https://bugs.webkit.org/show_bug.cgi?id=32635
9337
9338         * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
9339
9340 2009-12-28  Estêvão Samuel Procópio  <tevaum@gmail.com>
9341
9342         Reviewed by Gustavo Noronha Silva.
9343
9344         Bug 32940: [GTK] Changing the download throttle conditions.
9345         https://bugs.webkit.org/show_bug.cgi?id=32716
9346
9347         The WebKitDownload progress notification was taking long to
9348         update. This fix makes notification happens each 0.7 secs
9349         or when the progress ups in 1%.
9350
9351         * WebKit/gtk/webkit/webkitdownload.cpp:
9352
9353 2009-12-22  Simon Hausmann  <simon.hausmann@nokia.com>
9354
9355         Rubber-stamped by Holger Freyther.
9356
9357         Adjusted path to QtLauncher.
9358
9359         * WebKit.pro:
9360
9361 2009-12-19  Evan Martin  <evan@chromium.org>
9362
9363         Reviewed by Gustavo Noronha Silva.
9364
9365         Add a couple of WebKitGtk files to .gitignore.
9366
9367         * .gitignore:
9368
9369 2009-12-18  Benjamin Otte  <otte@gnome.org>
9370
9371         Reviewed by Xan Lopez.
9372
9373         [GTK] RemoveDashboard support. It's useless.
9374
9375         * configure.ac:
9376
9377 2009-12-18  Simon Hausmann  <simon.hausmann@nokia.com>
9378
9379         Reviewed by Tor Arne Vestbø.
9380
9381         [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
9382
9383         https://bugs.webkit.org/show_bug.cgi?id=32716
9384
9385         * WebKit.pri: Use standalone_package instead of QTDIR_build
9386
9387 2009-12-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9388
9389         Unreviewed. Build fixes for make distcheck.
9390
9391         * GNUmakefile.am:
9392
9393 2009-12-16  Dan Winship  <danw@gnome.org>
9394
9395         Reviewed by Gustavo Noronha Silva.
9396
9397         [Gtk] Content-Encoding support
9398
9399         https://bugs.webkit.org/show_bug.cgi?id=522772
9400
9401         * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
9402
9403 2009-12-13  Eric Seidel  <eric@webkit.org>
9404
9405         Reviewed by Gavin Barraclough.
9406
9407         string-base64 test does not compute a valid base64 string
9408         http://bugs.webkit.org/show_bug.cgi?id=16806
9409
9410         * tests/string-base64.js: change str[i] to str.charCodeAt(i)
9411
9412 2009-12-10  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9413
9414         Reviewed by Xan Lopez.
9415
9416         [GTK] Should provide an API to control the IconDatabase
9417         https://bugs.webkit.org/show_bug.cgi?id=32334
9418
9419         Add test to make sure favicon reporting works.
9420
9421         * GNUmakefile.am:
9422
9423 2009-12-09  Steve Block  <steveblock@google.com>
9424
9425         Reviewed by Adam Barth.
9426
9427         Adds Android Makefiles for building with V8.
9428         https://bugs.webkit.org/show_bug.cgi?id=32278
9429
9430         * Android.mk: Modified. Includes Makefiles for V8.
9431
9432 2009-12-08  Steve Block  <steveblock@google.com>
9433
9434         Reviewed by Adam Barth.
9435
9436         [Android] Adds Makefiles for Android port.
9437         https://bugs.webkit.org/show_bug.cgi?id=31325
9438
9439         * Android.mk: Added.
9440
9441 2009-12-08  Christian Dywan  <christian@twotoasts.de>
9442
9443         Reviewed by Xan Lopez.
9444
9445         * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
9446         and define HAVE_LIBSOUP_2_29_3 in that case.
9447
9448 2009-12-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9449
9450         Rubber-stamped by Xan Lopez.
9451
9452         Late post-release version bump.
9453
9454         * configure.ac:
9455
9456 2009-12-08  Dominik Röttsches  <dominik.roettsches@access-company.com>
9457
9458         Reviewed by Gustavo Noronha Silva.
9459
9460         [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
9461         https://bugs.webkit.org/show_bug.cgi?id=31469
9462
9463         Removing hybrid configuration for --with-unicode-backend=glib
9464         ICU not required anymore.
9465
9466         * autotools/webkit.m4:
9467
9468 2009-12-08  Nikolas Zimmermann  <nzimmermann@rim.com>
9469
9470         Rubber-stamped by Maciej Stachowiak.
9471
9472         Turn on (SVG) Filters for Gtk.
9473         https://bugs.webkit.org/show_bug.cgi?id=32224
9474
9475         * configure.ac:
9476
9477 2009-12-07  Dmitry Titov  <dimich@chromium.org>
9478
9479         Rubber-stamped by Darin Adler.
9480
9481         Remove ENABLE_SHARED_SCRIPT flags
9482         https://bugs.webkit.org/show_bug.cgi?id=32245
9483         This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
9484
9485         * configure.ac:
9486
9487 2009-12-06  Gustavo Noronha Silva  <gns@gnome.org>
9488
9489         Reviewed by Xan Lopez.
9490
9491         Build the new API test.
9492
9493         [GTK] REGRESSION: webkit thinks it can render PDFs
9494         https://bugs.webkit.org/show_bug.cgi?id=32183
9495
9496         * GNUmakefile.am:
9497
9498 2009-12-05  Vincent Untz <vuntz@gnome.org>
9499
9500         Reviewed by Gustavo Noronha.
9501
9502         Fixes race for builds with introspection enabled, and parallel
9503         make.
9504
9505         * GNUmakefile.am:
9506
9507 2009-12-04  Xan Lopez  <xlopez@igalia.com>
9508
9509         Reviewed by Gustavo Noronha.
9510
9511         [GTK]Enable DNS prefetching
9512         https://bugs.webkit.org/show_bug.cgi?id=23846
9513
9514         Bump libsoup required version to 2.29.3 for DNS prefetching.
9515
9516         * configure.ac:
9517
9518 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9519
9520         Rubber-stamped by Xan Lopez.
9521
9522         Make sure we distribute and install GObject Introspection files.
9523
9524         * GNUmakefile.am:
9525
9526 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9527
9528         Build fix. Make sure JSCore-1.0.gir is added to the distributed
9529         tarball.
9530
9531         * GNUmakefile.am:
9532
9533 2009-11-30  Xan Lopez  <xlopez@igalia.com>
9534
9535         Reviewed by Gustavo Noronha.
9536
9537         Bump versions for 1.1.17 release.
9538
9539         * configure.ac:
9540
9541 2009-11-30  Jan-Arve Sæther  <jan-arve.saether@nokia.com>
9542
9543         Reviewed by Simon Hausmann.
9544
9545         [Qt] Fix compilation with win32-icc
9546
9547         Include os-win32 for stdint.h since MS does not ship that in their PSDK.
9548
9549         * WebKit.pri:
9550
9551 2009-11-26  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9552
9553         Reviewed by Oliver Hunt.
9554
9555         Move GOwnPtr* from wtf to wtf/gtk
9556         https://bugs.webkit.org/show_bug.cgi?id=31793
9557
9558         * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to 
9559           the include path.
9560
9561 2009-11-24  Dmitry Titov  <dimich@chromium.org>
9562
9563         Reviewed by Eric Seidel.
9564
9565         Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
9566         https://bugs.webkit.org/show_bug.cgi?id=31444
9567
9568         * configure.ac:
9569
9570 2009-11-24  Jason Smith  <dark.panda@gmail.com>
9571
9572         Reviewed by Alexey Proskuryakov.
9573
9574         RegExp#exec's returned Array-like object behaves differently from
9575         regular Arrays
9576         https://bugs.webkit.org/show_bug.cgi?id=31689
9577
9578         * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
9579         * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
9580         * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
9581
9582 2009-11-24  Jens Alfke  <snej@chromium.org>
9583
9584         Reviewed by David Levin.
9585
9586         Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
9587         https://bugs.webkit.org/show_bug.cgi?id=31847
9588         
9589         * .gitignore:  Add three .xcodeproj files.
9590
9591 2009-11-09  Priit Laes  <plaes@plaes.org>
9592
9593         Reviewed by Oliver Hunt.
9594
9595         [Gtk] Build from tarball fails with --enable-introspection
9596         https://bugs.webkit.org/show_bug.cgi?id=31261
9597
9598         We need to enable gobject-introspection during distcheck otherwise
9599         some of the required files are missing in tarball.
9600
9601         * GNUmakefile.am:
9602
9603 2009-11-05  Priit Laes  <plaes@plaes.org>
9604
9605         Reviewed by Jan Alonzo.
9606
9607         [Gtk] Build failure with --enable-introspection
9608         https://bugs.webkit.org/show_bug.cgi?id=31102
9609
9610         Add search and include paths for JSCore-1.0.gir required by
9611         gobject-introspection tools.
9612
9613         * GNUmakefile.am:
9614
9615 2009-11-04  Benjamin Otte  <otte@gnome.org>
9616
9617         Reviewed by Gustavo Noronha.
9618
9619         Update Cairo requirement to 1.6.
9620         
9621         https://bugs.webkit.org/show_bug.cgi?id=19266
9622
9623         * configure.ac:
9624
9625 2009-11-02  Estêvão Samuel Procópio  <tevaum@gmail.com>
9626
9627         Reviewed by Gustavo Noronha.
9628
9629         [Build] make install ignores --prefix option for gobject-introspection.
9630         https://bugs.webkit.org/show_bug.cgi?id=31025
9631
9632         Make the build system use the --prefix path also when installing
9633         gobject-introspection files.
9634
9635         * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
9636
9637 2009-11-02  Xan Lopez  <xlopez@igalia.com>
9638
9639         Bump version before release (or post-release, depending on your
9640         point of view) so that we can make applications depending on
9641         unreleased APIs in WebKit svn fail at configure time when the
9642         requirements are not met.
9643
9644         * configure.ac:
9645
9646 2009-11-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9647
9648         Reviewed by Eric Seidel.
9649
9650         Turn on warnings for QtWebKit for gcc
9651         https://bugs.webkit.org/show_bug.cgi?id=30958
9652
9653         * WebKit.pri: Turn on warnings for the GCC compiler
9654
9655 2009-10-30  Adam Barth  <abarth@webkit.org>
9656
9657         Reviewed by Mark Rowe.
9658
9659         Teach git to ignore some files
9660         https://bugs.webkit.org/show_bug.cgi?id=30951
9661
9662         Ignore WebKitBuild because we never want to version that directory.
9663         Also, ignore the xcode project files so git clean doesn't blow away
9664         your project settings.  Finally, ignore the compiled python files in
9665         WebKitTools/Script modules because they clutter up git status.
9666
9667         * .gitignore: Added.
9668
9669 2009-10-30  Roland Steiner  <rolandsteiner@chromium.org>
9670
9671         Reviewed by Eric Seidel.
9672
9673         Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
9674
9675         Bug 28420 -  Implement HTML5 <ruby> rendering
9676         (https://bugs.webkit.org/show_bug.cgi?id=28420)
9677
9678         No new tests (no functional change).
9679
9680         * configure.ac:
9681
9682 2009-10-26  Holger Hans Peter Freyther  <zecke@selfish.org>
9683
9684         Rubber-stamped by Darin Adler.
9685
9686         Export fastMalloc, fastCalloc, fastRealloc and fastFree
9687         https://bugs.webkit.org/show_bug.cgi?id=30769
9688
9689         Export the FastMalloc functions outside of the libwebkit library
9690         to be able to instrument memory allocations. These are C++ symbols
9691         but do not require the C++ runtime to be useful and should be of
9692         no harm to plain C code.
9693
9694         * autotools/symbols.filter:
9695
9696 2009-10-26  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9697
9698         Reviewed by Jan Alonzo.
9699
9700         Alternative solution to regression introduced in r48672.
9701
9702         * GNUmakefile.am:
9703
9704 2009-10-26  Xan Lopez  <xlopez@igalia.com>
9705
9706         Reviewed by Gustavo Noronha.
9707
9708         Update for 1.1.16 release.
9709
9710         * configure.ac:
9711
9712 2009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9713
9714         Reviewed by Holger Freyther.
9715
9716         [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
9717         https://bugs.webkit.org/show_bug.cgi?id=30476
9718
9719         Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
9720         to all executables linking against WebKit library.
9721
9722         * WebKit.pri:
9723
9724 2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
9725
9726         Reviewed by Holger Freyther.
9727
9728         [GTK] Add MathML to the build system
9729         https://bugs.webkit.org/show_bug.cgi?id=30487
9730
9731         Add --enable-mathml to configure.
9732
9733         * configure.ac:
9734
9735 2009-10-15  Jan Michael Alonzo  <jmalonzo@webkit.org>
9736
9737         Reviewed by Xan Lopez.
9738
9739         [GTK] marshal stamp files are not cleaned after a distclean
9740         https://bugs.webkit.org/show_bug.cgi?id=30156
9741
9742         Add the stamp files directly to cleanfiles. Also rearrange the
9743         variable declarations so we don't miss any files that need to be
9744         cleaned up during the clean targets.
9745
9746         * GNUmakefile.am:
9747
9748 2009-10-15  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9749
9750         Unreviewed. Help text fix - Web Sockets default is no, not yes.
9751
9752         * configure.ac:
9753
9754 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
9755
9756         Rubberstamped by Eric Seidel.
9757
9758         [Gtk] Fix icu CFLAG for Darwin
9759         https://bugs.webkit.org/show_bug.cgi?id=29517
9760
9761         Don't escape the srcdir variable. Also use $host instead of the
9762         os_foo variables.
9763
9764         * autotools/webkit.m4:
9765
9766 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
9767
9768         Reviewed by Gustavo Noronha.
9769
9770         [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
9771         https://bugs.webkit.org/show_bug.cgi?id=29518
9772
9773         * configure.ac:
9774
9775 2009-10-05  Zoltan Horvath  <zoltan@webkit.org>
9776
9777         Reviewed by Simon Hausmann.
9778
9779         [Qt] Disable TCmalloc for Windows port at the present, because MinGW
9780         hasn't got built-in pthread library.
9781
9782         * WebKit.pri:
9783
9784 2009-10-02  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
9785
9786         Reviewed by Simon Hausmann.
9787
9788         Disable a few more harmless MSVC warnings.
9789
9790         * WebKit.pri:
9791
9792 2009-10-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9793
9794         Unreviewed, build fix.
9795
9796         [Qt] Symbian build break after r48976.
9797         unix is set for Symbian in the Qt build system.
9798
9799         * WebKit.pri:
9800
9801 2009-10-01  Zoltan Horvath  <zoltan@webkit.org>
9802
9803         Reviewed by Simon Hausmann.
9804
9805         [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
9806         https://bugs.webkit.org/show_bug.cgi?id=27029
9807
9808         Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
9809         so these Qt-ports will use TCmalloc as other ports.
9810
9811         * WebKit.pri:
9812
9813 2009-10-01  Martin Robinson  <martin.james.robinson@gmail.com>
9814
9815         Reviewed by Xan Lopez.
9816
9817         [GTK] GtkIMContext filtering interferes with DOM key events
9818         https://bugs.webkit.org/show_bug.cgi?id=28733
9819
9820         Add new key event test ensuring that IME keypresses are handled.
9821
9822         * GNUmakefile.am:
9823
9824 2009-10-01  Philippe Normand  <pnormand@igalia.com>
9825
9826         Reviewed by Xan Lopez.
9827
9828         [GTK] data: uri support in media player
9829         https://bugs.webkit.org/show_bug.cgi?id=29842
9830
9831         Check presence of gstreamer-pbutils-0.10.
9832
9833         * configure.ac:
9834
9835 2009-09-26  David Kilzer  <ddkilzer@apple.com>
9836
9837         GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
9838
9839         * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
9840
9841 2009-09-23  Xan Lopez  <xlopez@igalia.com>
9842
9843         Reviewed by Gustavo Noronha.
9844
9845         Do not add unneeded include paths for gir files, and add the
9846         include paths for headers manually instead of relying on our own
9847         pc file and installed headers, since that adds a circular
9848         dependency.
9849
9850         * GNUmakefile.am:
9851
9852 2009-09-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
9853
9854         Reviewed by Xan Lopez.
9855
9856         Minor reorganization to the patch landed in
9857         http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
9858         in the gtk directory as that's only useful to the Gtk port at the
9859         moment.
9860
9861         * GNUmakefile.am:
9862         * configure.ac:
9863
9864 2009-09-23  Xan Lopez  <xlopez@igalia.com>
9865
9866         Reviewed by Gustavo Noronha.
9867
9868         [GTK] We should generate our own gir file for introspection
9869         https://bugs.webkit.org/show_bug.cgi?id=29603
9870
9871         Generate gir and typelib files for WebKit and JSCore. The JSCore
9872         gir file is handwritten (since it's only useful, for now, as a
9873         dependency of the WebKit gir file), the WebKit one is
9874         autogenerated from the headers.
9875
9876         * GNUmakefile.am:
9877         * JSCore-1.0.gir: Added.
9878         * configure.ac:
9879
9880 2009-09-22  Philippe Normand  <pnormand@igalia.com>
9881
9882         Reviewed by Xan Lopez.
9883
9884         link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
9885         https://bugs.webkit.org/show_bug.cgi?id=29638
9886
9887         Call icu-cconfig with ldflags-libsonly to prevent having a -L
9888         statement that could override libs installed in another prefix.
9889
9890         * autotools/webkit.m4:
9891
9892 2009-09-21  Xan Lopez  <xlopez@igalia.com>
9893
9894         Reviewed by Gustavo Noronha.
9895
9896         Bump version for 1.1.15 release.
9897
9898         * configure.ac:
9899
9900 2009-09-18  Xan Lopez  <xlopez@igalia.com>
9901
9902         Reviewed by Gustavo Noronha and Jan Alonzo.
9903
9904         [GTK] context menu overriding API is very limited
9905         https://bugs.webkit.org/show_bug.cgi?id=27546
9906
9907         Add new tests to the build.
9908
9909         * GNUmakefile.am:
9910
9911 2009-09-18  Xan Lopez  <xlopez@igalia.com>
9912
9913         Reviewed by Gustavo Noronha and Jan Alonzo.
9914
9915         [GTK] context menu overriding API is very limited
9916         https://bugs.webkit.org/show_bug.cgi?id=27546
9917
9918         Add WebKitHitTestResult to the build.
9919
9920         * GNUmakefile.am:
9921
9922 2009-09-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9923
9924         Reviewed by Ariya Hidayat.
9925
9926         Disable some ARM compiler warnings
9927         https://bugs.webkit.org/show_bug.cgi?id=29083
9928
9929         The following ARM compiler warnings are disabled
9930
9931         - #68-D: integer conversion resulted in a change of sign
9932         - #111-D: statement is unreachable
9933         - #177-D: variable XXX was declared but never referenced
9934         - #368-D: class XXX defines no constructor to initialize the following: YYY
9935         - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
9936         - #1293-D: assignment in condition
9937
9938         * WebKit.pri:
9939
9940 2009-09-09  Kenneth Rohde Christiansen  <kenneth@webkit.org>
9941
9942         Reviewed by Simon Hausmann.
9943
9944         [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
9945
9946         https://bugs.webkit.org/show_bug.cgi?id=28862
9947
9948         * WebKit.pro:
9949
9950 2009-09-07  Xan Lopez  <xlopez@igalia.com>
9951
9952         Rubber-stamped by Gustavo Noronha.
9953
9954         Bump versions in preparation for 1.1.14 release.
9955
9956         * configure.ac:
9957
9958 2009-09-07  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9959
9960         Reviewed by Xan Lopez.
9961
9962         https://bugs.webkit.org/show_bug.cgi?id=26854
9963         [GTK] Needs API to allow more control over outgoing requests
9964
9965         * GNUmakefile.am: new files added to the build for new class
9966         WebKitNetworkResponse
9967
9968 2009-09-06  Martin Robinson  <martin.james.robinson@gmail.com>
9969
9970         Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
9971
9972         [Gtk] Expose a database API
9973         https://bugs.webkit.org/show_bug.cgi?id=27899
9974
9975         Expose an HTML5 database API for GTK+.
9976
9977         * GNUmakefile.am:
9978
9979 2009-09-04  Albert Bachand  <albertb@google.com>
9980
9981         Reviewed by Eric Seidel.
9982
9983         Modify the condition regarding the key modifier for opening combo
9984         boxes under GTK from just PLATFORM(GTK) to also look for
9985         (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
9986
9987         * WebCore/dom/SelectElement.cpp:
9988         * WebCore/manual-tests/select-popup-on-spacebar.html:
9989
9990 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
9991
9992         Reviewed by Xan Lopez and Gustavo Noronha.
9993
9994         [Gtk] Implement a WebDataSource for the gtk port
9995         https://bugs.webkit.org/show_bug.cgi?id=24758
9996
9997         Add WebKitWebDataSource unit test to the build script
9998
9999         * GNUmakefile.am:
10000
10001 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
10002
10003         Reviewed by Xan Lopez and Gustavo Noronha.
10004
10005         [Gtk] Implement a WebDataSource for the gtk port
10006         https://bugs.webkit.org/show_bug.cgi?id=24758
10007
10008         Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
10009
10010         * GNUmakefile.am:
10011
10012 2009-09-01  Jan Michael Alonzo  <jmalonzo@webkit.org>
10013
10014         Reviewed by Xan Lopez and Gustavo Noronha.
10015
10016         [Gtk] Implement a WebDataSource for the gtk port
10017         https://bugs.webkit.org/show_bug.cgi?id=24758
10018
10019         Add WebKitWebResource to the build script.
10020
10021         * GNUmakefile.am:
10022
10023 2009-08-28  Jan Michael Alonzo  <jmalonzo@webkit.org>
10024
10025         Reviewed by Oliver Hunt.
10026
10027         Gtk Build broken for OSX Quartz
10028         https://bugs.webkit.org/show_bug.cgi?id=28727
10029
10030         Define XP_UNIX for non-Win OS builds.
10031
10032         * GNUmakefile.am:
10033
10034 2009-08-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10035
10036         Reviewed by Holger Freyther.
10037
10038         https://bugs.webkit.org/show_bug.cgi?id=25889
10039         [GTK] scrollbar policy for main frame is not implementable
10040
10041         Adding files for the new test for window-related issues (starting
10042         with scrollbar policy).
10043
10044         * GNUmakefile.am:
10045
10046 2009-08-27  Priit Laes  <plaes@plaes.org>
10047
10048         Reviewed by Xan Lopez.
10049
10050         [GTK] Out-of-srcdir build problem
10051         https://bugs.webkit.org/show_bug.cgi?id=28741
10052
10053         * GNUmakefile.am, autotools/webkit.m4:
10054         Fix problem with out-of-srcdir builds. Also bump required glib version.
10055
10056 2009-08-24  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10057
10058         Reviewed by Xan Lopez.
10059
10060         Bump package and so versions for 1.1.13 release.
10061
10062         * configure.ac:
10063
10064 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
10065
10066         [GTK] Not use deprecated symbols in WebKitWebView example code.
10067         https://bugs.webkit.org/show_bug.cgi?id=28651
10068
10069         * WebKit/gtk/webkit/webkitwebview.cpp
10070
10071 2009-08-18  Xan Lopez  <xlopez@igalia.com>
10072
10073         Rubber-stamped by Holger Freyther.
10074
10075         Require at least libsoup 2.27.91 for the new password
10076         manager/authentication APIs.
10077
10078         * configure.ac:
10079
10080 2009-08-18  Drew Wilson  <atwilson@google.com>
10081
10082         Reviewed by NOBODY (Build Break).
10083
10084         Speculative fix for GTK DumpRenderTree.
10085
10086         * GNUmakefile.am:
10087
10088 2009-08-18  Kent Tamura  <tkent@chromium.org>
10089
10090         Reviewed by Eric Seidel.
10091
10092         Add --enable-datalist option.
10093
10094         * configure.ac:
10095
10096 2009-08-14  Adam Bergkvist  <adam.bergkvist@ericsson.com>
10097
10098         Reviewed by Sam Weinig.
10099
10100         [GTK] Added EventSource to the build (default on).
10101         https://bugs.webkit.org/show_bug.cgi?id=14997 
10102
10103         * configure.ac:
10104
10105 2009-08-14  Jan Michael Alonzo  <jmalonzo@webkit.org>
10106
10107         Rubber-stamped by Gustavo Noronha.
10108
10109         Initialize CFLAGS and CXXFLAGS before the main body of the
10110         WEBKIT_INIT macro so C files don't get built with "-g -O2".
10111
10112         * autotools/webkit.m4:
10113
10114 2009-08-12  Xan Lopez  <xlopez@igalia.com>
10115
10116         Reviewed by Jan Alonzo.
10117
10118         [GTK] Remove keyring optional features
10119         https://bugs.webkit.org/show_bug.cgi?id=28173
10120
10121         Remove keyring support, we now do authentication storage through
10122         libsoup. We depend on libsoup master now, will bump the dependency
10123         when there's a new release.
10124
10125         * GNUmakefile.am:
10126         * configure.ac:
10127
10128 2009-08-11  Drew Wilson  <atwilson@google.com>
10129
10130         Reviewed by NOBODY (Build break).
10131
10132         Speculative fix for GTK build break.
10133
10134         * WebKit.pro:
10135
10136 2009-08-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10137
10138         Reviewed by Simon Hausmann.
10139
10140         Build the TestNetscapePlugin on Qt/Mac
10141
10142         * WebKit.pro:
10143
10144 2009-08-11  Xan Lopez  <xlopez@igalia.com>
10145
10146         Reviewed by Jan Alonzo.
10147
10148         Prefix lengthy commands with AM_V_GEN so that they produce an
10149         output like 'GEN <filename>' when in silent mode.
10150
10151         * GNUmakefile.am:
10152
10153 2009-08-05  Jan Michael Alonzo  <jmalonzo@webkit.org>
10154
10155         Reviewed by Xan Lopez.
10156
10157         [Gtk] macros in webkit.m4 should be defined once only
10158         https://bugs.webkit.org/show_bug.cgi?id=27929
10159
10160         The macros in webkit.m4 are not meant to be called multiple times
10161         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
10162         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
10163
10164         Lastly, make sure CXXFLAGS and CFLAGS are defined before
10165         AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
10166
10167         * autotools/webkit.m4:
10168
10169 2009-08-05  Xan Lopez  <xlopez@igalia.com>
10170
10171         Revert r46714, it was making us build debug images by default.
10172
10173         * autotools/webkit.m4:
10174
10175 2009-08-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10176
10177         Reviewed by Eric Seidel.
10178
10179         [Qt] Consolidate common gcc flags to WebKit.pri
10180         https://bugs.webkit.org/show_bug.cgi?id=27934
10181
10182         * WebKit.pri:
10183
10184 2009-08-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
10185
10186         Rubber-stamped by Eric Seidel.
10187
10188         [Gtk] macros in webkit.m4 should be defined once only
10189         https://bugs.webkit.org/show_bug.cgi?id=27929
10190
10191         The macros in webkit.m4 are not meant to be called multiple times
10192         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
10193         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
10194
10195         * autotools/webkit.m4:
10196
10197 2009-07-29  Ariya Hidayat  <ariya.hidayat@nokia.com>
10198
10199         Reviewed by Simon Hausmann.
10200
10201         Adding ImageDiff project file.
10202
10203         https://bugs.webkit.org/show_bug.cgi?id=27813
10204
10205         * WebKit.pro: Added ImageDiff.pro.
10206
10207 2009-07-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
10208
10209         Reviewed by Eric Seidel and Xan Lopez.
10210
10211         [Gtk] Enable http/tests/appcache tests
10212         https://bugs.webkit.org/show_bug.cgi?id=27674
10213
10214         * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
10215
10216 2009-07-28  Xan Lopez  <xlopez@igalia.com>
10217
10218         Reviewed by Gustavo Noronha.
10219
10220         Use automake 1.11 SILENT_RULES when present, for cleaner build
10221         output. You can disable it by passing --disable-silent-rules to
10222         configure or V=1 to make.
10223
10224         * autotools/dolt.m4:
10225         * configure.ac:
10226
10227 2009-07-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10228
10229         Reviewed by Simon Hausmann.
10230
10231         [Qt] Disable some compiler warnings for the win build
10232         https://bugs.webkit.org/show_bug.cgi?id=27709
10233
10234         * WebKit.pri:
10235
10236 2009-07-28  Xan Lopez  <xlopez@igalia.com>
10237
10238         Reviewed by Gustavo Noronha.
10239
10240         * configure.ac: bump version for 1.1.12 release.
10241
10242 2009-07-24  Xan Lopez  <xlopez@igalia.com>
10243
10244         Reviewed by Gustavo Noronha.
10245
10246         Remove unneeded commas from PKG_CHECK_MODULES.
10247
10248         * configure.ac:
10249
10250 2009-07-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
10251
10252         Reviewed by Xan Lopez.
10253
10254         Bump pango version requirement to 1.12 which is the version that
10255         came with Gtk 2.10.
10256
10257         * configure.ac:
10258
10259 2009-07-21  Roland Steiner  <rolandsteiner@google.com>
10260
10261         Reviewed by David Levin.
10262
10263         Add ENABLE_RUBY to list of build options
10264         https://bugs.webkit.org/show_bug.cgi?id=27324
10265
10266         * configure.ac: Added flag ENABLE_RUBY.
10267
10268 2009-07-20  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10269
10270         Reviewed by Holger Freyther.
10271
10272         [Qt] Add an option for QtLauncher to build without QtUiTools dependency
10273         https://bugs.webkit.org/show_bug.cgi?id=27438
10274
10275         Based on Norbert Leser's work.
10276
10277         * WebKit.pri: Symbian does not have UiTools
10278
10279 2009-07-16  Fumitoshi Ukai  <ukai@chromium.org>
10280
10281         Reviewed by David Levin.
10282
10283         Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
10284         https://bugs.webkit.org/show_bug.cgi?id=27206
10285
10286         Add --enable-web-sockets in configure.ac
10287
10288         * configure.ac:
10289
10290 2009-07-16  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10291
10292         Reviewed by Simon Hausmann.
10293
10294         [Qt] Enable GNU compiler extensions to the ARM compiler 
10295         for all Qt ports using RVCT
10296         https://bugs.webkit.org/show_bug.cgi?id=27348
10297
10298         * WebKit.pri:
10299
10300 2009-07-15  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10301
10302         Rubber-stamped by Simon Hausmann.
10303
10304         Fix the Qt/Mac build by disabling TestNetscapePlugin
10305
10306         We should fix and enable this once we run DRT for Qt/Mac
10307
10308         * WebKit.pro:
10309
10310 2009-07-13  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10311
10312         Unreviewed build fix. Require the correct libsoup version now that
10313         it's released.
10314
10315         * configure.ac:
10316
10317 2009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10318
10319         Reviewed by Tor Arne Vestbø.
10320
10321         [Qt] Build fix for QtWebKit on Win
10322         https://bugs.webkit.org/show_bug.cgi?id=27205
10323
10324         * WebKit.pri: Include the major version number in the QtWebKit
10325         library file for Win.
10326
10327 2009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
10328
10329         Reviewed by Ariya Hidayat.
10330
10331         Add the test netscape plugin for the Qt DRT to the build.
10332
10333         * WebKit.pro:
10334
10335 2009-07-13  Drew Wilson  <atwilson@google.com>
10336
10337         Reviewed by David Levin.
10338
10339         Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
10340         https://bugs.webkit.org/show_bug.cgi?id=26932
10341
10342         Added ENABLE(SHARED_WORKERS) flag.
10343
10344        * configure.ac:
10345
10346 2009-07-12  Xan Lopez  <xlopez@igalia.com>
10347
10348         Reviewed by Gustavo Noronha.
10349
10350         Bump version in preparation for 1.1.11 release.
10351
10352         * configure.ac:
10353
10354 2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
10355
10356         Reviewed by Simon Hausmann.
10357
10358         Exclude DumpRenderTree.pro from symbian build
10359
10360         * WebKit.pro:
10361
10362 2009-07-09  Drew Wilson  <atwilson@google.com>
10363
10364         Reviewed by Alexey Proskuryakov.
10365
10366         https://bugs.webkit.org/show_bug.cgi?id=26903
10367
10368         Turned on CHANNEL_MESSAGING by default because the MessageChannel API
10369         can now be implemented for Web Workers and is reasonably stable.
10370
10371         * configure.ac: enable CHANNEL_MESSAGING.
10372
10373 2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
10374
10375         Reviewed by Xan Lopez and Gustavo Noronha.
10376
10377         Set user-agent from application
10378         https://bugs.webkit.org/show_bug.cgi?id=17375
10379
10380         Define UA version macros to be used by the UA string.
10381         Add new WebSettings unit test for the User-Agent string API.
10382
10383         * GNUmakefile.am:
10384         * configure.ac:
10385
10386 2009-06-20  Gustavo Noronha Silva  <gns@gnome.org>
10387
10388         Reviewed by Jan Alonzo.
10389
10390         Adding files for the new test case for loading statuses.
10391
10392         * GNUmakefile.am:
10393
10394 2009-06-15  Xan Lopez  <xlopez@igalia.com>
10395
10396         Reviewed by Gustavo Noronha.
10397
10398         Version bump in preparation for 1.1.10 release.
10399
10400         * configure.ac:
10401
10402 2009-06-12  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10403
10404         Reviewed by Xan Lopez.
10405
10406         Refactor handling of options in the build-webkit script
10407         
10408         Options are now defined in one place, and then reused when creating
10409         the usage help text, the arguments to GetOptions(), and when passing
10410         the options on to the underlying port-dependent build systems.
10411         
10412         This allows the Qt port to read the defaults for the options from the
10413         pro file (dynamically), and to pass the options on to qmake at build.
10414
10415         * configure.ac:
10416
10417 2009-06-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10418
10419         Reviewed by Holger Freyther.
10420
10421         [Qt] Fix release build detection
10422         https://bugs.webkit.org/show_bug.cgi?id=26267
10423
10424         * WebKit.pri:
10425
10426 2009-06-10  Gustavo Noronha Silva  <gns@gnome.org>
10427
10428         Reviewed by Xan Lopez.
10429
10430         Add unit tests for our WebKitNetworkRequest object.
10431
10432         * GNUmakefile.am:
10433
10434 2009-06-10  Xan Lopez  <xlopez@igalia.com>
10435
10436         Reviewed by Gustavo Noronha.
10437
10438         Version bump in preparation for 1.1.9 release.
10439
10440         * configure.ac:
10441
10442 2009-06-10  Xan Lopez  <xlopez@igalia.com>
10443
10444         Reviewed by Jan Alonzo.
10445
10446         https://bugs.webkit.org/show_bug.cgi?id=25415
10447         [GTK][ATK] Please implement support for get_text_at_offset
10448
10449         Add new dependency on the Gail utils library, needed for our a11y
10450         implementation.
10451
10452         * GNUmakefile.am:
10453         * configure.ac:
10454
10455 2009-05-29  Gustavo Noronha Silva  <gns@gnome.org>
10456
10457         Reviewed by Jan Alonzo.
10458
10459         Add a test-case for our HTTP backend, currently checking the
10460         ref-counting of the SoupMessage.
10461
10462         * GNUmakefile.am:
10463
10464 2009-05-28  Dirk Schulze  <krit@webkit.org>
10465
10466         Reviewed by Nikolas Zimmermann.
10467
10468         Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
10469
10470         * configure.ac:
10471
10472 2009-05-19  Xan Lopez  <xlopez@igalia.com>
10473
10474         Reviewed by Jan Alonzo and Gustavo Noronha.
10475
10476         https://bugs.webkit.org/show_bug.cgi?id=25415
10477         [GTK][ATK] Please implement support for get_text_at_offset
10478
10479         Add new test file for ATK.
10480
10481         * GNUmakefile.am:
10482
10483 2009-05-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10484
10485         Rubber-stamped by Xan Lopez.
10486
10487         Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
10488         correct directory, so that we pass make distcheck.
10489
10490         * GNUmakefile.am:
10491
10492 2009-05-28  Xan Lopez  <xlopez@igalia.com>
10493
10494         Bump version numbers in preparation for 1.1.8 release.
10495
10496         * configure.ac:
10497
10498 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
10499
10500         Unreviewed build fix. Add gstreamer-video-0.10 libs to
10501         GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
10502         - symbol used in MediaPlayerPrivateGstreamer.
10503
10504         * configure.ac:
10505
10506 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
10507
10508         Reviewed by Xan Lopez.
10509
10510         [Gtk] Various autotools build refactoring and fixes
10511         https://bugs.webkit.org/show_bug.cgi?id=25286
10512
10513         Refactor library LIBS. Move third-party libs in libwebkit instead
10514         of libWebCore.
10515
10516         * GNUmakefile.am:
10517
10518 2009-05-22  Antonio Gomes  <antonio.gomes@openbossa.org>
10519
10520         Reviewed by Gustavo Noronha.
10521
10522         Make Gtk build not bail out if gtk-doc-tools is not installed.
10523
10524         Warning message shown instead.
10525
10526         * autogen.sh:
10527
10528 2009-05-22  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10529
10530         Reviewed by Xan Lopez.
10531
10532         Add big warnings about the glib unicode backend being slow and
10533         incomplete, since it is a work in progress.
10534
10535         * autotools/webkit.m4:
10536         * configure.ac:
10537
10538 2009-05-22  Dominik Röttsches  <dominik.roettsches@access-company.com>
10539
10540         Reviewed by Gustavo Noronha.
10541
10542         https://bugs.webkit.org/show_bug.cgi?id=15914
10543         [GTK] Implement Unicode functionality using GLib
10544
10545         Initial version of this patch by Jürg Billeter.
10546
10547         Adding options for --with-unicode-backend=icu|glib
10548         and checking for pango version >= 1.21.0 if GLib backend
10549         is selected. Temporarily, until remaining parts of
10550         this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
10551         macro to allow for a mixed compilation with WTF Unicode
10552         backend based on GLib while text codecs and TextBreakIterator
10553         remain ICU dependent.
10554
10555         * GNUmakefile.am:
10556         * configure.ac:
10557
10558 2009-05-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10559
10560         Reviewed by Gavin Barraclough.
10561
10562         Enable YARR, and disable WREC for GTK+.
10563
10564         * configure.ac:
10565
10566 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
10567
10568          Reviewed by Xan Lopez.
10569
10570          [Gtk] Various autotools build refactoring and fixes
10571          https://bugs.webkit.org/show_bug.cgi?id=25286
10572
10573          Add support for running unit tests. Also run the tests whenever
10574          the 'check' target runs.
10575
10576          * GNUmakefile.am:
10577
10578 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
10579
10580          Reviewed by Xan Lopez.
10581
10582          [Gtk] Various autotools build refactoring and fixes
10583          https://bugs.webkit.org/show_bug.cgi?id=25286
10584
10585          Style fixes
10586
10587          * GNUmakefile.am:
10588
10589 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
10590
10591          Reviewed by Xan Lopez.
10592
10593          [Gtk] Various autotools build refactoring and fixes
10594          https://bugs.webkit.org/show_bug.cgi?id=25286
10595
10596          Add -no-install and -no-fast-install to programs and tests that we
10597          don't install. Also remove -O2 since this is already handled at
10598          configure time.
10599
10600          * GNUmakefile.am:
10601
10602 2009-05-17  Jan Michael Alonzo  <jmalonzo@webkit.org>
10603
10604         Reviewed by Xan Lopez.
10605
10606         [Gtk] Various autotools build refactoring and fixes
10607         https://bugs.webkit.org/show_bug.cgi?id=25286
10608
10609         Refactor library cflags
10610
10611         * GNUmakefile.am:
10612
10613 2009-05-15  Fridrich Strba  <fridrich.strba@bluewin.ch>
10614
10615         Reviewed by Jan Alonzo.
10616
10617         Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
10618         the JIT compiler is not a cross-compiler
10619
10620         * configure.ac:
10621
10622 2009-05-13  Xan Lopez  <xlopez@igalia.com>
10623
10624         Unreviewed: bump versions in preparation for 1.1.7 release.
10625
10626         * configure.ac:
10627
10628 2009-05-13  Xan Lopez  <xlopez@igalia.com>
10629
10630         Rubber-stamped by Gustavo Noronha.
10631
10632         Revert commit r43563, since it breaks WebKitGTK+ when compiled
10633         with gcc 4.4.
10634
10635         * GNUmakefile.am:
10636
10637 2009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
10638
10639         Reviewed by Holger Freyther.
10640
10641         [Gtk] Various autotools build refactoring and fixes
10642         https://bugs.webkit.org/show_bug.cgi?id=25286
10643
10644         Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
10645
10646         * GNUmakefile.am:
10647
10648 2009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
10649
10650         Reviewed by Gustavo Noronha.
10651
10652         WebKit-r43163 won't build for gtk-directfb
10653         https://bugs.webkit.org/show_bug.cgi?id=25538
10654
10655         Move the ENCHANT check out of the with_target conditional since it
10656         applies to all targets
10657
10658         * configure.ac:
10659
10660 2009-05-09  Mike Hommey  <glandium@debian.org>
10661
10662         Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
10663
10664         Enable JIT on x86-64 gtk+
10665         https://bugs.webkit.org/show_bug.cgi?id=24724
10666
10667         * configure.ac:
10668
10669 2009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10670
10671         Reviewed by Xan Lopez.
10672
10673         Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
10674
10675         * GNUmakefile.am:
10676         * autogen.sh:
10677
10678 2009-05-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10679
10680         Reviewed by Simon Hausmann.
10681
10682         Build QtWebKit as a framework on Mac
10683
10684         This implies both debug and release build by default, unless
10685         one of the --debug or --release config options are passed to
10686         the build-webkit script.
10687
10688         Frameworks can be disabled by passing CONFIG+=webkit_no_framework
10689         to the build-webkit script.
10690
10691         To be able to build both debug and release targets in parallel
10692         we have to use separate output directories for the generated
10693         sources, which is not optimal, but required to avoid race conditions.
10694
10695         An optimization would be to only require this spit-up on Mac.
10696
10697         * WebKit.pri:
10698
10699 2009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
10700
10701         Unreviewed build GTK build fix
10702
10703         * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
10704
10705 2009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
10706
10707         Unreviewed, build fix.
10708
10709         https://bugs.webkit.org/show_bug.cgi?id=25470
10710         Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
10711
10712         * configure.ac: Add autoconfig options, missed in the first commit.
10713
10714 2009-04-28  Xan Lopez  <xlopez@igalia.com>
10715
10716         Unreviewed: bump versions in preparation for 1.1.6 release.
10717
10718         * configure.ac:
10719
10720 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
10721
10722         Reviewed by Xan Lopez.
10723
10724         [GTK] Error reporting
10725         https://bugs.webkit.org/show_bug.cgi?id=18344
10726
10727         Add webkiterror to the build.
10728
10729         * GNUmakefile.am:
10730
10731 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
10732
10733          Reviewed by Xan Lopez.
10734
10735          [GTK] Error reporting
10736          https://bugs.webkit.org/show_bug.cgi?id=18344
10737
10738          Add the default error page for installation.
10739
10740          * GNUmakefile.am:
10741
10742 2009-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
10743
10744         Reviewed by Gustavo Noronha.
10745
10746         https://bugs.webkit.org/show_bug.cgi?id=15616
10747         [GTK] Add spell checking
10748
10749         Add enchant support for spell-checking-languages property to work
10750         properly.
10751
10752         * GNUmakefile.am:
10753         * configure.ac:
10754
10755 2009-04-24  Simon Hausmann  <simon.hausmann@nokia.com>
10756
10757         Reviewed by Ariya Hidayat.
10758
10759         Added support for generating API docs in the Qt build using "make docs"
10760
10761         * WebKit.pro: Include docs.pri for "make docs" target.
10762
10763 2009-04-14  Xan Lopez  <xlopez@igalia.com>
10764
10765         Unreviewed version bump in preparation for 1.1.5 release.
10766
10767         * configure.ac:
10768
10769 2009-04-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10770
10771         Rubber-stamped by Sam Weinig.
10772
10773         Added rules to maintain the localization support. We cannot simply
10774         use whatever gettextize gives us because our build system is
10775         non-recursive.
10776
10777         * GNUmakefile.am:
10778         * configure.ac:
10779
10780 2009-04-05  Mike Hommey  <glandium@debian.org>
10781
10782         Reviewed by Holger Freyther.
10783
10784         Filter out all C++ symbols
10785         https://bugs.webkit.org/show_bug.cgi?id=24960
10786
10787         Considering the public API is all C, we can just filter out all
10788         C++ mangled symbols, which will avoid exporting symbols in some
10789         corner cases such as gcc bugs on specific architectures, etc.
10790
10791         * autotools/symbols.filter:
10792
10793 2009-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10794
10795         Reviewed by Holger Freyther.
10796
10797         Require GTK+ >= 2.10; 2.8 is already very old, and some very
10798         useful APIs are only available since 2.10.
10799
10800         * configure.ac:
10801
10802 2009-04-01  Christian Dywan  <christian@twotoasts.de>
10803
10804         Reviewed by Holger Freyther.
10805
10806         Unit test WebKitDownload
10807         http://bugs.webkit.org/show_bug.cgi?id=24844
10808
10809         * GNUmakefile.am: Add a unit test for downloading.
10810
10811 2009-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10812
10813         Unreviewed build fix. Fix make distcheck, after the gtk-doc
10814         integration.
10815
10816         * GNUmakefile.am:
10817
10818 2009-03-30  Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
10819
10820         Reviewed by Holger Freyther.
10821
10822         Integrate gtk-doc into the Gtk+ buildsystem.
10823
10824         * autogen.sh:
10825         * configure.ac:
10826
10827 2009-03-30  Xan Lopez  <xlopez@igalia.com>
10828
10829         Unreviewed: bump version to 1.1.4 for release.
10830
10831         * configure.ac:
10832
10833 2009-03-21  Xan Lopez  <xlopez@igalia.com>
10834
10835         Reviewed by Holger Freyther.
10836
10837         Require gnome-keyring 2.26.0, since we were depending on an
10838         unreleased trunk revision between 2.25.91 and 2.26.0.
10839
10840         * configure.ac:
10841
10842 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
10843
10844         Reviewed by Holger Freyther.
10845
10846         [GTK] Misc patches for WebKitWebHistoryItem
10847         https://bugs.webkit.org/show_bug.cgi?id=24493
10848
10849         Added build support for build the WebKitWebHistoryItem unit test.
10850
10851         * GNUmakefile.am:
10852
10853 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
10854
10855         Reviewed by Holger Freyther.
10856
10857         Separate gtk unit tests
10858         https://bugs.webkit.org/show_bug.cgi?id=24039
10859
10860         Build the unit tests accordingly.
10861
10862         * GNUmakefile.am:
10863
10864 2009-03-17  Gustavo Noronha Silva  <gns@gnome.org>
10865
10866         Reviewed by Mark Rowe.
10867
10868         Enable HTML5 media elements support by default in the GTK+ port.
10869
10870         * configure.ac:
10871
10872 2009-03-17  Mike Hommey <glandium@debian.org>
10873
10874         Reviewed by Holger Freyther.
10875
10876         Do not export cti* symbols.
10877         See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
10878
10879         * autotools/symbols.filter:
10880
10881 2009-03-15  Xan Lopez  <xlopez@igalia.com>
10882
10883         Bump version to 1.1.3 for release and fix soversion
10884         calculation (oops). Thanks to Frederik Himpe for pointing this
10885         out.
10886
10887         * configure.ac:
10888
10889 2009-03-15  Xan Lopez  <xlopez@igalia.com>
10890
10891         Bump version and libtool version for release.
10892
10893         * configure.ac:
10894
10895 2009-03-14  Xan Lopez  <xlopez@igalia.com>
10896
10897         No review, build fix.
10898
10899         Split clean rules to make distcheck pass.
10900
10901         * GNUmakefile.am:
10902
10903 2009-03-13  Mark Rowe  <mrowe@apple.com>
10904
10905         Reviewed by Dan Bernstein.
10906
10907         Remove rarely used Makefile targets from the Makefile.
10908
10909         There are many situations in which the targets don't work as expected,
10910         and their primary use is addressed by having the build system default
10911         to building the appropriate architecture.
10912
10913         * Makefile.shared:
10914
10915 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
10916
10917         Reviewed by Holger Freyther.
10918
10919         [Gtk] Fix make clean targets
10920         https://bugs.webkit.org/show_bug.cgi?id=24450
10921
10922         Fix 'make' clean targets. We shouldn't be removing DerivedSources
10923         if it's only clean. Only remove it if it's distclean or
10924         maintainer-clean. Also remove build-related auxillary files on
10925         dist/maintainer clean.
10926
10927         * GNUmakefile.am:
10928
10929 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
10930
10931         Reviewed by Holger Freyther
10932
10933         [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
10934         https://bugs.webkit.org/show_bug.cgi?id=2260
10935
10936         pangoft2 is also used in directfb builds so use it for all targets
10937
10938         * configure.ac:
10939
10940 2009-03-02  Xan Lopez  <xan@gnome.org>
10941
10942         Reviewed by Mark Rowe.
10943
10944         https://bugs.webkit.org/show_bug.cgi?id=24287
10945         [GTK] Move auth dialog feature to WebKit/
10946
10947         Add WebKitSoupAuthDialog files to build.
10948
10949         * GNUmakefile.am:
10950
10951 2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>
10952
10953         Reviewed by Alexey Proskuryakov.
10954
10955         https://bugs.webkit.org/show_bug.cgi?id=16826
10956         [Gtk] Implement WebKitDownload
10957
10958         Adding new files related to WebKitDownload to the GTK+ port.
10959
10960         * GNUmakefile.am:
10961
10962 2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>
10963
10964         Unreviewed build fix; adding missing files to EXTRA_DIST, so that
10965         they show up in the tarball.
10966
10967         * GNUmakefile.am:
10968
10969 2009-03-01  Christian Dywan  <christian@twotoasts.de>
10970
10971         * configure.ac: Bump GTK port version to 1.1.1.
10972
10973 2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>
10974
10975         Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
10976         file to EXTRA_DIST to fix make dist.
10977
10978         * GNUmakefile.am:
10979
10980 2009-02-26  Xan Lopez  <xan@gnome.org>
10981
10982         Reviewed by Holger Freyther.
10983
10984         https://bugs.webkit.org/show_bug.cgi?id=16947
10985         [GTK] Missing HTTP Auth challenge
10986
10987         Add HTTP authentication dialog with optional GNOME Keyring
10988         storage.
10989
10990         * GNUmakefile.am:
10991         * configure.ac:
10992
10993 2009-02-26  Xan Lopez  <xan@gnome.org>
10994
10995         Reviewed by Holger Freyther.
10996
10997         https://bugs.webkit.org/show_bug.cgi?id=16947
10998         [GTK] Missing HTTP Auth challenge
10999
11000         Take marshallers to be built from a manually maintained list
11001         instead of grepping the sources.
11002
11003         It's much faster, especially so now that we want to add
11004         marshallers from WebCore too. A system to only take into account
11005         the modified files when generating the marshallers from sources
11006         could be hacked, but I think it's overkill considering how rarely
11007         a new marshaller is added.
11008
11009         * GNUmakefile.am:
11010
11011 2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
11012
11013         Reviewed by Alexey Proskuryakov.
11014
11015         [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
11016         https://bugs.webkit.org/show_bug.cgi?id=24072
11017
11018         Add options for toggling 3D transforms and HTML5 channel messaging
11019         support on or off.
11020
11021         Also fix the web-workers option. It should be web-workers and not workers.
11022
11023         * configure.ac:
11024
11025 2009-02-23  Xan Lopez  <xan@gnome.org>
11026
11027         Reviewed by Alexey Proskuryakov.
11028
11029         https://bugs.webkit.org/show_bug.cgi?id=22624
11030         [SOUP][GTK] Need API to get SoupSession from WebKit.
11031
11032         Remove CURL support, the only supported HTTP backend is SOUP now.
11033
11034         * GNUmakefile.am:
11035         * configure.ac:
11036
11037 2009-02-19  Christian Dywan  <christian@twotoasts.de>
11038
11039         Rubber-stamped by Holger Freyther.
11040
11041         http://bugs.webkit.org/show_bug.cgi?id=22811
11042         Underlinking in Programs_UnitTests (GTK+ build)
11043
11044         * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
11045
11046 2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>
11047
11048         Reviewed by Holger Freyther.
11049
11050         Fix symbols.filter location, and add other missing files to the
11051         autotools build, so that make dist works.
11052
11053         * GNUmakefile.am:
11054
11055 2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
11056
11057         Reviewed by Alexey Proskuryakov.
11058
11059         https://bugs.webkit.org/show_bug.cgi?id=23939
11060         Release build being built with debugging symbols
11061
11062         * configure.ac: Revert change done in revision 40790, since we
11063         already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
11064
11065 2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
11066
11067         Reviewed by Eric Seidel.
11068
11069         * configure.ac: Make soup the default HTTP backend for the Gtk port.
11070
11071 2009-02-09  Calvin Walton  <calvin.walton@gmail.com>
11072
11073         Reviewed by Holger Freyther.
11074
11075         https://bugs.webkit.org/show_bug.cgi?id=23823
11076
11077         [Gtk] Fix build with recent autotools
11078
11079         Current versions of automake/libtool don't assume you want C++ enabled
11080         by default any more, so explicitly check for a C++ compiler.
11081
11082         * configure.ac: Add AC_PROG_CXX macro
11083
11084 2009-02-02  Christian Dywan  <christian@twotoasts.de>
11085
11086         Rubber-stamped by Holger Freyther.
11087
11088         Don't require Geolocation by default.
11089
11090         * configure.ac:
11091
11092 2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
11093
11094         Reviewed by Nikolas Zimmermann.
11095
11096         [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
11097         https://bugs.webkit.org/show_bug.cgi?id=22136
11098
11099         * GNUmakefile.am:
11100         * acinclude.m4: Removed.
11101         * autogen.sh:
11102         * autotools/acinclude.m4: Added.
11103         * autotools/dolt.m4: Added.
11104         * autotools/symbols.filter: Renamed from symbols.filter.
11105         * autotools/webkit.m4: Added.
11106         * configure.ac:
11107
11108 2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>
11109
11110         Reviewed by Nikolas Zimmermann.
11111
11112         [GTK] Implement GeolocationService using the Geoclue library
11113
11114         https://bugs.webkit.org/show_bug.cgi?id=22022
11115
11116         Untested implementation of the GeolocationService using the geoclue
11117         library. Velocity handling is completely missing and the accuracy
11118         handling might be wrong.
11119
11120         * GNUmakefile.am:
11121         * configure.ac:
11122
11123 2009-01-11  Xan Lopez  <xan@gnome.org>
11124
11125         Reviewed by Holger Freyther.
11126
11127         Bump version to 1.1.0 since we are breaking ABI and adding new
11128         major features.
11129
11130         * configure.ac:
11131
11132 2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>
11133
11134         Reviewed by Holger Freyther.
11135
11136         http://bugs.webkit.org/show_bug.cgi?id=16562
11137         [gtk] Implement WebPolicyDelegate methods
11138
11139         Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
11140         Noronha.
11141
11142         This implements the delegates methods of WebPolicyDelegate.
11143         Since Gtk+/C doesn't have delegate methods, they are replaced with
11144         signals.
11145
11146         A new object WebKitWebPolicyDecision allows the browser to delay its
11147         response in certain cases. WebKitWebNavigationAction contains the
11148         information about what caused a navigation request.
11149
11150         * GNUmakefile.am: Add new files
11151
11152 2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>
11153
11154         Reviewed by Holger Freyther.
11155
11156         Use ustar tar format for WebKit/GTK+'s make dist target, so that
11157         storing files whose filenames are > 99 is possible.
11158
11159         * configure.ac:
11160
11161 2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>
11162
11163         [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
11164
11165         Fix the jit compilation on i*686 on Linux by using the va_list
11166         to pass arguments to the CTI. This is done on the MAC as well
11167         and sunspider and javascriptcore seem to work with that.
11168
11169         * configure.ac:
11170
11171 2008-12-18  Pamela Greene  <pam@chromium.org>
11172
11173         Submitted without review.
11174         Right, remove the whole misplaced directory, not just the tests.
11175
11176         * fast: Removed.
11177         * fast/dom: Removed.
11178
11179 2008-12-18  Pamela Greene  <pam@chromium.org>
11180
11181         Submitted without review.
11182         Moving layout test into LayoutTests where it belongs.
11183
11184         * fast/dom/setter-type-enforcement-expected.txt: Removed.
11185         * fast/dom/setter-type-enforcement.html: Removed.
11186
11187 2008-12-15  Daniel Macks  <dmacks@netspace.org>
11188
11189         Reviewed by Darin Adler.
11190
11191         Default to use external libicu-config if avail on all platforms.
11192         https://bugs.webkit.org/show_bug.cgi?id=22713
11193
11194         * configure.ac:
11195
11196 2008-12-12  Holger Hans Peter Freyther  <zecke@selfish.org>
11197
11198         Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
11199
11200         The m4 directory does not exist and we now have a compile issue on
11201         Gentoo systems.
11202
11203         * GNUmakefile.am:
11204         * configure.ac:
11205
11206 2008-12-11  Daniel Macks  <dmacks@netspace.org>
11207
11208         Reviewed by Darin Adler.
11209
11210         https://bugs.webkit.org/show_bug.cgi?id=22714
11211
11212         Put libtool macro files in subdir that it wants.
11213
11214         * GNUmakefile.am:
11215         * configure.ac:
11216
11217 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
11218
11219         Reviewed by Eric Seidel.
11220
11221         [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
11222
11223         https://bugs.webkit.org/show_bug.cgi?id=22491
11224
11225         Add the skeleton to WebKit/gtk/tests and integrate that into the
11226         buildsystem. Testing support was added in glib 2.16. For versions
11227         using glib < 2.16 we compile an empty application.
11228
11229         * GNUmakefile.am:
11230
11231 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
11232
11233         Reviewed by Cameron Zwarich.
11234
11235         [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
11236
11237         When building the jit on i*86 also enable the above optimizations.
11238
11239         * configure.ac:
11240
11241 2008-12-03  Simon Hausmann  <hausmann@webkit.org>
11242
11243         Reviewed by Tor Arne Vestbø.
11244
11245         Fix the build of WebKit inside Qt by making sure that qmake generators
11246         that do not produce generated sources (i.e. cpp files) are not
11247         included in SOURCES.
11248
11249         * WebKit.pri:
11250
11251 2008-12-02  Simon Hausmann  <hausmann@webkit.org>
11252
11253         Reviewed by Tor Arne Vestbø.
11254
11255         Removed JavaScriptCore from SUBDIRS as it's not built separately
11256         anymore.
11257
11258         * WebKit.pro:
11259
11260 2008-11-28  Gustavo Noronha Silva  <gns@gnome.org>
11261
11262         Reviewed and slightly modified by Holger Freyther.
11263
11264         https://bugs.webkit.org/show_bug.cgi?id=19130
11265
11266         Added the new WebKitGtk files to be built:
11267         WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
11268
11269         * GNUmakefile.am:
11270
11271 2008-11-26  Kalle Vahlman  <kalle.vahlman@movial.com>
11272
11273         Reviewed by Darin Adler. Landed by Jan Alonzo.
11274
11275         Bison versions under 2.2 produce crashing CSSGrammar code for ARM
11276         https://bugs.webkit.org/show_bug.cgi?id=22456
11277
11278         Check for bison version 2.2 or greater on ARM. Earlier versions produce
11279         code that crashes on ARM devices.
11280
11281         * configure.ac:
11282
11283 2008-11-25  Holger Hans Peter Freyther  <zecke@selfish.org>
11284
11285         Reviewed by David Kilzer.
11286
11287         https://bugs.webkit.org/show_bug.cgi?id=22022
11288
11289         Add Geolocation support to the configure.ac
11290
11291         Add an option to build WebKit/Gtk+ with Geolocation. The
11292         implementation will be using Gypsy.
11293
11294         * configure.ac:
11295
11296 2008-11-24  Holger Hans Peter Freyther  <zecke@selfish.org>
11297
11298         Reviewed by Mark Rowe.
11299
11300         [Gtk+] Add configure option to enable Web Workers and enable it by default
11301
11302         Add --enable-workers to the buildsystem (used by build-webkit) add
11303         the to be build files to the GNUmakefile.am and change build-webkit
11304         to enable Web Workers by default.
11305
11306         * configure.ac:
11307
11308 2008-09-09  Joerg Bornemann  <joerg.bornemann@trolltech.com>
11309
11310         Reviewed by Simon Hausmann.
11311
11312         Steps towards making the Qt port of WebKit compile on Windows CE
11313
11314         https://bugs.webkit.org/show_bug.cgi?id=20746
11315
11316         * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
11317
11318 2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
11319
11320         Reviewed by George Staikos.
11321
11322         Add WML build support for Gtk as well.
11323
11324         * configure.ac:
11325
11326 2008-11-16  Geoffrey Garen  <ggaren@apple.com>
11327
11328         Not reviewed.
11329
11330         Try to fix gtk build.
11331
11332         * configure.ac:
11333
11334 2008-11-10  Tor Arne Vestbø  <tavestbo@trolltech.com>
11335
11336         Rubber-stamped by Simon Hausmann.
11337
11338         Distinguish between building from trunk and as part of Qt
11339
11340         * WebKit.pri:
11341
11342 2008-11-10  Morten Sørvig  <msorvig@trolltech.com>
11343
11344         Reviewed by Simon Hausmann.
11345
11346         Make tests/auto/qwebframe compile on Qt/Mac.
11347
11348         * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
11349
11350 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
11351
11352         Not reviewed.
11353
11354         Speculatively fix the GTK build.
11355
11356         * GNUmakefile.am:
11357
11358 2008-11-06  Alp Toker  <alp@nuanti.com>
11359
11360         GTK build fix for r38155. create_hash_table was moved out of kjs/
11361
11362         * GNUmakefile.am:
11363
11364 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
11365
11366         Rubber-stamped by Sam Weinig.
11367
11368         Correct the reference to jsc.pro in WebKit.pro to match its new
11369         location in the root directory of JavaScriptCore.
11370
11371         * WebKit.pro:
11372
11373 2008-11-03  Alp Toker  <alp@nuanti.com>
11374
11375         autotools distcleancheck fix. Add dolt-generated files and
11376         webkitenumtypes.h to the list of files that need to be cleaned.
11377         Unreviewed.
11378
11379         * GNUmakefile.am:
11380
11381 2008-11-03  Alp Toker  <alp@nuanti.com>
11382
11383         Rubber-stamped by Holger Freyther.
11384
11385         Do not enable RTTI or exceptions in debug builds, matching release
11386         builds. They don't help much with debugging and significantly slow
11387         down and increase the size of the debug build.
11388
11389         * GNUmakefile.am:
11390
11391 2008-11-03  Alp Toker  <alp@nuanti.com>
11392
11393         Rubber-stamped by Holger Freyther.
11394
11395         Add mingw32 case to dolt for faster GTK+ Windows builds.
11396
11397         * acinclude.m4:
11398
11399 2008-11-02  Xan Lopez  <xan@gnome.org>
11400
11401         Reviewed by Holger Freyther
11402
11403         https://bugs.webkit.org/show_bug.cgi?id=22009
11404         HTML5 Video with GStreamer pulls gnome-vfs without using it.
11405
11406         * configure.ac:
11407         Remove gnome-vfs from configure.ac, it's unused.
11408
11409 2008-10-30  Alp Toker  <alp@nuanti.com>
11410
11411         https://bugs.webkit.org/show_bug.cgi?id=19395
11412         doltlibtool bug with bash 3.0
11413
11414         autotools dolt build fix for bash version 3.0 and older. Remove
11415         concatenation syntax from doltlibtool to support the older versions
11416         which don't have '+='.
11417
11418         * acinclude.m4:
11419
11420 2008-10-30  Alp Toker  <alp@nuanti.com>
11421
11422         Rubber-stamped by Oliver Hunt.
11423
11424         autotools build system change to enable JIT features by default. Can
11425         be disabled with --disable-jit (and is disabled automatically on
11426         unsupported platforms).
11427
11428         * configure.ac:
11429
11430 2008-10-30  Alp Toker  <alp@nuanti.com>
11431
11432         Bump WebKit GTK+ version to 1.0.3.
11433
11434         * configure.ac:
11435
11436 2008-10-29  Gustavo Noronha Silva  <gns@gnome.org>
11437
11438         Reviewed by Holger Freyther.
11439
11440         Added all the files that need to be installed for the Inspector to
11441         work.
11442
11443 2008-10-29  Mike Hommey  <glandium@debian.org>
11444
11445         Reviewed by Holger Freyther.
11446
11447         https://bugs.webkit.org/show_bug.cgi?id=21884
11448         Test presence and link against libpng.
11449
11450         * GNUmakefile.am:
11451         * configure.ac:
11452
11453 2008-10-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
11454
11455         Reviewed by Holger Freyther.
11456
11457         Add --enable-optimizations to enable optimized builds. The default
11458         is to enable it for release builds, and disabled for debug builds.
11459         This option will allow builders to have a debug as well as
11460         optimized builds.
11461
11462         * GNUmakefile.am:
11463         * configure.ac:
11464
11465 2008-10-28  Mike Hommey  <glandium@debian.org>
11466
11467         Reviewed by Alp Toker.
11468
11469         https://bugs.webkit.org/show_bug.cgi?id=21885
11470         [GTK] libwebkit doesn't link against libpangoft2
11471
11472         Add pkg-config check for pangoft2 which provides
11473         pango_fc_font_description_from_pattern() used in the FreeType font
11474         backend.
11475
11476         * configure.ac:
11477
11478 2008-10-28  Alp Toker  <alp@nuanti.com>
11479
11480         Include copyright license files in the autotools dist target.
11481
11482         Change suggested by Mike Hommey.
11483
11484         * GNUmakefile.am:
11485
11486 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
11487
11488         Gtk build fix: add '-' to Wl which was missed in r36845
11489
11490         * GNUmakefile.am:
11491
11492 2008-10-22  Alp Toker  <alp@nuanti.com>
11493
11494         Fix build for Cairo 1.2.
11495
11496         * configure.ac:
11497
11498 2008-10-20  Alp Toker  <alp@nuanti.com>
11499
11500         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
11501         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
11502
11503         * configure.ac:
11504
11505 2008-10-13  Alp Toker  <alp@nuanti.com>
11506
11507         GTK+ build fix: Ensure correct builds when debugging is
11508         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
11509         It's still passed as a compiler flag since some sources (DRT) don't
11510         use config.h yet.
11511
11512         * configure.ac:
11513
11514 2008-10-09  Alp Toker  <alp@nuanti.com>
11515
11516         Reviewed by Mark Rowe.
11517
11518         https://bugs.webkit.org/show_bug.cgi?id=20760
11519         Implement support for x86 Linux in CTI
11520
11521         Prepare to enable CTI/WREC on supported architectures. Will be
11522         switched on when the crasher introduced in r37386 is resolved.
11523
11524         * configure.ac:
11525
11526 2008-10-07  Alp Toker  <alp@nuanti.com>
11527
11528         GTK+ build fix for older automake versions (1.7). Discussed in bug
11529         #21392.
11530
11531         * GNUmakefile.am:
11532
11533 2008-10-07  Alp Toker  <alp@nuanti.com>
11534
11535         Reviewed by Mark Rowe.
11536
11537         https://bugs.webkit.org/show_bug.cgi?id=21392
11538         [GTK] Auto-generate JS DOM binding sources list
11539
11540         Remove the huge lists of generated DOM binding sources and headers in
11541         the build system. These are difficult to maintain and can be derived
11542         automatically.
11543
11544         The new strategy is to re-use the existing lists of IDL sources (which
11545         are needed for dist support anyway). This will also ease the addition
11546         of new language bindings.
11547
11548         * GNUmakefile.am:
11549
11550 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
11551
11552         Reviewed by Holger Freyther.
11553
11554         https://bugs.webkit.org/show_bug.cgi?id=20287
11555         [Gtk] disable plugins for gtk/directfb target
11556
11557         Introduce WTF_PLATFORM_X11 for X11 builds.
11558         Also use target-specific packages when building the port
11559
11560         * configure.ac: Do not check for cairo-ft for directfb builds.
11561
11562 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
11563
11564         Reviewed by Holger Freyther.
11565
11566         http://bugs.webkit.org/show_bug.cgi?id=21174
11567         [GTK][AUTOTOOLS] Enable large file support at configure time
11568
11569         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
11570
11571 2008-09-23  Richard Hult  <richard@imendio.com>
11572
11573         Reviewed by Alp Toker. Landed by Jan Alonzo.
11574
11575         http://bugs.webkit.org/show_bug.cgi?id=20582
11576         [Gtk] Link error on Mac OS X
11577
11578         * GNUmakefile.am: Only use the -version-script flag for the gnu
11579         linker.
11580         * configure.ac: Check for GNU OSes.
11581
11582 2008-09-19  Alp Toker  <alp@nuanti.com>
11583
11584         Build fix for the 'gold' linker and recent binutils. New behaviour
11585         requires that we link to used libraries explicitly.
11586
11587         * GNUmakefile.am:
11588         * configure.ac:
11589
11590 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
11591
11592         Reviewed by Eric Seidel.
11593
11594         http://bugs.webkit.org/show_bug.cgi?id=20380
11595         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
11596
11597         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
11598
11599 2008-08-28  Alp Toker  <alp@nuanti.com>
11600
11601         GTK+ dist/build fix. List newly added header files.
11602
11603         * GNUmakefile.am:
11604
11605 2008-08-27  Mike Hommey <glandium@debian.org>
11606
11607         Reviewed by Holger.
11608
11609         * GNUmakefile.am:
11610         * symbols.filter: Added.
11611
11612 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
11613
11614         Reviewed (and updated) by Alp Toker.
11615
11616         https://bugs.webkit.org/show_bug.cgi?id=16620
11617         [GTK] Autotools make dist and make check support
11618
11619         Get make dist working.
11620
11621         Note that not all possible configurations have been tested yet.
11622
11623         * GNUmakefile.am:
11624
11625 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
11626
11627         Reviewed by Alp Toker.
11628
11629         http://bugs.webkit.org/show_bug.cgi?id=19045
11630         [gtk] ./configure doesn't check for x toolkit availability
11631
11632         Some old versions of Xt do not provide xt.pc, in this case use
11633         AC_CHECK_LIB to check if the library is installed and then fall back
11634         to using just -lXt.
11635
11636         * configure.ac:
11637
11638 2008-08-09  Alp Toker  <alp@nuanti.com>
11639
11640         GTK+ build fixes.
11641
11642         Back out r20338 libxslt check (conditional check already exists and
11643         this broke the build).
11644
11645         Make the flex version check a warning rather than fatal to fix the
11646         build bot.
11647
11648         * configure.ac:
11649
11650 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
11651
11652         Reviewed by Mark Rowe.
11653
11654         http://bugs.webkit.org/show_bug.cgi?id=20338
11655         [Gtk] Autotools should check for libxslt
11656
11657         Autotools check for libxslt
11658
11659         * configure.ac:
11660
11661 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
11662
11663         Reviewed by David Kilzer.
11664
11665         Check for correct flex version to avoid faulty builds
11666
11667         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
11668         https://bugs.webkit.org/show_bug.cgi?id=20253
11669
11670         acinclude.m4: Import AX_COMPARE_VERSION macro
11671         configure.ac: Check for flex version
11672
11673         * acinclude.m4:
11674         * configure.ac:
11675
11676 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
11677
11678         Rubber-stamped by Lars.
11679
11680         Added API tests for QWebPage/QWebFrame based on QTestLib.
11681
11682         * WebKit.pro: Add WebKit/qt/tests to the build.
11683
11684 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
11685
11686         Reviewed by Eric Seidel.
11687
11688         http://bugs.webkit.org/show_bug.cgi?id=20276
11689         [GTK] Makefile rules for the enum GTypes files depend on Makefile
11690         instead of GNUmakefile
11691
11692         The patch committed in revision 34649 added the code needed to
11693         generate GTypes for enums but the makefile rules for
11694         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
11695         Makefile (used by other ports) instead of GNUmakefile.
11696
11697         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
11698
11699 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
11700
11701         Reviewed by Alp Toker.
11702
11703         http://bugs.webkit.org/show_bug.cgi?id=19045
11704         [gtk] ./configure doesn't check for x toolkit availability
11705
11706         Check for the .pc file for Xt instead of hard coding -lXt in the
11707         GNUmakefile.am.
11708
11709         Thanks to Dominik Röttsches for the initial patch.
11710
11711         * GNUmakefile.am:
11712         * configure.ac:
11713
11714 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
11715
11716         Reviewed by Holger.
11717
11718         http://bugs.webkit.org/show_bug.cgi?id=19742
11719         [GTK] Auto generate webkitmarshal.list
11720
11721         Auto generate webkitmarshal.list from source files to reduce the
11722         number of conflicts when merging git branches or when applying
11723         patches.
11724         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
11725
11726         * GNUmakefile.am:
11727
11728 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
11729
11730         Reviewed by Mark Rowe.
11731
11732         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
11733
11734         [Gtk] Improve detection jpeglib
11735         https://bugs.webkit.org/show_bug.cgi?id=17865
11736
11737         * GNUmakefile.am:
11738         * configure.ac:
11739
11740 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
11741
11742         Discussed with and rubber-stamped by Lars.
11743
11744         Fix the build system for the Qt port.
11745
11746         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
11747         include search path. With a build process that combines JavaScriptCore and
11748         WebCore in one build process/Makefile the existance of
11749         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
11750
11751         This commit solves this by introducing a separate build of JavaScriptCore into
11752         a static library.
11753
11754         As a result of the split-up a race-condition due to broken dependencies of
11755         regular source files to header files of generated sources showed up very
11756         frequently when doing parallel builds (which the buildbot does). This commit at
11757         the same time tries to address the dependency problem by making the
11758         addExtraCompiler() function also generate a pseudo extra compiler that
11759         represents the header file output, so that qmake is aware of the creation of
11760         the header file for dependency calculation.
11761
11762         At the same time I removed a lot of cruft from the pro files to ease maintenance.
11763
11764         * WebKit.pri:
11765         * WebKit.pro:
11766
11767 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
11768
11769         Reviewed by Alp Toker.
11770
11771         https://bugs.webkit.org/show_bug.cgi?id=19171
11772         [GTK] GTypes for enumerations
11773
11774         Generate GTypes for public enumerations so they can be used as
11775         properties.
11776
11777         * GNUmakefile.am: Generate webkit-enum-types.cpp and
11778         webkit-enum-types.h.
11779
11780 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
11781
11782         Fix the Qt build. testkjs.pro is now called jsc.pro.
11783
11784         * WebKit.pro:
11785
11786 2008-06-15  Alp Toker  <alp@nuanti.com>
11787
11788         Rubber-stamped by Maciej.
11789
11790         Install 'jsc' application by default.
11791
11792         * GNUmakefile.am:
11793
11794 2008-06-08  Alp Toker  <alp@nuanti.com>
11795
11796         autotools/GTK+ build system cleanup. Don't include WebKit API in the
11797         WebCore build as it's no longer needed since r34426.
11798
11799         * GNUmakefile.am:
11800
11801 2008-06-08  Alp Toker  <alp@nuanti.com>
11802
11803         Rubber-stamped by Mark Rowe.
11804
11805         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
11806         r31821, since aliasing issues have now been fixed.
11807
11808         Use -O3, not -O2 for the JavaScriptCore build.
11809
11810         * GNUmakefile.am:
11811         * configure.ac:
11812
11813 2008-06-05  Christian Dywan  <christian@twotoasts.de>
11814
11815         Reviewed by Alp Toker.
11816
11817         https://bugs.webkit.org/show_bug.cgi?id=14141
11818         Please add a version to the Gtk port
11819
11820         * GNUmakefile.am:
11821
11822 2008-06-02  Alp Toker  <alp@nuanti.com>
11823
11824         GTK+/autotools Windows build system fixes.
11825
11826         * GNUmakefile.am:
11827         * configure.ac:
11828
11829 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
11830
11831         Reviewed by Alp Toker.
11832
11833         Build WebCore GTK+ sources as part of WebCore, not WebKit.
11834         Split common and GTK+-specific sources into separate file lists.
11835
11836         * GNUmakefile.am:
11837
11838 2008-06-01  Josh Triplett  <josh@freedesktop.org>
11839
11840         Reviewed by Alp Toker.
11841
11842         http://bugs.webkit.org/show_bug.cgi?id=16891
11843         [GTK] autotools build is slow
11844
11845         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
11846         the build, often by a factor of two or more on supported platforms,
11847         otherwise falls back to libtool.
11848
11849         See http://dolt.freedesktop.org for details.
11850
11851         * acinclude.m4: Added.
11852         * configure.ac:
11853
11854 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
11855
11856         Reviewed by Alp Toker.
11857
11858         http://bugs.webkit.org/show_bug.cgi?id=19142
11859         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
11860
11861         * configure.ac:
11862
11863 2008-05-24  Alp Toker  <alp@nuanti.com>
11864
11865         GTK+/Win32 build fixes. Link against Windows ICU without using
11866         icu-config since it's not available on that platform.
11867
11868         Link against Ws2_32 when the curl http backend is chosen since we
11869         use select() directly.
11870
11871         * configure.ac:
11872
11873 2008-05-23  Alp Toker  <alp@nuanti.com>
11874
11875         GTK+ fixes for building without database support.
11876
11877         * configure.ac:
11878
11879 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
11880
11881         Reviewed by Alp Toker.
11882
11883         Fix for previous autotools change.
11884
11885         * configure.ac:
11886
11887 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
11888
11889         Reviewed by Alp.
11890
11891         http://bugs.webkit.org/show_bug.cgi?id=18483
11892         [Gtk] Autotools should match build-webkit default flags
11893
11894         * configure.ac:
11895
11896 2008-05-19  Alp Toker  <alp@nuanti.com>
11897
11898         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
11899         the Pango font backend is selected.
11900
11901         * GNUmakefile.am:
11902         * configure.ac:
11903
11904 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
11905
11906         Reviewed by Eric.
11907
11908         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
11909
11910         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
11911
11912 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
11913
11914         Reviewed by Simon.
11915
11916         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
11917         from gtk-port.
11918
11919         * WebKit.pri:
11920         * WebKit.pro:
11921
11922 2008-05-09  Anders Carlsson  <andersca@apple.com>
11923
11924         Reviewed by Mark.
11925
11926         Add x86_64 rule.
11927
11928         * Makefile:
11929
11930 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
11931
11932         Reviewed by Holger.
11933
11934         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
11935
11936         This dependency is completely unnecessary here and creates only problems by
11937         propagating through WebCore.pro over libQtWebKit.prl right now customer
11938         applications.
11939
11940
11941         * WebKit.pri:
11942
11943 2008-05-02  Anders Carlsson  <andersca@apple.com>
11944
11945         Reviewed by Mark.
11946
11947         Add an "x86_64" make rule.
11948
11949         * Makefile.shared:
11950
11951 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11952
11953         Reviewed by Eric.
11954
11955         https://bugs.webkit.org/show_bug.cgi?id=18811
11956         Enable dashboard and offline web apps in autotools
11957
11958         * configure.ac:
11959
11960 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
11961
11962         Reviewed by Alp Toker.
11963
11964         https://bugs.webkit.org/show_bug.cgi?id=14750
11965         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
11966
11967         * GNUmakefile.am: Added Xt library.
11968
11969 2008-04-29  David Kilzer  <ddkilzer@apple.com>
11970
11971         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
11972
11973         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
11974
11975 2008-04-22  Alp Toker  <alp@nuanti.com>
11976
11977         GTK+ debug build fix for changes in r32257.
11978
11979         * GNUmakefile.am:
11980
11981 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
11982
11983         Reviewed by Alp Toker.
11984
11985         http://bugs.webkit.org/show_bug.cgi?id=16620
11986         [GTK] Autotools make dist and make check support
11987
11988         Cleanups.
11989
11990         * GNUmakefile.am:
11991
11992 2008-04-11  Mark Rowe  <mrowe@apple.com>
11993
11994         Rubber-stamped by Antti Koivisto.
11995
11996         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
11997
11998 2008-04-17  Alp Toker  <alp@atoker.com>
11999
12000         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
12001         #17865 (reopened).
12002
12003         * configure.ac:
12004
12005 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12006
12007         Reviewed by Alp Toker.
12008
12009         http://bugs.webkit.org/show_bug.cgi?id=17865
12010         [Gtk] Improve detection of jpeglib and glib tools
12011
12012         Improve detecting jpeglib and glib tools
12013
12014         * configure.ac: Throw an error if the dependencies above are
12015         currently not installed
12016
12017 2008-04-14  Xan Lopez  <xan@gnome.org>
12018
12019         Reviewed by Alp Toker.
12020
12021         http://bugs.webkit.org/show_bug.cgi?id=17917
12022         Bug 17917: Cookie support for HTTP soup backend
12023
12024         Bumped the libsoup required version to 2.23 for cookie support.
12025
12026         * configure.ac:
12027
12028 2008-04-11  Mark Rowe  <mrowe@apple.com>
12029
12030         Rubber-stamped by Anders Carlsson.
12031
12032         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
12033         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
12034
12035         GCC 4.3 generates bad code in some instances when working with our HashTables
12036         as some of the HashTable code violates the strict aliasing requirements.  Since
12037         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
12038         the code can be fixed to be safe with strict aliasing enabled, we will disable
12039         strict aliasing.
12040
12041         * GNUmakefile.am:
12042
12043 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
12044
12045         Reviewed by Alp Toker.
12046
12047         http://bugs.webkit.org/show_bug.cgi?id=18397
12048         Fix leaving spaces before parens in functions
12049
12050         * WebKitTools/Scripts/wkstyle:
12051
12052 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12053
12054         Build fix, rubber-stamped and landed by ap.
12055
12056         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
12057
12058 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
12059
12060         Reviewed by Holger.
12061
12062         Remove the JSCore include path options from global_cppflags.
12063         Place JSCore include path options in javascriptcore_cppflags.
12064         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
12065
12066         * GNUmakefile.am:
12067
12068 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
12069
12070         Reviewed by Anders.
12071
12072         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
12073         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
12074
12075         Added WebKitNavigationAction object to GTK API
12076
12077         * GNUmakefile.am:
12078
12079 2008-03-12  Xan Lopez  <xan@gnome.org>
12080
12081         Reviewed by Alp Toker.
12082
12083         http://bugs.webkit.org/show_bug.cgi?id=15229
12084
12085         Add optional font backend support with freetype and pango
12086         backends. Default is freetype for now.
12087
12088         Original patch by Sven Herzberg <sven@imendio.com>
12089
12090         * configure.ac:
12091
12092 2008-03-11  Xan Lopez  <xan@gnome.org>
12093
12094         Reviewed by Alp Toker.
12095
12096         http://bugs.webkit.org/show_bug.cgi?id=16476
12097
12098         Add support for multiple http backends, and add soup backend (off by default).
12099
12100         * GNUmakefile.am:
12101         * configure.ac:
12102
12103 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
12104
12105         Reviewed by Darin Adler.
12106
12107         Done with Lars.
12108
12109         Added plugins subdirectory to the include path.
12110
12111         * WebKit.pri:
12112
12113 2008-03-09  Alp Toker  <alp@atoker.com>
12114
12115         GTK+ build fix for r30913.
12116
12117         Use UNICODE_CFLAGS for C++ sources as well as C sources.
12118
12119         * GNUmakefile.am:
12120
12121 2008-03-09  Jörg Billeter  <j@bitron.ch>
12122
12123         Reviewed by Alp Toker.
12124
12125         Conditionalise ICU for Unicode in the GTK+ port.
12126
12127         * GNUmakefile.am:
12128         * configure.ac:
12129
12130 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
12131
12132         Reviewed by Alp Toker.
12133
12134         http://bugs.webkit.org/show_bug.cgi?id=17644
12135         Build GTK on Mac OS X using native ICU library
12136
12137         Use Apple native ICU libraries when building GTK
12138         webkit on Mac OS.
12139
12140         * configure.ac:
12141
12142 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
12143
12144         Reviewed by Alp Toker.
12145
12146         Add ICU_CPPFLAGS earlier in include path for WebCore
12147         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
12148         the wtf/unicode/UTF8.h on case-insensitive file systems.
12149
12150         * GNUmakefile.am:
12151
12152 2008-03-02  Alp Toker  <alp@atoker.com>
12153
12154         Reviewed by Mark Rowe.
12155
12156         Split the WebKit GTK+ build out of the WebCore build and change the
12157         shared object name to match the package name.
12158
12159         * GNUmakefile.am:
12160
12161 2008-02-28  Alp Toker  <alp@atoker.com>
12162
12163         Fix a configure script typo spotted by Kalle Vahlman.
12164
12165         * configure.ac:
12166
12167 2008-02-26  Timothy Hatcher  <timothy@apple.com>
12168
12169         Reviewed by Darin Adler.
12170
12171         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
12172
12173         make 64: will build Intel-only 64-bit.
12174         make 64u: will build 4-way universal for PPC and Intel.
12175
12176         * Makefile:
12177         * Makefile.shared:
12178
12179 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12180
12181         Rubber stamped by Darin Adler.
12182
12183         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
12184         whitespaces introduced in the previous commit.
12185
12186         * GNUmakefile.am:
12187
12188 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12189
12190         Rubber-stamped by Darin Adler.
12191
12192         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
12193         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
12194
12195 2008-02-21  Alp Toker  <alp@atoker.com>
12196
12197         Fix a configure script typo.
12198
12199         * configure.ac:
12200
12201 2008-02-21  Alp Toker  <alp@atoker.com>
12202
12203         GTK+/autotools SVG experimental build fix
12204
12205         Don't enable SVG filters in --enable-svg-experimental.
12206
12207         This feature isn't supported at all yet. Developers can enable it
12208         explicitly by passing --enable-svg-filters if needed.
12209
12210         * configure.ac:
12211
12212 2008-02-21  Mike Auty  <mike.auty@gmail.com>
12213
12214         Reviewed by Alp Toker.
12215
12216         http://bugs.webkit.org/show_bug.cgi?id=17445
12217         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
12218
12219         The GNUmakefile.am files make use of the LDFLAGS variable to include library
12220         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
12221         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
12222
12223         The as-needed flag discards libraries whose functions have not been needed by
12224         earlier libraries, which therefore makes the ordering important.
12225
12226         This moves all -l library inclusion statements from LDFLAGS variables to
12227         LIBADD/LDADD variables.
12228
12229         * GNUmakefile.am:
12230
12231 2008-02-15  Alp Toker  <alp@atoker.com>
12232
12233         Reviewed by Holger.
12234
12235         GTK+ configure script cleanups
12236
12237         Categorize the configuration summary printout.
12238         Bump GTK+ requirement to 2.8.
12239         Rename 'webkit_target' to just 'target'.
12240         Don't check for pthread on Win32.
12241
12242         * configure.ac:
12243
12244 2008-02-14  Adam Roben  <aroben@apple.com>
12245
12246         Turn on cross-document messaging support by default
12247
12248         Reviewed by Darin Adler.
12249
12250         * configure.ac:
12251
12252 2008-02-14  Adam Roben  <aroben@apple.com>
12253
12254         Conditionalize cross-document messaging support
12255
12256         The cross-document messaging parts of HTML 5 are in flux and we want
12257         ports to be able to turn off the support as needed.
12258
12259         Note that the support is turned off by default right now. A subsequent
12260         commit will turn it on by default.
12261
12262         Reviewed by Darin Adler.
12263
12264         * configure.ac:
12265
12266 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
12267
12268         Reviewed by Alp Toker.
12269
12270         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
12271         to the CPPFLAGS for WebCore and WebKit
12272         Add a pkgconfig check for hildon-1 when --with-hildon specified
12273         Output the use of Hildon support in the summary
12274         Add HILDON_CPPFLAGS to webkitgtk_cppflags
12275         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
12276         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
12277
12278         * configure.ac:
12279         * GNUmakefile.am:
12280
12281 2008-02-08  Alp Toker  <alp@atoker.com>
12282
12283         Rubber-stamped by Maciej.
12284
12285         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
12286
12287         * configure.ac:
12288
12289 2008-02-06  Timothy Hatcher  <timothy@apple.com>
12290
12291         Rubber-stamped by Mark Rowe.
12292
12293         Dump of bugs.webkit.org's Bugzilla instance.
12294
12295         * BugsSite: Added.
12296         * BugsSite/.htaccess: Added.
12297         * BugsSite/Bugzilla: Added.
12298         * BugsSite/Bugzilla.pm: Added.
12299         * BugsSite/Bugzilla/.cvsignore: Added.
12300         * BugsSite/Bugzilla/.htaccess: Added.
12301         * BugsSite/Bugzilla/Attachment.pm: Added.
12302         * BugsSite/Bugzilla/Auth: Added.
12303         * BugsSite/Bugzilla/Auth.pm: Added.
12304         * BugsSite/Bugzilla/Auth/Login: Added.
12305         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
12306         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
12307         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
12308         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
12309         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
12310         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
12311         * BugsSite/Bugzilla/Auth/README: Added.
12312         * BugsSite/Bugzilla/Auth/Verify: Added.
12313         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
12314         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
12315         * BugsSite/Bugzilla/Bug.pm: Added.
12316         * BugsSite/Bugzilla/BugMail.pm: Added.
12317         * BugsSite/Bugzilla/CGI.pm: Added.
12318         * BugsSite/Bugzilla/Chart.pm: Added.
12319         * BugsSite/Bugzilla/Config.pm: Added.
12320         * BugsSite/Bugzilla/Constants.pm: Added.
12321         * BugsSite/Bugzilla/DB: Added.
12322         * BugsSite/Bugzilla/DB.pm: Added.
12323         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
12324         * BugsSite/Bugzilla/DB/Pg.pm: Added.
12325         * BugsSite/Bugzilla/DB/Schema: Added.
12326         * BugsSite/Bugzilla/DB/Schema.pm: Added.
12327         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
12328         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
12329         * BugsSite/Bugzilla/Error.pm: Added.
12330         * BugsSite/Bugzilla/Flag.pm: Added.
12331         * BugsSite/Bugzilla/FlagType.pm: Added.
12332         * BugsSite/Bugzilla/Group.pm: Added.
12333         * BugsSite/Bugzilla/Search.pm: Added.
12334         * BugsSite/Bugzilla/Series.pm: Added.
12335         * BugsSite/Bugzilla/Template: Added.
12336         * BugsSite/Bugzilla/Template.pm: Added.
12337         * BugsSite/Bugzilla/Template/Plugin: Added.
12338         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
12339         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
12340         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
12341         * BugsSite/Bugzilla/Token.pm: Added.
12342         * BugsSite/Bugzilla/User: Added.
12343         * BugsSite/Bugzilla/User.pm: Added.
12344         * BugsSite/Bugzilla/User/Setting.pm: Added.
12345         * BugsSite/Bugzilla/Util.pm: Added.
12346         * BugsSite/CGI.pl: Added.
12347         * BugsSite/PrettyPatch: Added.
12348         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
12349         * BugsSite/PrettyPatch/prettify.rb: Added.
12350         * BugsSite/QUICKSTART: Added.
12351         * BugsSite/README: Added.
12352         * BugsSite/UPGRADING: Added.
12353         * BugsSite/UPGRADING-pre-2.8: Added.
12354         * BugsSite/ant.jpg: Added.
12355         * BugsSite/attachment-aroben.cgi: Added.
12356         * BugsSite/attachment.cgi: Added.
12357         * BugsSite/buglist.cgi: Added.
12358         * BugsSite/bugzilla.dtd: Added.
12359         * BugsSite/chart.cgi: Added.
12360         * BugsSite/checksetup.pl: Added.
12361         * BugsSite/colchange.cgi: Added.
12362         * BugsSite/collectstats.pl: Added.
12363         * BugsSite/config.cgi: Added.
12364         * BugsSite/contrib: Added.
12365         * BugsSite/contrib/BugzillaEmail.pm: Added.
12366         * BugsSite/contrib/README: Added.
12367         * BugsSite/contrib/README.Mailif: Added.
12368         * BugsSite/contrib/bug_email.pl: Added.
12369         * BugsSite/contrib/bugmail_help.html: Added.
12370         * BugsSite/contrib/bugzilla-submit: Added.
12371         * BugsSite/contrib/bugzilla-submit/README: Added.
12372         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
12373         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
12374         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
12375         * BugsSite/contrib/bugzilla.procmailrc: Added.
12376         * BugsSite/contrib/bugzilla_email_append.pl: Added.
12377         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
12378         * BugsSite/contrib/bzdbcopy.pl: Added.
12379         * BugsSite/contrib/cmdline: Added.
12380         * BugsSite/contrib/cmdline/bugcount: Added.
12381         * BugsSite/contrib/cmdline/bugids: Added.
12382         * BugsSite/contrib/cmdline/buglist: Added.
12383         * BugsSite/contrib/cmdline/bugs: Added.
12384         * BugsSite/contrib/cmdline/bugslink: Added.
12385         * BugsSite/contrib/cmdline/makequery: Added.
12386         * BugsSite/contrib/cmdline/query.conf: Added.
12387         * BugsSite/contrib/cvs-update.pl: Added.
12388         * BugsSite/contrib/gnats2bz.pl: Added.
12389         * BugsSite/contrib/gnatsparse: Added.
12390         * BugsSite/contrib/gnatsparse/README: Added.
12391         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
12392         * BugsSite/contrib/gnatsparse/magic.py: Added.
12393         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
12394         * BugsSite/contrib/jb2bz.py: Added.
12395         * BugsSite/contrib/mysqld-watcher.pl: Added.
12396         * BugsSite/contrib/sendbugmail.pl: Added.
12397         * BugsSite/contrib/sendunsentbugmail.pl: Added.
12398         * BugsSite/contrib/syncLDAP.pl: Added.
12399         * BugsSite/contrib/yp_nomail.sh: Added.
12400         * BugsSite/createaccount.cgi: Added.
12401         * BugsSite/data: Added.
12402         * BugsSite/data/.htaccess: Added.
12403         * BugsSite/data/attachments: Added.
12404         * BugsSite/data/attachments/.htaccess: Added.
12405         * BugsSite/data/duplicates: Added.
12406         * BugsSite/data/mail: Added.
12407         * BugsSite/data/mimedump-tmp: Added.
12408         * BugsSite/data/mining: Added.
12409         * BugsSite/data/nomail: Added.
12410         * BugsSite/data/params: Added.
12411         * BugsSite/data/template: Added.
12412         * BugsSite/data/template/template: Added.
12413         * BugsSite/data/template/template/en: Added.
12414         * BugsSite/data/template/template/en/custom: Added.
12415         * BugsSite/data/template/template/en/custom/account: Added.
12416         * BugsSite/data/template/template/en/custom/account/auth: Added.
12417         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
12418         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
12419         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
12420         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
12421         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
12422         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
12423         * BugsSite/data/template/template/en/custom/account/email: Added.
12424         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
12425         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
12426         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
12427         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
12428         * BugsSite/data/template/template/en/custom/account/password: Added.
12429         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
12430         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
12431         * BugsSite/data/template/template/en/custom/account/prefs: Added.
12432         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
12433         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
12434         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
12435         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
12436         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
12437         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
12438         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
12439         * BugsSite/data/template/template/en/custom/admin: Added.
12440         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
12441         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
12442         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
12443         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
12444         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
12445         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
12446         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
12447         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
12448         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
12449         * BugsSite/data/template/template/en/custom/admin/components: Added.
12450         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
12451         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
12452         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
12453         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
12454         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
12455         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
12456         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
12457         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
12458         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
12459         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
12460         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
12461         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
12462         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
12463         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
12464         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
12465         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
12466         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
12467         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
12468         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
12469         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
12470         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
12471         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
12472         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
12473         * BugsSite/data/template/template/en/custom/admin/groups: Added.
12474         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
12475         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
12476         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
12477         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
12478         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
12479         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
12480         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
12481         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
12482         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
12483         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
12484         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
12485         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
12486         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
12487         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
12488         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
12489         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
12490         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
12491         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
12492         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
12493         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
12494         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
12495         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
12496         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
12497         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
12498         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
12499         * BugsSite/data/template/template/en/custom/admin/products: Added.
12500         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
12501         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
12502         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
12503         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
12504         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
12505         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
12506         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
12507         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
12508         * BugsSite/data/template/template/en/custom/admin/settings: Added.
12509         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
12510         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
12511         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
12512         * BugsSite/data/template/template/en/custom/admin/users: Added.
12513         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
12514         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
12515         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
12516         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
12517         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
12518         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
12519         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
12520         * BugsSite/data/template/template/en/custom/admin/versions: Added.
12521         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
12522         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
12523         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
12524         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
12525         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
12526         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
12527         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
12528         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
12529         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
12530         * BugsSite/data/template/template/en/custom/attachment: Added.
12531         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
12532         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
12533         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
12534         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
12535         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
12536         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
12537         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
12538         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
12539         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
12540         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
12541         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
12542         * BugsSite/data/template/template/en/custom/bug: Added.
12543         * BugsSite/data/template/template/en/custom/bug/activity: Added.
12544         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
12545         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
12546         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
12547         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
12548         * BugsSite/data/template/template/en/custom/bug/create: Added.
12549         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
12550         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
12551         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
12552         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
12553         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
12554         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
12555         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
12556         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
12557         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
12558         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
12559         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
12560         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
12561         * BugsSite/data/template/template/en/custom/bug/process: Added.
12562         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
12563         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
12564         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
12565         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
12566         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
12567         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
12568         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
12569         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
12570         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
12571         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
12572         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
12573         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
12574         * BugsSite/data/template/template/en/custom/bug/votes: Added.
12575         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
12576         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
12577         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
12578         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
12579         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
12580         * BugsSite/data/template/template/en/custom/flag: Added.
12581         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
12582         * BugsSite/data/template/template/en/custom/global: Added.
12583         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
12584         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
12585         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
12586         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
12587         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
12588         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
12589         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
12590         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
12591         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
12592         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
12593         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
12594         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
12595         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
12596         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
12597         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
12598         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
12599         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
12600         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
12601         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
12602         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
12603         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
12604         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
12605         * BugsSite/data/template/template/en/custom/list: Added.
12606         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
12607         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
12608         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
12609         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
12610         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
12611         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
12612         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
12613         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
12614         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
12615         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
12616         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
12617         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
12618         * BugsSite/data/template/template/en/custom/pages: Added.
12619         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
12620         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
12621         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
12622         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
12623         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
12624         * BugsSite/data/template/template/en/custom/reports: Added.
12625         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
12626         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
12627         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
12628         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
12629         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
12630         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
12631         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
12632         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
12633         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
12634         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
12635         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
12636         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
12637         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
12638         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
12639         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
12640         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
12641         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
12642         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
12643         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
12644         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
12645         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
12646         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
12647         * BugsSite/data/template/template/en/custom/request: Added.
12648         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
12649         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
12650         * BugsSite/data/template/template/en/custom/search: Added.
12651         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
12652         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
12653         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
12654         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
12655         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
12656         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
12657         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
12658         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
12659         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
12660         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
12661         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
12662         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
12663         * BugsSite/data/template/template/en/custom/whine: Added.
12664         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
12665         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
12666         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
12667         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
12668         * BugsSite/data/template/template/en/default: Added.
12669         * BugsSite/data/template/template/en/default/attachment: Added.
12670         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
12671         * BugsSite/data/template/template/en/default/list: Added.
12672         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
12673         * BugsSite/data/versioncache: Added.
12674         * BugsSite/data/versioncache.13P9L: Added.
12675         * BugsSite/data/versioncache.1lH1E: Added.
12676         * BugsSite/data/versioncache.3AnHd: Added.
12677         * BugsSite/data/versioncache.3Jmjt: Added.
12678         * BugsSite/data/versioncache.3JzIL: Added.
12679         * BugsSite/data/versioncache.77b4y: Added.
12680         * BugsSite/data/versioncache.7VzyU: Added.
12681         * BugsSite/data/versioncache.EQdAm: Added.
12682         * BugsSite/data/versioncache.EouAG: Added.
12683         * BugsSite/data/versioncache.LJ5n1: Added.
12684         * BugsSite/data/versioncache.Lb0fW: Added.
12685         * BugsSite/data/versioncache.PyAd8: Added.
12686         * BugsSite/data/versioncache.SFyse: Added.
12687         * BugsSite/data/versioncache.SkTTg: Added.
12688         * BugsSite/data/versioncache.VVO7E: Added.
12689         * BugsSite/data/versioncache.XbxgU: Added.
12690         * BugsSite/data/versioncache.Yezqr: Added.
12691         * BugsSite/data/versioncache.dtzIv: Added.
12692         * BugsSite/data/versioncache.jzpeh: Added.
12693         * BugsSite/data/versioncache.pbn6U: Added.
12694         * BugsSite/data/versioncache.qyixS: Added.
12695         * BugsSite/data/versioncache.sBMdb: Added.
12696         * BugsSite/data/versioncache.xNi34: Added.
12697         * BugsSite/data/webdot: Added.
12698         * BugsSite/data/webdot/.htaccess: Added.
12699         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
12700         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
12701         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
12702         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
12703         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
12704         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
12705         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
12706         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
12707         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
12708         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
12709         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
12710         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
12711         * BugsSite/data/webdot/c412GYaHch.dot: Added.
12712         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
12713         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
12714         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
12715         * BugsSite/defparams.pl: Added.
12716         * BugsSite/describecomponents.cgi: Added.
12717         * BugsSite/describekeywords.cgi: Added.
12718         * BugsSite/describekeywords.cgi.bak: Added.
12719         * BugsSite/docs: Added.
12720         * BugsSite/docs/.cvsignore: Added.
12721         * BugsSite/docs/README.docs: Added.
12722         * BugsSite/docs/html: Added.
12723         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
12724         * BugsSite/docs/html/about.html: Added.
12725         * BugsSite/docs/html/administration.html: Added.
12726         * BugsSite/docs/html/bug_page.html: Added.
12727         * BugsSite/docs/html/bugreports.html: Added.
12728         * BugsSite/docs/html/cmdline-bugmail.html: Added.
12729         * BugsSite/docs/html/cmdline.html: Added.
12730         * BugsSite/docs/html/components.html: Added.
12731         * BugsSite/docs/html/configuration.html: Added.
12732         * BugsSite/docs/html/conventions.html: Added.
12733         * BugsSite/docs/html/copyright.html: Added.
12734         * BugsSite/docs/html/credits.html: Added.
12735         * BugsSite/docs/html/cust-change-permissions.html: Added.
12736         * BugsSite/docs/html/cust-hooks.html: Added.
12737         * BugsSite/docs/html/cust-templates.html: Added.
12738         * BugsSite/docs/html/customization.html: Added.
12739         * BugsSite/docs/html/dbdoc.html: Added.
12740         * BugsSite/docs/html/dbmodify.html: Added.
12741         * BugsSite/docs/html/disclaimer.html: Added.
12742         * BugsSite/docs/html/extraconfig.html: Added.
12743         * BugsSite/docs/html/faq.html: Added.
12744         * BugsSite/docs/html/flags-overview.html: Added.
12745         * BugsSite/docs/html/flags.html: Added.
12746         * BugsSite/docs/html/general-advice.html: Added.
12747         * BugsSite/docs/html/gfdl-0.html: Added.
12748         * BugsSite/docs/html/gfdl-1.html: Added.
12749         * BugsSite/docs/html/gfdl-10.html: Added.
12750         * BugsSite/docs/html/gfdl-2.html: Added.
12751         * BugsSite/docs/html/gfdl-3.html: Added.
12752         * BugsSite/docs/html/gfdl-4.html: Added.
12753         * BugsSite/docs/html/gfdl-5.html: Added.
12754         * BugsSite/docs/html/gfdl-6.html: Added.
12755         * BugsSite/docs/html/gfdl-7.html: Added.
12756         * BugsSite/docs/html/gfdl-8.html: Added.
12757         * BugsSite/docs/html/gfdl-9.html: Added.
12758         * BugsSite/docs/html/gfdl-howto.html: Added.
12759         * BugsSite/docs/html/gfdl.html: Added.
12760         * BugsSite/docs/html/glossary.html: Added.
12761         * BugsSite/docs/html/groups.html: Added.
12762         * BugsSite/docs/html/hintsandtips.html: Added.
12763         * BugsSite/docs/html/index.html: Added.
12764         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
12765         * BugsSite/docs/html/installation.html: Added.
12766         * BugsSite/docs/html/installing-bugzilla.html: Added.
12767         * BugsSite/docs/html/integration.html: Added.
12768         * BugsSite/docs/html/lifecycle.html: Added.
12769         * BugsSite/docs/html/list.html: Added.
12770         * BugsSite/docs/html/milestones.html: Added.
12771         * BugsSite/docs/html/modules-manual-download.html: Added.
12772         * BugsSite/docs/html/modules-manual-instructions.html: Added.
12773         * BugsSite/docs/html/modules-manual-optional.html: Added.
12774         * BugsSite/docs/html/myaccount.html: Added.
12775         * BugsSite/docs/html/newversions.html: Added.
12776         * BugsSite/docs/html/nonroot.html: Added.
12777         * BugsSite/docs/html/os-specific.html: Added.
12778         * BugsSite/docs/html/parameters.html: Added.
12779         * BugsSite/docs/html/paranoid-security.html: Added.
12780         * BugsSite/docs/html/patches.html: Added.
12781         * BugsSite/docs/html/patchviewer.html: Added.
12782         * BugsSite/docs/html/products.html: Added.
12783         * BugsSite/docs/html/query.html: Added.
12784         * BugsSite/docs/html/quips.html: Added.
12785         * BugsSite/docs/html/reporting.html: Added.
12786         * BugsSite/docs/html/security-bugzilla.html: Added.
12787         * BugsSite/docs/html/security-mysql.html: Added.
12788         * BugsSite/docs/html/security-os.html: Added.
12789         * BugsSite/docs/html/security-webserver.html: Added.
12790         * BugsSite/docs/html/security.html: Added.
12791         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
12792         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
12793         * BugsSite/docs/html/trbl-index.html: Added.
12794         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
12795         * BugsSite/docs/html/trbl-perlmodule.html: Added.
12796         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
12797         * BugsSite/docs/html/trbl-testserver.html: Added.
12798         * BugsSite/docs/html/trouble-filetemp.html: Added.
12799         * BugsSite/docs/html/troubleshooting.html: Added.
12800         * BugsSite/docs/html/upgrading.html: Added.
12801         * BugsSite/docs/html/useradmin.html: Added.
12802         * BugsSite/docs/html/userpreferences.html: Added.
12803         * BugsSite/docs/html/using-intro.html: Added.
12804         * BugsSite/docs/html/using.html: Added.
12805         * BugsSite/docs/html/versions.html: Added.
12806         * BugsSite/docs/html/voting.html: Added.
12807         * BugsSite/docs/html/whining.html: Added.
12808         * BugsSite/docs/html/x3190.html: Added.
12809         * BugsSite/docs/images: Added.
12810         * BugsSite/docs/images/bzLifecycle.png: Added.
12811         * BugsSite/docs/images/bzLifecycle.xml: Added.
12812         * BugsSite/docs/images/callouts: Added.
12813         * BugsSite/docs/images/callouts/1.gif: Added.
12814         * BugsSite/docs/images/callouts/2.gif: Added.
12815         * BugsSite/docs/images/callouts/3.gif: Added.
12816         * BugsSite/docs/images/caution.gif: Added.
12817         * BugsSite/docs/images/note.gif: Added.
12818         * BugsSite/docs/images/tip.gif: Added.
12819         * BugsSite/docs/images/warning.gif: Added.
12820         * BugsSite/docs/makedocs.pl: Added.
12821         * BugsSite/docs/pdf: Added.
12822         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
12823         * BugsSite/docs/rel_notes.txt: Added.
12824         * BugsSite/docs/txt: Added.
12825         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
12826         * BugsSite/docs/xml: Added.
12827         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
12828         * BugsSite/docs/xml/about.xml: Added.
12829         * BugsSite/docs/xml/administration.xml: Added.
12830         * BugsSite/docs/xml/conventions.xml: Added.
12831         * BugsSite/docs/xml/customization.xml: Added.
12832         * BugsSite/docs/xml/dbschema.mysql: Added.
12833         * BugsSite/docs/xml/faq.xml: Added.
12834         * BugsSite/docs/xml/filetemp.patch: Added.
12835         * BugsSite/docs/xml/gfdl.xml: Added.
12836         * BugsSite/docs/xml/glossary.xml: Added.
12837         * BugsSite/docs/xml/index.xml: Added.
12838         * BugsSite/docs/xml/installation.xml: Added.
12839         * BugsSite/docs/xml/integration.xml: Added.
12840         * BugsSite/docs/xml/introduction.xml: Added.
12841         * BugsSite/docs/xml/modules.xml: Added.
12842         * BugsSite/docs/xml/patches.xml: Added.
12843         * BugsSite/docs/xml/requiredsoftware.xml: Added.
12844         * BugsSite/docs/xml/security.xml: Added.
12845         * BugsSite/docs/xml/troubleshooting.xml: Added.
12846         * BugsSite/docs/xml/using.xml: Added.
12847         * BugsSite/doeditparams.cgi: Added.
12848         * BugsSite/duplicates.cgi: Added.
12849         * BugsSite/duplicates.xul: Added.
12850         * BugsSite/editclassifications.cgi: Added.
12851         * BugsSite/editcomponents.cgi: Added.
12852         * BugsSite/editflagtypes.cgi: Added.
12853         * BugsSite/editgroups.cgi: Added.
12854         * BugsSite/editkeywords.cgi: Added.
12855         * BugsSite/editmilestones.cgi: Added.
12856         * BugsSite/editparams.cgi: Added.
12857         * BugsSite/editproducts.cgi: Added.
12858         * BugsSite/editsettings.cgi: Added.
12859         * BugsSite/editusers.cgi: Added.
12860         * BugsSite/editvalues.cgi: Added.
12861         * BugsSite/editversions.cgi: Added.
12862         * BugsSite/editwhines.cgi: Added.
12863         * BugsSite/enter_bug.cgi: Added.
12864         * BugsSite/favicon.ico: Added.
12865         * BugsSite/globals.pl: Added.
12866         * BugsSite/graphs: Added.
12867         * BugsSite/images: Added.
12868         * BugsSite/images/padlock.png: Added.
12869         * BugsSite/importxml.pl: Added.
12870         * BugsSite/index.cgi: Added.
12871         * BugsSite/js: Added.
12872         * BugsSite/js/duplicates.js: Added.
12873         * BugsSite/js/productform.js: Added.
12874         * BugsSite/localconfig.js: Added.
12875         * BugsSite/long_list.cgi: Added.
12876         * BugsSite/move.pl: Added.
12877         * BugsSite/page.cgi: Added.
12878         * BugsSite/post_bug.cgi: Added.
12879         * BugsSite/process_bug.cgi: Added.
12880         * BugsSite/productmenu.js: Added.
12881         * BugsSite/query.cgi: Added.
12882         * BugsSite/quicksearch.html: Added.
12883         * BugsSite/quicksearch.js: Added.
12884         * BugsSite/quicksearchhack.html: Added.
12885         * BugsSite/quips.cgi: Added.
12886         * BugsSite/relogin.cgi: Added.
12887         * BugsSite/report.cgi: Added.
12888         * BugsSite/reports.cgi: Added.
12889         * BugsSite/request.cgi: Added.
12890         * BugsSite/robots.txt: Added.
12891         * BugsSite/runtests.pl: Added.
12892         * BugsSite/sanitycheck.cgi: Added.
12893         * BugsSite/show_activity.cgi: Added.
12894         * BugsSite/show_bug.cgi: Added.
12895         * BugsSite/showattachment.cgi: Added.
12896         * BugsSite/showdependencygraph.cgi: Added.
12897         * BugsSite/showdependencytree.cgi: Added.
12898         * BugsSite/sidebar.cgi: Added.
12899         * BugsSite/skins: Added.
12900         * BugsSite/skins/.cvsignore: Added.
12901         * BugsSite/skins/custom: Added.
12902         * BugsSite/skins/custom/admin.css: Added.
12903         * BugsSite/skins/custom/buglist.css: Added.
12904         * BugsSite/skins/custom/duplicates.css: Added.
12905         * BugsSite/skins/custom/editusers.css: Added.
12906         * BugsSite/skins/custom/global.css: Added.
12907         * BugsSite/skins/custom/index.css: Added.
12908         * BugsSite/skins/custom/opendarwin.gif: Added.
12909         * BugsSite/skins/custom/panel.css: Added.
12910         * BugsSite/skins/custom/show_multiple.css: Added.
12911         * BugsSite/skins/custom/summarize-time.css: Added.
12912         * BugsSite/skins/custom/voting.css: Added.
12913         * BugsSite/skins/standard: Added.
12914         * BugsSite/skins/standard/admin.css: Added.
12915         * BugsSite/skins/standard/buglist.css: Added.
12916         * BugsSite/skins/standard/duplicates.css: Added.
12917         * BugsSite/skins/standard/editusers.css: Added.
12918         * BugsSite/skins/standard/global: Added.
12919         * BugsSite/skins/standard/global.css: Added.
12920         * BugsSite/skins/standard/global/body-back.gif: Added.
12921         * BugsSite/skins/standard/global/header.png: Added.
12922         * BugsSite/skins/standard/index: Added.
12923         * BugsSite/skins/standard/index.css: Added.
12924         * BugsSite/skins/standard/index/front.jpg: Added.
12925         * BugsSite/skins/standard/index/front.png: Added.
12926         * BugsSite/skins/standard/panel.css: Added.
12927         * BugsSite/skins/standard/show_multiple.css: Added.
12928         * BugsSite/skins/standard/summarize-time.css: Added.
12929         * BugsSite/skins/standard/voting.css: Added.
12930         * BugsSite/summarize_time.cgi: Added.
12931         * BugsSite/t: Added.
12932         * BugsSite/t/001compile.t: Added.
12933         * BugsSite/t/002goodperl.t: Added.
12934         * BugsSite/t/003safesys.t: Added.
12935         * BugsSite/t/004template.t: Added.
12936         * BugsSite/t/005no_tabs.t: Added.
12937         * BugsSite/t/006spellcheck.t: Added.
12938         * BugsSite/t/007util.t: Added.
12939         * BugsSite/t/008filter.t: Added.
12940         * BugsSite/t/009bugwords.t: Added.
12941         * BugsSite/t/011pod.t: Added.
12942         * BugsSite/t/Support: Added.
12943         * BugsSite/t/Support/Files.pm: Added.
12944         * BugsSite/t/Support/Systemexec.pm: Added.
12945         * BugsSite/t/Support/Templates.pm: Added.
12946         * BugsSite/t/testchart.gif: Added.
12947         * BugsSite/t/testchart.png: Added.
12948         * BugsSite/t/testgd.png: Added.
12949         * BugsSite/template: Added.
12950         * BugsSite/template/.cvsignore: Added.
12951         * BugsSite/template/.htaccess: Added.
12952         * BugsSite/template/en: Added.
12953         * BugsSite/template/en/.cvsignore: Added.
12954         * BugsSite/template/en/custom: Added.
12955         * BugsSite/template/en/custom/account: Added.
12956         * BugsSite/template/en/custom/account/auth: Added.
12957         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
12958         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
12959         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
12960         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
12961         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
12962         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
12963         * BugsSite/template/en/custom/account/email: Added.
12964         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
12965         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
12966         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
12967         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
12968         * BugsSite/template/en/custom/account/password: Added.
12969         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
12970         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
12971         * BugsSite/template/en/custom/account/prefs: Added.
12972         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
12973         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
12974         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
12975         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
12976         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
12977         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
12978         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
12979         * BugsSite/template/en/custom/admin: Added.
12980         * BugsSite/template/en/custom/admin/classifications: Added.
12981         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
12982         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
12983         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
12984         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
12985         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
12986         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
12987         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
12988         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
12989         * BugsSite/template/en/custom/admin/components: Added.
12990         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
12991         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
12992         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
12993         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
12994         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
12995         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
12996         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
12997         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
12998         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
12999         * BugsSite/template/en/custom/admin/fieldvalues: Added.
13000         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
13001         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
13002         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
13003         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
13004         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
13005         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
13006         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
13007         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
13008         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
13009         * BugsSite/template/en/custom/admin/flag-type: Added.
13010         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
13011         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
13012         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
13013         * BugsSite/template/en/custom/admin/groups: Added.
13014         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
13015         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
13016         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
13017         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
13018         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
13019         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
13020         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
13021         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
13022         * BugsSite/template/en/custom/admin/keywords: Added.
13023         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
13024         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
13025         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
13026         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
13027         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
13028         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
13029         * BugsSite/template/en/custom/admin/milestones: Added.
13030         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
13031         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
13032         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
13033         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
13034         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
13035         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
13036         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
13037         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
13038         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
13039         * BugsSite/template/en/custom/admin/products: Added.
13040         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
13041         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
13042         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
13043         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
13044         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
13045         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
13046         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
13047         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
13048         * BugsSite/template/en/custom/admin/settings: Added.
13049         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
13050         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
13051         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
13052         * BugsSite/template/en/custom/admin/users: Added.
13053         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
13054         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
13055         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
13056         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
13057         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
13058         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
13059         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
13060         * BugsSite/template/en/custom/admin/versions: Added.
13061         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
13062         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
13063         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
13064         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
13065         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
13066         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
13067         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
13068         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
13069         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
13070         * BugsSite/template/en/custom/attachment: Added.
13071         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
13072         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
13073         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
13074         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
13075         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
13076         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
13077         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
13078         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
13079         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
13080         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
13081         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
13082         * BugsSite/template/en/custom/bug: Added.
13083         * BugsSite/template/en/custom/bug/activity: Added.
13084         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
13085         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
13086         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
13087         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
13088         * BugsSite/template/en/custom/bug/create: Added.
13089         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
13090         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
13091         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
13092         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
13093         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
13094         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
13095         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
13096         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
13097         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
13098         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
13099         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
13100         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
13101         * BugsSite/template/en/custom/bug/process: Added.
13102         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
13103         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
13104         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
13105         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
13106         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
13107         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
13108         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
13109         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
13110         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
13111         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
13112         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
13113         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
13114         * BugsSite/template/en/custom/bug/votes: Added.
13115         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
13116         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
13117         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
13118         * BugsSite/template/en/custom/config.js.tmpl: Added.
13119         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
13120         * BugsSite/template/en/custom/filterexceptions.pl: Added.
13121         * BugsSite/template/en/custom/flag: Added.
13122         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
13123         * BugsSite/template/en/custom/global: Added.
13124         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
13125         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
13126         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
13127         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
13128         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
13129         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
13130         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
13131         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
13132         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
13133         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
13134         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
13135         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
13136         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
13137         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
13138         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
13139         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
13140         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
13141         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
13142         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
13143         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
13144         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
13145         * BugsSite/template/en/custom/index.html.tmpl: Added.
13146         * BugsSite/template/en/custom/list: Added.
13147         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
13148         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
13149         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
13150         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
13151         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
13152         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
13153         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
13154         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
13155         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
13156         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
13157         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
13158         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
13159         * BugsSite/template/en/custom/pages: Added.
13160         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
13161         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
13162         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
13163         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
13164         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
13165         * BugsSite/template/en/custom/reports: Added.
13166         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
13167         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
13168         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
13169         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
13170         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
13171         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
13172         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
13173         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
13174         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
13175         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
13176         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
13177         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
13178         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
13179         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
13180         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
13181         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
13182         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
13183         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
13184         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
13185         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
13186         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
13187         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
13188         * BugsSite/template/en/custom/request: Added.
13189         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
13190         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
13191         * BugsSite/template/en/custom/search: Added.
13192         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
13193         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
13194         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
13195         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
13196         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
13197         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
13198         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
13199         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
13200         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
13201         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
13202         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
13203         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
13204         * BugsSite/template/en/custom/whine: Added.
13205         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
13206         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
13207         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
13208         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
13209         * BugsSite/template/en/default: Added.
13210         * BugsSite/template/en/default/account: Added.
13211         * BugsSite/template/en/default/account/auth: Added.
13212         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
13213         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
13214         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
13215         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
13216         * BugsSite/template/en/default/account/create.html.tmpl: Added.
13217         * BugsSite/template/en/default/account/created.html.tmpl: Added.
13218         * BugsSite/template/en/default/account/email: Added.
13219         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
13220         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
13221         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
13222         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
13223         * BugsSite/template/en/default/account/password: Added.
13224         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
13225         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
13226         * BugsSite/template/en/default/account/prefs: Added.
13227         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
13228         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
13229         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
13230         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
13231         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
13232         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
13233         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
13234         * BugsSite/template/en/default/admin: Added.
13235         * BugsSite/template/en/default/admin/classifications: Added.
13236         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
13237         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
13238         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
13239         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
13240         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
13241         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
13242         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
13243         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
13244         * BugsSite/template/en/default/admin/components: Added.
13245         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
13246         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
13247         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
13248         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
13249         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
13250         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
13251         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
13252         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
13253         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
13254         * BugsSite/template/en/default/admin/fieldvalues: Added.
13255         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
13256         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
13257         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
13258         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
13259         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
13260         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
13261         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
13262         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
13263         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
13264         * BugsSite/template/en/default/admin/flag-type: Added.
13265         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
13266         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
13267         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
13268         * BugsSite/template/en/default/admin/groups: Added.
13269         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
13270         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
13271         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
13272         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
13273         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
13274         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
13275         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
13276         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
13277         * BugsSite/template/en/default/admin/keywords: Added.
13278         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
13279         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
13280         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
13281         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
13282         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
13283         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
13284         * BugsSite/template/en/default/admin/milestones: Added.
13285         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
13286         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
13287         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
13288         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
13289         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
13290         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
13291         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
13292         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
13293         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
13294         * BugsSite/template/en/default/admin/products: Added.
13295         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
13296         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
13297         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
13298         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
13299         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
13300         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
13301         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
13302         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
13303         * BugsSite/template/en/default/admin/settings: Added.
13304         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
13305         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
13306         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
13307         * BugsSite/template/en/default/admin/users: Added.
13308         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
13309         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
13310         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
13311         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
13312         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
13313         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
13314         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
13315         * BugsSite/template/en/default/admin/versions: Added.
13316         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
13317         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
13318         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
13319         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
13320         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
13321         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
13322         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
13323         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
13324         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
13325         * BugsSite/template/en/default/attachment: Added.
13326         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
13327         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
13328         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
13329         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
13330         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
13331         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
13332         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
13333         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
13334         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
13335         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
13336         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
13337         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
13338         * BugsSite/template/en/default/bug: Added.
13339         * BugsSite/template/en/default/bug/activity: Added.
13340         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
13341         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
13342         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
13343         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
13344         * BugsSite/template/en/default/bug/create: Added.
13345         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
13346         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
13347         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
13348         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
13349         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
13350         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
13351         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
13352         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
13353         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
13354         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
13355         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
13356         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
13357         * BugsSite/template/en/default/bug/process: Added.
13358         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
13359         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
13360         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
13361         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
13362         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
13363         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
13364         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
13365         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
13366         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
13367         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
13368         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
13369         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
13370         * BugsSite/template/en/default/bug/votes: Added.
13371         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
13372         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
13373         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
13374         * BugsSite/template/en/default/config.js.tmpl: Added.
13375         * BugsSite/template/en/default/config.rdf.tmpl: Added.
13376         * BugsSite/template/en/default/filterexceptions.pl: Added.
13377         * BugsSite/template/en/default/flag: Added.
13378         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
13379         * BugsSite/template/en/default/global: Added.
13380         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
13381         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
13382         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
13383         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
13384         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
13385         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
13386         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
13387         * BugsSite/template/en/default/global/header.html.tmpl: Added.
13388         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
13389         * BugsSite/template/en/default/global/help.html.tmpl: Added.
13390         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
13391         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
13392         * BugsSite/template/en/default/global/message.html.tmpl: Added.
13393         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
13394         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
13395         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
13396         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
13397         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
13398         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
13399         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
13400         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
13401         * BugsSite/template/en/default/index.html.tmpl: Added.
13402         * BugsSite/template/en/default/list: Added.
13403         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
13404         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
13405         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
13406         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
13407         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
13408         * BugsSite/template/en/default/list/list.html.tmpl: Added.
13409         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
13410         * BugsSite/template/en/default/list/list.js.tmpl: Added.
13411         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
13412         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
13413         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
13414         * BugsSite/template/en/default/list/table.html.tmpl: Added.
13415         * BugsSite/template/en/default/pages: Added.
13416         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
13417         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
13418         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
13419         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
13420         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
13421         * BugsSite/template/en/default/reports: Added.
13422         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
13423         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
13424         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
13425         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
13426         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
13427         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
13428         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
13429         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
13430         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
13431         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
13432         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
13433         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
13434         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
13435         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
13436         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
13437         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
13438         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
13439         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
13440         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
13441         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
13442         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
13443         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
13444         * BugsSite/template/en/default/request: Added.
13445         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
13446         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
13447         * BugsSite/template/en/default/search: Added.
13448         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
13449         * BugsSite/template/en/default/search/form.html.tmpl: Added.
13450         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
13451         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
13452         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
13453         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
13454         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
13455         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
13456         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
13457         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
13458         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
13459         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
13460         * BugsSite/template/en/default/whine: Added.
13461         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
13462         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
13463         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
13464         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
13465         * BugsSite/template/en/extension: Added.
13466         * BugsSite/template/en/extension/filterexceptions.pl: Added.
13467         * BugsSite/testagent.cgi: Added.
13468         * BugsSite/testserver.pl: Added.
13469         * BugsSite/token.cgi: Added.
13470         * BugsSite/userprefs.cgi: Added.
13471         * BugsSite/votes.cgi: Added.
13472         * BugsSite/whine.pl: Added.
13473         * BugsSite/whineatnews.pl: Added.
13474         * BugsSite/xml.cgi: Added.
13475
13476 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13477
13478         Reviewed by Alp Toker and Mark Rowe.
13479
13480         http://bugs.webkit.org/show_bug.cgi?id=16618
13481         [GTK] build-webkit and run-webkit-tests autootools support
13482
13483         Add support for the autotools build to the WebKit build and test
13484         scripts.
13485
13486 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
13487
13488         Reviewed by Alp Toker and Mark Rowe.
13489
13490         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
13491         Bug 17175: Use of C++ compiler flags in CFLAGS
13492
13493         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
13494         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
13495
13496         * GNUmakefile.am:
13497
13498 2008-02-04  Alp Toker  <alp@atoker.com>
13499
13500         Rubber-stamped by Mark Rowe.
13501
13502         Remove all trailing whitespace in the GTK+ port and related
13503         components.
13504
13505         * GNUmakefile.am:
13506         * configure.ac:
13507
13508 2008-01-31  Alp Toker  <alp@atoker.com>
13509
13510         Reviewed by Mark Rowe.
13511
13512         Fix the pkg-config file to follow GTK+ package naming and versioning
13513         conventions.
13514
13515         Remove unneeded dependency listings.
13516
13517         * GNUmakefile.am:
13518         * configure.ac:
13519
13520 2008-01-31  Alp Toker  <alp@atoker.com>
13521
13522         Rubber-stamped by Adam Roben.
13523
13524         http://bugs.webkit.org/show_bug.cgi?id=17006
13525         [GTK] Header path should be webkit/webkit.h
13526
13527         Move the GTK+ API sources as needed and update the build systems.
13528
13529         * GNUmakefile.am:
13530         * WebKit.pri:
13531
13532 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13533
13534         Reviewed by Alp Toker.
13535
13536         http://bugs.webkit.org/show_bug.cgi?id=14811
13537         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
13538
13539         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
13540
13541 2008-01-26  Mark Rowe  <mrowe@apple.com>
13542
13543         Reviewed by Alp Toker.
13544
13545         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
13546         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
13547
13548         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
13549         with other system commands.  Check for the presence of glibtoolize if libtoolize
13550         cannot be found.
13551
13552         * autogen.sh:
13553
13554 2008-01-23  Alp Toker  <alp@atoker.com>
13555
13556         Rubber-stamped by Mark Rowe.
13557
13558         Remove whitespace after -I in automake include lists.
13559
13560         * GNUmakefile.am:
13561
13562 2008-01-22  Christian Dywan  <christian@imendio.com>
13563
13564         Reviewed by Alp Toker.
13565
13566         [GTK] API: WebKitWebSettings is not usable
13567         http://bugs.webkit.org/show_bug.cgi?id=16219
13568
13569         Implement WebKitWebSettings.
13570
13571         * GNUmakefile.am:
13572
13573 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
13574
13575         Reviewed by Lars.
13576
13577         Don't compile the ICO plugin when building against Qt >= 4.4
13578
13579
13580         * WebKit.pro:
13581
13582 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13583
13584         Reviewed by Alp Toker.
13585
13586         http://bugs.webkit.org/show_bug.cgi?id=16955
13587         Get errors when cross-compile webkit-gtk
13588
13589         * GNUmakefile.am: added ICU_CPPFLAGS
13590         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
13591
13592 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13593
13594         Reviewed by Alp Toker.
13595
13596         Add svg foreign object and svg experimental to the GTK+/autotools
13597         build system.
13598
13599         * configure.ac:
13600
13601 2008-01-15  Alp Toker  <alp@atoker.com>
13602
13603         Rubber-stamped by Anders.
13604
13605         Make the HTTP backend configurable in the GTK+ port. curl is currently
13606         the only option.
13607
13608         * GNUmakefile.am:
13609         * WebKit.pri:
13610         * configure.ac:
13611
13612 2008-01-15  Alp Toker  <alp@atoker.com>
13613
13614         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
13615         flags only when they're available.
13616
13617         Additionally, use -fvisibility-inlines-hidden in both debug and
13618         release builds when available to match the Mac build.
13619
13620         * GNUmakefile.am:
13621         * configure.ac:
13622
13623 2008-01-12  Alp Toker  <alp@atoker.com>
13624
13625         Reviewed by Mark Rowe.
13626
13627         Hide non-public symbols in GTK+/autotools release builds.
13628
13629         * GNUmakefile.am:
13630
13631 2008-01-11  Alp Toker  <alp@atoker.com>
13632
13633         Reviewed by Oliver Hunt.
13634
13635         Enable FastMalloc by default in GTK+/autotools and add a configure
13636         switch.
13637
13638         * GNUmakefile.am:
13639         * configure.ac:
13640
13641 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
13642
13643         Reviewed by Alp Toker.
13644
13645         http://bugs.webkit.org/show_bug.cgi?id=16838
13646         [GTK] Bad autotools debug and video options
13647
13648         Fix some configure options.
13649
13650         * configure.ac:
13651
13652 2008-01-11  Mark Rowe  <mrowe@apple.com>
13653
13654         Attempt to fix the GTK+ and Qt builds.
13655
13656         * WebKit.pro:
13657
13658 2008-01-10  Alp Toker  <alp@atoker.com>
13659
13660         SVG font build fix for GTK+/autotools.
13661
13662         * configure.ac:
13663
13664 2008-01-05  Alp Toker  <alp@atoker.com>
13665
13666         Rubber-stamped by Mark Rowe.
13667
13668         Fix configure script output with correct descriptions of the default
13669         configuration options.
13670
13671         * configure.ac:
13672
13673 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
13674
13675         Reviewed by Alp Toker.
13676
13677         http://bugs.webkit.org/show_bug.cgi?id=16736
13678         Allow autogen.sh invocation from a separate build directory.
13679
13680         * autogen.sh:
13681
13682 2008-01-04  Alp Toker  <alp@atoker.com>
13683
13684         Rubber-stamped by Mark Rowe.
13685
13686         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
13687         "rebuild rules" will now be enabled by default.
13688
13689         This obviates the need to pass '--enable-maintainer-mode' to
13690         configure.
13691
13692         * configure.ac:
13693
13694 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
13695
13696         Rubber stamped by Alp.
13697
13698         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
13699         the build. At least people doing a debug build on Ubuntu Hardy will see
13700         the breakage. I was asked to leave the flags inside the files to ease future
13701         debugging.
13702
13703         * GNUmakefile.am:
13704         * WebKit.pri:
13705
13706 2008-01-01  Alp Toker  <alp@atoker.com>
13707
13708         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
13709         correct parameter to AM_INIT_AUTOMAKE.
13710
13711         * configure.ac:
13712
13713 2007-12-30  Alp Toker  <alp@atoker.com>
13714
13715         Build fix for older autoconf versions.
13716
13717         * configure.ac:
13718
13719 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13720
13721         Reviewed by Alp Toker.
13722
13723         Enable Database, XPath and XSLT features by default
13724
13725         * configure.ac:
13726
13727 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13728
13729         Reviewed by Alp Toker.
13730
13731         http://bugs.webkit.org/show_bug.cgi?id=16669
13732         autotools update and fixes
13733
13734         Various fixes to the autotools build
13735
13736         * GNUmakefile.am:
13737           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
13738           - Fix clean rules (Rodney Dawes)
13739           - Added webcore specific variables, remove STDINT_H and
13740             PTHREAD_NP_H checks (already included in config.h)
13741         * autogen.sh:
13742           - Loosen automake and aclocal requirement
13743         * configure.ac:
13744           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
13745             when doing a debug build (Rodney Dawes)
13746           - Fix webkit target and remove traces of XBL
13747
13748 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13749
13750         Reviewed by Alp Toker.
13751
13752         http://bugs.webkit.org/show_bug.cgi?id=16353
13753         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
13754
13755         Added the flags mentioned in the bug only when doing 'debug'
13756         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
13757
13758         * GNUmakefile.am:
13759         * WebKit.pri:
13760
13761 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13762
13763         Reviewed by Alp Toker.
13764
13765         http://bugs.webkit.org/show_bug.cgi?id=16390
13766         Use autotools or GNU make as the build system for the GTK port
13767
13768         * GNUmakefile.am: Added.
13769         * autogen.sh: Added.
13770         * configure.ac: Added.
13771
13772 2007-12-20  Alp Toker  <alp@atoker.com>
13773
13774         Rubber-stamped by Maciej.
13775
13776         http://bugs.webkit.org/show_bug.cgi?id=16542
13777         [GTK] Text is missing with old Pango version
13778
13779         Back out commits r28880, r28876, r28865, r28864 which added Pango font
13780         selection support. These changes caused a regression where no text was
13781         displayed with older Pango versions.
13782
13783         * WebKit.pri:
13784
13785 2007-12-19  Alp Toker  <alp@atoker.com>
13786
13787         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
13788         cairo-ft directly following changes in r28864.
13789
13790         * WebKit.pri:
13791
13792 2007-12-12  Alp Toker  <alp@atoker.com>
13793
13794         Reviewed by Mark Rowe.
13795
13796         http://bugs.webkit.org/show_bug.cgi?id=16302
13797         [GTK] Compiler flags for optimization
13798
13799         Use the compiler flags -fno-exceptions -fno-rtti.
13800
13801         This patch does not add all the flags discussed in the bug report,
13802         only these two.
13803
13804         * WebKit.pri:
13805
13806 2007-12-04  Xan Lopez  <xan@gnome.org>
13807
13808         Reviewed by Alp Toker.
13809
13810         http://bugs.webkit.org/show_bug.cgi?id=15561
13811         GTK port needs DumpRenderTree implementation
13812
13813         Start work on the GTK+ DRT.
13814
13815         * WebKit.pro:
13816
13817 2007-11-30  Alp Toker  <alp@atoker.com>
13818
13819         Reviewed by Adam Roben.
13820
13821         http://bugs.webkit.org/show_bug.cgi?id=15691
13822         [GTK] Public API does not follow GTK+ conventions
13823
13824         Refactor the WebKit/GTK+ public API. Changes:
13825           WebKitPage -> WebKitWebView
13826           WebKitFrame -> WebKitWebFrame
13827
13828         Public API source and header names have been updated to mirror the API
13829         changes.
13830
13831         The API is now kept in WebKit/gtk/WebView to match other ports in the
13832         same class such as Mac and Win.
13833
13834         * WebKit.pri:
13835
13836 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
13837
13838         Reviewed by Mark Rowe.
13839
13840         Set CONFIG option for the window system GTK+ is using
13841
13842         * WebKit.pri:
13843
13844 2007-11-22  Alp Toker  <alp@atoker.com>
13845
13846         GTK+ build fix. Pass a correct LIBDIR value.
13847
13848         * WebKit.pri:
13849
13850 2007-11-20  Mark Rowe  <mrowe@apple.com>
13851
13852         Reviewed by Alp Toker.
13853
13854         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
13855
13856 2007-11-20  Alp Toker  <alp@atoker.com>
13857
13858         Reviewed by Simon Hausmann.
13859
13860         Clean up GTK+ port configuration.
13861
13862         Use similar compiler warning flags to the Mac build.
13863
13864         Add the qmake changes needed for DirectFB support.
13865
13866         * WebKit.pri:
13867
13868 2007-11-07  Simon Hausmann  <hausmann@kde.org>
13869
13870         Reviewed by Mark.
13871
13872         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
13873         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
13874
13875         * WebKit.pri:
13876
13877 2007-10-03  Lars Knoll  <lars@trolltech.com>
13878
13879         Signed off by olliej.
13880
13881         move WebKitQt to WebKit/qt for consistency with the other ports.
13882
13883         * WebKit.pri:
13884         * WebKit.pro:
13885
13886 2007-10-03  Lars Knoll  <lars@trolltech.com>
13887
13888         Reviewed by olliej.
13889
13890         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
13891
13892         * WebKit.pro:
13893
13894 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
13895
13896         Reviewed by Mark.
13897
13898         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
13899         Remove Bakefiles from svn.
13900
13901         * Bakefiles/Bakefiles.bkgen: Removed.
13902         * Bakefiles/ChangeLog: Removed.
13903         * Bakefiles/Readme.txt: Removed.
13904         * Bakefiles/presets.bkl: Removed.
13905         * Bakefiles/update-file-lists.py: Removed.
13906
13907 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
13908
13909         Rubber stamped by Adam.
13910
13911         Renamed files from *Gdk to *Gtk (see #14732) using the
13912         work of Juan A. Suarez Romero as a base.
13913
13914         GDK -> GTK
13915
13916         * WebKit.pri:
13917         * WebKit.pro:
13918
13919 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
13920
13921         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
13922         http://bugs.webkit.org/show_bug.cgi?id=14557
13923
13924         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
13925
13926 2007-07-27  Simon Hausmann  <hausmann@kde.org>
13927
13928         Done with and reviewed by Lars and Zack.
13929
13930         Exclude DumpRenderTree from the Qt build on Windows for now.
13931
13932         * WebKit.pro:
13933
13934 2007-07-27  Simon Hausmann  <hausmann@kde.org>
13935
13936         Done with and reviewed by Lars and Zack.
13937
13938         Temporarily disable the ICO support for the Qt build on Windows.
13939
13940         * WebKit.pro:
13941
13942 2007-07-26  Simon Hausmann  <hausmann@kde.org>
13943
13944         Reviewed by Lars.
13945
13946         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.
13947
13948         * WebKit.pri:
13949
13950 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
13951
13952         Reviewed by Adam.
13953
13954         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
13955         build against it.
13956
13957         * WebKit.pri:
13958
13959 2007-07-18  Simon Hausmann  <hausmann@kde.org>
13960
13961         Reviewed by Zack.
13962
13963         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
13964
13965         * WebKit.pro:
13966
13967 2007-07-18  Timothy Hatcher  <timothy@apple.com>
13968
13969         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
13970         still use this one Makefile.shared as an include.
13971
13972         * Makefile.shared:
13973
13974 2007-07-12  George Staikos  <staikos@kde.org>
13975
13976         Fix build in debug mode.
13977
13978         * WebKit.pri:
13979
13980 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
13981
13982         Reviewed by Darin Adler.
13983
13984         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
13985         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
13986
13987         * WebKit.pri: Adjust INCLUDEPATH
13988
13989 2007-06-25  Adam Roben  <aroben@apple.com>
13990
13991         Really remove LayoutTestResults.
13992
13993         * LayoutTestResults: Removed.
13994
13995 2007-06-25  Adam Roben  <aroben@apple.com>
13996
13997         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
13998         http://bugs.webkit.org/show_bug.cgi?id=14405
13999
14000         Reviewed by Anders.
14001
14002         * LayoutTestResults: Removed.
14003
14004 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
14005
14006         Reviewed by Mark.
14007
14008         http://bugs.webkit.org/show_bug.cgi?id=13975
14009         Use system-provided libjpeg and libpng
14010
14011         * WebKit.pri: Link against external libjpeg and libpng.
14012
14013 2007-06-20  Adam Roben  <aroben@apple.com>
14014
14015         Reviewed by Simon Hausmann.
14016
14017         More Gdk build fixing.
14018
14019         * WebKit.pro:
14020
14021 2007-06-15  Adam Treat  <adam@staikos.net>
14022
14023         Reviewed by George Staikos.
14024
14025         Add ICO support to the Qt build.
14026
14027         * WebKit.pro:
14028
14029 2007-06-13  George Staikos  <staikos@kde.org>
14030
14031         Reviewed by Lars.
14032
14033         Compile without self-linking.
14034
14035         * WebKit.pri:
14036
14037 2007-06-13  Simon Hausmann  <hausmann@kde.org>
14038
14039         Reviewed by Lars.
14040
14041         * WebKit.pri: WebKitQt is now called QtWebKit.
14042
14043 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
14044
14045         Reviewed by Eric Seidel.
14046
14047         http://bugs.webkit.org/show_bug.cgi?id=13941
14048         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
14049
14050         * WebKit.pri:
14051
14052 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
14053
14054         Reviewed by Mark Rowe.
14055
14056         * WebKit.pro: Build testkjs for Gdk and Qt
14057
14058 2007-05-11  Holger Freyther <freyther@kde.org>
14059
14060         Reviewed by Mark Rowe.
14061
14062         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
14063         and add ICU configuration to QMAKE_CXXFLAGS.
14064
14065         * WebKit.pri:
14066
14067 2007-05-06  Erik Bunce  <kde@bunce.us>
14068
14069         Reviewed by Mark Rowe.
14070
14071         * WebKit.pri:
14072         Removed unnecessary dependency on MacPorts (/opt/local)
14073
14074 2007-05-03  Holger Freyther <freyther@kde.org>
14075
14076         Reviewed by Zack, landed by Simon.
14077         This is bugzilla bug 13499.
14078
14079         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
14080         port
14081         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
14082         port
14083
14084 2007-04-27  Holger Freyther <freyther@kde.org>
14085
14086         Reviewed by Maciej.
14087
14088         Remove unmaintained CMake build system.
14089
14090         * CMakeLists.txt: Removed.
14091
14092 2007-01-30  Simon Hausmann  <hausmann@kde.org>
14093
14094         Reviewed by Zack.
14095
14096         * WebKit.pri: libJavaScriptCore is gone with the Qt build
14097         * WebKit.pro:
14098
14099 2007-01-26  George Staikos  <staikos@kde.org>
14100
14101         Remove headers - not needed now.
14102
14103         * WebKit.pri:
14104
14105 2007-01-23  George Staikos <staikos@kde.org>
14106
14107         Put everything back since we can't build everything without it yet.
14108
14109         * WebKit.pri:
14110
14111 2007-01-16  Lars Knoll <lars@trolltech.com>
14112
14113         Reviewed by Zack
14114
14115         Remove everything but the new public API from
14116         the include path.
14117
14118         * WebKit.pri:
14119
14120 2007-01-11  George Staikos  <staikos@kde.org>
14121
14122         Fix the Qt build
14123
14124         * WebKit.pri:
14125
14126 2007-01-03  Lars Knoll <lars@trolltech.com>
14127
14128         Fix the Qt build
14129
14130         * WebKit.pri:
14131
14132 2006-12-17  Simon Hausmann  <hausmann@kde.org>
14133
14134         Reviewed by Rob Buis.
14135
14136         * WebKit.pro: Build testkjs.
14137
14138 2006-12-14  Timothy Hatcher  <timothy@apple.com>
14139
14140         Reviewed by Brady.
14141
14142         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
14143
14144 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
14145
14146         Reviewed by Brady and Anders.
14147
14148         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
14149
14150 2006-12-10  Zack Rusin  <zack@kde.org>
14151
14152         Client classes have been moved to WebKitQt/WebCoreSupport so
14153         adjusting the pri file.
14154
14155         * WebKit.pri:
14156
14157 2006-12-10  George Staikos  <staikos@kde.org>
14158
14159         Reviewed by Zack.
14160
14161         Add WebKitBuild/Release back to the output dir for external build cases.
14162
14163         * WebKit.pri:
14164
14165 2006-12-10  Zack Rusin  <zack@kde.org>
14166
14167         Fix the link directory location.
14168
14169         * WebKit.pri:
14170
14171 2006-12-10  Lars Knoll <lars@trolltech.com>
14172
14173         Reviewed by Zack
14174
14175         Include DumpRenderTree in the Qt build
14176
14177         * WebKit.pro:
14178
14179 2006-12-09  George Staikos  <staikos@kde.org>
14180
14181         Reviewed by Zack.
14182
14183         Correct the path to the libraries for QMake.
14184
14185         * WebKit.pri:
14186
14187 2006-12-09  Lars Knoll <lars@trolltech.com>
14188
14189         Reviewed by Zack
14190
14191         Make it possible to build WebKit with qmake.
14192
14193         * WebKit.pri: Added.
14194         * WebKit.pro: Added.
14195
14196 2006-11-19  Simon Hausmann  <hausmann@kde.org>
14197
14198         Reviewed by Zack.
14199
14200         http://bugs.webkit.org/show_bug.cgi?id=11649
14201
14202         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
14203
14204 2006-10-30  Timothy Hatcher  <timothy@apple.com>
14205
14206         Reviewed by Brady.
14207
14208         Make the universal build return non-zero when module make fails.
14209
14210         * Makefile:
14211
14212 2006-10-30  Stephanie Lewis  <slewis@apple.com>
14213
14214         Reviewed by Darin Adler.
14215
14216         Change Makefiles to return non-zero when module make fails.
14217
14218         * Makefile:
14219
14220 2006-10-27  Brady Eidson  <beidson@apple.com>
14221
14222         Rubber stamped by Tim Hatcher
14223
14224         Added "make universal" to build universal binaries
14225
14226         * Makefile:
14227         * Makefile.shared:
14228
14229 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
14230
14231         Reviewed by eseidel.
14232
14233         * CMakeLists.txt: add option to disable colored output when building on the buildbot
14234