f43cbd3f7f4ec24e0f5f1bc409a9309483cd89c8
[framework/web/webkit-efl.git] / ChangeLog
1 2011-10-16  Adam Barth  <abarth@webkit.org>
2
3         Always enable ENABLE(DOM_STORAGE)
4         https://bugs.webkit.org/show_bug.cgi?id=70189
5
6         Reviewed by Eric Seidel.
7
8         * Source/cmake/OptionsEfl.cmake:
9         * Source/cmake/OptionsWinCE.cmake:
10         * Source/cmakeconfig.h.cmake:
11         * configure.ac:
12
13 2011-10-15  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
14
15         [Qt] [Symbian] Remove support for the Symbian platform for the QtWebKit port
16         https://bugs.webkit.org/show_bug.cgi?id=69920
17
18         Reviewed by Kenneth Rohde Christiansen.
19
20         * Source/WebKit.pri:
21         * Source/WebKit.pro:
22
23 2011-10-14  Mark Hahnenberg  <mhahnenberg@apple.com>
24
25         Rename virtual put to putVirtual
26         https://bugs.webkit.org/show_bug.cgi?id=69851
27
28         Reviewed by Darin Adler.
29
30         Renamed virtual versions of put to putVirtual in prepration for 
31         adding the static put to the MethodTable in ClassInfo since the 
32         compiler gets mad if the virtual and static versions have the same 
33         name.
34
35         * Source/autotools/symbols.filter:
36
37 2011-10-14  Mark Hahnenberg  <mhahnenberg@apple.com>
38
39         Rename virtual put to putVirtual
40         https://bugs.webkit.org/show_bug.cgi?id=69851
41
42         Reviewed by Darin Adler.
43
44         Renamed virtual versions of put to putVirtual in prepration for 
45         adding the static put to the MethodTable in ClassInfo since the 
46         compiler gets mad if the virtual and static versions have the same 
47         name.
48
49         * Source/autotools/symbols.filter:
50
51 2011-10-13  Arko Saha  <arko@motorola.com>
52
53         Microdata: Basic implementation of document.getItems() method.
54         https://bugs.webkit.org/show_bug.cgi?id=68610
55
56         Reviewed by Ryosuke Niwa.
57
58         Added ENABLE(MICRODATA) feature flag.
59
60         * configure.ac:
61
62 2011-10-14  Raphael Kubo da Costa  <kubo@profusion.mobi>
63
64         [EFL] Add DumpRenderTreeSupportEfl
65         https://bugs.webkit.org/show_bug.cgi?id=68458
66
67         Reviewed by Kenneth Rohde Christiansen.
68
69         * Source/cmake/eflsymbols.filter: Export DumpRenderTreeSupportEfl
70         symbols so that DumpRenderTree can link to them.
71
72 2011-10-12  Adam Barth  <abarth@webkit.org>
73
74         Remove ENABLE(XHTMLMP) and associated code
75         https://bugs.webkit.org/show_bug.cgi?id=69729
76
77         Reviewed by David Levin.
78
79         * Source/cmake/OptionsEfl.cmake:
80         * Source/cmake/OptionsWinCE.cmake:
81         * Source/cmakeconfig.h.cmake:
82         * configure.ac:
83
84 2011-10-12  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
85
86         Fix build with GLib 2.31
87         https://bugs.webkit.org/show_bug.cgi?id=69840
88
89         Reviewed by Martin Robinson.
90
91         * configure.ac: add check for pthread rwlock support.
92
93 2011-10-10  Martin Robinson  <mrobinson@igalia.com>
94
95         [GTK] [WebKit2] Make adding another unit test easier
96         https://bugs.webkit.org/show_bug.cgi?id=69409
97
98         Reviewed by Gustavo Noronha Silva.
99
100         * GNUmakefile.am: Include the new testing makefile.
101
102 2011-10-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
103
104         [Qt] Remove all references to QTDIR_build and standalone_package
105
106         Qt is now modularized, which means we no longer import WebKit into
107         the Qt source tree. Instead we use git submodules, and building
108         QtWebKit as "part of Qt" is really building QtWebKit as from trunk.
109
110         To decrease the number of buildsystem configurations we also remove
111         the standalone_package code-path used when we were providing tarballs
112         with the derived sources pre-generated.
113
114         Reviewed by Simon Hausmann.
115
116         * Source/WebKit.pri:
117         * Source/WebKit.pro:
118
119 2011-10-06  Fady Samuel  <fsamuel@chromium.org>
120
121         Code clean-up: Make RenderObject::absoluteBoundingBoxRect and associated methods const and make its parameter useTransforms no longer default to false
122         https://bugs.webkit.org/show_bug.cgi?id=69009
123
124         Reviewed by Simon Fraser.
125
126         * Source/autotools/symbols.filter:
127
128 2011-10-06  Simon Hausmann  <simon.hausmann@nokia.com>
129
130         [Qt][Wk2] Fix build with Qt 5 when QtScript is built as standalone module
131         https://bugs.webkit.org/show_bug.cgi?id=69520
132
133         Reviewed by Csaba Osztrogonác.
134
135         * Source/WebKit.pri: Introduce convenience qt5 scope.
136         * Source/WebKit.pro: Replace QT_MAJOR_VERSION stuff with qt5 scope.
137
138 2011-10-06  Nayan Kumar K  <nayankk@motorola.com>
139
140         Provide configure option to switch between JSC and V8.
141         https://bugs.webkit.org/show_bug.cgi?id=69469
142
143         Reviewed by Philippe Normand.
144
145         This is first of the patches to support building of V8 with
146         WebKit GTK. With this patch, new command line switch named
147         '--with-jsengine' is introduced, using which we can choose to
148         build either jsc or v8.
149
150         * GNUmakefile.am:
151         * configure.ac:
152
153 2011-10-04  Scott Graham  <scottmg@chromium.org>
154
155         Add GAMEPAD feature flag
156         https://bugs.webkit.org/show_bug.cgi?id=66859
157
158         Reviewed by Darin Fisher.
159
160         * configure.ac:
161
162 2011-10-04  Varun Jain  <varunjain@chromium.org>
163
164         Fix position check for double tap gesture detection. A double tap
165         should not be detected if the two taps are far from each other.
166         https://bugs.webkit.org/show_bug.cgi?id=69270
167
168         Reviewed by Darin Fisher.
169
170         Test: Source/WebKit/chromium/tests/InnerGestureRecognizerTest.cpp
171
172         * platform/chromium/GestureRecognizerChromium.cpp:
173         (WebCore::GestureRecognizerChromium::isSecondClickInsideManhattanSquare):
174         (WebCore::GestureRecognizerChromium::updateValues):
175         (WebCore::GestureRecognizerChromium::click):
176         * platform/chromium/GestureRecognizerChromium.h:
177
178 2011-10-04  Nayan Kumar K  <nayankk@motorola.com>
179
180         [WebKit2][gtk] Generate gtk-doc for WebKit2-GTK.
181         https://bugs.webkit.org/show_bug.cgi?id=69325
182
183         Reviewed by Gustavo Noronha Silva.
184
185         Documentation generation for WebKit2-GTK+ APIs
186         using gtk-doc.
187
188         * configure.ac:
189
190 2011-10-04  Vsevolod Vlasov  <vsevik@chromium.org>
191
192         Web Inspector: Remove http/tests/inspector/network/disabled-cache-crash.html.
193         https://bugs.webkit.org/show_bug.cgi?id=69332
194
195         Reviewed by Pavel Feldman.
196
197         * Source/autotools/symbols.filter:
198
199 2011-09-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
200
201         [Qt] Fix build against Qt5 after refactor of widgets out of QtGUi
202
203         QWidget and friends now live in the QtWidgets library. We update
204         includes in implementation files and private headers to us the
205         non-module-prefixed path, and leave the lookup for the include
206         path. For public headers we have to ifdef the includes as the
207         user might now have the modules we need in his QT config.
208
209         Finally, QSGCanvas is no longer a QWidget but a QWindow, so we
210         have to update our code and use windowHandle() for setting the
211         parent relationships.
212
213         https://bugs.webkit.org/show_bug.cgi?id=68687
214
215         Reviewed by Andreas Kling.
216
217         * Source/WebKit.pro:
218
219 2011-09-29  Sergio Villar Senin  <svillar@igalia.com>
220
221         [GTK] Bump version to 1.7.0
222         https://bugs.webkit.org/show_bug.cgi?id=69082
223
224         Reviewed by Martin Robinson.
225
226         Apart from bumping the library version to 1.7.0 this patch also
227         sets the libtool version to the same one we have for the stable
228         branch.
229
230         * configure.ac:
231
232 2011-09-28  Martin Robinson  <mrobinson@igalia.com>
233
234         Fix the WebKit2 WebGL build.
235
236         * configure.ac: Add -ldl to the OPENGL_LIBS.
237
238 2011-09-28  Ryuan Choi  <ryuan.choi@samsung.com>
239
240         [EFL] Bump minimum requirement for eina.
241         https://bugs.webkit.org/show_bug.cgi?id=68994
242
243         Reviewed by Ryosuke Niwa.
244
245         * Source/cmake/FindEFL.cmake:
246
247 2011-09-27  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
248
249         Unreviewed. Fix a build error in WebKit EFL.
250
251         When web socket is disabled, there is a build break in WebKit EFL port.
252         Currently, web socket is enabled by default in build-webkit script.
253         Thus, the web socket is also enabled in EFL script of cmake build system for now.
254         Because, WebKit EFL developers can't work on latest WebKit trunk.
255
256         However, IMO, we should fix build errors when web socket is disabled.
257
258         * Source/cmake/OptionsEfl.cmake:
259
260 2011-09-27  Ulan Degenbaev  <ulan@chromium.org>
261
262         [v8] Code calling the typed array optimization script is fragile, depends on typed array hierarchy.
263
264         Install the flag, which indicates whether or not the optimization
265         script was executed, on the global object.
266
267         https://bugs.webkit.org/show_bug.cgi?id=68890
268
269         Reviewed by Kenneth Russell.
270
271         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
272
273 2011-09-27  Sheriff Bot  <webkit.review.bot@gmail.com>
274
275         Unreviewed, rolling out r96108, r96111, r96113, and r96116.
276         http://trac.webkit.org/changeset/96108
277         http://trac.webkit.org/changeset/96111
278         http://trac.webkit.org/changeset/96113
279         http://trac.webkit.org/changeset/96116
280         https://bugs.webkit.org/show_bug.cgi?id=68913
281
282         Wait for working Qt5 (Requested by ossy on #webkit).
283
284         * Source/WebKit.pro:
285
286 2011-09-23  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
287
288         [Qt] Fix build against Qt5 after refactor of widgets out of QtGUi
289
290         QWidget and friends now live in the QtWidgets library. We update
291         includes in implementation files and private headers to us the
292         non-module-prefixed path, and leave the lookup for the include
293         path. For public headers we have to ifdef the includes as the
294         user might now have the modules we need in his QT config.
295
296         Finally, QSGCanvas is no longer a QWidget but a QWindow, so we
297         have to update our code and use windowHandle() for setting the
298         parent relationships.
299
300         https://bugs.webkit.org/show_bug.cgi?id=68687
301
302         Reviewed by Andreas Kling.
303
304         * Source/WebKit.pro:
305
306 2011-09-27  Carlos Garcia Campos  <cgarcia@igalia.com>
307
308         [GTK] Reorganize header files
309         https://bugs.webkit.org/show_bug.cgi?id=65616
310
311         Reviewed by Martin Robinson.
312
313         * GNUmakefile.am: Initialize $libwebkitgtkincludedir to
314         $(prefix)/include/webkitgtk-<api-version>
315
316 2011-09-26  Raphael Kubo da Costa  <kubo@profusion.mobi>
317
318         [CMake] Remove FindFreetype.cmake
319         https://bugs.webkit.org/show_bug.cgi?id=68778
320
321         Reviewed by Adam Barth.
322
323         CMake has provided its own FindFreetype.cmake forever, so there is no
324         need to have another implementation in WebKit.
325
326         * Source/cmake/FindCairo.cmake: Use FREETYPE_{LIBRARIES,INCLUDE_DIRS}
327         instead of Freetype_{LIBRARIES,INCLUDE_DIRS}.
328         * Source/cmake/FindFreetype.cmake: Removed.
329         * Source/cmake/FindPango.cmake: Use FREETYPE_{LIBRARIES,INCLUDE_DIRS}
330         instead of Freetype_{LIBRARIES,INCLUDE_DIRS}.
331         * Source/cmake/OptionsEfl.cmake: Remove minimum required version
332         check, it has never been checked and Freetype 2.1.10 from 2005 is
333         already > 9.0.
334
335 2011-09-26  Alejandro G. Castro  <alex@igalia.com>
336
337         [GTK] pot file is not properly remove during distcheck
338         https://bugs.webkit.org/show_bug.cgi?id=68797
339
340         Defined DOMAIN variable before DISTCLEANFILES because we are using
341         it there to identify the .pot file.
342
343         Reviewed by Martin Robinson.
344
345         * GNUmakefile.am:
346
347 2011-09-26  Raphael Kubo da Costa  <kubo@profusion.mobi>
348
349         [CMake] Detect the operating system in a more generic way.
350         https://bugs.webkit.org/show_bug.cgi?id=67482
351
352         Reviewed by Adam Barth.
353
354         So far the buildsystem only considered Windows, Linux and Mac OS X as
355         valid operating systems, but any Unix (or at least the BSDs) should also
356         work fine.
357
358         By using the OS values CMake itself defines we can check for Unix
359         systems in a more generic fashion.
360
361         * Source/CMakeLists.txt:
362
363 2011-09-26  Jay Soffian  <jaysoffian@gmail.com>
364
365         chrome.dll!WebCore::ApplyStyleCommand::applyBlockStyle ReadAV@NULL (64db547804532a84be2e53721e499e9e)
366         https://bugs.webkit.org/show_bug.cgi?id=51639
367
368         Reviewed by Ryosuke Niwa.
369
370         Add missing window.layoutTestController.dumpAsText so that test output matches expectation.
371
372         * LayoutTests/editing/style/justify-without-enclosing-block.xhtml:
373
374 2011-09-25  Adam Barth  <abarth@webkit.org>
375
376         Finish removing PLATFORM(BREWMP) by removing associated code
377         https://bugs.webkit.org/show_bug.cgi?id=68779
378
379         Reviewed by Sam Weinig.
380
381         * Source/cmake/WebKitPackaging.cmake:
382         * wscript:
383
384 2011-09-25  Adam Barth  <abarth@webkit.org>
385
386         Remove PLATFORM(HAIKU) and associated code
387         https://bugs.webkit.org/show_bug.cgi?id=68774
388
389         Reviewed by Sam Weinig.
390
391         * Source/cmake/WebKitPackaging.cmake:
392         * wscript:
393
394 2011-09-25  Raphael Kubo da Costa  <kubo@profusion.mobi>
395
396         [CMake] Remove FindLibXlst.cmake
397         https://bugs.webkit.org/show_bug.cgi?id=68770
398
399         Reviewed by Adam Barth.
400
401         This file should have never been committed -- the library it looks for
402         is called libxslt, not libxlst, so it has never really been used. When
403         the buildsystem looked for libxslt, it used CMake's own LibXslt.cmake
404         instead.
405
406         * Source/cmake/FindLibXlst.cmake: Removed.
407
408 2011-09-24  Adam Barth  <abarth@webkit.org>
409
410         Always enable ENABLE(OFFLINE_WEB_APPLICATIONS)
411         https://bugs.webkit.org/show_bug.cgi?id=68767
412
413         Reviewed by Eric Seidel.
414
415         * Source/cmake/OptionsEfl.cmake:
416         * Source/cmake/OptionsWinCE.cmake:
417         * Source/cmakeconfig.h.cmake:
418         * configure.ac:
419
420 2011-09-24  Adam Barth  <abarth@webkit.org>
421
422         Remove ENABLE(WCSS) and associated code
423         https://bugs.webkit.org/show_bug.cgi?id=68759
424
425         Reviewed by Darin Adler.
426
427         * configure.ac:
428
429 2011-09-23  Yuqiang Xian  <yuqiang.xian@intel.com>
430
431         Add JSVALUE32_64 support to DFG JIT
432         https://bugs.webkit.org/show_bug.cgi?id=67460
433
434         Reviewed by Gavin Barraclough.
435
436         Add cmake options to enable DFG JIT compilation for EFL port
437
438         * Source/cmake/OptionsEfl.cmake:
439         * Source/cmakeconfig.h.cmake:
440
441 2011-09-23  Raphael Kubo da Costa  <kubo@profusion.mobi>
442
443         [CMake] Detect amd64 as a valid 64-bit architecture.
444         https://bugs.webkit.org/show_bug.cgi?id=67481
445
446         Reviewed by Oliver Hunt.
447
448         Some operating systems (generally the BSDs) use amd64 instead of x86_64
449         to report they're running on 64 bits, so consider it a valid value.
450
451         * Source/CMakeLists.txt:
452
453 2011-09-23  Adam Klein  <adamk@chromium.org>
454
455         Add ENABLE_MUTATION_OBSERVERS feature flag
456         https://bugs.webkit.org/show_bug.cgi?id=68732
457
458         Reviewed by Ojan Vafai.
459
460         This flag will guard an implementation of the "Mutation Observers" proposed in
461         http://lists.w3.org/Archives/Public/public-webapps/2011JulSep/1622.html
462
463         * configure.ac:
464
465 2011-09-23  Varun Jain  <varunjain@google.com>
466
467         Refactor WebViewImpl::scrollFocusedNodeIntoRect to a better place and add tests
468         https://bugs.webkit.org/show_bug.cgi?id=68198
469
470         Reviewed by Dimitri Glazkov.
471
472         * Source/autotools/symbols.filter:
473
474 2011-09-23  Mark Hahnenberg  <mhahnenberg@apple.com>
475
476         Add static version of JSCell::visitChildren
477         https://bugs.webkit.org/show_bug.cgi?id=68404
478
479         Reviewed by Darin Adler.
480
481         In this patch we just extract the bodies of the virtual visitChildren methods
482         throughout the JSCell inheritance hierarchy out into static methods, which are 
483         now called from the virtual methods.  This is an intermediate step in trying to 
484         move the virtual-ness of visitChildren into our own custom vtable stored in 
485         ClassInfo.  We need to convert the methods to static methods in order to be 
486         able to more easily store and refer to them in our custom vtable since normal 
487         member methods store some implicit information in their types, making it 
488         impossible to store them generically in ClassInfo.
489
490         * Source/autotools/symbols.filter:
491
492 2011-09-21  Julien Chaffraix  <jchaffraix@webkit.org>
493
494         Crash in RenderBox::paintMaskImages when GraphicsContext's painting is disabled
495         https://bugs.webkit.org/show_bug.cgi?id=68133
496
497         Reviewed by Darin Adler.
498
499         * Source/autotools/symbols.filter: Added the mangled symbols needed for window.internals
500
501 2011-09-21  Joshua Bell  <jsbell@chromium.org>
502
503         IndexedDB: compare strings without decoding
504         https://bugs.webkit.org/show_bug.cgi?id=68554
505
506         Reviewed by Tony Chang.
507
508         Resolves a FIXME in IndexedDB that was also identified as a hotspot
509         during profiling. Yields a small performance improvement.
510
511         * Source/WebCore/storage/IDBLevelDBCoding.cpp:
512         * Source/WebCore/storage/IDBLevelDBCoding.h:
513         * Source/WebKit/chromium/tests/IDBLevelDBCodingTest.cpp:
514
515 011-09-21  Leandro Pereira  <leandro@profusion.mobi>
516
517         Unreviewed. Remove unused ENABLE_AS_IMAGE flag after r95234 from
518         Options{Efl,WinCE}.cmake.
519
520         * Source/cmake/OptionsEfl.cmake:
521         * Source/cmake/OptionsWinCE.cmake:
522
523 2011-09-20  ChangSeok Oh  <shivamidow@gmail.com>
524
525         [GTK] requestAnimationFrame support for gtk port
526         https://bugs.webkit.org/show_bug.cgi?id=66280
527
528         Reviewed by Martin Robinson.
529
530         * configure.ac: Add an option to enable requestAnimationFrame for gtk port.
531
532 2011-09-20  Carlos Garcia Campos  <cgarcia@igalia.com>
533
534         [GTK] Update NEWS and configure.ac for 1.5.90 release
535
536         Reviewed by Martin Robinson.
537
538         * configure.ac:
539
540 2011-09-19  Adam Barth  <abarth@webkit.org>
541
542         Always enable ENABLE(EVENTSOURCE)
543         https://bugs.webkit.org/show_bug.cgi?id=68414
544
545         Reviewed by Eric Seidel.
546
547         * Source/cmake/OptionsEfl.cmake:
548         * Source/cmake/OptionsWinCE.cmake:
549         * Source/cmakeconfig.h.cmake:
550         * configure.ac:
551
552 2011-09-17  Ryuan Choi  <ryuan.choi@samsung.com>
553
554         [EFL] Bump minimum requirement for cairo to 1.10.
555         https://bugs.webkit.org/show_bug.cgi?id=68226
556
557         Reviewed by Adam Barth.
558
559         * Source/cmake/FindCairo.cmake: Check required version.
560         * Source/cmake/OptionsEfl.cmake:
561
562 2011-09-16  Ulan Degenbaev  <ulan@chromium.org>
563
564         [V8] REGRESSION(94783): calling the binding script during V8 context creation slows down page loads
565         https://bugs.webkit.org/show_bug.cgi?id=68237
566
567         Reviewed by Kenneth Russell.
568
569         Call the binding script lazily on the first run of the set() method of
570         a typed array.
571
572         * ../../Source/WebCore/WebCore.gypi:
573         * ../../Source/WebCore/bindings/v8/V8BindingScripts.cpp: Removed.
574         * ../../Source/WebCore/bindings/v8/V8BindingScripts.h: Removed.
575         * ../../Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:
576         * ../../Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:
577         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp:
578         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
579         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js:
580
581 2011-09-16  Martin Robinson  <mrobinson@igalia.com>
582
583         [GTK] Disable WebKit2 by default in configure.ac, but enable it with build-webkit
584         https://bugs.webkit.org/show_bug.cgi?id=68178
585
586         Reviewed by Xan Lopez.
587
588         * configure.ac: Do not build WebKit2 by default. Re-add pkgconfig support
589         for WebKit2.
590
591 2011-09-15  Adam Barth  <abarth@webkit.org>
592
593         Rename ENABLE(DATABASE) to ENABLE(SQL_DATABASE)
594         https://bugs.webkit.org/show_bug.cgi?id=68205
595
596         Reviewed by Eric Seidel.
597
598         * Source/cmake/OptionsEfl.cmake:
599         * Source/cmake/OptionsWinCE.cmake:
600         * Source/cmakeconfig.h.cmake:
601         * configure.ac:
602
603 2011-09-15  Varun Jain  <varunjain@google.com>
604
605         Add method to scroll current node to specific position in Chromium WebKit API
606         https://bugs.webkit.org/show_bug.cgi?id=68192
607
608         Reviewed by Dimitri Glazkov.
609
610         *  Source/WebKit/chromium/public/WebView.h:
611         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
612         *  Source/WebKit/chromium/src/WebViewImpl.h:
613
614 2011-09-15  Eric Seidel  <eric@webkit.org>
615
616         Remove ENABLE(SVG_AS_IMAGE) since all major ports have it on by default
617         https://bugs.webkit.org/show_bug.cgi?id=68182
618
619         Reviewed by Adam Barth.
620
621         * configure.ac:
622
623 2011-09-15  Eric Seidel  <eric@webkit.org>
624
625         Remove ENABLE_SVG_ANIMATION as all major ports have it on by default
626         https://bugs.webkit.org/show_bug.cgi?id=68022
627
628         Reviewed by Ryosuke Niwa.
629
630         * Source/cmake/OptionsEfl.cmake:
631         * Source/cmake/OptionsWinCE.cmake:
632         * Source/cmakeconfig.h.cmake:
633         * configure.ac:
634
635 2011-09-15  Sheriff Bot  <webkit.review.bot@gmail.com>
636
637         Unreviewed, rolling out r95163.
638         http://trac.webkit.org/changeset/95163
639         https://bugs.webkit.org/show_bug.cgi?id=68180
640
641         [Qt] The QT_GCC_X variables were removed in Qt5 by accident.
642         (Requested by darktears on #webkit).
643
644         * Source/WebKit.pri:
645
646 2011-09-14  Alexis Menard  <alexis.menard@openbossa.org>
647
648         [Qt] Replace QT_GCC_X as they don't exist in Qt5 anymore.
649         https://bugs.webkit.org/show_bug.cgi?id=68114
650
651         Reviewed by Kenneth Rohde Christiansen.
652
653         Replace QT_GCC_X variables, they have been removed in Qt5. It was
654         actually wrong to use them because they tell about which GCC version
655         Qt has been compiled, not the current version of GCC use to build webkit.
656         I use gcc -dumpversion to get it.
657
658         * Source/WebKit.pri:
659
660 2011-09-14  Ulan Degenbaev  <ulan@chromium.org>
661
662         [v8] Improve performance of typed array copy constructor taking Array
663         https://bugs.webkit.org/show_bug.cgi?id=68015
664
665         Reviewed by Kenneth Russell.
666
667         Invoke the 'set' method of the constructed array instead of
668         copying the elements of the source array one by one.
669
670         Copy constructor tests already exist.
671
672         * ../../Source/WebCore/WebCore.gypi:
673         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp: Added.
674         * ../../Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h:
675
676 2011-09-14  Csaba Osztrogonác  <ossy@webkit.org>
677
678         [GTK] Unreviewed buildfix after r95107.
679
680         * configure.ac:
681
682 2011-09-13  Eric Seidel  <eric@webkit.org>
683
684         Remove ENABLE_SVG_USE as <use> is required by HTML5
685         https://bugs.webkit.org/show_bug.cgi?id=68019
686
687         Reviewed by Ryosuke Niwa.
688
689         * Source/cmake/OptionsEfl.cmake:
690         * Source/cmake/OptionsWinCE.cmake:
691         * Source/cmakeconfig.h.cmake:
692         * configure.ac:
693
694 2011-09-13  Eric Seidel  <eric@webkit.org>
695
696         Remove ENABLE_SVG_FOREIGN_OBJECT as it is a required part of HTML5
697         https://bugs.webkit.org/show_bug.cgi?id=68018
698
699         Reviewed by Ryosuke Niwa.
700
701         * Source/cmake/OptionsEfl.cmake:
702         * Source/cmake/OptionsWinCE.cmake:
703         * Source/cmakeconfig.h.cmake:
704         * configure.ac:
705
706 2011-09-09  Rafael Antognolli  <antognolli@profusion.mobi>
707
708         Add replacement functions for gdk ones.
709         https://bugs.webkit.org/show_bug.cgi?id=66323
710
711         Reviewed by Martin Robinson.
712
713         * Source/cmake/FindPango.cmake:
714
715 2011-09-09  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
716
717         [Qt] Remove common.pri
718         https://bugs.webkit.org/show_bug.cgi?id=67814
719
720         Reviewed by Andreas Kling.
721
722         * Source/WebKit.pri: Move rules from common.pri to WebKit.pri.
723         * Source/common.pri: Removed.
724
725 2011-09-08  Mark Pilgrim  <pilgrim@chromium.org>
726
727         Test how HTMLAnchorElement.getParameter reacts to too few arguments
728         https://bugs.webkit.org/show_bug.cgi?id=66522
729
730         Reviewed by Adam Barth.
731
732         * LayoutTests/fast/dom/HTMLAnchorElement/get-parameter-expected.txt: Added.
733         * LayoutTests/fast/dom/HTMLAnchorElement/get-parameter.html: Added.
734
735 2011-09-08  Varun Jain  <varunjain@google.com>
736
737         Implement double tap detection in GestureRecognizerChromium
738         https://bugs.webkit.org/show_bug.cgi?id=67709
739
740         Reviewed by Dimitri Glazkov.
741
742         *  Source/WebCore/page/EventHandler.cpp:
743         *  Source/WebCore/platform/PlatformGestureEvent.h:
744
745 2011-09-08  Ulan Degenbaev  <ulan@chromium.org>
746
747         [v8] Improve performance of typed array set() taking Array
748         https://bugs.webkit.org/show_bug.cgi?id=63644
749
750         Reviewed by Kenneth Russell.
751
752         Overwrite the native 'set' method of the type arrays with JS
753         implementation after initialization of the global context.
754
755         Add tests for invalid and boundary offsets. No performance tests.
756
757         * LayoutTests/fast/canvas/webgl/array-unit-tests-expected.txt:
758         * LayoutTests/fast/canvas/webgl/array-unit-tests.html:
759         * Source/WebCore/WebCore.gyp/WebCore.gyp:
760         * Source/WebCore/WebCore.gypi:
761         * Source/WebCore/bindings/v8/V8BindingScripts.cpp: Added.
762         * Source/WebCore/bindings/v8/V8BindingScripts.h: Added.
763         * Source/WebCore/bindings/v8/V8DOMWindowShell.cpp:
764         * Source/WebCore/bindings/v8/WorkerContextExecutionProxy.cpp:
765         * Source/WebCore/bindings/v8/custom/V8ArrayBufferViewCustomScript.js: Added.
766
767 2011-09-08  Varun Jain  <varunjain@google.com>
768
769         Split Tap gesture detection into TapDown and Tap.
770         We need this distinction to highlight links when they are first touched. The link is
771         followed only if the tap is completed, otherwise, if a scroll is detected, the highlight
772         goes away.
773         https://bugs.webkit.org/show_bug.cgi?id=67645
774
775         Reviewed by Dimitri Glazkov.
776
777         *  Source/WebCore/page/EventHandler.cpp:
778         *  Source/WebCore/platform/PlatformGestureEvent.h:
779
780 2011-09-07  Alexei Svitkine  <asvitkine@chromium.org>
781
782         Add test infrastructure to test rubber-banding overhang drawing along with layout tests for existing Chromium Mac overhang drawing in the non-gpu path.
783         https://bugs.webkit.org/show_bug.cgi?id=67511
784
785         Reviewed by Dimitri Glazkov.
786
787         * Source/autotools/symbols.filter:
788
789 2011-09-06  Ryosuke Niwa  <rniwa@webkit.org>
790
791         REGRESSION(r94274): FormManagerTest.PreviewForm and FillFormNonEmptyField fail on chromium
792         https://bugs.webkit.org/show_bug.cgi?id=67453
793
794         Reviewed by Kent Tamura.
795
796         Add symbols for internals.
797
798         * Source/autotools/symbols.filter:
799
800 2011-09-04  Robin Dunn  <robin@alldunn.com>
801
802         [wx] Enable wxWebKit to run using the wxGC Cairo backend on platforms other than GTK.
803         https://bugs.webkit.org/show_bug.cgi?id=67577
804
805         Reviewed by Kevin Ollivier.
806
807         * wscript:
808
809 2011-08-30  Aaron Colwell  <acolwell@chromium.org>
810
811         Add MediaSource API to HTMLMediaElement
812         https://bugs.webkit.org/show_bug.cgi?id=64731
813
814         Reviewed by Eric Carlson.
815
816         * configure.ac:
817
818 2011-08-30  Ryosuke Niwa  <rniwa@webkit.org>
819
820         Cleanup after r94050 and r94054.
821
822         * Source/autotools/symbols.filter:
823
824 2011-08-30  Philippe Normand  <pnormand@igalia.com>
825
826         Unreviewed, another attempt to fix GTK build after r94038.
827
828         * Source/autotools/symbols.filter:
829
830 2011-08-29  Ryosuke Niwa  <rniwa@webkit.org>
831
832         Build fix attempt after r94038.
833
834         * Source/autotools/symbols.filter:
835
836 2011-08-26  Varun Jain  <varunjain@google.com>
837
838         WebViewImpl::selectionRange should return range in the right order.
839         https://bugs.webkit.org/show_bug.cgi?id=66973
840
841         Reviewed by Darin Fisher.
842
843         *  Source/WebKit/chromium/public/WebWidget.h:
844         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
845
846 2011-08-25  Martin Robinson  <mrobinson@igalia.com>
847
848         Reviewed by Xan Lopez.
849
850         [GTK] Switch to GTK+ 3.x by default
851         https://bugs.webkit.org/show_bug.cgi?id=63047
852
853         * configure.ac: Modify the default value of the --with-gtk option to be 3.0.
854
855 2011-08-24  Philippe Normand  <pnormand@igalia.com>
856
857         [GTK] bump GStreamer requirement to 0.10.30
858         https://bugs.webkit.org/show_bug.cgi?id=66860
859
860         Reviewed by Martin Robinson.
861
862         * configure.ac:
863
864 2011-08-23  Steve Block  <steveblock@google.com>
865
866         Remove all mention of removed Android files from build scripts
867         https://bugs.webkit.org/show_bug.cgi?id=66755
868
869         Reviewed by Tony Gentilcore.
870
871         * Source/cmake/WebKitPackaging.cmake:
872
873 2011-08-19  MORITA Hajime  <morrita@google.com>
874
875         Spell-checking doesn't recognize word boundaries on contests inserted by execCommand('insertHTML')
876         https://bugs.webkit.org/show_bug.cgi?id=65902
877
878         Reviewed by Ryosuke Niwa.
879         
880         Add export for window.internals object.
881
882         * Source/autotools/symbols.filter:
883
884 2011-08-16  Andras Becsi  <abecsi@webkit.org>
885
886         Reviewed by Csaba Osztrogonác.
887
888         Need AtomicStrings for the various font family names
889         https://bugs.webkit.org/show_bug.cgi?id=28024
890
891         * Source/cmake/WebKitMacros.cmake: Add new macro.
892
893 2011-08-11  Xan Lopez  <xlopez@igalia.com>
894
895         [GTK] Update NEWS and configure.ac for 1.5.2 release
896
897         Reviewed by Gustavo Noronha.
898
899         * configure.ac: update for release.
900
901 2011-08-10  Varun Jain  <varunjain@google.com>
902
903         WebViewImpl::selectionRange should return false if there is no selection
904         https://bugs.webkit.org/show_bug.cgi?id=66012
905
906         Reviewed by Darin Fisher.
907
908         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
909
910 2011-08-10  Kevin Ollivier  <kevino@theolliviers.com>
911
912         [wx] Unreviewed build fix. Do not build LocaleToScriptMappingICU.cpp for now
913         as ICU on Leopard is too old to build this.
914         
915         * wscript:
916
917 2011-08-08  Adrienne Walker  <enne@google.com>
918
919         Add testing for --force-compositing-mode to windows.internal
920         https://bugs.webkit.org/show_bug.cgi?id=65777
921
922         Reviewed by Adam Barth.
923
924         Add exports for Document::settings().
925
926         * Source/autotools/symbols.filter:
927
928 2011-08-09  Sheriff Bot  <webkit.review.bot@gmail.com>
929
930         Unreviewed, rolling out r92683.
931         http://trac.webkit.org/changeset/92683
932         https://bugs.webkit.org/show_bug.cgi?id=65921
933
934          "Breaks Qt --minimal build. Revert pending update of the Qt
935         minimal configuration" (Requested by simathur on #webkit).
936
937         * Source/WebKit.pri:
938
939 2011-08-09  Siddharth Mathur  <siddharth.mathur@nokia.com>
940
941         [Qt] Simplify code by removing QT_NO_DESKTOPSERVICES and QT_NO_NETWORKDISKCACHE
942         https://bugs.webkit.org/show_bug.cgi?id=65880
943
944         Reviewed by Andreas Kling.
945
946         QDesktopServices and QNetworkDiskCache have been around for a while now. Kill flags which 
947         check for their feature flags. Assume that any reasonable Qt build provides them. 
948
949         * Source/WebKit.pri:
950
951 2011-08-06  Aron Rosenberg  <arosenberg@logitech.com>
952
953         Reviewed by Benjamin Poulain.
954
955         [Qt] Fix build with Intel compiler on Windows
956         https://bugs.webkit.org/show_bug.cgi?id=65088
957
958         Disable Intel Compiler warning 873 - function "" has no corresponding operator
959         delete (to be called if an exception is thrown during initialization of an
960         allocated object).
961
962         * Source/WebKit.pri:
963
964 2011-08-03  Kevin Ollivier  <kevino@theolliviers.com>
965
966         [wx] Unreviewed build fix after gesture recognizer changes.
967
968         * wscript:
969
970 2011-08-02  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
971
972         [Qt] [WK2] Expose web view classes to QML
973         https://bugs.webkit.org/show_bug.cgi?id=65339
974
975         Reviewed by Benjamin Poulain.
976
977         * Source/WebKit.pro: Include QML plugin subdir in the build system for WK2.
978
979 2011-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
980
981         [GTK] Install web and plugin processes in libexecdir instead of bindir
982         https://bugs.webkit.org/show_bug.cgi?id=65600
983
984         Reviewed by Martin Robinson.
985
986         * GNUmakefile.am: Initialize libexec_PROGRAMS, only used by
987         WebKit2 in this moment.
988
989 2011-08-03  Carlos Garcia Campos  <cgarcia@igalia.com>
990
991         [GTK] Reorganize pkg-config files
992         https://bugs.webkit.org/show_bug.cgi?id=65548
993
994         Reviewed by Martin Robinson.
995
996         * GNUmakefile.am: Initialize pkgconfigdir and pkgconfig_DATA which
997         are common to all libraries.
998         * configure.ac: Update pkg-config files.
999
1000 2011-08-02  Varun Jain  <varunjain@google.com>
1001
1002         Missing null check in WebViewImpl::selectionRange
1003         https://bugs.webkit.org/show_bug.cgi?id=65561
1004
1005         Reviewed by Darin Fisher.
1006
1007         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
1008
1009 2011-08-01  Scott Graham  <scottmg@chromium.org>
1010
1011         REGRESSION (r39725?): Resources removed from document can not be freed until the document is deleted
1012         https://bugs.webkit.org/show_bug.cgi?id=61006
1013
1014         Reviewed by Antti Koivisto.
1015
1016         Update exports for test harness.
1017
1018         * Source/autotools/symbols.filter:
1019
1020 2011-08-01  Hayato Ito  <hayato@chromium.org>
1021
1022         Add support for getting an element in shadow root by its id into a window.internals object.
1023         https://bugs.webkit.org/show_bug.cgi?id=64587
1024
1025         Reviewed by Hajime Morita.
1026
1027         * Source/autotools/symbols.filter:
1028
1029 2011-08-01  Neil Roberts  <neil@linux.intel.com>
1030
1031         build: Fix finding the headers for GStreamer
1032
1033         The cmake files to find the various GStreamer packages were all
1034         checking for the header gst/gst.h. However if gst-plugins-base is
1035         installed into a separate prefix from gstreamer then all of these
1036         tests would only pick up the gstreamer include path so the build
1037         would fail. This patch changes it to try and find a file
1038         appropriate to each package.
1039
1040         https://bugs.webkit.org/show_bug.cgi?id=64933
1041
1042         Reviewed by Martin Robinson.
1043
1044         * Source/cmake/FindGStreamer-App.cmake:
1045         * Source/cmake/FindGStreamer-Base.cmake:
1046         * Source/cmake/FindGStreamer-Interfaces.cmake:
1047         * Source/cmake/FindGStreamer-Pbutils.cmake:
1048         * Source/cmake/FindGStreamer-Plugins-Base.cmake:
1049         * Source/cmake/FindGStreamer-Video.cmake:
1050
1051 2011-07-31  Daniel Bates  <dbates@webkit.org>
1052
1053         Add missing semicolons to build fix attempt in <http://trac.webkit.org/changeset/92080>.
1054
1055         * Source/autotools/symbols.filter:
1056
1057 2011-07-31  Daniel Bates  <dbates@webkit.org>
1058
1059         Some more fixes to the GTK build after r92059 (https://bugs.webkit.org/show_bug.cgi?id=65419).
1060
1061         * Source/autotools/symbols.filter: Export symbols needed by Internals.
1062
1063 2011-07-27  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
1064
1065         [Qt] Fix build in Qt 5 of QDeclarativeWebView
1066         https://bugs.webkit.org/show_bug.cgi?id=65258
1067
1068         Reviewed by Andreas Kling.
1069
1070         In Qt 5, the QGraphicsView-based classes for QtQuick are in the
1071         qtquick1 module, including QDeclarativeItem and QDeclarativeView.
1072
1073         * Source/WebKit.pro:
1074
1075 2011-07-26  Andras Becsi  <abecsi@webkit.org>
1076
1077         [Qt] [WK2] Disable the build with Qt versions older than 5.0
1078         https://bugs.webkit.org/show_bug.cgi?id=65189
1079
1080         Reviewed by Csaba Osztrogonác.
1081
1082         * Source/WebKit.pro: Abort if not using Qt5.
1083
1084 2011-07-20  Pierre Rossi  <pierre.rossi@gmail.com>
1085
1086         [Qt] Qt5 Build Fix: Disable the legacy mac assert macros.
1087
1088         This is done in order to prevent collision with the recently
1089         introduced function QSslCertificate::verify() in Qt5.
1090
1091         https://bugs.webkit.org/show_bug.cgi?id=64855
1092
1093         Reviewed by Simon Hausmann.
1094
1095         * Source/WebKit.pri:
1096
1097 2011-07-19  Robert Sesek  <rsesek@chromium.org>
1098
1099         [Chromium] Need to remove app/ from DEPS
1100         https://bugs.webkit.org/show_bug.cgi?id=64750
1101
1102         Reviewed by Tony Chang.
1103
1104         Remove Source/WebKit/chromium/app/ from .gitignore.
1105
1106         * .gitignore:
1107
1108 2011-07-18  MORITA Hajime  <morrita@google.com>
1109
1110         [ShadowContentElement] forwarded node should be able to access its hosting content element.
1111         https://bugs.webkit.org/show_bug.cgi?id=64251
1112
1113         Reviewed by Dimitri Glazkov.
1114
1115         Added GTK symbols for new window.internals methods.
1116         
1117         * Source/autotools/symbols.filter:
1118
1119 2011-07-15  Martin Robinson  <mrobinson@igalia.com>
1120
1121         Build fixes for WebKit2. Ensure that all generated sources are
1122         on nodist primaries, that they are on forward declared variables
1123         so that BUILT_SOURCES is calculated properly and that zlib is 
1124         included during linking (for WOFF support).
1125
1126         * GNUmakefile.am:
1127         * Source/autotools/webkit.m4: Include test for zlib.
1128
1129 2011-07-15  Carlos Garcia Campos  <cgarcia@igalia.com>
1130
1131         [GTK] Build plugin process by default when building WebKit2
1132         https://bugs.webkit.org/show_bug.cgi?id=64592
1133
1134         Reviewed by Philippe Normand.
1135
1136         * configure.ac:
1137
1138 2011-07-14  Carlos Garcia Campos  <cgarcia@igalia.com>
1139
1140         Reviewed by Martin Robinson.
1141
1142         [GTK] Implement Plugin Process
1143         https://bugs.webkit.org/show_bug.cgi?id=60546
1144
1145         * configure.ac: Always check for gtk2 when building the plugin
1146         process.
1147
1148 2011-07-14  MORITA Hajime  <morrita@google.com>
1149
1150         Unreviewed, rolling out r90976, r90981, and r90985.
1151         http://trac.webkit.org/changeset/90976
1152         http://trac.webkit.org/changeset/90981
1153         http://trac.webkit.org/changeset/90985
1154         https://bugs.webkit.org/show_bug.cgi?id=64251
1155
1156         build break
1157
1158         * Source/autotools/symbols.filter:
1159
1160 2011-07-14  MORITA Hajime <morrita@google.com>
1161
1162         Unreviewed attempt to build fix.
1163         
1164         * Source/autotools/symbols.filter:
1165
1166 2011-07-13  MORITA Hajime  <morrita@google.com>
1167
1168         [ShadowContentElement] forwarded node should be able to access its hosting content element.
1169         https://bugs.webkit.org/show_bug.cgi?id=64251
1170
1171         Reviewed by Dimitri Glazkov.
1172
1173         Added GTK symbols for new window.internals methods.
1174         
1175         * Source/autotools/symbols.filter:
1176
1177 2011-07-06  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1178
1179         [EFL] Add Fullscreen API feature
1180         https://bugs.webkit.org/show_bug.cgi?id=63975
1181
1182         This is just to add disabled ENABLE_FULLSCREEN_API to OptionEFl.cmake.
1183         ENABLE_FULLSCREEN_API will be enabled after finishing missing implementations.
1184
1185         Reviewed by Adam Barth.
1186
1187         * Source/cmake/OptionsEfl.cmake: Add disabled ENABLE_FULLSCREEN_API feature.
1188         * Source/cmakeconfig.h.cmake: ditto.
1189
1190 2011-07-05  Vsevolod Vlasov  <vsevik@chromium.org>
1191
1192         Web Inspector: Show content for plugin requests in network panel.
1193         https://bugs.webkit.org/show_bug.cgi?id=30080
1194
1195         Added GTK symbols for new window.internals methods.
1196
1197         Reviewed by Pavel Feldman.
1198
1199         * Source/autotools/symbols.filter:
1200
1201 2011-07-04  Sheriff Bot  <webkit.review.bot@gmail.com>
1202
1203         Unreviewed, rolling out r90373.
1204         http://trac.webkit.org/changeset/90373
1205         https://bugs.webkit.org/show_bug.cgi?id=63917
1206
1207         Breaks Qt Linux Release minimal (Requested by vsevik on
1208         #webkit).
1209
1210         * Source/autotools/symbols.filter:
1211
1212 2011-07-04  Vsevolod Vlasov  <vsevik@chromium.org>
1213
1214         Web Inspector: Show content for plugin requests in network panel.
1215         https://bugs.webkit.org/show_bug.cgi?id=30080
1216
1217         Reviewed by Pavel Feldman.
1218
1219         * Source/autotools/symbols.filter:
1220
1221 2011-07-01  Tony Chang  <tony@chromium.org>
1222
1223         Add chromium sql directory to git ignore.
1224
1225         * .gitignore:
1226
1227 2011-07-01  Patrick Gansterer  <paroga@webkit.org>
1228
1229         Reviewed by Daniel Bates.
1230
1231         [CMake] Add cpu detection for MIPS
1232         https://bugs.webkit.org/show_bug.cgi?id=63693
1233
1234         * Source/CMakeLists.txt:
1235
1236 2011-07-01  Joone Hur  <joone.hur@collabora.co.uk>
1237
1238         Reviewed by Martin Robinson.
1239
1240         [GTK] Add DeviceOrientation feature
1241         https://bugs.webkit.org/show_bug.cgi?id=63720
1242
1243         Add configure option to enable/disable DeviceOrientation feature.
1244
1245         * configure.ac:
1246
1247 2011-06-28  Joone Hur  <joone.hur@collabora.co.uk>
1248
1249         Reviewed by Martin Robinson.
1250
1251         [GTK] Rename 3D transforms to 3D rendering
1252         https://bugs.webkit.org/show_bug.cgi?id=63508
1253
1254         WebKitGtk+ provides the 3D transforms feature, but it was
1255         renamed to 3D Rendering. This features supports CSS 3D trasnforms.
1256
1257         * configure.ac: Rename ENABLE_3D_TRANSFORMS to ENABLE_3D_RENDERING.
1258
1259 2011-06-27  Alexis Menard  <alexis.menard@openbossa.org>
1260
1261         Reviewed by Kenneth Rohde Christiansen.
1262
1263         [Qt] Remove Phonon MediaPlayer from the tree.
1264         https://bugs.webkit.org/show_bug.cgi?id=63448
1265
1266         Remvove from the build.
1267
1268         * Source/WebKit.pri:
1269
1270 2011-06-24  Dominic Cooney  <dominicc@chromium.org>
1271
1272         Reviewed by Dimitri Glazkov.
1273
1274         Convert shadow DOM-related tests to use window.internals
1275         https://bugs.webkit.org/show_bug.cgi?id=61671
1276
1277         * Source/autotools/symbols.filter: Export symbols for GTK.
1278
1279 2011-06-24  Carlos Garcia Campos  <cgarcia@igalia.com>
1280
1281         Reviewed by Martin Robinson.
1282
1283         [GTK] Add more debug options to compilation
1284         https://bugs.webkit.org/show_bug.cgi?id=63318
1285
1286         Add --enable-debug-symbols to enable/disable compilation with
1287         debug symbols and --enable-debug-features to enable/disable debug
1288         features. Both options are unconditionally enabled for debug
1289         builds.
1290
1291         * configure.ac:
1292
1293 2011-06-23  Oliver Hunt  <oliver@apple.com>
1294
1295         Qt build-fix: remove warning that no other platform appears to use.
1296         Someone can add it back if they really feel it's needed.
1297
1298         * Source/WebKit.pri:
1299
1300 2011-06-22  Ryuan Choi  <ryuan.choi@samsung.com>
1301
1302         Reviewed by Antonio Gomes.
1303
1304         [EFL] Add an option to enable Device Orientation Event.
1305         https://bugs.webkit.org/show_bug.cgi?id=63120
1306
1307         ADD ENABLE_DEVICE_ORIENTATION.
1308
1309         * Source/cmake/OptionsEfl.cmake:
1310         * Source/cmakeconfig.h.cmake:
1311
1312 2011-06-22  Nate Chapin  <japhet@chromium.org>
1313
1314         Reviewed by Adam Barth.
1315
1316         Add symbols required for window.internals.
1317         https://bugs.webkit.org/show_bug.cgi?id=62066
1318
1319         * Source/autotools/symbols.filter:
1320
1321 2011-06-22  Martin Robinson  <mrobinson@igalia.com>
1322
1323         Reviewed by Adam Roben.
1324
1325         [GTK] Implement pixel dump support for WebKitTestRunner
1326         https://bugs.webkit.org/show_bug.cgi?id=58242
1327
1328         * GNUmakefile.am: Reference the new ImageDiff GNUmakefile.
1329
1330 2011-06-21  MORITA Hajime  <morrita@google.com>
1331
1332         Unreviewed, rolling out r89401 and r89403.
1333         http://trac.webkit.org/changeset/89401
1334         http://trac.webkit.org/changeset/89403
1335         https://bugs.webkit.org/show_bug.cgi?id=62970
1336
1337         Breaks mac build and mistakenly enables the spellcheck API
1338
1339         * configure.ac:
1340
1341 2011-06-20  MORITA Hajime <morrita@google.com>
1342
1343         Reviewed by Kent Tamura.
1344         
1345         Spellcheck API should be build-able.
1346         https://bugs.webkit.org/show_bug.cgi?id=62970
1347
1348         * configure.ac:
1349
1350 2011-06-20  MORITA Hajime  <morrita@google.com>
1351
1352         Unreviewed GTK build fix.
1353         This change corrected syntax error on symbols.filter.
1354
1355         * Source/autotools/symbols.filter:
1356
1357 2011-06-19  MORITA Hajime <morrita@google.com>
1358
1359         Unreviewed GTK build fix.
1360
1361         * Source/autotools/symbols.filter:
1362
1363 2011-06-19  MORITA Hajime  <morrita@google.com>
1364
1365         Reviewed by Dimitri Glazkov.
1366
1367         The internals object should have createShadowContentElement()
1368         https://bugs.webkit.org/show_bug.cgi?id=62432
1369
1370         * Source/autotools/symbols.filter: Added some more symbols necessary for
1371         window.internals to function to the global symbol list.
1372         
1373
1374 2011-06-19  Adam Bergkvist  <adam.bergkvist@ericsson.com>
1375
1376         Reviewed by Martin Robinson.
1377
1378         [GTK] Enable Media Stream feature and make it default on
1379         https://bugs.webkit.org/show_bug.cgi?id=60394
1380
1381         * configure.ac:
1382
1383 2011-06-17  Joone Hur  <joone.hur@collabora.co.uk>
1384
1385         Reviewed by Martin Robinson.
1386
1387         [GTK] Replace GdkRectangle by cairo_rectangle_int_t
1388         https://bugs.webkit.org/show_bug.cgi?id=60687
1389
1390         Replace GdkRectangle by cairo_rectangle_int_t.
1391
1392         * configure.ac: Check whether Cairo version is higher than 1.10.
1393
1394 2011-06-16  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1395
1396         Reviewed by Eric Seidel.
1397
1398         [CMAKE] Enable METER_TAG of HTML5
1399         https://bugs.webkit.org/show_bug.cgi?id=62697
1400
1401         Support for meter tag of html5 in CMake build system. However, this feature is
1402         only enabled on EFL port now. 
1403
1404         * Source/cmake/OptionsEfl.cmake: Add ENABLE_METER_TAG.
1405         * Source/cmakeconfig.h.cmake:ditto.
1406
1407 2011-06-16  Carlos Garcia Campos  <cgarcia@igalia.com>
1408
1409         Reviewed by Xan Lopez.
1410
1411         [GTK] Remove support for GTK+2 in WebKit2
1412         https://bugs.webkit.org/show_bug.cgi?id=62794
1413
1414         * configure.ac: Make WebKit2 require GTK+ 3.x.
1415
1416 2011-06-15  Ryuan Choi  <ryuan.choi@samsung.com>
1417
1418         Rubber stamped by Eric Seidel.
1419
1420         [CMAKE][WK2] Add an option to build webkit2.
1421         https://bugs.webkit.org/show_bug.cgi?id=62260
1422
1423         Add ENABLE_WEBKIT2 to build WebKit2 using CMake and ENABLE_WEBKIT to disable
1424         WebKit.
1425
1426         * Source/CMakeLists.txt:
1427         * Source/cmake/WebKitFS.cmake:
1428
1429 2011-06-14  Ryuan Choi  <ryuan.choi@samsung.com>
1430
1431         Reviewed by Eric Seidel.
1432
1433         [CMAKE] Add ENABLE_TOUCH_ICON_LOADING feature.
1434         https://bugs.webkit.org/show_bug.cgi?id=62604
1435
1436         Add feature to enable or disable ENABLE_TOUCH_ICON which supports
1437         apple-touch-icon and apple-touch-icon-precomposed in link tag.
1438
1439         * Source/cmake/OptionsEfl.cmake:
1440         * Source/cmakeconfig.h.cmake:
1441
1442 2011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
1443
1444         Reviewed by Martin Robinson.
1445
1446         [GTK] Add configure option to enable/disable register protocol handler
1447         https://bugs.webkit.org/show_bug.cgi?id=62534
1448
1449         This patch just adds configure option to enable/disable register protocol handler.
1450         So, it needs more code to use register protocol handler.
1451
1452         * configure.ac: Add configure option to enable/disable register protocol handler.
1453
1454 2011-06-13  Joone Hur  <joone.hur@collabora.co.uk>
1455
1456         Reviewed by Martin Robinson.
1457
1458         [GTK] Need to report whether touch icon loading is enabled
1459         https://bugs.webkit.org/show_bug.cgi?id=62532
1460
1461         It needs to report whether touch icon loading is enabled.
1462
1463         * configure.ac: Updated option parsing code for loading touch icons.
1464
1465 2011-06-13  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1466
1467         Reviewed by Eric Seidel.
1468
1469         [CMAKE] Conditionally generate DerivedSources
1470         https://bugs.webkit.org/show_bug.cgi?id=62277
1471
1472         Speedup build by not generating DerivedSources of features that are
1473         disabled. This was already been done for some features like ENABLE_SVG
1474         and now it's extended the following features: ENABLE_DATABASE,
1475         ENABLE_INDEXED_DATABASE, ENABLE_DOM_STORAGE, ENABLE_XPATH,
1476         ENABLE_OFFLINE_WEB_APPLICATIONS, ENABLE_WEB_SOCKETS,
1477         ENABLE_DATA_TRANSFER_ITEMS.
1478
1479         * Source/cmakeconfig.h.cmake: add definition for INDEXED_DATABASE
1480
1481 2011-06-10  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1482
1483         Reviewed by Kenneth Rohde Christiansen.
1484
1485         [CMAKE] Add generic support for building with WebGL
1486         https://bugs.webkit.org/show_bug.cgi?id=62376
1487
1488         Add files that need to be compiled in every port for supporting WebGL.
1489         Each port still needs to add its specific files to
1490         CMakeLists${PORT}.txt. Therefore we do not enable WebGL in any port
1491         yet.
1492
1493         * Source/CMakeLists.txt: Add files needed to support WebGL.
1494         * Source/cmake/OptionsCommon.cmake: Find required OpenGL package.
1495         * Source/cmakeconfig.h.cmake: define ENABLE_WEBGL this feature is
1496         enabled.
1497
1498 2011-06-09  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1499
1500         Reviewed by Antonio Gomes.
1501
1502         [CMAKE] Never let USER_AGENT defined to nothing
1503         https://bugs.webkit.org/show_bug.cgi?id=62410
1504
1505         This patch is similar to r88342, but sets WEBKIT_USER_AGENT_*
1506         definitions only if that port defined it. A port might prefer to set it
1507         in other place, e.g. a header that is part of the public API (like GTK
1508         does).
1509
1510         By using #cmakedefine instead of #define, if that variable is not set
1511         in CMake it will expand to:
1512
1513         /* #define WEBKIT_USER_AGENT_MAJOR_VERSION */
1514
1515         * Source/cmake/OptionsEfl.cmake:
1516         * Source/cmakeconfig.h.cmake:
1517
1518 2011-06-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1519
1520         Reviewed by Antonio Gomes.
1521
1522         [EFL] Enable PROGRESS_TAG feature
1523         https://bugs.webkit.org/show_bug.cgi?id=62212
1524
1525         * Source/cmake/OptionsEfl.cmake: Turn on PROGRESS_TAG by default.
1526
1527 2011-06-08  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1528
1529         Reviewed by Kenneth Rohde Christiansen.
1530
1531         [CMAKE] Never let a WTF_FEATURE defined to nothing
1532         https://bugs.webkit.org/show_bug.cgi?id=60820
1533
1534         If a port doesn't want to give the user some configure options,
1535         nevertheless it would have to define this feature as OFF. Otherwise
1536         there's a build error because the generated cmakeconfig.h is not
1537         parsed correctly by ENABLE macro, which expects each feature to be
1538         either undefined or defined to TRUE/FALSE.
1539
1540         * Source/cmake/WebKitFeatures.cmake: Use a variable with the same name
1541         of the feature, which allows CONFIGURE_FILE() to replace it in the new
1542         cmakeconfig.h.cmake.
1543         * Source/cmakeconfig.h.cmake: use #cmakedefine01 instead of #define
1544         with another variable. This way the feature will always be 0 or 1 and
1545         it will never be left undefined.
1546
1547 2011-06-07  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1548
1549         Reviewed by Antonio Gomes.
1550
1551         [EFL] Remove Ecore_X bits from PlatformScreenEfl
1552         https://bugs.webkit.org/show_bug.cgi?id=61649
1553
1554         Remove the need for Ecore_X and some X calls by always using
1555         new functions available in EFL to get the screen size.
1556
1557         * Source/cmake/FindEFL.cmake: Bump ecore and ecore-evas versions.
1558
1559 2011-06-07  Andreas Kling  <andreas.kling@nokia.com>
1560
1561         Reviewed by Laszlo Gombos.
1562
1563         [Qt] Fix Symbian build with RVCT 2.x
1564         https://bugs.webkit.org/show_bug.cgi?id=62205
1565
1566         RVCT 2.x doesn't support (or need) the --signed_bitfields command-line
1567         option, so restrict it to version 4.x of the compiler.
1568
1569         * Source/WebKit.pri:
1570
1571 2011-06-06  Martin Robinson  <mrobinson@igalia.com>
1572
1573         Fix the GTK+ build by ensuring that the autogenerated sources
1574         necessary for libWebCoreInternals are recorded in a predeclared
1575         variable before assigning to BUILT_SOURCES.
1576
1577         * GNUmakefile.am: Assign libWebCoreInternals built sources to
1578         libwebcoreinternals_built_sources before adding to the source list
1579         and to BUILT_SOURCES.
1580
1581 2011-06-06  Carlos Garcia Campos  <cgarcia@igalia.com>
1582
1583         Unreviewed. Fix the GTK+ build.
1584
1585         * GNUmakefile.am: Add javascriptcore_cflags variable.
1586
1587 2011-06-04  Kevin Ollivier  <kevino@theolliviers.com>
1588
1589         [wx] Unreviewed build fix. Restore the PPC build and allow users to specify architectures
1590         to build on Mac.
1591
1592         * wscript:
1593
1594 2011-06-04  Adam Barth  <abarth@webkit.org>
1595
1596         Configure new commit-queue instance.  (Please ignore.)
1597
1598 2011-06-03  Martin Robinson  <mrobinson@igalia.com>
1599
1600         Reviewed by Dimitri Glazkov.
1601
1602         Teach Gtk build about window.internals
1603         https://bugs.webkit.org/show_bug.cgi?id=61071
1604
1605         * Source/autotools/symbols.filter: Added some symbols necessary for
1606         window.internals to function to the global symbol list.
1607
1608 2011-06-03  Alexis Menard  <alexis.menard@openbossa.org>
1609
1610         Reviewed by Benjamin Poulain.
1611
1612         [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
1613         https://bugs.webkit.org/show_bug.cgi?id=61957
1614
1615         When building inside the Qt source tree, qmake always append the mkspecs
1616         defines after ours. We have to workaround and make sure that we append
1617         our flags after the qmake variable used inside Qt. This workaround was provided
1618         by our qmake folks. We need to append in both case because qmake behave differently
1619         when called with -spec or via SUBDIR+=.
1620
1621         * Source/WebKit.pri:
1622
1623 2011-06-02  Alexis Menard  <alexis.menard@openbossa.org>
1624
1625         Reviewed by Andreas Kling.
1626
1627         [Qt] Build fix of QtWebKit 2.2 when inside Qt tree with GCC 4.6.
1628         https://bugs.webkit.org/show_bug.cgi?id=61957
1629
1630         When building inside the Qt source tree, qmake always append the mkspecs
1631         defines after ours. We have to workaround and make sure that we append 
1632         our flags after the qmake variable used inside Qt. This workaround was provided 
1633         by our qmake folks.
1634
1635         * Source/WebKit.pri:
1636
1637 2011-03-30  Martin Robinson  <mrobinson@igalia.com>
1638
1639         Reviewed by Adam Roben.
1640
1641         [GTK] [WebKit2] Implement a basic WebKitTestRunner
1642         https://bugs.webkit.org/show_bug.cgi?id=57068
1643
1644         * GNUmakefile.am: Added reference to WebKitTestRunner GNUmakefile.
1645
1646 2011-05-31  Xan Lopez  <xlopez@igalia.com>
1647
1648         Reviewed by Martin Robinson.
1649
1650         Bump version to 1.5.1.
1651
1652         * configure.ac:
1653
1654 2011-05-25  Gregg Tavares  <gman@chromium.org>
1655
1656         Reviewed by Kenneth Russell.
1657
1658         Add 'noExtensions' option to Web/GraphicsContext3D attributes.
1659         https://bugs.webkit.org/show_bug.cgi?id=61460
1660
1661         * Source/WebCore/html/canvas/WebGLRenderingContext.cpp:
1662         * Source/WebCore/platform/graphics/GraphicsContext3D.h:
1663         * Source/WebKit/chromium/public/WebGraphicsContext3D.h:
1664         * Source/WebKit/chromium/src/GraphicsContext3DChromium.cpp:
1665
1666 2011-05-24  Keishi Hattori  <keishi@webkit.org>
1667
1668         Reviewed by Kent Tamura.
1669
1670         Disable textfield implementation of <input type=color>. Add INPUT_COLOR feature flag. Add input color sanitizer.
1671         https://bugs.webkit.org/show_bug.cgi?id=61273
1672
1673         * configure.ac: Added INPUT_COLOR feature flag.
1674
1675 2011-05-24  Jay Civelli  <jcivelli@chromium.org>
1676
1677         Reviewed by Adam Barth.
1678
1679         Adding MHTML reading support.
1680         https://bugs.webkit.org/show_bug.cgi?id=7168
1681
1682         * configure.ac:
1683
1684 2011-05-23  Ryuan Choi  <ryuan.choi@samsung.com>
1685
1686         Rubber stamped by Eric Seidel.
1687
1688         [CMAKE] Refactoring wtf related code.
1689         https://bugs.webkit.org/show_bug.cgi?id=60146
1690
1691         Move WTF_INCLUDE_DIRECTORIES to Source/JavaScriptCore/wtf/CMakeLists.txt.
1692
1693         * Source/cmake/OptionsCommon.cmake:
1694         * Source/cmake/OptionsEfl.cmake:
1695
1696 2011-05-18  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
1697
1698         Unreviewed. Fix build break.
1699
1700         * Source/cmake/WebKitMacros.cmake: Add -i option in order to include Lookup.h
1701
1702 2011-05-16  Carlos Garcia Campos  <cgarcia@igalia.com>
1703
1704         Reviewed by Martin Robinson.
1705
1706         [GTK] Enable building GTK port with ENABLE_PLUGIN_PROCESS=1
1707         https://bugs.webkit.org/show_bug.cgi?id=58223
1708
1709         * configure.ac: Add configure option to enable/disable plugin
1710         process.
1711
1712 2011-05-12  Gregg Tavares  <gman@chromium.org>
1713
1714         Reviewed by Kenneth Russell.
1715
1716         Add option to select GraphicsContext3D implementation.
1717         https://bugs.webkit.org/show_bug.cgi?id=60297
1718
1719         * Source/WebKit/chromium/DEPS:
1720         * Tools/DumpRenderTree/chromium/DumpRenderTree.cpp:
1721
1722 2011-05-12  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1723
1724         Reviewed by Antonio Gomes.
1725
1726         [CMAKE] Add option to unconditionally enable/disable a feature
1727         https://bugs.webkit.org/show_bug.cgi?id=60643
1728
1729         Create an argument to be used in WEBKIT_FEATURE macro, allowing a port
1730         to enable a feature without showing to user that it can be disabled.
1731         This is useful if a port needs an option to be always ON/OFF and
1732         changing it will break the build.
1733
1734         This way it's possible to add mandatory features to each port without
1735         touching the cmakeconfig.cmake file.
1736
1737         * Source/cmake/WebKitFeatures.cmake:
1738
1739 2011-05-11  Dmitry Lomov  <dslomov@google.com>
1740
1741         Reviewed by David Levin.
1742
1743         https://bugs.webkit.org/show_bug.cgi?id=59561
1744         Switch TestWebKitAPI to GTest
1745
1746         Fixes Makefiles and WinCairo build as well
1747
1748         * Source/ThirdParty/gtest/README.WebKit:
1749         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
1750         * Source/ThirdParty/gtest/xcode/Config/General.xcconfig:
1751         * Source/ThirdParty/gtest/xcode/Makefile: Added.
1752
1753 2011-05-09  Dmitry Lomov  <dslomov@google.com>
1754
1755         Reviewed by Sam Weinig.
1756         
1757         Switch TestWebKitAPI to GTest
1758         https://bugs.webkit.org/show_bug.cgi?id=59561
1759
1760         * Source/ThirdParty/gtest/README.WebKit:
1761         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj:
1762
1763 2011-05-09  Xan Lopez  <xlopez@igalia.com>
1764
1765         Reviewed by Gustavo Noronha.
1766
1767         Fix logic in GCC version detection, it was reversed.
1768
1769         * configure.ac:
1770
1771 2011-05-09  Alexis Menard  <alexis.menard@openbossa.org>
1772
1773         Reviewed by Andreas Kling.
1774
1775         [Qt] Fix the build on Embedded Linux.
1776         https://bugs.webkit.org/show_bug.cgi?id=60347
1777
1778         qpa is the name for lighthouse but the old name for Qt for Embedded Linux should
1779         still be used in order to build properly.
1780
1781         * Source/WebKit.pri:
1782
1783 2011-05-05  Kevin Ollivier  <kevino@theolliviers.com>
1784
1785         [wx] Unreviewed build fix. Add LocalizedDateNone.cpp to the build.
1786
1787         * wscript:
1788
1789 2011-05-05  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
1790
1791         Reviewed by Simon Hausmann.
1792
1793         Install correct header files for webkit.
1794
1795         Since WebKit is no longer inside Qt, we can remove the detection for
1796         that.
1797
1798         [Qt] Install targets are not working correctly for modularized Qt and QtWebkit
1799         https://bugs.webkit.org/show_bug.cgi?id=57621
1800
1801         * Source/sync.profile:
1802
1803 2011-05-05  Adam Barth  <abarth@webkit.org>
1804
1805         Remove a couple stray mentions of WML that I missed before.
1806
1807         * configure.ac:
1808
1809 2011-05-05  Alexis Menard  <alexis.menard@openbossa.org>
1810
1811         Reviewed by Benjamin Poulain.
1812
1813         [Qt] Make QtWebKit build when using gcc 4.6.0
1814         https://bugs.webkit.org/show_bug.cgi?id=60265
1815
1816         If QtWebKit is compiled with gcc 4.6.0 and the build is not done
1817         with c++0x support we need to deactivate warnings about compatibility.
1818         Some WebKit types have names which conflicts with upcoming c++0x
1819         types. If QtWebKit is built with c++0x support, WebKit has code to
1820         fallback to the standard type rather than the WebKit implementation.
1821         For example nullptr will be the one of the std if build options turns on
1822         c++0x support.
1823
1824         * Source/WebKit.pri:
1825
1826 2011-05-04  Xan Lopez  <xlopez@igalia.com>
1827
1828         Reviewed by Martin Robinson.
1829
1830         [GTK] Fix warnings in webkit.m4 with autoconf 2.68
1831         https://bugs.webkit.org/show_bug.cgi?id=60189
1832
1833         Use AC_LANG_SOURCE when passing source code to AC_COMPILE_IFELSE
1834         to remove warnings.
1835
1836         * Source/autotools/webkit.m4: ditto.
1837
1838 2011-05-04  Martin Robinson  <mrobinson@igalia.com>
1839
1840         Fix the WebKitGTK+ build.
1841
1842         * configure.ac: Added option parsing code for loading touch icons.
1843
1844 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1845
1846         Reviewed by Xan Lopez.
1847
1848         [CMAKE] Remove C++0x compat mode warnings for GCC >= 4.6.0
1849         https://bugs.webkit.org/show_bug.cgi?id=60041
1850
1851         Hardcode -Wno-c++0x-compat for the default compiler (if version >=
1852         4.6.0) until our codebase is ready. This is the same as done for
1853         autotools.
1854
1855         * Source/cmake/WebKitHelpers.cmake: ditto.
1856
1857 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1858
1859         Unreviewed, rolling out r85624.
1860         http://trac.webkit.org/changeset/85624
1861
1862         The same command is used also for make_names.pl, which breaks
1863         the build.
1864
1865         * Source/cmake/OptionsCommon.cmake: ditto.
1866
1867 2011-05-03  Leandro Pereira  <leandro@profusion.mobi>
1868
1869         [EFL] Unreviewed build fix for NETWORK_BACKEND=curl.
1870
1871         Force linking with zlib so that uncompress() exists.
1872
1873         * Source/cmake/OptionsEfl.cmake: Find zlib.
1874
1875 2011-05-03  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
1876
1877         [CMAKE] Unreviewed build fix for gcc >= 4.6
1878
1879         Same fix as done in r84123. CMake explicitly pass the arguments to
1880         make_names.pl, so let's make them the same.
1881
1882         * Source/cmake/OptionsCommon.cmake: ditto.
1883
1884 2011-05-02  Adam Klein  <adamk@chromium.org>
1885
1886         Reviewed by Tony Chang.
1887
1888         Roll chromium DEPS to r83722, add new crypto directory to DEPS
1889         https://bugs.webkit.org/show_bug.cgi?id=59992
1890
1891         * .gitignore:
1892         Ignore new chromium/crypto directory.
1893
1894 2011-05-03  Carlos Garcia Campos  <cgarcia@igalia.com>
1895
1896         Reviewed by Eric Seidel.
1897
1898         [GTK] Build webkit1 even when webkit2 is enabled
1899         https://bugs.webkit.org/show_bug.cgi?id=59695
1900
1901         * GNUmakefile.am:
1902         * configure.ac:
1903
1904 2011-05-01  ojab  <ojab@ojab.ru>
1905
1906         Reviewed by Eric Seidel.
1907
1908         --disable-video-track if --disable-video
1909         https://bugs.webkit.org/show_bug.cgi?id=59605
1910
1911         * configure.ac:
1912
1913 2011-04-29  Dean Jackson  <dino@apple.com>
1914
1915         Reviewed by Simon Fraser.
1916
1917         Add ENABLE macro for WebKitAnimation
1918         https://bugs.webkit.org/show_bug.cgi?id=59729
1919
1920         Add new feature to toggle WebKit Animation API.
1921
1922         * configure.ac:
1923
1924 2011-04-29  Kevin Ollivier  <kevino@theolliviers.com>
1925
1926         [wx] Unreviewed build fix. Fix library copying logic for wxMSW 2.9.x.
1927
1928         * wscript:
1929
1930 2011-04-28  Adam Barth  <abarth@webkit.org>
1931
1932         Reviewed by Eric Seidel.
1933
1934         Remove WML
1935         https://bugs.webkit.org/show_bug.cgi?id=59678
1936
1937         Remove WML configuration option from the CMake build system.
1938
1939         * Source/cmake/OptionsEfl.cmake:
1940         * Source/cmake/OptionsWinCE.cmake:
1941         * Source/cmakeconfig.h.cmake:
1942
1943 2011-04-28  Xan Lopez  <xlopez@igalia.com>
1944
1945         Reviewed by Martin Robinson.
1946
1947         [Gtk] Split JSC and WebCore builds
1948         https://bugs.webkit.org/show_bug.cgi?id=19428
1949
1950         Add a pkg-config file for JavaScriptCoreGTK+.
1951
1952         * configure.ac: generate the final pkg-config file from our .in
1953         file.
1954
1955 2011-04-28  Xan Lopez  <xlopez@igalia.com>
1956
1957         Reviewed by Martin Robinson.
1958
1959         [Gtk] Split JSC and WebCore builds
1960         https://bugs.webkit.org/show_bug.cgi?id=19428
1961
1962         Build JavaScriptCore as a libtool shared library instead of a
1963         private convenience library.
1964
1965         * GNUmakefile.am: remove convenience library definition for jsc.
1966
1967 2011-04-28  Xan Lopez  <xlopez@igalia.com>
1968
1969         Reviewed by Martin Robinson.
1970
1971         [GTK] Remove C++0x compat mode warnings for GCC >= 4.6.0
1972         https://bugs.webkit.org/show_bug.cgi?id=59718
1973
1974         Hardcode -Wno-c++0x-compat for the default compiler (if version >=
1975         4.6.0) until our codebase is ready.
1976
1977         * configure.ac: do that.
1978
1979 2011-04-27  Yi Shen  <yi.4.shen@nokia.com>
1980
1981         Reviewed by Kenneth Rohde Christiansen.
1982
1983         [Qt] Upstream Symbian platform plugin
1984         https://bugs.webkit.org/show_bug.cgi?id=58435
1985
1986         Upstream Symbian platform plugin.
1987
1988         * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
1989
1990 2011-04-27  Steve Block  <steveblock@google.com>
1991
1992         Reviewed by David Levin.
1993
1994         Remove Android build system
1995         https://bugs.webkit.org/show_bug.cgi?id=48111
1996
1997         This is to avoid the maintenance burden until the Android port is
1998         fully upstreamed.
1999
2000         * Source/Android.mk: Removed.
2001
2002 2011-04-26  Kevin Ollivier  <kevino@theolliviers.com>
2003
2004         Rubberstamped by Eric Seidel.
2005
2006         Enable waf to be used to build other ports
2007         https://bugs.webkit.org/show_bug.cgi?id=58213
2008
2009         * wscript:
2010
2011 2011-04-22  Sheriff Bot  <webkit.review.bot@gmail.com>
2012
2013         Unreviewed, rolling out r84627.
2014         http://trac.webkit.org/changeset/84627
2015         https://bugs.webkit.org/show_bug.cgi?id=59271
2016
2017         It broke Symbian build (Requested by Ossy on #webkit).
2018
2019         * Source/WebKit.pro:
2020
2021 2011-04-22  Yi Shen  <yi.4.shen@nokia.com>
2022
2023         Reviewed by Kenneth Rohde Christiansen.
2024
2025         [Qt] Upstream Symbian platform plugin
2026         https://bugs.webkit.org/show_bug.cgi?id=58435
2027
2028         Upstream Symbian platform plugin.
2029
2030         * Source/WebKit.pro: Add platformplugin path to the SUBDIRS.
2031
2032 2011-04-21  Maciej Stachowiak  <mjs@apple.com>
2033
2034         Reviewed by Adam Roben.
2035
2036         Add a feature define to allow <details> and <summary> to be disabled
2037         https://bugs.webkit.org/show_bug.cgi?id=59118
2038         <rdar://problem/9257045>
2039
2040         * configure.ac:
2041
2042 2011-04-18  Evan Martin  <evan@chromium.org>
2043
2044         Reviewed by Eric Seidel.
2045
2046         [chromium] expose title direction to webkit client
2047         https://bugs.webkit.org/show_bug.cgi?id=58823
2048
2049         *  Tools/DumpRenderTree/chromium/LayoutTestController.cpp:
2050         *  Tools/DumpRenderTree/chromium/LayoutTestController.h:
2051         Adapt to new API.  Expose title direction to JS so it can be tested.
2052
2053         *  Tools/DumpRenderTree/chromium/WebViewHost.cpp:
2054         *  Tools/DumpRenderTree/chromium/WebViewHost.h:
2055         Provide new API.
2056
2057 2011-04-18  Hans Wennborg  <hans@chromium.org>
2058
2059         Reviewed by Steve Block.
2060
2061         LevelDB backend for IndexedDB
2062         https://bugs.webkit.org/show_bug.cgi?id=57372
2063
2064         Add LevelDB wrappers to Android.mk.
2065
2066         * Source/Android.mk:
2067
2068 2011-04-18  Patrick Gansterer  <paroga@webkit.org>
2069
2070         Reviewed by Pavel Feldman.
2071
2072         REGRESSION (r81479): generate-inspector-idl fails on native win32
2073         https://bugs.webkit.org/show_bug.cgi?id=58315
2074
2075         Disable git autocrlf for Inspector.json.
2076
2077         * .gitattributes:
2078
2079 2011-04-16  Patrick Gansterer  <paroga@webkit.org>
2080
2081         Reviewed by Eric Seidel.
2082
2083         Rename PLATFORM(CAIRO) to USE(CAIRO)
2084         https://bugs.webkit.org/show_bug.cgi?id=55192
2085
2086         * Source/cmake/OptionsEfl.cmake:
2087
2088 2011-04-15  Shishir Agrawal  <shishir@chromium.org>
2089
2090         Reviewed by James Robinson.
2091
2092         Add a flag to guard Page Visibility API changes.
2093         https://bugs.webkit.org/show_bug.cgi?id=58464
2094
2095         Initial draft at:
2096         http://lists.w3.org/Archives/Public/public-webapps/2011JanMar/0175.html
2097
2098         * configure.ac:
2099
2100 2011-04-15  Xan Lopez  <xlopez@igalia.com>
2101
2102         Reviewed by Martin Robinson.
2103
2104         * configure.ac: bump to 1.5.0, 1.4.0 will be released from a
2105         branch and was already cut off.
2106
2107 2011-04-15  Anna Cavender  <annacc@chromium.org>
2108
2109         Reviewed by Eric Carlson.
2110
2111         Renaming TRACK feature define to VIDEO_TRACK
2112         https://bugs.webkit.org/show_bug.cgi?id=53556
2113
2114         * configure.ac:
2115
2116 2011-04-13  Dmitry Lomov  <dslomov@google.com>
2117
2118         Reviewed by David Levin.
2119
2120         Add GTest unit-testing framework to WebKit
2121         https://bugs.webkit.org/show_bug.cgi?id=58507
2122
2123         * Source/ThirdParty/gtest/CHANGES: Added.
2124         * Source/ThirdParty/gtest/CMakeLists.txt: Added.
2125         * Source/ThirdParty/gtest/CONTRIBUTORS: Added.
2126         * Source/ThirdParty/gtest/COPYING: Added.
2127         * Source/ThirdParty/gtest/Makefile.am: Added.
2128         * Source/ThirdParty/gtest/README: Added.
2129         * Source/ThirdParty/gtest/README.WebKit: Added.
2130         * Source/ThirdParty/gtest/codegear/gtest.cbproj: Added.
2131         * Source/ThirdParty/gtest/codegear/gtest.groupproj: Added.
2132         * Source/ThirdParty/gtest/codegear/gtest_all.cc: Added.
2133         * Source/ThirdParty/gtest/codegear/gtest_link.cc: Added.
2134         * Source/ThirdParty/gtest/codegear/gtest_main.cbproj: Added.
2135         * Source/ThirdParty/gtest/codegear/gtest_unittest.cbproj: Added.
2136         * Source/ThirdParty/gtest/configure.ac: Added.
2137         * Source/ThirdParty/gtest/include/gtest/gtest-death-test.h: Added.
2138         * Source/ThirdParty/gtest/include/gtest/gtest-message.h: Added.
2139         * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h: Added.
2140         * Source/ThirdParty/gtest/include/gtest/gtest-param-test.h.pump: Added.
2141         * Source/ThirdParty/gtest/include/gtest/gtest-spi.h: Added.
2142         * Source/ThirdParty/gtest/include/gtest/gtest-test-part.h: Added.
2143         * Source/ThirdParty/gtest/include/gtest/gtest-typed-test.h: Added.
2144         * Source/ThirdParty/gtest/include/gtest/gtest.h: Added.
2145         * Source/ThirdParty/gtest/include/gtest/gtest_pred_impl.h: Added.
2146         * Source/ThirdParty/gtest/include/gtest/gtest_prod.h: Added.
2147         * Source/ThirdParty/gtest/include/gtest/internal/gtest-death-test-internal.h: Added.
2148         * Source/ThirdParty/gtest/include/gtest/internal/gtest-filepath.h: Added.
2149         * Source/ThirdParty/gtest/include/gtest/internal/gtest-internal.h: Added.
2150         * Source/ThirdParty/gtest/include/gtest/internal/gtest-linked_ptr.h: Added.
2151         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h: Added.
2152         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util-generated.h.pump: Added.
2153         * Source/ThirdParty/gtest/include/gtest/internal/gtest-param-util.h: Added.
2154         * Source/ThirdParty/gtest/include/gtest/internal/gtest-port.h: Added.
2155         * Source/ThirdParty/gtest/include/gtest/internal/gtest-string.h: Added.
2156         * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h: Added.
2157         * Source/ThirdParty/gtest/include/gtest/internal/gtest-tuple.h.pump: Added.
2158         * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h: Added.
2159         * Source/ThirdParty/gtest/include/gtest/internal/gtest-type-util.h.pump: Added.
2160         * Source/ThirdParty/gtest/m4/acx_pthread.m4: Added.
2161         * Source/ThirdParty/gtest/m4/gtest.m4: Added.
2162         * Source/ThirdParty/gtest/make/Makefile: Added.
2163         * Source/ThirdParty/gtest/msvc/gtest-md.sln: Added.
2164         * Source/ThirdParty/gtest/msvc/gtest-md.vcproj: Added.
2165         * Source/ThirdParty/gtest/msvc/gtest.sln: Added.
2166         * Source/ThirdParty/gtest/msvc/gtest.vcproj: Added.
2167         * Source/ThirdParty/gtest/msvc/gtest_main-md.vcproj: Added.
2168         * Source/ThirdParty/gtest/msvc/gtest_main.vcproj: Added.
2169         * Source/ThirdParty/gtest/msvc/gtest_prod_test-md.vcproj: Added.
2170         * Source/ThirdParty/gtest/msvc/gtest_prod_test.vcproj: Added.
2171         * Source/ThirdParty/gtest/msvc/gtest_unittest-md.vcproj: Added.
2172         * Source/ThirdParty/gtest/msvc/gtest_unittest.vcproj: Added.
2173         * Source/ThirdParty/gtest/run_tests.py: Added.
2174         * Source/ThirdParty/gtest/samples/prime_tables.h: Added.
2175         * Source/ThirdParty/gtest/samples/sample1.cc: Added.
2176         * Source/ThirdParty/gtest/samples/sample1.h: Added.
2177         * Source/ThirdParty/gtest/samples/sample10_unittest.cc: Added.
2178         * Source/ThirdParty/gtest/samples/sample1_unittest.cc: Added.
2179         * Source/ThirdParty/gtest/samples/sample2.cc: Added.
2180         * Source/ThirdParty/gtest/samples/sample2.h: Added.
2181         * Source/ThirdParty/gtest/samples/sample2_unittest.cc: Added.
2182         * Source/ThirdParty/gtest/samples/sample3-inl.h: Added.
2183         * Source/ThirdParty/gtest/samples/sample3_unittest.cc: Added.
2184         * Source/ThirdParty/gtest/samples/sample4.cc: Added.
2185         * Source/ThirdParty/gtest/samples/sample4.h: Added.
2186         * Source/ThirdParty/gtest/samples/sample4_unittest.cc: Added.
2187         * Source/ThirdParty/gtest/samples/sample5_unittest.cc: Added.
2188         * Source/ThirdParty/gtest/samples/sample6_unittest.cc: Added.
2189         * Source/ThirdParty/gtest/samples/sample7_unittest.cc: Added.
2190         * Source/ThirdParty/gtest/samples/sample8_unittest.cc: Added.
2191         * Source/ThirdParty/gtest/samples/sample9_unittest.cc: Added.
2192         * Source/ThirdParty/gtest/scripts/fuse_gtest_files.py: Added.
2193         * Source/ThirdParty/gtest/scripts/gen_gtest_pred_impl.py: Added.
2194         * Source/ThirdParty/gtest/scripts/gtest-config.in: Added.
2195         * Source/ThirdParty/gtest/scripts/pump.py: Added.
2196         * Source/ThirdParty/gtest/scripts/test/Makefile: Added.
2197         * Source/ThirdParty/gtest/scripts/upload.py: Added.
2198         * Source/ThirdParty/gtest/scripts/upload_gtest.py: Added.
2199         * Source/ThirdParty/gtest/src/gtest-all.cc: Added.
2200         * Source/ThirdParty/gtest/src/gtest-death-test.cc: Added.
2201         * Source/ThirdParty/gtest/src/gtest-filepath.cc: Added.
2202         * Source/ThirdParty/gtest/src/gtest-internal-inl.h: Added.
2203         * Source/ThirdParty/gtest/src/gtest-port.cc: Added.
2204         * Source/ThirdParty/gtest/src/gtest-test-part.cc: Added.
2205         * Source/ThirdParty/gtest/src/gtest-typed-test.cc: Added.
2206         * Source/ThirdParty/gtest/src/gtest.cc: Added.
2207         * Source/ThirdParty/gtest/src/gtest_main.cc: Added.
2208         * Source/ThirdParty/gtest/test/gtest-death-test_test.cc: Added.
2209         * Source/ThirdParty/gtest/test/gtest-filepath_test.cc: Added.
2210         * Source/ThirdParty/gtest/test/gtest-linked_ptr_test.cc: Added.
2211         * Source/ThirdParty/gtest/test/gtest-listener_test.cc: Added.
2212         * Source/ThirdParty/gtest/test/gtest-message_test.cc: Added.
2213         * Source/ThirdParty/gtest/test/gtest-options_test.cc: Added.
2214         * Source/ThirdParty/gtest/test/gtest-param-test2_test.cc: Added.
2215         * Source/ThirdParty/gtest/test/gtest-param-test_test.cc: Added.
2216         * Source/ThirdParty/gtest/test/gtest-param-test_test.h: Added.
2217         * Source/ThirdParty/gtest/test/gtest-port_test.cc: Added.
2218         * Source/ThirdParty/gtest/test/gtest-test-part_test.cc: Added.
2219         * Source/ThirdParty/gtest/test/gtest-tuple_test.cc: Added.
2220         * Source/ThirdParty/gtest/test/gtest-typed-test2_test.cc: Added.
2221         * Source/ThirdParty/gtest/test/gtest-typed-test_test.cc: Added.
2222         * Source/ThirdParty/gtest/test/gtest-typed-test_test.h: Added.
2223         * Source/ThirdParty/gtest/test/gtest-unittest-api_test.cc: Added.
2224         * Source/ThirdParty/gtest/test/gtest_all_test.cc: Added.
2225         * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest.py: Added.
2226         * Source/ThirdParty/gtest/test/gtest_break_on_failure_unittest_.cc: Added.
2227         * Source/ThirdParty/gtest/test/gtest_color_test.py: Added.
2228         * Source/ThirdParty/gtest/test/gtest_color_test_.cc: Added.
2229         * Source/ThirdParty/gtest/test/gtest_env_var_test.py: Added.
2230         * Source/ThirdParty/gtest/test/gtest_env_var_test_.cc: Added.
2231         * Source/ThirdParty/gtest/test/gtest_environment_test.cc: Added.
2232         * Source/ThirdParty/gtest/test/gtest_filter_unittest.py: Added.
2233         * Source/ThirdParty/gtest/test/gtest_filter_unittest_.cc: Added.
2234         * Source/ThirdParty/gtest/test/gtest_help_test.py: Added.
2235         * Source/ThirdParty/gtest/test/gtest_help_test_.cc: Added.
2236         * Source/ThirdParty/gtest/test/gtest_list_tests_unittest.py: Added.
2237         * Source/ThirdParty/gtest/test/gtest_list_tests_unittest_.cc: Added.
2238         * Source/ThirdParty/gtest/test/gtest_main_unittest.cc: Added.
2239         * Source/ThirdParty/gtest/test/gtest_nc.cc: Added.
2240         * Source/ThirdParty/gtest/test/gtest_nc_test.py: Added.
2241         * Source/ThirdParty/gtest/test/gtest_no_test_unittest.cc: Added.
2242         * Source/ThirdParty/gtest/test/gtest_output_test.py: Added.
2243         * Source/ThirdParty/gtest/test/gtest_output_test_.cc: Added.
2244         * Source/ThirdParty/gtest/test/gtest_output_test_golden_lin.txt: Added.
2245         * Source/ThirdParty/gtest/test/gtest_output_test_golden_win.txt: Added.
2246         * Source/ThirdParty/gtest/test/gtest_pred_impl_unittest.cc: Added.
2247         * Source/ThirdParty/gtest/test/gtest_prod_test.cc: Added.
2248         * Source/ThirdParty/gtest/test/gtest_repeat_test.cc: Added.
2249         * Source/ThirdParty/gtest/test/gtest_shuffle_test.py: Added.
2250         * Source/ThirdParty/gtest/test/gtest_shuffle_test_.cc: Added.
2251         * Source/ThirdParty/gtest/test/gtest_sole_header_test.cc: Added.
2252         * Source/ThirdParty/gtest/test/gtest_stress_test.cc: Added.
2253         * Source/ThirdParty/gtest/test/gtest_test_utils.py: Added.
2254         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_ex_test.cc: Added.
2255         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test.py: Added.
2256         * Source/ThirdParty/gtest/test/gtest_throw_on_failure_test_.cc: Added.
2257         * Source/ThirdParty/gtest/test/gtest_uninitialized_test.py: Added.
2258         * Source/ThirdParty/gtest/test/gtest_uninitialized_test_.cc: Added.
2259         * Source/ThirdParty/gtest/test/gtest_unittest.cc: Added.
2260         * Source/ThirdParty/gtest/test/gtest_xml_outfile1_test_.cc: Added.
2261         * Source/ThirdParty/gtest/test/gtest_xml_outfile2_test_.cc: Added.
2262         * Source/ThirdParty/gtest/test/gtest_xml_outfiles_test.py: Added.
2263         * Source/ThirdParty/gtest/test/gtest_xml_output_unittest.py: Added.
2264         * Source/ThirdParty/gtest/test/gtest_xml_output_unittest_.cc: Added.
2265         * Source/ThirdParty/gtest/test/gtest_xml_test_utils.py: Added.
2266         * Source/ThirdParty/gtest/test/production.cc: Added.
2267         * Source/ThirdParty/gtest/test/production.h: Added.
2268         * Source/ThirdParty/gtest/test/run_tests_util.py: Added.
2269         * Source/ThirdParty/gtest/test/run_tests_util_test.py: Added.
2270         * Source/ThirdParty/gtest/xcode/Config/DebugProject.xcconfig: Added.
2271         * Source/ThirdParty/gtest/xcode/Config/FrameworkTarget.xcconfig: Added.
2272         * Source/ThirdParty/gtest/xcode/Config/General.xcconfig: Added.
2273         * Source/ThirdParty/gtest/xcode/Config/ReleaseProject.xcconfig: Added.
2274         * Source/ThirdParty/gtest/xcode/Config/StaticLibraryTarget.xcconfig: Added.
2275         * Source/ThirdParty/gtest/xcode/Config/TestTarget.xcconfig: Added.
2276         * Source/ThirdParty/gtest/xcode/Resources/Info.plist: Added.
2277         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/Info.plist: Added.
2278         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/project.pbxproj: Added.
2279         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/runtests.sh: Added.
2280         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.cc: Added.
2281         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget.h: Added.
2282         * Source/ThirdParty/gtest/xcode/Samples/FrameworkSample/widget_test.cc: Added.
2283         * Source/ThirdParty/gtest/xcode/Scripts/runtests.sh: Added.
2284         * Source/ThirdParty/gtest/xcode/Scripts/versiongenerate.py: Added.
2285         * Source/ThirdParty/gtest/xcode/gtest.xcodeproj/project.pbxproj: Added.
2286
2287 2011-04-13  Ryuan Choi  <ryuan.choi@samsung.com>
2288
2289         Reviewed by Kenneth Rohde Christiansen.
2290
2291         [CMAKE] Separate DerivedSources.
2292         https://bugs.webkit.org/show_bug.cgi?id=58427
2293
2294         Seperate DerivedSources/ to DerivedSources/WebCore and
2295         DerivedSources/JavaScriptCore.
2296
2297         * Source/CMakeLists.txt:
2298         * Source/cmake/OptionsCommon.cmake:
2299         * Source/cmake/WebKitFS.cmake:
2300         * Source/cmake/WebKitHelpers.cmake:
2301         * Source/cmake/WebKitMacros.cmake:
2302
2303 2011-04-13  Tony Chang  <tony@chromium.org>
2304
2305         Ignore files generated from glu.gyp.
2306
2307         * .gitignore:
2308
2309 2011-03-28  Adam Barth  <abarth@webkit.org>
2310
2311         Reviewed by Kenneth Russell.
2312
2313         Move libtess from WebCore/thirdparty to ThirdParty
2314         https://bugs.webkit.org/show_bug.cgi?id=57288
2315
2316         We're putting third party code in Source/ThirdParty these days.
2317
2318         * Source/ThirdParty/glu: Copied from Source/WebCore/thirdparty/glu.
2319         * Source/ThirdParty/glu/glu.gyp: Added.
2320
2321 2011-04-12  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
2322
2323         Reviewed by Eric Seidel.
2324
2325         [QT] Enable JIT build for SH4 platforms.
2326         https://bugs.webkit.org/show_bug.cgi?id=58317
2327         add disable_uitools for SH4 platforms.
2328
2329         * Source/WebKit.pri:
2330
2331 2011-04-11  Anna Cavender  <annacc@chromium.org>
2332
2333         Reviewed by Eric Carlson.
2334
2335         Setup ENABLE(TRACK) feature define
2336         https://bugs.webkit.org/show_bug.cgi?id=53556
2337
2338         * configure.ac:
2339
2340 2011-04-11  Varun Jain  <varunjain@chromium.org>
2341
2342         Reviewed by Darin Fisher.
2343
2344         Resolving FIXME to make new WebWidget method pure virtual since all downstream classes have implemented the method.
2345         https://bugs.webkit.org/show_bug.cgi?id=58245
2346
2347         *  Source/WebKit/chromium/public/WebWidget.h:
2348
2349 2011-04-11  Thouraya ANDOLSI  <thouraya.andolsi@st.com>
2350
2351         Reviewed by Oliver Hunt.
2352
2353         SH4 JIT SUPPORT.
2354         https://bugs.webkit.org/show_bug.cgi?id=44329
2355
2356         Enable JIT support for SH4 platforms.
2357
2358         * configure.ac:
2359
2360 2011-04-11  Andreas Kling  <andreas.kling@nokia.com>
2361
2362         Unreviewed Qt build fix, QT_CONFIG doesn't have uitools on bots.
2363
2364         * Source/WebKit.pri:
2365
2366 2011-04-09  Keith Kyzivat  <keith.kyzivat@nokia.com>
2367
2368         Reviewed by Laszlo Gombos.
2369
2370         [Qt] Don't link against fontconfig or X11 if embedded
2371         https://bugs.webkit.org/show_bug.cgi?id=58104
2372
2373         * Source/WebKit.pri: Add qpa=>embedded as it should be across all builds.
2374
2375 2011-04-08  Alpha Lam  <hclam@chromium.org>
2376
2377         Unreviewed, rolling out r83335.
2378         http://trac.webkit.org/changeset/83335
2379         https://bugs.webkit.org/show_bug.cgi?id=53556
2380
2381         GTK and QT bots are broken.
2382
2383         * configure.ac:
2384
2385 2011-04-08  Kristian Amlie  <kristian.amlie@nokia.com>
2386
2387         Reviewed by Andreas Kling.
2388
2389         [Qt] Remove modular references after support for the flag was removed.
2390         https://bugs.webkit.org/show_bug.cgi?id=57018
2391
2392         Removed modular references after support for the flag was removed.
2393
2394         Support was removed because the Qt Modularization project decided we
2395         don't need it. It's better to base decisions on the available
2396         information, as demonstrated in the patch by checking
2397         QT.phonon.includes.
2398
2399         * Source/WebKit.pri:
2400
2401 2011-04-07  Anna Cavender  <annacc@chromium.org>
2402
2403         Reviewed by Eric Carlson.
2404
2405         Setup ENABLE(TRACK) feature define
2406         https://bugs.webkit.org/show_bug.cgi?id=53556
2407
2408         * configure.ac:
2409
2410 2011-04-08  Varun Jain  <varunjain@chromium.org>
2411
2412         Reviewed by Darin Fisher.
2413
2414         Need to extend WebKit chromium API to access text selection
2415         https://bugs.webkit.org/show_bug.cgi?id=57888
2416
2417         *  Source/WebKit/chromium/public/WebFrame.h:
2418         *  Source/WebKit/chromium/public/WebWidget.h:
2419         *  Source/WebKit/chromium/src/WebFrameImpl.cpp:
2420         *  Source/WebKit/chromium/src/WebFrameImpl.h:
2421         *  Source/WebKit/chromium/src/WebPopupMenuImpl.h:
2422         *  Source/WebKit/chromium/src/WebViewImpl.cpp:
2423         *  Source/WebKit/chromium/src/WebViewImpl.h:
2424         *  Source/WebKit/chromium/tests/PopupMenuTest.cpp:
2425
2426 2011-04-08  Jon Lee  <jonlee@apple.com>
2427
2428         Reviewed by David Levin.
2429
2430         adding *.vcproj.*.user to .gitignore for Visual Studio development
2431         https://bugs.webkit.org/show_bug.cgi?id=58097
2432
2433         * .gitignore:
2434
2435 2011-04-07  Eric Seidel  <eric@webkit.org>
2436
2437         Reviewed by Adam Barth.
2438
2439         Add stub support for generating Gtk build system from gyp
2440         https://bugs.webkit.org/show_bug.cgi?id=58086
2441
2442         This adds support for a new --port argument and plumbs through
2443         the necessary paths to allow generating for a port other than Mac.
2444
2445         * Source/gyp/configure:
2446
2447 2011-04-07  Andrew Scherkus  <scherkus@chromium.org>
2448
2449         Revert ENABLE_TRACK patch due to compile failures.
2450
2451         * configure.ac:
2452
2453 2011-04-06  Dai Mikurube  <dmikurube@chromium.org>
2454
2455         Reviewed by David Levin.
2456
2457         Add QUOTA build flag for unified quota API
2458         https://bugs.webkit.org/show_bug.cgi?id=57918
2459
2460         * configure.ac: Added QUOTA build flag
2461
2462 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
2463
2464         Build fix for GTK+ after r82876.
2465
2466         * Source/autotools/symbols.filter: Update the symbol filter to include new symbols
2467         from WTF that DRT uses.
2468
2469 2011-04-04  Martin Robinson  <mrobinson@igalia.com>
2470
2471         Reviewed by Gustavo Noronha Silva.
2472
2473         [GTK] WebGL support
2474         https://bugs.webkit.org/show_bug.cgi?id=31517
2475
2476         * configure.ac: Update configure.ac to ensure that GL/GLX headers exist.
2477
2478 2011-04-04  Jon Lee  <jonlee@apple.com>
2479
2480         Reviewed by Eric Seidel.
2481
2482         add some directories to .gitignore (and svn:ignore) when opening projects in xcode4
2483         https://bugs.webkit.org/show_bug.cgi?id=57646
2484
2485         * .gitignore: added xcode 4 related project and workspace directories that are not needed for checkin
2486
2487 2011-03-31  Xan Lopez  <xlopez@igalia.com>
2488
2489         Reviewed by Martin Robinson.
2490
2491         [GTK] Link explicitly with XRender on Linux/Unix
2492         https://bugs.webkit.org/show_bug.cgi?id=57558
2493
2494         Some linkers, like GNU Gold, require explicit linkage of all the
2495         libraries used instead of relying on our dependencies to bring
2496         them in. In this case, the build fails because we use XRender in
2497         the plugin code but don't link directly to it.
2498
2499         * configure.ac: check for XRender on UNIX.
2500
2501 2011-03-31  Vamshikrishna.Yellenki  <vamshi@motorola.com> and Alejandro G. Castro  <alex@igalia.com>
2502
2503         Reviewed by Martin Robinson.
2504
2505         Implement MiniBrowser for Gtk port.
2506         https://bugs.webkit.org/show_bug.cgi?id=48512
2507
2508         Initial implementation of the Gtk MiniBrowser.
2509
2510         * GNUmakefile.am:
2511
2512 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
2513
2514         [Qt] Typo fix, remove an accidentally added line.
2515
2516         * Source/WebKit.pri:
2517
2518 2011-03-30  Csaba Osztrogonác  <ossy@webkit.org>
2519
2520         [Qt] Rollout r82240 and r82232, because they broke 2 plugin tests.
2521
2522         * Source/WebKit.pri:
2523
2524 2011-03-29  Csaba Osztrogonác  <ossy@webkit.org>
2525
2526         Rubber-stamped by Andreas Kling.
2527
2528         [Qt] Remove modular references after support for the flag was removed.
2529         https://bugs.webkit.org/show_bug.cgi?id=57018
2530
2531         Symbian buildfix after r82232.
2532
2533         * Source/WebKit.pri: Readd uitools option.
2534
2535 2011-03-29  Kristian Amlie  <kristian.amlie@nokia.com>
2536
2537         Reviewed by Andreas Kling.
2538
2539         Removed modular references after support for the flag was removed.
2540
2541         Support was removed because the Qt Modularization project decided we
2542         don't need it. It's better to base decisions on the available
2543         information, as demonstrated in the patch by checking
2544         QT.phonon.includes.
2545
2546         In addition, remove the reference to uitools. It has been moved to
2547         QtKernel now, and therefore is always available.
2548
2549         [Qt] Remove modular references after support for the flag was removed.
2550         https://bugs.webkit.org/show_bug.cgi?id=57018
2551
2552         * Source/WebKit.pri:
2553
2554 2011-03-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
2555
2556         Reviewed by Andreas Kling.
2557
2558         [Qt] QtWebKit will not compile with QT_ASCII_CAST_WARNINGS enabled
2559         https://bugs.webkit.org/show_bug.cgi?id=57087
2560
2561         Enable QT_ASCII_CAST_WARNINGS by default in webkit.pri to catch the errors early on.
2562
2563         * Source/WebKit.pri:
2564
2565 2011-03-26  Adam Barth  <abarth@webkit.org>
2566
2567         Reviewed by Eric Seidel.
2568
2569         We shouldn't bother running GYP if the generated files are newer than the GYP files
2570         https://bugs.webkit.org/show_bug.cgi?id=57146
2571
2572         In the common case, this check will avoid any overhead from processing
2573         the GYP files.  Another approach to doing this is to add the feature to
2574         GYP directly, but GYP's approach to this problem is to compute the
2575         output in its entirety and compare it byte-for-byte against the output
2576         file.  In the future, it might make sense to add this approach as an
2577         alternative approach for GYP itself.
2578
2579         I also removed JavaScriptGlue from the script because we're not really
2580         going to change JavaScriptGlue over to GYP.  We were using
2581         JavaScriptGlue as a learning experience.
2582
2583         * Source/gyp/configure:
2584
2585 2011-03-25  Kevin Ollivier  <kevino@theolliviers.com>
2586
2587         [wx] Build fix, don't use the new FPD implementation yet, until we can merge ours with it.
2588
2589         * wscript:
2590
2591 2011-03-23  George Guo  <George.Guo@nokia.com>
2592
2593         Reviewed by Darin Adler.
2594
2595         Webkit warning: converting to 'unsigned int' from 'double'
2596         https://bugs.webkit.org/show_bug.cgi?id=56865
2597
2598         With -Werr enabled, this cause the build failure on RedHat Linux. 
2599         Add a cast helped.  
2600
2601         * Source/JavaScriptCore/runtime/TimeoutChecker.cpp:
2602         (JSC::getCPUTime):
2603
2604 2011-03-23  Adam Barth  <abarth@webkit.org>
2605
2606         Reviewed by Eric Seidel.
2607
2608         GYP build should default to Production configuration
2609         https://bugs.webkit.org/show_bug.cgi?id=56899
2610
2611         * Source/gyp/common.gypi:
2612
2613 2011-03-22  Adam Barth  <abarth@webkit.org>
2614
2615         Reviewed by Eric Seidel.
2616
2617         gyp/configure shouldn&apos;t require GYP to be in your path
2618         https://bugs.webkit.org/show_bug.cgi?id=56873
2619
2620         Now that GYP is on Source/ThirdParty/gyp, we can just use that copy
2621         instead of requiring GYP to be in the user's path.
2622
2623         * Source/gyp/configure:
2624
2625 2011-03-22  Adam Barth  <abarth@webkit.org>
2626
2627         Reviewed by Eric Seidel.
2628
2629         Add GYP to Source/ThirdParty
2630         https://bugs.webkit.org/show_bug.cgi?id=56870
2631
2632         We probably don't need all the test files, but it seems cleaner to just
2633         check in the whole GYP tree.  GYP is BSD licensed, so it is compatible
2634         with the WebKit license.
2635
2636         * Source/ThirdParty/gyp: Added.
2637
2638 2011-03-21  Alejandro G. Castro  <alex@igalia.com>
2639
2640         Reviewed by Martin Robinson.
2641
2642         [GTK] 1.3.13 release bump
2643         https://bugs.webkit.org/show_bug.cgi?id=56795
2644
2645         Version bump for 1.3.13 and updated NEWS file with release notes.
2646
2647         * configure.ac:
2648
2649 2011-03-21  Ryuan Choi  <ryuan.choi@samsung.com>
2650
2651         Reviewed by Antonio Gomes.
2652
2653         [CMAKE] Add exception handling when PORT was missing.
2654         https://bugs.webkit.org/show_bug.cgi?id=56728
2655
2656         * Source/CMakeLists.txt:
2657
2658 2011-03-10  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
2659
2660         Reviewed by Laszlo Gombos.
2661
2662         [Qt] Text layout is broken on Symbian
2663         https://bugs.webkit.org/show_bug.cgi?id=56046
2664
2665         Change integers included into bitfields to be signed by default on RVCT
2666         compiler as a lot of other compilers do (gcc, msvc, winsc).
2667         There are a lot of places in webkit where integers included in bitfield
2668         are assumed to be signed.
2669
2670         * Source/WebKit.pri:
2671
2672 2011-03-10  Alejandro G. Castro  <alex@igalia.com>
2673
2674         Unreviewed, fixed Efl compilation after r80744.
2675
2676         * Source/cmake/OptionsEfl.cmake:
2677
2678 2011-03-10  Martin Robinson  <mrobinson@igalia.com>
2679
2680         Fixed the help message for WebGL support on GTK+ to reflect the fact that
2681         it's turned off by default and is experimental.
2682
2683         * configure.ac: Fix WebGL help message.
2684
2685 2011-03-04  Dimitri Glazkov  <dglazkov@chromium.org>
2686
2687         Reviewed by Adam Barth.
2688
2689         Add skeletal WebCore.gyp
2690         https://bugs.webkit.org/show_bug.cgi?id=55802
2691
2692         * Source/gyp/configure: Added WebCore.
2693
2694 2011-03-04  Adam Barth  <abarth@webkit.org>
2695
2696         Reviewed by Dimitri Glazkov.
2697
2698         Add a basic configure script for the GYP build
2699         https://bugs.webkit.org/show_bug.cgi?id=55791
2700
2701         This script just calls GYP on the various gyp projects.  As we add more
2702         build systems, this script should be able to select which of them you'd
2703         like to generate the project for.
2704
2705         * Source/gyp/configure: Added.
2706
2707 2011-03-04  Adam Barth  <abarth@webkit.org>
2708
2709         Reviewed by Dimitri Glazkov.
2710
2711         Use target_defaults to reduce boilerplate in GYP build system
2712         https://bugs.webkit.org/show_bug.cgi?id=55790
2713
2714         This file contains GYP declarations that are shared by all the modules.
2715         Currently, we use this to set up the configurations, albeit primitively.
2716
2717         * Source/gyp/common.gypi: Added.
2718
2719 2011-03-03  Kevin Ollivier  <kevino@theolliviers.com>
2720
2721         [wx] Build fix. Ensure the ICU include dir comes before JavaScriptCore/wtf on Win
2722         to make sure the proper unicode/utf8.h header is included.
2723
2724         * wscript:
2725
2726 2011-03-02  Kevin Ollivier  <kevino@theolliviers.com>
2727
2728         [wx] Build fix, don't use LocalizedNumberICU.cpp yet, headers that it needs are not
2729         included in the ICU headers used by WebKit.
2730
2731         * wscript:
2732
2733 2011-03-02  Daniel Cheng  <dcheng@chromium.org>
2734
2735         Reviewed by David Levin.
2736
2737         Add feature define for data transfer items
2738         https://bugs.webkit.org/show_bug.cgi?id=55510
2739
2740         * Source/cmake/OptionsEfl.cmake:
2741         * Source/cmake/OptionsWinCE.cmake:
2742         * Source/cmakeconfig.h.cmake:
2743         * configure.ac:
2744
2745 >>>>>>> .r80188
2746 2011-03-02  Andras Becsi  <abecsi@webkit.org>
2747
2748         Reviewed by Laszlo Gombos.
2749
2750         [Qt][WK2] generate-forwarding-headers.pl should generate paths with framework names
2751         https://bugs.webkit.org/show_bug.cgi?id=55478
2752
2753         On case insensitive systems the generated forwarding headers cause build problems.
2754
2755         * Source/WebKit.pri: Adjust INCLUDEPATH for the project.
2756
2757 2011-03-01  Sheriff Bot  <webkit.review.bot@gmail.com>
2758
2759         Unreviewed, rolling out r80079.
2760         http://trac.webkit.org/changeset/80079
2761         https://bugs.webkit.org/show_bug.cgi?id=55547
2762
2763         "Broke the Win debug build?" (Requested by dcheng on #webkit).
2764
2765         * Source/cmake/OptionsEfl.cmake:
2766         * Source/cmake/OptionsWinCE.cmake:
2767         * Source/cmakeconfig.h.cmake:
2768
2769 2011-03-01  Daniel Cheng  <dcheng@chromium.org>
2770
2771         Reviewed by David Levin.
2772
2773         Add feature define for data transfer items
2774         https://bugs.webkit.org/show_bug.cgi?id=55510
2775
2776         * Source/cmake/OptionsEfl.cmake:
2777         * Source/cmake/OptionsWinCE.cmake:
2778         * Source/cmakeconfig.h.cmake:
2779
2780 2011-03-01  Andras Becsi  <abecsi@webkit.org>
2781
2782         Reviewed by Csaba Osztrogonác.
2783
2784         [Qt] Clean up the project files and move common options to WebKit.pri.
2785
2786         Mac related changes suggested by Prasanth Ullattil <prasanth.ullattil@nokia.com>
2787
2788         * Source/WebKit.pri: Common options should be here.
2789         Also move Mac options to this file to fix the Mac build.
2790
2791 2011-03-01  Andras Becsi  <abecsi@webkit.org>
2792
2793         Unreviewed build fix.
2794
2795         [Qt] Fix minimal build.
2796
2797         * Source/WebKit.pri: Move the XP_UNIX define back to WebCore.pri.
2798
2799 2011-02-28  Adam Barth  <abarth@webkit.org>
2800
2801         Reviewed by Dimitri Glazkov.
2802
2803         Teach JavaScriptGlue gyp build about DEPTH
2804         https://bugs.webkit.org/show_bug.cgi?id=55421
2805
2806         Moves the previously JavaScriptGlue-specific GYP helper shell scripts
2807         to the gyp directory in Source, where they can be shared by multiple
2808         frameworks.
2809
2810         * Source/gyp: Added.
2811         * Source/gyp/remove-headers-if-needed.sh: Copied from Source/JavaScriptGlue/gyp/remove-headers-if-needed.sh.
2812         * Source/gyp/run-if-exists.sh: Copied from Source/JavaScriptGlue/gyp/run-if-exists.sh.
2813         * Source/gyp/update-info-plist.sh: Copied from Source/JavaScriptGlue/gyp/update-info-plist.sh.
2814
2815 2011-02-28  Benjamin Poulain  <benjamin.poulain@nokia.com>
2816
2817         Reviewed by Kenneth Rohde Christiansen.
2818
2819         [Qt][WK2] Add a way to test the WebKit 2 APIs
2820         https://bugs.webkit.org/show_bug.cgi?id=55408
2821
2822         Add the build file for test to the build system.
2823
2824         * Source/WebKit.pri: Add the include path for WebKit 2 APIs.
2825         * Source/WebKit.pro: Add the dependency to build the new test project.
2826
2827 2011-02-28  Balazs Kelemen  <kbalazs@webkit.org>
2828
2829         Reviewed by Anders Carlsson.
2830
2831         [Qt][WK2] Plugin initialization
2832         https://bugs.webkit.org/show_bug.cgi?id=48127
2833
2834         * Source/WebKit.pri: Lift the definition of the XP_UNIX macro
2835         from WebCore.pri to WebKit.pri to apply it to WebKit2 as well.
2836
2837 2011-02-28  Kristian Amlie  <kristian.amlie@nokia.com>
2838
2839         Reviewed by Andreas Kling.
2840
2841         Added full webkit module profile and a syncqt profile.
2842
2843         This is for modularized Qt.
2844
2845         [Qt] WebKit patches required to work with a modularized version of Qt
2846         https://bugs.webkit.org/show_bug.cgi?id=53916
2847
2848         * Source/sync.profile: Added.
2849
2850 2011-02-26  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
2851
2852         Reviewed by Laszlo Gombos.
2853
2854         [Qt] [Symbian] Disable dependency to a specific version of a Qt package for
2855         non-production builds.
2856         https://bugs.webkit.org/show_bug.cgi?id=55313
2857
2858         * Source/WebKit.pri:
2859
2860 2011-02-24  Alejandro G. Castro  <alex@igalia.com>
2861
2862         Rubber-stamped by Martin Robinson.
2863
2864         Fixed compilation after r79537, added a bug to solve webkit2
2865         translations:
2866         https://bugs.webkit.org/show_bug.cgi?id=55153
2867
2868         * GNUmakefile.am:
2869
2870 2011-02-24  Christian Dywan  <christian@lanedo.com>
2871
2872         Rubber-stamped by Eric Seidel.
2873
2874         [GTK] webkitgtk 1.3.7 build without translations
2875         https://bugs.webkit.org/show_bug.cgi?id=50612
2876
2877         * GNUmakefile.am: Require stamp-po target for all-local so
2878             that po files are built before they install.
2879
2880 2011-02-22  Philippe Normand  <pnormand@igalia.com>
2881
2882         Reviewed by Martin Robinson.
2883
2884         [GTK] 1.3.12 release preparation
2885         https://bugs.webkit.org/show_bug.cgi?id=54967
2886
2887         Version bump for 1.3.12 and updated NEWS file with release notes.
2888         Also bumped libsoup requirement to 2.33.6 as agreed with Sergio
2889         and Martin.
2890
2891         * Source/WebKit/gtk/NEWS:
2892         * configure.ac:
2893
2894 2011-02-22  Andras Becsi  <abecsi@webkit.org>
2895
2896         Reviewed by Laszlo Gombos.
2897
2898         [Qt] Redesign the build system
2899         https://bugs.webkit.org/show_bug.cgi?id=51339
2900
2901         Part 2.
2902
2903         Build WebCore as a static library, compile the WebKit API and WebKit2 API
2904         in a final step and link to WebKit2, WebCore and JSC libraries to fix
2905         linking issues resulting from stripped away symbols.
2906
2907         * Source/WebKit.pri: Add common include paths
2908         * Source/WebKit.pro: Add new project file to SUBDIRS
2909
2910 2011-02-20  Carlos Garcia Campos  <cgarcia@igalia.com>
2911
2912         Reviewed by Martin Robinson.
2913
2914         [GTK] Bump GTK+3 dependency to 3.0
2915         https://bugs.webkit.org/show_bug.cgi?id=54394
2916
2917         * configure.ac:
2918
2919 2011-02-19  Ryuan Choi  <ryuan.choi@samsung.com>
2920
2921         Reviewed by Martin Robinson.
2922
2923         [GTK] Remove mandatory Enchant dependency
2924         https://bugs.webkit.org/show_bug.cgi?id=51587
2925
2926         Add enable-spellcheck option which decides whether to use enchant.
2927         If disabled, WebKitGTK+ will not use enchant library.
2928
2929         * configure.ac:
2930
2931 2011-02-18  Zan Dobersek  <zandobersek@gmail.com>
2932
2933         Reviewed by Martin Robinson.
2934
2935         [Gtk] Re-enable meter tag support
2936         https://bugs.webkit.org/show_bug.cgi?id=54762
2937
2938         Enable meter tag support in the configure.ac. This feature was
2939         previously enabled by default in the makefile, but should be
2940         enabled here after changes in r78981.
2941
2942         * configure.ac:
2943
2944 2011-02-18  Kristian Amlie  <kristian.amlie@nokia.com>
2945
2946         Reviewed by Kenneth Rohde Christiansen.
2947
2948         Avoided UiTools dependency if the module is not present.
2949
2950         [Qt] WebKit patches required to work with a modularized version of Qt
2951         https://bugs.webkit.org/show_bug.cgi?id=53916
2952
2953         * Source/WebKit.pri:
2954
2955 2011-02-18  Ryuan Choi  <ryuan.choi@samsung.com>
2956
2957         Reviewed by Kent Tamura.
2958
2959         [EFL] Remove GDK dependency.
2960         https://bugs.webkit.org/show_bug.cgi?id=53978
2961
2962         Remove checking GDK library.
2963
2964         * Source/cmake/OptionsEfl.cmake:
2965
2966 2011-02-18  Philippe Normand  <pnormand@igalia.com>
2967
2968         Unreviewed, build fix after r78981
2969
2970         * configure.ac: datagrid is datagrid, it is not database. Also
2971         meter is not progress. Fixed copy/paste mistakes.
2972
2973 2011-02-18  Philippe Normand  <pnormand@igalia.com>
2974
2975         Reviewed by Martin Robinson.
2976
2977         [GTK] minimal build unrecognized options
2978         https://bugs.webkit.org/show_bug.cgi?id=50890
2979
2980         * configure.ac: added new configure options to enable/disable the
2981         meter element, progress element, datagrid and client-based
2982         geolocation support.
2983
2984 2011-02-17  Kevin Ollivier  <kevino@theolliviers.com>
2985
2986         [wx] Build fix after introduction of JavaScriptCore/collector.
2987         
2988         * wscript:
2989
2990 2011-02-17  Kristian Amlie  <kristian.amlie@nokia.com>
2991
2992         Reviewed by Laszlo Gombos.
2993
2994         Updated include paths for phonon.
2995
2996         [Qt] WebKit patches required to work with a modularized version of Qt
2997         https://bugs.webkit.org/show_bug.cgi?id=53916
2998
2999         * Source/WebKit.pri:
3000
3001 2011-02-13  Hayato Ito  <hayato@chromium.org>
3002
3003         Reviewed by Kent Tamura.
3004
3005         Update .gitignore to ignore files which Ninja build system generates.
3006
3007         https://bugs.webkit.org/show_bug.cgi?id=54378
3008
3009         * .gitignore:
3010
3011 2011-02-10  Peter Varga  <pvarga@webkit.org>
3012
3013         Reviewed by Csaba Osztrogonác.
3014
3015         Remove PCRE source from trunk
3016         https://bugs.webkit.org/show_bug.cgi?id=54188
3017
3018         * Source/cmake/WebKitFS.cmake:
3019
3020 2011-02-09  Adam Barth  <abarth@webkit.org>
3021
3022         Reviewed by Steve Block.
3023
3024         Move Android.mk into Source
3025         https://bugs.webkit.org/show_bug.cgi?id=53751
3026
3027         A somewhat blind attempt to move Android.mk into the Source directory.
3028         I'm sure I've goofed this up in some way.  The Android folks have
3029         kindly volunteered to fix this up once they merge past this revision.
3030
3031         * Android.mk: Removed.
3032         * Source/Android.mk: Copied from Android.mk.
3033
3034 2011-02-08  Alejandro G. Castro  <alex@igalia.com>
3035
3036         Reviewed by Martin Robinson.
3037
3038         WebKit2 GTK Fails to Build #include nested too deeply
3039         https://bugs.webkit.org/show_bug.cgi?id=52219
3040
3041         Removed the __STDC_FORMAT_MACROS definition, it is already defined
3042         in the file where PRIxx64 is used before the inclusion so we are
3043         safe.
3044
3045         * configure.ac:
3046
3047 2011-02-08  Kristian Amlie  <kristian.amlie@nokia.com>
3048
3049         Reviewed by Eric Seidel.
3050
3051         Added include paths for QtScript.
3052
3053         WebKit patches required to work with a modularized version of Qt
3054         https://bugs.webkit.org/show_bug.cgi?id=53916
3055
3056         * Source/WebKit.pri:
3057
3058 2011-02-03  Martin Robinson  <mrobinson@igalia.com>
3059
3060         Fix GTK+ WebGL build after r76600.
3061
3062         * configure.ac: Make sure to respect configure.ac conventions 
3063         consistently when it comes to capitalization. Remove an old
3064         reference to enable_3d_canvas.
3065
3066 2011-02-02  Alejandro G. Castro  <alex@igalia.com>
3067
3068         Reviewed by Martin Robinson.
3069
3070         Bump the WebKitGTK+ versions in preparation for development release.
3071
3072         * configure.ac: Bump the library, libtool and user agent version.
3073
3074 2011-02-02  Steve Lacey  <sjl@chromium.org>
3075
3076         Reviewed by Eric Carlson.
3077
3078         Implement basic media statistics on media elements.
3079         https://bugs.webkit.org/show_bug.cgi?id=53322
3080
3081         * configure.ac:
3082
3083 2011-02-02  Kevin Ollivier  <kevino@theolliviers.com>
3084
3085         [wx] Build fixes for wxWebKit.
3086
3087         * wscript:
3088
3089 2010-01-28  Commit Queue  <commit-queue@webkit.org>
3090
3091         Unreviewed.  Test commit for commit-queue@webkit.org.
3092
3093 2010-01-28  Commit Queue  <commit-queue@webkit.org>
3094
3095         Unreviewed.  Test commit for commit-queue@webkit.org.
3096
3097 2010-01-28  Commit Queue  <commit-queue@webkit.org>
3098
3099         Unreviewed.  Test commit for commit-queue@webkit.org.
3100
3101 2011-01-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
3102
3103         Reviewed by Xan Lopez.
3104
3105         [GTK] REGRESSION:  http/tests/media/video-{cookie,referer}.html failing
3106         https://bugs.webkit.org/show_bug.cgi?id=53379
3107
3108         Remove left over mentions of HAVE_SOUP_2_29_90, and apply the
3109         dependency on newer soup to efl as well.
3110
3111         * Source/cmake/OptionsEfl.cmake:
3112
3113 2011-01-29  Daniel Bates  <dbates@rim.com>
3114
3115         Reviewed by Maciej Stachowiak.
3116
3117         Remove reference to ${CMAKE_SOURCE_DIR}/Source in CMake files
3118         https://bugs.webkit.org/show_bug.cgi?id=53382
3119
3120         Our file system hierarchy ensures that CMAKE_SOURCE_DIR is defined to be /Source.
3121         So, ${CMAKE_SOURCE_DIR}/Source evaluates to the non-existent directory /Source/Source.
3122         Therefore, we should remove such references.
3123
3124         * Source/cmake/OptionsCommon.cmake:
3125
3126 2011-01-29  Daniel Bates  <dbates@rim.com>
3127
3128         Reviewed by Eric Seidel.
3129
3130         Move wince/mt19937ar.c to ThirdParty and make it a policy choice
3131         https://bugs.webkit.org/show_bug.cgi?id=53253
3132
3133         Move implementation of Mersenne Twister pseudorandom number generator to
3134         ThirdParty since it is a third party library.
3135
3136         * Source/ThirdParty/mt19937ar.c: Copied from Source/JavaScriptCore/wtf/wince/mt19937ar.c.
3137
3138 2011-01-29  Dan Winship  <danw@gnome.org>
3139
3140         Reviewed by Xan Lopez.
3141
3142         [GTK] Require the latest glib and libsoup, and remove conditional
3143         support for older versions
3144         https://bugs.webkit.org/show_bug.cgi?id=50675
3145
3146         * autotools/webkit.m4: use AM_PATH_GLIB_2_0 rather than doing
3147         basically the same work by hand
3148         * configure.ac:
3149
3150 2011-01-28  Martin Robinson  <mrobinson@igalia.com>
3151
3152         [GTK] Build failure with --enable-indexed-database
3153         https://bugs.webkit.org/show_bug.cgi?id=50954
3154
3155         Build fix for IndexedDB support.
3156
3157         * configure.ac: Change the autogen.sh option --enable-indexeddb to
3158         --enable-indexed-database to match the build-webkit option.
3159
3160 2010-01-28  Commit Queue  <commit-queue@webkit.org>
3161
3162         Unreviewed.  Test commit for commit-queue@webkit.org.
3163
3164 2010-01-28  Commit Queue  <commit-queue@webkit.org>
3165
3166         Unreviewed.  Test commit for commit-queue@webkit.org.
3167
3168 2011-01-26  Yael Aharon  <yael.aharon@nokia.com>
3169
3170         Reviewed by Laszlo Gombos.
3171
3172         [Qt][Symbian] Fix --minimal build
3173         https://bugs.webkit.org/show_bug.cgi?id=52839
3174
3175         Move definition of USE_SYSTEM_MALLOC out of pri file.
3176         Put it in platform.h instead.
3177
3178         * Source/WebKit.pri:
3179
3180 2011-01-26  Csaba Osztrogonác  <ossy@webkit.org>
3181
3182         Reviewed by Andreas Kling.
3183
3184         [Qt] Fix qt_minimal build
3185         https://bugs.webkit.org/show_bug.cgi?id=53172
3186
3187         * Source/WebKit.pri:
3188
3189 2011-01-25  Patrick Gansterer  <paroga@webkit.org>
3190
3191         Reviewed by Adam Barth.
3192
3193         Move main CMakeLists.txt into Source directory
3194         https://bugs.webkit.org/show_bug.cgi?id=52888
3195
3196         * CMakeLists.txt: Removed.
3197         * Source/CMakeLists.txt: Copied from CMakeLists.txt.
3198         * Source/cmakeconfig.h.cmake: Copied from cmakeconfig.h.cmake.
3199         * cmakeconfig.h.cmake: Removed.
3200
3201 2011-01-24  Chris Marrin  <cmarrin@apple.com>
3202
3203         Reviewed by Eric Seidel.
3204
3205         Change ENABLE_3D_CANVAS to ENABLE_WEBGL
3206         https://bugs.webkit.org/show_bug.cgi?id=53041
3207
3208         * configure.ac:
3209         
3210 2011-01-24  Peter Gal  <galpeter@inf.u-szeged.hu>
3211
3212         Rubber-stamped by Csaba Osztrogonác.
3213
3214         * runtime: Removed. It was accidentally created by r76457.
3215
3216 2011-01-24  Andras Becsi  <abecsi@webkit.org>
3217
3218         Reviewed by Csaba Osztrogonác.
3219
3220         [Qt] Move project files into Source
3221         https://bugs.webkit.org/show_bug.cgi?id=52891
3222
3223         * Source/DerivedSources.pro: Copied from DerivedSources.pro.
3224         * Source/WebKit.pri: Renamed from WebKit.pri.
3225         * Source/WebKit.pro: Added.
3226         * Source/common.pri: Renamed from common.pri.
3227         * WebKit.pro: Removed.
3228
3229 2011-01-20  Siddharth Mathur  <siddharth.mathur@nokia.com>
3230
3231         Reviewed by Laszlo Gombos.
3232
3233         [Qt][Symbian] Smaller debug symbol size when using RVCT 4.x
3234         https://bugs.webkit.org/show_bug.cgi?id=52835
3235
3236         * WebKit.pri: Use --remove_unneeded_entities for RVCT 4.x compilers
3237
3238 2011-01-20  Alejandro G. Castro  <alex@igalia.com>
3239
3240         Reviewed by Andreas Kling.
3241
3242         [GTK] Fix typo in the webkit2 section of the configure.ac file
3243         https://bugs.webkit.org/show_bug.cgi?id=52801
3244
3245         Fixed typo in the GTK WebKit2 compilation.
3246
3247         * configure.ac:
3248
3249 2011-01-19  Kimmo Kinnunen  <kimmo.t.kinnunen@nokia.com>
3250
3251         Reviewed by Andreas Kling.
3252
3253         Enable usage of Google ld if it exist but is not on by default.
3254
3255         [Qt] Enable the google ld if it exist but is not on by default
3256         https://bugs.webkit.org/show_bug.cgi?id=52625
3257
3258         * common.pri: flip the test.
3259
3260 2011-01-18  Mihai Parparita  <mihaip@chromium.org>
3261
3262         Unreviewed. Update .gitignore to reflect that WebKit is now in Source.
3263         
3264         * .gitignore:
3265
3266 2011-01-18  Krithigassree Sambamurthy  <krithigassree.sambamurthy@nokia.com>
3267
3268         Reviewed by Simon Fraser.
3269
3270         Support background-clip: content-box
3271         https://bugs.webkit.org/show_bug.cgi?id=48771
3272
3273         Addded content-box as a valid background-clip value.
3274
3275         * WebCore/css/CSSParser.cpp:
3276         (WebCore::parseBackgroundClip):
3277
3278 2011-01-18  Hayato Ito  <hayato@chromium.org>
3279
3280         Reviewed by Kent Tamura.
3281
3282         Update .gitignore file to reflect a recent WebKit directory movement.
3283
3284         https://bugs.webkit.org/show_bug.cgi?id=52618
3285
3286         * .gitignore:
3287
3288 2011-01-16  Adam Barth  <abarth@webkit.org>
3289
3290         Rubber-stamped by Eric Seidel.
3291
3292         Move WebKit into Source
3293         https://bugs.webkit.org/show_bug.cgi?id=52530
3294
3295         * Android.mk:
3296         * CMakeLists.txt:
3297         * DerivedSources.pro:
3298         * GNUmakefile.am:
3299         * Makefile:
3300         * WebKit.pri:
3301         * WebKit.pro:
3302         * configure.ac:
3303         * wscript:
3304
3305 2011-01-15  Adam Barth  <abarth@webkit.org>
3306
3307         Rubber-stamped by Eric Seidel.
3308
3309         Move WebKit2 into Source
3310         https://bugs.webkit.org/show_bug.cgi?id=52438
3311
3312         Update reference to WebKit2.
3313
3314         * DerivedSources.pro:
3315         * GNUmakefile.am:
3316         * Makefile:
3317         * Source/cmake/WebKitPackaging.cmake:
3318         * WebKit.pro:
3319         * configure.ac:
3320
3321 2011-01-14  Ahmad Sharif  <asharif.tools@gmail.com>
3322
3323         Reviewed by Darin Fisher.
3324
3325         When inlining is performed, the progress variable is
3326         declared as uninitialized.
3327         https://bugs.webkit.org/show_bug.cgi?id=51084
3328
3329         * WebCore: Copied from WebCore.
3330         * WebCore/page/animation/KeyframeAnimation.cpp:
3331         (WebCore::KeyframeAnimation::animate):
3332         (WebCore::KeyframeAnimation::getAnimatedStyle):
3333
3334 2011-01-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
3335
3336         Reviewed by Csaba Osztrogonác.
3337
3338         [Qt] Add QT_NO_CONCURRENT to the qt_minimal configuration
3339         https://bugs.webkit.org/show_bug.cgi?id=52223
3340
3341         Add QT_NO_CONCURRENT to the qt_minimal configuration to make sure
3342         that QtWebKit builds with QT_NO_CONCURRENT defined.
3343
3344         * WebKit.pri:
3345
3346 2011-01-11  Mihai Parparita  <mihaip@chromium.org>
3347
3348         Unreviewed. Update .gitignore with new Chromium dependency.
3349         
3350         ui/ was added with http://crrev.com/70743, we picked that up with a
3351         Chromium roll in r75311.
3352         
3353         Also alphabetizes the dependency list.
3354
3355         * .gitignore:
3356
3357 2011-01-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
3358
3359         Reviewed by Csaba Osztrogonác.
3360
3361         [Qt] Baseline qt_minimal configuration
3362         https://bugs.webkit.org/show_bug.cgi?id=51313
3363
3364         * WebKit.pri: List the supported QT_NO_FEATURE flags
3365         under qt_minimal configuration.
3366
3367 2011-01-10  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
3368
3369         Reviewed by Eric Seidel.
3370
3371         [EFL] Enable JIT for WebKit EFL
3372         https://bugs.webkit.org/show_bug.cgi?id=52140
3373
3374         Enable JIT option for WebKit EFL. Enabled JIT's JS performance is 
3375         3 ~ 6 times faster than before.
3376
3377         * Source/cmake/OptionsEfl.cmake:
3378
3379 2011-01-10  Martin Robinson  <mrobinson@igalia.com>
3380
3381         Reviewed by Gustavo Noronha.
3382
3383         Bump the WebKitGTK+ versions in preparation for development release.
3384
3385         * configure.ac: Bump the library, libtool and user agent version.
3386
3387 2011-01-10  Xan Lopez  <xlopez@igalia.com>
3388
3389         Reviewed by Martin Robinson.
3390
3391         [GTK] Create intermediate libWebCore library
3392         https://bugs.webkit.org/show_bug.cgi?id=52116
3393
3394         * GNUmakefile.am: add XP_UNIX to the global CPP flags, since it's
3395         used by both libWebCore and libwebkitgtk now.
3396
3397 2011-01-08  Patrick Gansterer  <paroga@webkit.org>
3398
3399         Unreviewed wx build fix for r75313.
3400
3401         * wscript: Added missing brace.
3402
3403 2011-01-07  Adam Barth  <abarth@webkit.org>
3404
3405         Rubber-stamped by Eric Seidel.
3406
3407         Move WebCore to Source
3408         https://bugs.webkit.org/show_bug.cgi?id=52050
3409
3410         Update build files and metadata to point to WebCore's new location.
3411
3412         * .gitattributes:
3413         * .gitignore:
3414         * Android.mk:
3415         * CMakeLists.txt:
3416         * DerivedSources.pro:
3417         * GNUmakefile.am:
3418         * Makefile:
3419         * Source/autotools/webkit.m4:
3420         * Source/cmake/OptionsEfl.cmake:
3421         * WebKit.pri:
3422         * WebKit.pro:
3423         * configure.ac:
3424         * wscript:
3425
3426 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
3427
3428         Reviewed by Eric Seidel.
3429
3430         [GTK] Initial build support for WebGL
3431         https://bugs.webkit.org/show_bug.cgi?id=51716
3432
3433         * configure.ac: Add a configure option for WebGL.
3434
3435 2011-01-06  Michael Saboff  <msaboff@apple.com>
3436
3437         Reviewed by Gavin Barraclough.
3438
3439         Enhancement: Add Regexp Debug Compare between JIT and Interpreter
3440         https://bugs.webkit.org/show_bug.cgi?id=51834
3441
3442         * JavaScriptCore: Copied from JavaScriptCore.
3443
3444 2011-01-06  Martin Robinson  <mrobinson@igalia.com>
3445
3446         Reviewed by Xan Lopez.
3447
3448         [GTK] Enable blob support by default
3449         https://bugs.webkit.org/show_bug.cgi?id=51994
3450
3451         * configure.ac: Enable Blob support by default.
3452
3453 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
3454
3455         Reviewed by Andreas Kling.
3456
3457         [CMake] Fix the usage of SOURCE_GROUP
3458         https://bugs.webkit.org/show_bug.cgi?id=51739
3459
3460         * Source/cmake/WebKitMacros.cmake:
3461
3462 2011-01-05  Patrick Gansterer  <paroga@webkit.org>
3463
3464         Reviewed by Andreas Kling.
3465
3466         [WINCE] Remove CMake warning
3467         https://bugs.webkit.org/show_bug.cgi?id=51921
3468
3469         * Source/cmake/WebKitHelpers.cmake:
3470
3471 2011-01-04  Martin Robinson  <mrobinson@igalia.com>
3472
3473         Reviewed by David Levin.
3474
3475         .gitignore should be updated to reflect Sources rename to Source
3476         https://bugs.webkit.org/show_bug.cgi?id=51893
3477
3478         * .gitignore: Change all paths that reference the "Sources" directory to say "Source".
3479
3480 2011-01-04  Dihan Wickremasuriya  <dihan.wickremasuriya@nokia.com>
3481
3482         Reviewed by Laszlo Gombos.
3483
3484         [Qt] [Symbian] Build system cleanup
3485
3486         After r74811 special handling for the Symbian build is no longer needed.
3487         This patch reverts r58756.
3488
3489         * WebKit.pri:
3490
3491 2011-01-03  Xan Lopez  <xlopez@igalia.com>
3492
3493         Reviewed by Martin Robinson.
3494
3495         * autogen.sh: also pass $ACLOCAL_FLAGS for tools that set that env
3496         variable (like jhbuild).
3497
3498 2011-01-03  Patrick Gansterer  <paroga@webkit.org>
3499
3500         Reviewed by Darin Adler.
3501
3502         [WINCE] Provide third party directory via environment variable
3503         https://bugs.webkit.org/show_bug.cgi?id=51643
3504
3505         * Source/cmake/OptionsWinCE.cmake:
3506
3507 2011-01-03  Xan Lopez  <xlopez@igalia.com>
3508
3509         Reviewed by Martin Robinson.
3510
3511         Use autoreconf instead of calling manually all the usual commands.
3512
3513         * autogen.sh: call autoreconf instead of
3514         aclocal/autoheader/autoconf/automake/libtoolize.
3515
3516 2011-01-03  Xan Lopez  <xlopez@igalia.com>
3517
3518         Reviewed by Martin Robinson.
3519
3520         [GTK] Disable superfluous GNU make built-in implicit rules
3521         https://bugs.webkit.org/show_bug.cgi?id=51826
3522
3523         GNU make ships some superflous built-in rules that we never use
3524         and that end up adding up to a very significant portion of our
3525         total Makefile processing time. Disable them completely by
3526         defining the rule without any recipe, as suggested by the GNU make
3527         manual (10.5.6, Cancelling Implicit Rules).
3528
3529         In my system the null-build goes from:
3530
3531         make  43.51s user 12.77s system 99% cpu 56.628 total
3532
3533         to:
3534
3535         make  31.45s user 11.59s system 99% cpu 43.227 total
3536
3537         * GNUmakefile.am: disable implicit built-in rules.
3538
3539 2011-01-03  Mihai Parparita  <mihaip@chromium.org>
3540
3541         Unreviewed. Update .gitignore with new JavaScriptCore location.
3542
3543         * .gitignore:
3544
3545 2011-01-02  Patrick Gansterer  <paroga@webkit.org>
3546
3547         [CMake] Unreviewed build fix.
3548
3549         * CMakeLists.txt:
3550         * Source/cmake/OptionsCommon.cmake:
3551
3552 2011-01-01  Adam Barth  <abarth@webkit.org>
3553
3554         Reviewed by Eric Seidel.
3555
3556         Move JavaScriptCore to Source
3557         https://bugs.webkit.org/show_bug.cgi?id=51604
3558
3559         Update references to JavaScriptCore to point to the new location.
3560
3561         * Android.mk:
3562         * CMakeLists.txt:
3563         * DerivedSources.pro:
3564         * GNUmakefile.am:
3565         * Makefile:
3566         * WebKit.pri:
3567         * WebKit.pro:
3568         * wscript:
3569
3570 2011-01-01  Adam Barth  <abarth@webkit.org>
3571
3572         Reviewed by Eric Seidel.
3573
3574         Move Sources to Source
3575         https://bugs.webkit.org/show_bug.cgi?id=51794
3576
3577         Update build files to point to the new location.
3578
3579         * CMakeLists.txt:
3580         * GNUmakefile.am:
3581         * Makefile:
3582         * autogen.sh:
3583         * configure.ac:
3584
3585 2010-12-31  Adam Barth  <abarth@webkit.org>
3586
3587         Rubber-stamped by Eric Seidel.
3588
3589         Move HTML and XML parser benchmarks into PerformanceTests/Parser
3590         https://bugs.webkit.org/show_bug.cgi?id=51772
3591
3592         Actually move the directory.
3593
3594         * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
3595
3596 2010-12-31  Adam Barth  <abarth@webkit.org>
3597
3598         Rubber-stamped by Eric Seidel.
3599
3600         Move PageLoadTests to PerformanceTests/PageLoad
3601         https://bugs.webkit.org/show_bug.cgi?id=51771
3602
3603         Actually move the directory.
3604
3605         * PageLoadTests: Removed.
3606         * PageLoadTests/svg: Removed.
3607         * PageLoadTests/svg/LICENSES: Removed.
3608         * PageLoadTests/svg/files: Removed.
3609         * PageLoadTests/svg/files/33041-Samurai.svg: Removed.
3610         * PageLoadTests/svg/files/42450-under the see.svg: Removed.
3611         * PageLoadTests/svg/files/42470-flower_from_my_garden_v2.svg: Removed.
3612         * PageLoadTests/svg/files/44057-drops on a blade.svg: Removed.
3613         * PageLoadTests/svg/files/Harvey_Rayner.svg: Removed.
3614         * PageLoadTests/svg/files/az-lizard_benji_park_01.svg: Removed.
3615         * PageLoadTests/svg/files/bamboo_01.svg: Removed.
3616         * PageLoadTests/svg/files/cacuts_01.svg: Removed.
3617         * PageLoadTests/svg/files/cowboy.svg: Removed.
3618         * PageLoadTests/svg/files/crawfish2_ganson.svg: Removed.
3619         * PageLoadTests/svg/files/deb9frac1.svg: Removed.
3620         * PageLoadTests/svg/files/food_leif_lodahl_01.svg: Removed.
3621         * PageLoadTests/svg/files/france.svg: Removed.
3622         * PageLoadTests/svg/files/francobollo_gnome_ezechi_02.svg: Removed.
3623         * PageLoadTests/svg/files/gearflowers.svg: Removed.
3624         * PageLoadTests/svg/files/hereGear4.svg: Removed.
3625         * PageLoadTests/svg/files/mtsthelens.svg: Removed.
3626         * PageLoadTests/svg/files/mtsthelens0.jpg: Removed.
3627         * PageLoadTests/svg/files/world-iso.svg: Removed.
3628         * PageLoadTests/svg/files/worldcup.svg: Removed.
3629         * PageLoadTests/svg/svg.pltsuite: Removed.
3630         * PerformanceTests/PageLoad: Copied from PageLoadTests.
3631         * Sources/cmake/WebKitPackaging.cmake:
3632
3633 2010-12-31  Adam Barth  <abarth@webkit.org>
3634
3635         Rubber-stamped by Eric Seidel.
3636
3637         Move SunSpider into PerformanceTests
3638         https://bugs.webkit.org/show_bug.cgi?id=51769
3639
3640         Actually move the directory.
3641
3642         * PerformanceTests: Added.
3643         * PerformanceTests/SunSpider: Copied from SunSpider.
3644         * Sources/cmake/WebKitPackaging.cmake:
3645         * SunSpider: Removed.
3646         * SunSpider/SunSpider.make: Removed.
3647         * SunSpider/TODO: Removed.
3648         * SunSpider/UNCOVERED: Removed.
3649         * SunSpider/hosted: Removed.
3650         * SunSpider/hosted/json2.js: Removed.
3651         * SunSpider/hosted/sunspider.css: Removed.
3652         * SunSpider/hosted/sunspider.html: Removed.
3653         * SunSpider/hosted/versions.html: Removed.
3654         * SunSpider/make-hosted: Removed.
3655         * SunSpider/resources: Removed.
3656         * SunSpider/resources/TEMPLATE.html: Removed.
3657         * SunSpider/resources/driver-TEMPLATE.html: Removed.
3658         * SunSpider/resources/results-TEMPLATE.html: Removed.
3659         * SunSpider/resources/sunspider-analyze-results.js: Removed.
3660         * SunSpider/resources/sunspider-compare-results.js: Removed.
3661         * SunSpider/resources/sunspider-standalone-compare.js: Removed.
3662         * SunSpider/resources/sunspider-standalone-driver.js: Removed.
3663         * SunSpider/sunspider: Removed.
3664         * SunSpider/sunspider-compare-results: Removed.
3665         * SunSpider/tests: Removed.
3666         * SunSpider/tests/parse-only: Removed.
3667         * SunSpider/tests/parse-only/LIST: Removed.
3668         * SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js: Removed.
3669         * SunSpider/tests/parse-only/jquery-1.3.2.js: Removed.
3670         * SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js: Removed.
3671         * SunSpider/tests/parse-only/prototype-1.6.0.3.js: Removed.
3672         * SunSpider/tests/sunspider-0.9: Removed.
3673         * SunSpider/tests/sunspider-0.9.1: Removed.
3674         * SunSpider/tests/sunspider-0.9.1/3d-cube.js: Removed.
3675         * SunSpider/tests/sunspider-0.9.1/3d-morph.js: Removed.
3676         * SunSpider/tests/sunspider-0.9.1/3d-raytrace.js: Removed.
3677         * SunSpider/tests/sunspider-0.9.1/LIST: Removed.
3678         * SunSpider/tests/sunspider-0.9.1/access-binary-trees.js: Removed.
3679         * SunSpider/tests/sunspider-0.9.1/access-fannkuch.js: Removed.
3680         * SunSpider/tests/sunspider-0.9.1/access-nbody.js: Removed.
3681         * SunSpider/tests/sunspider-0.9.1/access-nsieve.js: Removed.
3682         * SunSpider/tests/sunspider-0.9.1/bitops-3bit-bits-in-byte.js: Removed.
3683         * SunSpider/tests/sunspider-0.9.1/bitops-bits-in-byte.js: Removed.
3684         * SunSpider/tests/sunspider-0.9.1/bitops-bitwise-and.js: Removed.
3685         * SunSpider/tests/sunspider-0.9.1/bitops-nsieve-bits.js: Removed.
3686         * SunSpider/tests/sunspider-0.9.1/controlflow-recursive.js: Removed.
3687         * SunSpider/tests/sunspider-0.9.1/crypto-aes.js: Removed.
3688         * SunSpider/tests/sunspider-0.9.1/crypto-md5.js: Removed.
3689         * SunSpider/tests/sunspider-0.9.1/crypto-sha1.js: Removed.
3690         * SunSpider/tests/sunspider-0.9.1/date-format-tofte.js: Removed.
3691         * SunSpider/tests/sunspider-0.9.1/date-format-xparb.js: Removed.
3692         * SunSpider/tests/sunspider-0.9.1/math-cordic.js: Removed.
3693         * SunSpider/tests/sunspider-0.9.1/math-partial-sums.js: Removed.
3694         * SunSpider/tests/sunspider-0.9.1/math-spectral-norm.js: Removed.
3695         * SunSpider/tests/sunspider-0.9.1/regexp-dna.js: Removed.
3696         * SunSpider/tests/sunspider-0.9.1/string-base64.js: Removed.
3697         * SunSpider/tests/sunspider-0.9.1/string-fasta.js: Removed.
3698         * SunSpider/tests/sunspider-0.9.1/string-tagcloud.js: Removed.
3699         * SunSpider/tests/sunspider-0.9.1/string-unpack-code.js: Removed.
3700         * SunSpider/tests/sunspider-0.9.1/string-validate-input.js: Removed.
3701         * SunSpider/tests/sunspider-0.9/3d-cube.js: Removed.
3702         * SunSpider/tests/sunspider-0.9/3d-morph.js: Removed.
3703         * SunSpider/tests/sunspider-0.9/3d-raytrace.js: Removed.
3704         * SunSpider/tests/sunspider-0.9/LIST: Removed.
3705         * SunSpider/tests/sunspider-0.9/access-binary-trees.js: Removed.
3706         * SunSpider/tests/sunspider-0.9/access-fannkuch.js: Removed.
3707         * SunSpider/tests/sunspider-0.9/access-nbody.js: Removed.
3708         * SunSpider/tests/sunspider-0.9/access-nsieve.js: Removed.
3709         * SunSpider/tests/sunspider-0.9/bitops-3bit-bits-in-byte.js: Removed.
3710         * SunSpider/tests/sunspider-0.9/bitops-bits-in-byte.js: Removed.
3711         * SunSpider/tests/sunspider-0.9/bitops-bitwise-and.js: Removed.
3712         * SunSpider/tests/sunspider-0.9/bitops-nsieve-bits.js: Removed.
3713         * SunSpider/tests/sunspider-0.9/controlflow-recursive.js: Removed.
3714         * SunSpider/tests/sunspider-0.9/crypto-aes.js: Removed.
3715         * SunSpider/tests/sunspider-0.9/crypto-md5.js: Removed.
3716         * SunSpider/tests/sunspider-0.9/crypto-sha1.js: Removed.
3717         * SunSpider/tests/sunspider-0.9/date-format-tofte.js: Removed.
3718         * SunSpider/tests/sunspider-0.9/date-format-xparb.js: Removed.
3719         * SunSpider/tests/sunspider-0.9/math-cordic.js: Removed.
3720         * SunSpider/tests/sunspider-0.9/math-partial-sums.js: Removed.
3721         * SunSpider/tests/sunspider-0.9/math-spectral-norm.js: Removed.
3722         * SunSpider/tests/sunspider-0.9/regexp-dna.js: Removed.
3723         * SunSpider/tests/sunspider-0.9/string-base64.js: Removed.
3724         * SunSpider/tests/sunspider-0.9/string-fasta.js: Removed.
3725         * SunSpider/tests/sunspider-0.9/string-tagcloud.js: Removed.
3726         * SunSpider/tests/sunspider-0.9/string-unpack-code.js: Removed.
3727         * SunSpider/tests/sunspider-0.9/string-validate-input.js: Removed.
3728         * SunSpider/tests/ubench: Removed.
3729         * SunSpider/tests/ubench/LIST: Removed.
3730         * SunSpider/tests/ubench/function-closure.js: Removed.
3731         * SunSpider/tests/ubench/function-correct-args.js: Removed.
3732         * SunSpider/tests/ubench/function-empty.js: Removed.
3733         * SunSpider/tests/ubench/function-excess-args.js: Removed.
3734         * SunSpider/tests/ubench/function-missing-args.js: Removed.
3735         * SunSpider/tests/ubench/function-sum.js: Removed.
3736         * SunSpider/tests/ubench/loop-empty-resolve.js: Removed.
3737         * SunSpider/tests/ubench/loop-empty.js: Removed.
3738         * SunSpider/tests/ubench/loop-sum.js: Removed.
3739         * SunSpider/tests/v8-v4: Removed.
3740         * SunSpider/tests/v8-v4/LIST: Removed.
3741         * SunSpider/tests/v8-v4/v8-crypto.js: Removed.
3742         * SunSpider/tests/v8-v4/v8-deltablue.js: Removed.
3743         * SunSpider/tests/v8-v4/v8-earley-boyer.js: Removed.
3744         * SunSpider/tests/v8-v4/v8-raytrace.js: Removed.
3745         * SunSpider/tests/v8-v4/v8-regexp.js: Removed.
3746         * SunSpider/tests/v8-v4/v8-richards.js: Removed.
3747         * SunSpider/tests/v8-v4/v8-splay.js: Removed.
3748         * SunSpider/tests/v8-v5: Removed.
3749         * SunSpider/tests/v8-v5/LIST: Removed.
3750         * SunSpider/tests/v8-v5/v8-crypto.js: Removed.
3751         * SunSpider/tests/v8-v5/v8-deltablue.js: Removed.
3752         * SunSpider/tests/v8-v5/v8-earley-boyer.js: Removed.
3753         * SunSpider/tests/v8-v5/v8-raytrace.js: Removed.
3754         * SunSpider/tests/v8-v5/v8-regexp.js: Removed.
3755         * SunSpider/tests/v8-v5/v8-richards.js: Removed.
3756         * SunSpider/tests/v8-v5/v8-splay.js: Removed.
3757         * SunSpider/tests/v8-v6: Removed.
3758         * SunSpider/tests/v8-v6/LIST: Removed.
3759         * SunSpider/tests/v8-v6/v8-crypto.js: Removed.
3760         * SunSpider/tests/v8-v6/v8-deltablue.js: Removed.
3761         * SunSpider/tests/v8-v6/v8-earley-boyer.js: Removed.
3762         * SunSpider/tests/v8-v6/v8-raytrace.js: Removed.
3763         * SunSpider/tests/v8-v6/v8-regexp.js: Removed.
3764         * SunSpider/tests/v8-v6/v8-richards.js: Removed.
3765         * SunSpider/tests/v8-v6/v8-splay.js: Removed.
3766         * SunSpider/xcopy.excludes: Removed.
3767
3768 2010-12-30  Konstantin Tokarev  <annulen@yandex.ru>
3769
3770         Reviewed by David Kilzer.
3771
3772         [Qt] Don't build wtf/TCSystemAlloc.cpp if --system-malloc option is
3773         used
3774         https://bugs.webkit.org/show_bug.cgi?id=51672
3775
3776         * WebKit.pri: Replaced USE_SYSTEM_MALLOC with USE_SYSTEM_MALLOC=1
3777
3778 2010-12-29  Philippe Normand  <pnormand@igalia.com>
3779
3780         Reviewed by Martin Robinson.
3781
3782         [GTK] minimal build fails at link time due to missing sqlite3 symbols
3783         https://bugs.webkit.org/show_bug.cgi?id=51327
3784
3785         * configure.ac: Error out if SQLite3 wasn't found while at least
3786         one of the features depending on it has been enabled.
3787
3788 2010-12-29  Patrick Gansterer  <paroga@webkit.org>
3789
3790         Unreviewed. Use gcc as default preprocessor.
3791
3792         * Sources/cmake/OptionsCommon.cmake:
3793
3794 2010-12-27  Ryuan Choi  <ryuan.choi@samsung.com>
3795
3796         Reviewed by David Levin.
3797
3798         [EFL] Change path of eflsymbols.filter
3799         https://bugs.webkit.org/show_bug.cgi?id=51659
3800
3801         * Sources/cmake/OptionsEfl.cmake: 
3802
3803 2010-12-26  Adam Barth  <abarth@webkit.org>
3804
3805         Reviewed by Eric Siedel.
3806
3807         Move autotools into Sources
3808         https://bugs.webkit.org/show_bug.cgi?id=51630
3809
3810         * .gitignore:
3811         * GNUmakefile.am:
3812         * Sources/autotools: Copied from autotools.
3813         * autogen.sh:
3814         * autotools: Removed.
3815         * autotools/acinclude.m4: Removed.
3816         * autotools/dolt.m4: Removed.
3817         * autotools/gsettings.m4: Removed.
3818         * autotools/symbols.filter: Removed.
3819         * autotools/webkit.m4: Removed.
3820         * configure.ac:
3821
3822 2010-12-26  Adam Barth  <abarth@webkit.org>
3823
3824         Reviewed by Eric Seidel.
3825
3826         Move cmake into Sources
3827         https://bugs.webkit.org/show_bug.cgi?id=51631
3828
3829         * CMakeLists.txt:
3830         * Sources/cmake: Copied from cmake.
3831         * cmake: Removed.
3832         * cmake/FindCFLite.cmake: Removed.
3833         * cmake/FindCairo.cmake: Removed.
3834         * cmake/FindEFL.cmake: Removed.
3835         * cmake/FindFontconfig.cmake: Removed.
3836         * cmake/FindFreetype.cmake: Removed.
3837         * cmake/FindGDK-PixBuf.cmake: Removed.
3838         * cmake/FindGDK.cmake: Removed.
3839         * cmake/FindGIO.cmake: Removed.
3840         * cmake/FindGStreamer-App.cmake: Removed.
3841         * cmake/FindGStreamer-Base.cmake: Removed.
3842         * cmake/FindGStreamer-Interfaces.cmake: Removed.
3843         * cmake/FindGStreamer-Pbutils.cmake: Removed.
3844         * cmake/FindGStreamer-Plugins-Base.cmake: Removed.
3845         * cmake/FindGStreamer-Video.cmake: Removed.
3846         * cmake/FindGStreamer.cmake: Removed.
3847         * cmake/FindGlib.cmake: Removed.
3848         * cmake/FindGperf.cmake: Removed.
3849         * cmake/FindGthread.cmake: Removed.
3850         * cmake/FindICU.cmake: Removed.
3851         * cmake/FindLibSoup2.cmake: Removed.
3852         * cmake/FindLibXlst.cmake: Removed.
3853         * cmake/FindPango.cmake: Removed.
3854         * cmake/FindSqlite.cmake: Removed.
3855         * cmake/LibFindMacros.cmake: Removed.
3856         * cmake/OptionsCommon.cmake: Removed.
3857         * cmake/OptionsEfl.cmake: Removed.
3858         * cmake/OptionsWinCE.cmake: Removed.
3859         * cmake/OptionsWindows.cmake: Removed.
3860         * cmake/WebKitEfl.cmake: Removed.
3861         * cmake/WebKitFS.cmake: Removed.
3862         * cmake/WebKitFeatures.cmake: Removed.
3863         * cmake/WebKitHelpers.cmake: Removed.
3864         * cmake/WebKitMacros.cmake: Removed.
3865         * cmake/WebKitPackaging.cmake: Removed.
3866         * cmake/eflsymbols.filter: Removed.
3867
3868 2010-12-26  Adam Barth  <abarth@webkit.org>
3869
3870         Fix some references to the old location of the WebKit website in git
3871         metadata files.
3872
3873         * .gitattributes:
3874
3875 2010-12-25  Adam Barth  <abarth@webkit.org>
3876
3877         Reviewed by Eric Seidel.
3878
3879         Move ANGLE to Sources/ThirdParty
3880         https://bugs.webkit.org/show_bug.cgi?id=51605
3881
3882         Actually move ANGLE and update the Makefile.
3883
3884         * ANGLE: Removed.
3885         * ANGLE/ANGLE.xcodeproj: Removed.
3886         * ANGLE/ANGLE.xcodeproj/project.pbxproj: Removed.
3887         * ANGLE/Configurations: Removed.
3888         * ANGLE/Configurations/ANGLE.xcconfig: Removed.
3889         * ANGLE/Configurations/Base.xcconfig: Removed.
3890         * ANGLE/Configurations/DebugRelease.xcconfig: Removed.
3891         * ANGLE/Makefile: Removed.
3892         * ANGLE/include: Removed.
3893         * ANGLE/include/EGL: Removed.
3894         * ANGLE/include/EGL/egl.h: Removed.
3895         * ANGLE/include/EGL/eglext.h: Removed.
3896         * ANGLE/include/EGL/eglplatform.h: Removed.
3897         * ANGLE/include/GLES2: Removed.
3898         * ANGLE/include/GLES2/gl2.h: Removed.
3899         * ANGLE/include/GLES2/gl2ext.h: Removed.
3900         * ANGLE/include/GLES2/gl2platform.h: Removed.
3901         * ANGLE/include/GLSLANG: Removed.
3902         * ANGLE/include/GLSLANG/ShaderLang.h: Removed.
3903         * ANGLE/include/KHR: Removed.
3904         * ANGLE/include/KHR/khrplatform.h: Removed.
3905         * ANGLE/src: Removed.
3906         * ANGLE/src/build_angle.xcodeproj: Removed.
3907         * ANGLE/src/build_angle.xcodeproj/project.pbxproj: Removed.
3908         * ANGLE/src/common: Removed.
3909         * ANGLE/src/common/angleutils.h: Removed.
3910         * ANGLE/src/common/debug.cpp: Removed.
3911         * ANGLE/src/common/debug.h: Removed.
3912         * ANGLE/src/compiler: Removed.
3913         * ANGLE/src/compiler/BaseTypes.h: Removed.
3914         * ANGLE/src/compiler/CodeGenGLSL.cpp: Removed.
3915         * ANGLE/src/compiler/CodeGenHLSL.cpp: Removed.
3916         * ANGLE/src/compiler/Common.h: Removed.
3917         * ANGLE/src/compiler/ConstantUnion.h: Removed.
3918         * ANGLE/src/compiler/InfoSink.cpp: Removed.
3919         * ANGLE/src/compiler/InfoSink.h: Removed.
3920         * ANGLE/src/compiler/Initialize.cpp: Removed.
3921         * ANGLE/src/compiler/Initialize.h: Removed.
3922         * ANGLE/src/compiler/InitializeDll.cpp: Removed.
3923         * ANGLE/src/compiler/InitializeDll.h: Removed.
3924         * ANGLE/src/compiler/InitializeGlobals.h: Removed.
3925         * ANGLE/src/compiler/InitializeParseContext.h: Removed.
3926         * ANGLE/src/compiler/IntermTraverse.cpp: Removed.
3927         * ANGLE/src/compiler/Intermediate.cpp: Removed.
3928         * ANGLE/src/compiler/MMap.h: Removed.
3929         * ANGLE/src/compiler/OutputGLSL.cpp: Removed.
3930         * ANGLE/src/compiler/OutputGLSL.h: Removed.
3931         * ANGLE/src/compiler/OutputHLSL.cpp: Removed.
3932         * ANGLE/src/compiler/OutputHLSL.h: Removed.
3933         * ANGLE/src/compiler/ParseHelper.cpp: Removed.
3934         * ANGLE/src/compiler/ParseHelper.h: Removed.
3935         * ANGLE/src/compiler/PoolAlloc.cpp: Removed.
3936         * ANGLE/src/compiler/PoolAlloc.h: Removed.
3937         * ANGLE/src/compiler/QualifierAlive.cpp: Removed.
3938         * ANGLE/src/compiler/QualifierAlive.h: Removed.
3939         * ANGLE/src/compiler/RemoveTree.cpp: Removed.
3940         * ANGLE/src/compiler/RemoveTree.h: Removed.
3941         * ANGLE/src/compiler/ShHandle.h: Removed.
3942         * ANGLE/src/compiler/ShaderLang.cpp: Removed.
3943         * ANGLE/src/compiler/SymbolTable.cpp: Removed.
3944         * ANGLE/src/compiler/SymbolTable.h: Removed.
3945         * ANGLE/src/compiler/TranslatorGLSL.cpp: Removed.
3946         * ANGLE/src/compiler/TranslatorGLSL.h: Removed.
3947         * ANGLE/src/compiler/TranslatorHLSL.cpp: Removed.
3948         * ANGLE/src/compiler/TranslatorHLSL.h: Removed.
3949         * ANGLE/src/compiler/Types.h: Removed.
3950         * ANGLE/src/compiler/UnfoldSelect.cpp: Removed.
3951         * ANGLE/src/compiler/UnfoldSelect.h: Removed.
3952         * ANGLE/src/compiler/debug.cpp: Removed.
3953         * ANGLE/src/compiler/debug.h: Removed.
3954         * ANGLE/src/compiler/glslang.l: Removed.
3955         * ANGLE/src/compiler/glslang.y: Removed.
3956         * ANGLE/src/compiler/intermOut.cpp: Removed.
3957         * ANGLE/src/compiler/intermediate.h: Removed.
3958         * ANGLE/src/compiler/localintermediate.h: Removed.
3959         * ANGLE/src/compiler/osinclude.h: Removed.
3960         * ANGLE/src/compiler/ossource_posix.cpp: Removed.
3961         * ANGLE/src/compiler/ossource_win.cpp: Removed.
3962         * ANGLE/src/compiler/parseConst.cpp: Removed.
3963         * ANGLE/src/compiler/preprocessor: Removed.
3964         * ANGLE/src/compiler/preprocessor/atom.c: Removed.
3965         * ANGLE/src/compiler/preprocessor/atom.h: Removed.
3966         * ANGLE/src/compiler/preprocessor/compile.h: Removed.
3967         * ANGLE/src/compiler/preprocessor/cpp.c: Removed.
3968         * ANGLE/src/compiler/preprocessor/cpp.h: Removed.
3969         * ANGLE/src/compiler/preprocessor/cppstruct.c: Removed.
3970         * ANGLE/src/compiler/preprocessor/memory.c: Removed.
3971         * ANGLE/src/compiler/preprocessor/memory.h: Removed.
3972         * ANGLE/src/compiler/preprocessor/parser.h: Removed.
3973         * ANGLE/src/compiler/preprocessor/preprocess.h: Removed.
3974         * ANGLE/src/compiler/preprocessor/scanner.c: Removed.
3975         * ANGLE/src/compiler/preprocessor/scanner.h: Removed.
3976         * ANGLE/src/compiler/preprocessor/slglobals.h: Removed.
3977         * ANGLE/src/compiler/preprocessor/symbols.c: Removed.
3978         * ANGLE/src/compiler/preprocessor/symbols.h: Removed.
3979         * ANGLE/src/compiler/preprocessor/tokens.c: Removed.
3980         * ANGLE/src/compiler/preprocessor/tokens.h: Removed.
3981         * ANGLE/src/compiler/tools: Removed.
3982         * ANGLE/src/compiler/unistd.h: Removed.
3983         * ANGLE/src/libEGL: Removed.
3984         * ANGLE/src/libEGL/Config.cpp: Removed.
3985         * ANGLE/src/libEGL/Config.h: Removed.
3986         * ANGLE/src/libEGL/Display.cpp: Removed.
3987         * ANGLE/src/libEGL/Display.h: Removed.
3988         * ANGLE/src/libEGL/Surface.cpp: Removed.
3989         * ANGLE/src/libEGL/Surface.h: Removed.
3990         * ANGLE/src/libEGL/libEGL.cpp: Removed.
3991         * ANGLE/src/libEGL/libEGL.def: Removed.
3992         * ANGLE/src/libEGL/libEGL.vcproj: Removed.
3993         * ANGLE/src/libEGL/main.cpp: Removed.
3994         * ANGLE/src/libEGL/main.h: Removed.
3995         * ANGLE/src/libGLESv2: Removed.
3996         * ANGLE/src/libGLESv2/Blit.cpp: Removed.
3997         * ANGLE/src/libGLESv2/Blit.h: Removed.
3998         * ANGLE/src/libGLESv2/Buffer.cpp: Removed.
3999         * ANGLE/src/libGLESv2/Buffer.h: Removed.
4000         * ANGLE/src/libGLESv2/Context.cpp: Removed.
4001         * ANGLE/src/libGLESv2/Context.h: Removed.
4002         * ANGLE/src/libGLESv2/Framebuffer.cpp: Removed.
4003         * ANGLE/src/libGLESv2/Framebuffer.h: Removed.
4004         * ANGLE/src/libGLESv2/Program.cpp: Removed.
4005         * ANGLE/src/libGLESv2/Program.h: Removed.
4006         * ANGLE/src/libGLESv2/RefCountObject.cpp: Removed.
4007         * ANGLE/src/libGLESv2/RefCountObject.h: Removed.
4008         * ANGLE/src/libGLESv2/Renderbuffer.cpp: Removed.
4009         * ANGLE/src/libGLESv2/Renderbuffer.h: Removed.
4010         * ANGLE/src/libGLESv2/ResourceManager.cpp: Removed.
4011         * ANGLE/src/libGLESv2/ResourceManager.h: Removed.
4012         * ANGLE/src/libGLESv2/Shader.cpp: Removed.
4013         * ANGLE/src/libGLESv2/Shader.h: Removed.
4014         * ANGLE/src/libGLESv2/Texture.cpp: Removed.
4015         * ANGLE/src/libGLESv2/Texture.h: Removed.
4016         * ANGLE/src/libGLESv2/geometry: Removed.
4017         * ANGLE/src/libGLESv2/geometry/IndexDataManager.cpp: Removed.
4018         * ANGLE/src/libGLESv2/geometry/IndexDataManager.h: Removed.
4019         * ANGLE/src/libGLESv2/geometry/VertexDataManager.cpp: Removed.
4020         * ANGLE/src/libGLESv2/geometry/VertexDataManager.h: Removed.
4021         * ANGLE/src/libGLESv2/geometry/backend.cpp: Removed.
4022         * ANGLE/src/libGLESv2/geometry/backend.h: Removed.
4023         * ANGLE/src/libGLESv2/geometry/dx9.cpp: Removed.
4024         * ANGLE/src/libGLESv2/geometry/dx9.h: Removed.
4025         * ANGLE/src/libGLESv2/geometry/vertexconversion.h: Removed.
4026         * ANGLE/src/libGLESv2/libGLESv2.cpp: Removed.
4027         * ANGLE/src/libGLESv2/libGLESv2.def: Removed.
4028         * ANGLE/src/libGLESv2/libGLESv2.vcproj: Removed.
4029         * ANGLE/src/libGLESv2/main.cpp: Removed.
4030         * ANGLE/src/libGLESv2/main.h: Removed.
4031         * ANGLE/src/libGLESv2/mathutil.h: Removed.
4032         * ANGLE/src/libGLESv2/utilities.cpp: Removed.
4033         * ANGLE/src/libGLESv2/utilities.h: Removed.
4034         * Makefile:
4035         * Sources/ThirdParty: Added.
4036         * Sources/ThirdParty/ANGLE: Copied from ANGLE.
4037
4038 2010-12-26  Patrick Gansterer  <paroga@webkit.org>
4039
4040         Unreviewed WinCE buildfix after r74626.
4041
4042         * cmake/OptionsWinCE.cmake:
4043
4044 2010-12-24  Darin Adler  <darin@apple.com>
4045
4046         Updated makefiles used by Apple engineers to fix build with the
4047         new JavaScriptGlue location.
4048
4049         * Makefile: Told this to build JavaScriptGlue. Some day we might
4050         want it to descend into Sources instead and use the Makefile there,
4051         but there are problems with sequencing the project builds, so that
4052         can wait.
4053         * Sources/Makefile.shared: Added.
4054
4055 2010-12-24  Ryuan Choi  <ryuan.choi@samsung.com>
4056
4057         Reviewed by Kenneth Rohde Christiansen.
4058
4059         [EFL] Add option to enable Touch Events.
4060         https://bugs.webkit.org/show_bug.cgi?id=49125
4061
4062         Add ENABLE_TOUCH_EVENTS option.
4063
4064         * cmake/OptionsEfl.cmake:
4065         * cmakeconfig.h.cmake:
4066
4067 2010-12-23  Adam Barth  <abarth@webkit.org>
4068
4069         Rubber-stamped by Eric Seidel.
4070
4071         Move JavaScriptGlue into Sources
4072         https://bugs.webkit.org/show_bug.cgi?id=51583
4073
4074         Actually perform the move.
4075
4076         * JavaScriptGlue: Removed.
4077         * JavaScriptGlue/Configurations: Removed.
4078         * JavaScriptGlue/Configurations/Base.xcconfig: Removed.
4079         * JavaScriptGlue/Configurations/DebugRelease.xcconfig: Removed.
4080         * JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig: Removed.
4081         * JavaScriptGlue/Configurations/Version.xcconfig: Removed.
4082         * JavaScriptGlue/English.lproj: Removed.
4083         * JavaScriptGlue/English.lproj/InfoPlist.strings: Removed.
4084         * JavaScriptGlue/ForwardingHeaders: Removed.
4085         * JavaScriptGlue/ForwardingHeaders/masm: Removed.
4086         * JavaScriptGlue/ForwardingHeaders/masm/X86Assembler.h: Removed.
4087         * JavaScriptGlue/ForwardingHeaders/profiler: Removed.
4088         * JavaScriptGlue/ForwardingHeaders/profiler/Profiler.h: Removed.
4089         * JavaScriptGlue/ForwardingHeaders/runtime: Removed.
4090         * JavaScriptGlue/ForwardingHeaders/runtime/CallFrame.h: Removed.
4091         * JavaScriptGlue/ForwardingHeaders/wtf: Removed.
4092         * JavaScriptGlue/ForwardingHeaders/wtf/ASCIICType.h: Removed.
4093         * JavaScriptGlue/ForwardingHeaders/wtf/AlwaysInline.h: Removed.
4094         * JavaScriptGlue/ForwardingHeaders/wtf/Assertions.h: Removed.
4095         * JavaScriptGlue/ForwardingHeaders/wtf/Atomics.h: Removed.
4096         * JavaScriptGlue/ForwardingHeaders/wtf/Bitmap.h: Removed.
4097         * JavaScriptGlue/ForwardingHeaders/wtf/BumpPointerAllocator.h: Removed.
4098         * JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h: Removed.
4099         * JavaScriptGlue/ForwardingHeaders/wtf/CurrentTime.h: Removed.
4100         * JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h: Removed.
4101         * JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h: Removed.
4102         * JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h: Removed.
4103         * JavaScriptGlue/ForwardingHeaders/wtf/FastMalloc.h: Removed.
4104         * JavaScriptGlue/ForwardingHeaders/wtf/FixedArray.h: Removed.
4105         * JavaScriptGlue/ForwardingHeaders/wtf/Forward.h: Removed.
4106         * JavaScriptGlue/ForwardingHeaders/wtf/HashCountedSet.h: Removed.
4107         * JavaScriptGlue/ForwardingHeaders/wtf/HashFunctions.h: Removed.
4108         * JavaScriptGlue/ForwardingHeaders/wtf/HashMap.h: Removed.
4109         * JavaScriptGlue/ForwardingHeaders/wtf/HashSet.h: Removed.
4110         * JavaScriptGlue/ForwardingHeaders/wtf/HashTraits.h: Removed.
4111         * JavaScriptGlue/ForwardingHeaders/wtf/ListHashSet.h: Removed.
4112         * JavaScriptGlue/ForwardingHeaders/wtf/ListRefPtr.h: Removed.
4113         * JavaScriptGlue/ForwardingHeaders/wtf/Locker.h: Removed.
4114         * JavaScriptGlue/ForwardingHeaders/wtf/MainThread.h: Removed.
4115         * JavaScriptGlue/ForwardingHeaders/wtf/MathExtras.h: Removed.
4116         * JavaScriptGlue/ForwardingHeaders/wtf/Noncopyable.h: Removed.
4117         * JavaScriptGlue/ForwardingHeaders/wtf/NotFound.h: Removed.
4118         * JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h: Removed.
4119         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtr.h: Removed.
4120         * JavaScriptGlue/ForwardingHeaders/wtf/OwnArrayPtrCommon.h: Removed.
4121         * JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h: Removed.
4122         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtr.h: Removed.
4123         * JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h: Removed.
4124         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocation.h: Removed.
4125         * JavaScriptGlue/ForwardingHeaders/wtf/PageAllocationAligned.h: Removed.
4126         * JavaScriptGlue/ForwardingHeaders/wtf/PageBlock.h: Removed.
4127         * JavaScriptGlue/ForwardingHeaders/wtf/PageReservation.h: Removed.
4128         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnArrayPtr.h: Removed.
4129         * JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h: Removed.
4130         * JavaScriptGlue/ForwardingHeaders/wtf/PassRefPtr.h: Removed.
4131         * JavaScriptGlue/ForwardingHeaders/wtf/Platform.h: Removed.
4132         * JavaScriptGlue/ForwardingHeaders/wtf/PossiblyNull.h: Removed.
4133         * JavaScriptGlue/ForwardingHeaders/wtf/PtrAndFlags.h: Removed.
4134         * JavaScriptGlue/ForwardingHeaders/wtf/RandomNumber.h: Removed.
4135         * JavaScriptGlue/ForwardingHeaders/wtf/RefCounted.h: Removed.
4136         * JavaScriptGlue/ForwardingHeaders/wtf/RefPtr.h: Removed.
4137         * JavaScriptGlue/ForwardingHeaders/wtf/StackBounds.h: Removed.
4138         * JavaScriptGlue/ForwardingHeaders/wtf/StdLibExtras.h: Removed.
4139         * JavaScriptGlue/ForwardingHeaders/wtf/StringHasher.h: Removed.
4140         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSafeShared.h: Removed.
4141         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadSpecific.h: Removed.
4142         * JavaScriptGlue/ForwardingHeaders/wtf/Threading.h: Removed.
4143         * JavaScriptGlue/ForwardingHeaders/wtf/ThreadingPrimitives.h: Removed.
4144         * JavaScriptGlue/ForwardingHeaders/wtf/UnusedParam.h: Removed.
4145         * JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h: Removed.
4146         * JavaScriptGlue/ForwardingHeaders/wtf/ValueCheck.h: Removed.
4147         * JavaScriptGlue/ForwardingHeaders/wtf/Vector.h: Removed.
4148         * JavaScriptGlue/ForwardingHeaders/wtf/VectorTraits.h: Removed.
4149         * JavaScriptGlue/ForwardingHeaders/wtf/WTFThreadData.h: Removed.
4150         * JavaScriptGlue/ForwardingHeaders/wtf/text: Removed.
4151         * JavaScriptGlue/ForwardingHeaders/wtf/text/CString.h: Removed.
4152         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringHash.h: Removed.
4153         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImpl.h: Removed.
4154         * JavaScriptGlue/ForwardingHeaders/wtf/text/StringImplBase.h: Removed.
4155         * JavaScriptGlue/ForwardingHeaders/wtf/text/TextPosition.h: Removed.
4156         * JavaScriptGlue/ForwardingHeaders/wtf/text/WTFString.h: Removed.
4157         * JavaScriptGlue/ForwardingHeaders/wtf/unicode: Removed.
4158         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/Unicode.h: Removed.
4159         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu: Removed.
4160         * JavaScriptGlue/ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h: Removed.
4161         * JavaScriptGlue/Info.plist: Removed.
4162         * JavaScriptGlue/JSBase.cpp: Removed.
4163         * JavaScriptGlue/JSBase.h: Removed.
4164         * JavaScriptGlue/JSObject.cpp: Removed.
4165         * JavaScriptGlue/JSObject.h: Removed.
4166         * JavaScriptGlue/JSRun.cpp: Removed.
4167         * JavaScriptGlue/JSRun.h: Removed.
4168         * JavaScriptGlue/JSUtils.cpp: Removed.
4169         * JavaScriptGlue/JSUtils.h: Removed.
4170         * JavaScriptGlue/JSValueWrapper.cpp: Removed.
4171         * JavaScriptGlue/JSValueWrapper.h: Removed.
4172         * JavaScriptGlue/JavaScriptGlue.cpp: Removed.
4173         * JavaScriptGlue/JavaScriptGlue.exp: Removed.
4174         * JavaScriptGlue/JavaScriptGlue.h: Removed.
4175         * JavaScriptGlue/JavaScriptGlue.xcodeproj: Removed.
4176         * JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj: Removed.
4177         * JavaScriptGlue/LICENSE: Removed.
4178         * JavaScriptGlue/Makefile: Removed.
4179         * JavaScriptGlue/UserObjectImp.cpp: Removed.
4180         * JavaScriptGlue/UserObjectImp.h: Removed.
4181         * JavaScriptGlue/config.h: Removed.
4182         * JavaScriptGlue/icu: Removed.
4183         * JavaScriptGlue/icu/LICENSE: Removed.
4184         * JavaScriptGlue/icu/README: Removed.
4185         * JavaScriptGlue/icu/unicode: Removed.
4186         * JavaScriptGlue/icu/unicode/platform.h: Removed.
4187         * JavaScriptGlue/icu/unicode/putil.h: Removed.
4188         * JavaScriptGlue/icu/unicode/uchar.h: Removed.
4189         * JavaScriptGlue/icu/unicode/ucnv.h: Removed.
4190         * JavaScriptGlue/icu/unicode/ucnv_err.h: Removed.
4191         * JavaScriptGlue/icu/unicode/uconfig.h: Removed.
4192         * JavaScriptGlue/icu/unicode/uenum.h: Removed.
4193         * JavaScriptGlue/icu/unicode/uiter.h: Removed.
4194         * JavaScriptGlue/icu/unicode/umachine.h: Removed.
4195         * JavaScriptGlue/icu/unicode/urename.h: Removed.
4196         * JavaScriptGlue/icu/unicode/ustring.h: Removed.
4197         * JavaScriptGlue/icu/unicode/utf.h: Removed.
4198         * JavaScriptGlue/icu/unicode/utf16.h: Removed.
4199         * JavaScriptGlue/icu/unicode/utf8.h: Removed.
4200         * JavaScriptGlue/icu/unicode/utf_old.h: Removed.
4201         * JavaScriptGlue/icu/unicode/utypes.h: Removed.
4202         * JavaScriptGlue/icu/unicode/uversion.h: Removed.
4203         * JavaScriptGlue/testjsglue.cpp: Removed.
4204         * Makefile:
4205         * Sources: Added.
4206         * Sources/JavaScriptGlue: Copied from JavaScriptGlue.
4207         * Sources/Makefile: Added.
4208
4209 2010-12-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
4210
4211         Reviewed by Kenneth Rohde Christiansen.
4212
4213         [EFL] Fix ContextMenu removal
4214         https://bugs.webkit.org/show_bug.cgi?id=51530
4215
4216         Fix ContextMenu removal
4217
4218         In r74207 the support for ContextMenu was removed from EFL while the
4219         code is being ported to the new CROSS_PLATFORM_MENUS due to build
4220         breakage.  However there were some missing removals in the shutdown
4221         logic that introduced a bug, leading to a segmentation fault when
4222         ContexController was destroyed.
4223
4224         The best way to effectively disable the ContextMenu is to conditionally
4225         compile the meaningful stuff by surrounding with "#if
4226         ENABLE(CONTEXT_MENUS)" and then disabling it in CMake.
4227
4228         * cmake/OptionsEfl.cmake: Disable ContextMenu and don't pretend we
4229         implement CROSS_PLATFORM_MENUS yet.
4230
4231 2010-12-22  Xan Lopez  <xlopez@igalia.com>
4232
4233         Reviewed by Gustavo Noronha.
4234
4235         * configure.ac: bump version to 1.3.9.
4236
4237 2010-12-22  Xan Lopez  <xlopez@igalia.com>
4238
4239         Reviewed by Gustavo Noronha.
4240
4241         [GTK] Compilation fixes with GTK+ 2.91.7
4242         https://bugs.webkit.org/show_bug.cgi?id=51487
4243
4244         * configure.ac: depend on GTK+ 2.91.7 when using GTK+ 3.x.
4245
4246 2010-12-22  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
4247
4248         Reviewed by Antonio Gomes.
4249
4250         [EFL] Sets default user agent
4251         https://bugs.webkit.org/show_bug.cgi?id=47903
4252
4253         Add macros for WebKit EFL and User Agent.
4254
4255         * cmake/OptionsEfl.cmake:
4256         * cmakeconfig.h.cmake:
4257
4258 2010-12-20  Adam Barth  <abarth@webkit.org>
4259
4260         Move web sites to Websites directory
4261         https://bugs.webkit.org/show_bug.cgi?id=51323
4262
4263         This patch was never officially reviewed (because it was too large to
4264         upload to bugs.webkit.org), but it was discussed on webkit-dev and Mark
4265         Rowe gave me the green light.
4266
4267         * BugsSite: Removed.
4268         * BugsSite/.cvsignore: Removed.
4269         * BugsSite/.htaccess: Removed.
4270         * BugsSite/Bugzilla: Removed.
4271         * BugsSite/Bugzilla.pm: Removed.
4272         * BugsSite/Bugzilla/.cvsignore: Removed.
4273         * BugsSite/Bugzilla/.htaccess: Removed.
4274         * BugsSite/Bugzilla/Attachment: Removed.
4275         * BugsSite/Bugzilla/Attachment.pm: Removed.
4276         * BugsSite/Bugzilla/Attachment/PatchReader.pm: Removed.
4277         * BugsSite/Bugzilla/Auth: Removed.
4278         * BugsSite/Bugzilla/Auth.pm: Removed.
4279         * BugsSite/Bugzilla/Auth/Login: Removed.
4280         * BugsSite/Bugzilla/Auth/Login.pm: Removed.
4281         * BugsSite/Bugzilla/Auth/Login/CGI.pm: Removed.
4282         * BugsSite/Bugzilla/Auth/Login/Cookie.pm: Removed.
4283         * BugsSite/Bugzilla/Auth/Login/Env.pm: Removed.
4284         * BugsSite/Bugzilla/Auth/Login/Stack.pm: Removed.
4285         * BugsSite/Bugzilla/Auth/Login/WWW: Removed.
4286         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Removed.
4287         * BugsSite/Bugzilla/Auth/Persist: Removed.
4288         * BugsSite/Bugzilla/Auth/Persist/Cookie.pm: Removed.
4289         * BugsSite/Bugzilla/Auth/Verify: Removed.
4290         * BugsSite/Bugzilla/Auth/Verify.pm: Removed.
4291         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Removed.
4292         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Removed.
4293         * BugsSite/Bugzilla/Auth/Verify/RADIUS.pm: Removed.
4294         * BugsSite/Bugzilla/Auth/Verify/Stack.pm: Removed.
4295         * BugsSite/Bugzilla/Bug.pm: Removed.
4296         * BugsSite/Bugzilla/BugMail.pm: Removed.
4297         * BugsSite/Bugzilla/CGI.pm: Removed.
4298         * BugsSite/Bugzilla/Chart.pm: Removed.
4299         * BugsSite/Bugzilla/Classification.pm: Removed.
4300         * BugsSite/Bugzilla/Component.pm: Removed.
4301         * BugsSite/Bugzilla/Config: Removed.
4302         * BugsSite/Bugzilla/Config.pm: Removed.
4303         * BugsSite/Bugzilla/Config/Admin.pm: Removed.
4304         * BugsSite/Bugzilla/Config/Attachment.pm: Removed.
4305         * BugsSite/Bugzilla/Config/Auth.pm: Removed.
4306         * BugsSite/Bugzilla/Config/BugChange.pm: Removed.
4307         * BugsSite/Bugzilla/Config/BugFields.pm: Removed.
4308         * BugsSite/Bugzilla/Config/BugMove.pm: Removed.
4309         * BugsSite/Bugzilla/Config/Common.pm: Removed.
4310         * BugsSite/Bugzilla/Config/Core.pm: Removed.
4311         * BugsSite/Bugzilla/Config/DependencyGraph.pm: Removed.
4312         * BugsSite/Bugzilla/Config/GroupSecurity.pm: Removed.
4313         * BugsSite/Bugzilla/Config/LDAP.pm: Removed.
4314         * BugsSite/Bugzilla/Config/MTA.pm: Removed.
4315         * BugsSite/Bugzilla/Config/PatchViewer.pm: Removed.
4316         * BugsSite/Bugzilla/Config/Query.pm: Removed.
4317         * BugsSite/Bugzilla/Config/RADIUS.pm: Removed.
4318         * BugsSite/Bugzilla/Config/ShadowDB.pm: Removed.
4319         * BugsSite/Bugzilla/Config/UserMatch.pm: Removed.
4320         * BugsSite/Bugzilla/Constants.pm: Removed.
4321         * BugsSite/Bugzilla/DB: Removed.
4322         * BugsSite/Bugzilla/DB.pm: Removed.
4323         * BugsSite/Bugzilla/DB/Mysql.pm: Removed.
4324         * BugsSite/Bugzilla/DB/Oracle.pm: Removed.
4325         * BugsSite/Bugzilla/DB/Pg.pm: Removed.
4326         * BugsSite/Bugzilla/DB/Schema: Removed.
4327         * BugsSite/Bugzilla/DB/Schema.pm: Removed.
4328         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Removed.
4329         * BugsSite/Bugzilla/DB/Schema/Oracle.pm: Removed.
4330         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Removed.
4331         * BugsSite/Bugzilla/Error.pm: Removed.
4332         * BugsSite/Bugzilla/Field.pm: Removed.
4333         * BugsSite/Bugzilla/Flag.pm: Removed.
4334         * BugsSite/Bugzilla/FlagType.pm: Removed.
4335         * BugsSite/Bugzilla/Group.pm: Removed.
4336         * BugsSite/Bugzilla/Hook.pm: Removed.
4337         * BugsSite/Bugzilla/Install: Removed.
4338         * BugsSite/Bugzilla/Install.pm: Removed.
4339         * BugsSite/Bugzilla/Install/CPAN.pm: Removed.
4340         * BugsSite/Bugzilla/Install/DB.pm: Removed.
4341         * BugsSite/Bugzilla/Install/Filesystem.pm: Removed.
4342         * BugsSite/Bugzilla/Install/Localconfig.pm: Removed.
4343         * BugsSite/Bugzilla/Install/Requirements.pm: Removed.
4344         * BugsSite/Bugzilla/Install/Util.pm: Removed.
4345         * BugsSite/Bugzilla/Keyword.pm: Removed.
4346         * BugsSite/Bugzilla/Mailer.pm: Removed.
4347         * BugsSite/Bugzilla/Milestone.pm: Removed.
4348         * BugsSite/Bugzilla/Object.pm: Removed.
4349         * BugsSite/Bugzilla/Product.pm: Removed.
4350         * BugsSite/Bugzilla/Search: Removed.
4351         * BugsSite/Bugzilla/Search.pm: Removed.
4352         * BugsSite/Bugzilla/Search/Quicksearch.pm: Removed.
4353         * BugsSite/Bugzilla/Search/Saved.pm: Removed.
4354         * BugsSite/Bugzilla/Series.pm: Removed.
4355         * BugsSite/Bugzilla/Status.pm: Removed.
4356         * BugsSite/Bugzilla/Template: Removed.
4357         * BugsSite/Bugzilla/Template.pm: Removed.
4358         * BugsSite/Bugzilla/Template/Parser.pm: Removed.
4359         * BugsSite/Bugzilla/Template/Plugin: Removed.
4360         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Removed.
4361         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Removed.
4362         * BugsSite/Bugzilla/Template/Plugin/User.pm: Removed.
4363         * BugsSite/Bugzilla/Token.pm: Removed.
4364         * BugsSite/Bugzilla/Update.pm: Removed.
4365         * BugsSite/Bugzilla/User: Removed.
4366         * BugsSite/Bugzilla/User.pm: Removed.
4367         * BugsSite/Bugzilla/User/Setting: Removed.
4368         * BugsSite/Bugzilla/User/Setting.pm: Removed.
4369         * BugsSite/Bugzilla/User/Setting/Lang.pm: Removed.
4370         * BugsSite/Bugzilla/User/Setting/Skin.pm: Removed.
4371         * BugsSite/Bugzilla/Util.pm: Removed.
4372         * BugsSite/Bugzilla/Version.pm: Removed.
4373         * BugsSite/Bugzilla/WebService: Removed.
4374         * BugsSite/Bugzilla/WebService.pm: Removed.
4375         * BugsSite/Bugzilla/WebService/Bug.pm: Removed.
4376         * BugsSite/Bugzilla/WebService/Bugzilla.pm: Removed.
4377         * BugsSite/Bugzilla/WebService/Constants.pm: Removed.
4378         * BugsSite/Bugzilla/WebService/Product.pm: Removed.
4379         * BugsSite/Bugzilla/WebService/User.pm: Removed.
4380         * BugsSite/PrettyPatch: Removed.
4381         * BugsSite/PrettyPatch/PrettyPatch.rb: Removed.
4382         * BugsSite/PrettyPatch/diff.rb: Removed.
4383         * BugsSite/PrettyPatch/prettify.rb: Removed.
4384         * BugsSite/QUICKSTART: Removed.
4385         * BugsSite/README: Removed.
4386         * BugsSite/UPGRADING: Removed.
4387         * BugsSite/UPGRADING-pre-2.8: Removed.
4388         * BugsSite/admin.cgi: Removed.
4389         * BugsSite/attachment.cgi: Removed.
4390         * BugsSite/buglist.cgi: Removed.
4391         * BugsSite/bugzilla.dtd: Removed.
4392         * BugsSite/chart.cgi: Removed.
4393         * BugsSite/checksetup.pl: Removed.
4394         * BugsSite/code-review.js: Removed.
4395         * BugsSite/colchange.cgi: Removed.
4396         * BugsSite/collectstats.pl: Removed.
4397         * BugsSite/committers-autocomplete.js: Removed.
4398         * BugsSite/config.cgi: Removed.
4399         * BugsSite/contrib: Removed.
4400         * BugsSite/contrib/README: Removed.
4401         * BugsSite/contrib/bugzilla-submit: Removed.
4402         * BugsSite/contrib/bugzilla-submit/README: Removed.
4403         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Removed.
4404         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Removed.
4405         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Removed.
4406         * BugsSite/contrib/bugzilla_ldapsync.rb: Removed.
4407         * BugsSite/contrib/bz_webservice_demo.pl: Removed.
4408         * BugsSite/contrib/bzdbcopy.pl: Removed.
4409         * BugsSite/contrib/cmdline: Removed.
4410         * BugsSite/contrib/cmdline/bugcount: Removed.
4411         * BugsSite/contrib/cmdline/bugids: Removed.
4412         * BugsSite/contrib/cmdline/buglist: Removed.
4413         * BugsSite/contrib/cmdline/bugs: Removed.
4414         * BugsSite/contrib/cmdline/bugslink: Removed.
4415         * BugsSite/contrib/cmdline/makequery: Removed.
4416         * BugsSite/contrib/cmdline/query.conf: Removed.
4417         * BugsSite/contrib/cvs-update.pl: Removed.
4418         * BugsSite/contrib/gnats2bz.pl: Removed.
4419         * BugsSite/contrib/gnatsparse: Removed.
4420         * BugsSite/contrib/gnatsparse/README: Removed.
4421         * BugsSite/contrib/gnatsparse/gnatsparse.py: Removed.
4422         * BugsSite/contrib/gnatsparse/magic.py: Removed.
4423         * BugsSite/contrib/gnatsparse/specialuu.py: Removed.
4424         * BugsSite/contrib/jb2bz.py: Removed.
4425         * BugsSite/contrib/merge-users.pl: Removed.
4426         * BugsSite/contrib/mysqld-watcher.pl: Removed.
4427         * BugsSite/contrib/recode-overrides.txt: Removed.
4428         * BugsSite/contrib/recode.pl: Removed.
4429         * BugsSite/contrib/sendbugmail.pl: Removed.
4430         * BugsSite/contrib/sendunsentbugmail.pl: Removed.
4431         * BugsSite/contrib/syncLDAP.pl: Removed.
4432         * BugsSite/contrib/yp_nomail.sh: Removed.
4433         * BugsSite/createaccount.cgi: Removed.
4434         * BugsSite/data: Removed.
4435         * BugsSite/data/.htaccess: Removed.
4436         * BugsSite/data/attachments: Removed.
4437         * BugsSite/data/attachments/.htaccess: Removed.
4438         * BugsSite/data/duplicates: Removed.
4439         * BugsSite/data/mail: Removed.
4440         * BugsSite/data/mimedump-tmp: Removed.
4441         * BugsSite/data/mining: Removed.
4442         * BugsSite/data/params: Removed.
4443         * BugsSite/data/template: Removed.
4444         * BugsSite/data/webdot: Removed.
4445         * BugsSite/data/webdot/.htaccess: Removed.
4446         * BugsSite/describecomponents.cgi: Removed.
4447         * BugsSite/describekeywords.cgi: Removed.
4448         * BugsSite/docs: Removed.
4449         * BugsSite/docs/en: Removed.
4450         * BugsSite/docs/en/.cvsignore: Removed.
4451         * BugsSite/docs/en/README.docs: Removed.
4452         * BugsSite/docs/en/images: Removed.
4453         * BugsSite/docs/en/images/bzLifecycle.png: Removed.
4454         * BugsSite/docs/en/images/bzLifecycle.xml: Removed.
4455         * BugsSite/docs/en/images/callouts: Removed.
4456         * BugsSite/docs/en/images/callouts/1.gif: Removed.
4457         * BugsSite/docs/en/images/callouts/2.gif: Removed.
4458         * BugsSite/docs/en/images/callouts/3.gif: Removed.
4459         * BugsSite/docs/en/images/caution.gif: Removed.
4460         * BugsSite/docs/en/images/note.gif: Removed.
4461         * BugsSite/docs/en/images/tip.gif: Removed.
4462         * BugsSite/docs/en/images/warning.gif: Removed.
4463         * BugsSite/docs/en/rel_notes.txt: Removed.
4464         * BugsSite/docs/en/xml: Removed.
4465         * BugsSite/docs/en/xml/.cvsignore: Removed.
4466         * BugsSite/docs/en/xml/Bugzilla-Guide.xml: Removed.
4467         * BugsSite/docs/en/xml/about.xml: Removed.
4468         * BugsSite/docs/en/xml/administration.xml: Removed.
4469         * BugsSite/docs/en/xml/conventions.xml: Removed.
4470         * BugsSite/docs/en/xml/customization.xml: Removed.
4471         * BugsSite/docs/en/xml/gfdl.xml: Removed.
4472         * BugsSite/docs/en/xml/glossary.xml: Removed.
4473         * BugsSite/docs/en/xml/index.xml: Removed.
4474         * BugsSite/docs/en/xml/installation.xml: Removed.
4475         * BugsSite/docs/en/xml/integration.xml: Removed.
4476         * BugsSite/docs/en/xml/introduction.xml: Removed.
4477         * BugsSite/docs/en/xml/modules.xml: Removed.
4478         * BugsSite/docs/en/xml/patches.xml: Removed.
4479         * BugsSite/docs/en/xml/requiredsoftware.xml: Removed.
4480         * BugsSite/docs/en/xml/security.xml: Removed.
4481         * BugsSite/docs/en/xml/troubleshooting.xml: Removed.
4482         * BugsSite/docs/en/xml/using.xml: Removed.
4483         * BugsSite/docs/html: Removed.
4484         * BugsSite/docs/html/api: Removed.
4485         * BugsSite/docs/images: Removed.
4486         * BugsSite/docs/images/callouts: Removed.
4487         * BugsSite/docs/lib: Removed.
4488         * BugsSite/docs/lib/Pod: Removed.
4489         * BugsSite/docs/lib/Pod/Simple: Removed.
4490         * BugsSite/docs/lib/Pod/Simple/HTML: Removed.
4491         * BugsSite/docs/lib/Pod/Simple/HTML/Bugzilla.pm: Removed.
4492         * BugsSite/docs/lib/Pod/Simple/HTMLBatch: Removed.
4493         * BugsSite/docs/lib/Pod/Simple/HTMLBatch/Bugzilla.pm: Removed.
4494         * BugsSite/docs/makedocs.pl: Removed.
4495         * BugsSite/docs/pdf: Removed.
4496         * BugsSite/docs/style.css: Removed.
4497         * BugsSite/docs/txt: Removed.
4498         * BugsSite/docs/xml: Removed.
4499         * BugsSite/duplicates.cgi: Removed.
4500         * BugsSite/editclassifications.cgi: Removed.
4501         * BugsSite/editcomponents.cgi: Removed.
4502         * BugsSite/editfields.cgi: Removed.
4503         * BugsSite/editflagtypes.cgi: Removed.
4504         * BugsSite/editgroups.cgi: Removed.
4505         * BugsSite/editkeywords.cgi: Removed.
4506         * BugsSite/editmilestones.cgi: Removed.
4507         * BugsSite/editparams.cgi: Removed.
4508         * BugsSite/editproducts.cgi: Removed.
4509         * BugsSite/editsettings.cgi: Removed.
4510         * BugsSite/editusers.cgi: Removed.
4511         * BugsSite/editvalues.cgi: Removed.
4512         * BugsSite/editversions.cgi: Removed.
4513         * BugsSite/editwhines.cgi: Removed.
4514         * BugsSite/editworkflow.cgi: Removed.
4515         * BugsSite/email_in.pl: Removed.
4516         * BugsSite/enter_bug.cgi: Removed.
4517         * BugsSite/extensions: Removed.
4518         * BugsSite/extensions/example: Removed.
4519         * BugsSite/extensions/example/code: Removed.
4520         * BugsSite/extensions/example/code/bug-end_of_update.pl: Removed.
4521         * BugsSite/extensions/example/code/buglist-columns.pl: Removed.
4522         * BugsSite/extensions/example/code/colchange-columns.pl: Removed.
4523         * BugsSite/extensions/example/code/config.pl: Removed.
4524         * BugsSite/extensions/example/code/flag-end_of_update.pl: Removed.
4525         * BugsSite/extensions/example/code/install-before_final_checks.pl: Removed.
4526         * BugsSite/extensions/example/code/product-confirm_delete.pl: Removed.
4527         * BugsSite/extensions/example/code/webservice-error_codes.pl: Removed.
4528         * BugsSite/extensions/example/code/webservice.pl: Removed.
4529         * BugsSite/extensions/example/disabled: Removed.
4530         * BugsSite/extensions/example/info.pl: Removed.
4531         * BugsSite/extensions/example/lib: Removed.
4532         * BugsSite/extensions/example/lib/ConfigExample.pm: Removed.
4533         * BugsSite/extensions/example/lib/WSExample.pm: Removed.
4534         * BugsSite/extensions/example/template: Removed.
4535         * BugsSite/extensions/example/template/en: Removed.
4536         * BugsSite/extensions/example/template/en/default: Removed.
4537         * BugsSite/extensions/example/template/en/default/admin: Removed.
4538         * BugsSite/extensions/example/template/en/default/admin/params: Removed.
4539         * BugsSite/extensions/example/template/en/default/admin/params/example.html.tmpl: Removed.
4540         * BugsSite/extensions/example/template/en/global: Removed.
4541         * BugsSite/extensions/example/template/en/global/user-error-errors.html.tmpl: Removed.
4542         * BugsSite/graphs: Removed.
4543         * BugsSite/images: Removed.
4544         * BugsSite/images/favicon.ico: Removed.
4545         * BugsSite/images/padlock.png: Removed.
4546         * BugsSite/importxml.pl: Removed.
4547         * BugsSite/index.cgi: Removed.
4548         * BugsSite/install-module.pl: Removed.
4549         * BugsSite/js: Removed.
4550         * BugsSite/js/TUI.js: Removed.
4551         * BugsSite/js/attachment.js: Removed.
4552         * BugsSite/js/expanding-tree.js: Removed.
4553         * BugsSite/js/field.js: Removed.
4554         * BugsSite/js/help.js: Removed.
4555         * BugsSite/js/params.js: Removed.
4556         * BugsSite/js/productform.js: Removed.
4557         * BugsSite/js/util.js: Removed.
4558         * BugsSite/js/yui: Removed.
4559         * BugsSite/js/yui/calendar.js: Removed.
4560         * BugsSite/js/yui/yahoo-dom-event.js: Removed.
4561         * BugsSite/lib: Removed.
4562         * BugsSite/lib/.htaccess: Removed.
4563         * BugsSite/lib/README: Removed.
4564         * BugsSite/long_list.cgi: Removed.
4565         * BugsSite/mod_perl.pl: Removed.
4566         * BugsSite/page.cgi: Removed.
4567         * BugsSite/post_bug.cgi: Removed.
4568         * BugsSite/process_bug.cgi: Removed.
4569         * BugsSite/query.cgi: Removed.
4570         * BugsSite/quips.cgi: Removed.
4571         * BugsSite/relogin.cgi: Removed.
4572         * BugsSite/report.cgi: Removed.
4573         * BugsSite/reports.cgi: Removed.
4574         * BugsSite/request.cgi: Removed.
4575         * BugsSite/robots.txt: Removed.
4576         * BugsSite/runtests.pl: Removed.
4577         * BugsSite/sanitycheck.cgi: Removed.
4578         * BugsSite/sanitycheck.pl: Removed.
4579         * BugsSite/search_plugin.cgi: Removed.
4580         * BugsSite/show_activity.cgi: Removed.
4581         * BugsSite/show_bug.cgi: Removed.
4582         * BugsSite/showattachment.cgi: Removed.
4583         * BugsSite/showdependencygraph.cgi: Removed.
4584         * BugsSite/showdependencytree.cgi: Removed.
4585         * BugsSite/sidebar.cgi: Removed.
4586         * BugsSite/skins: Removed.
4587         * BugsSite/skins/.cvsignore: Removed.
4588         * BugsSite/skins/contrib: Removed.
4589         * BugsSite/skins/contrib/Dusk: Removed.
4590         * BugsSite/skins/contrib/Dusk/.cvsignore: Removed.
4591         * BugsSite/skins/contrib/Dusk/IE-fixes.css: Removed.
4592         * BugsSite/skins/contrib/Dusk/admin.css: Removed.
4593         * BugsSite/skins/contrib/Dusk/buglist.css: Removed.
4594         * BugsSite/skins/contrib/Dusk/create_attachment.css: Removed.
4595         * BugsSite/skins/contrib/Dusk/dependency-tree.css: Removed.
4596         * BugsSite/skins/contrib/Dusk/duplicates.css: Removed.
4597         * BugsSite/skins/contrib/Dusk/editusers.css: Removed.
4598         * BugsSite/skins/contrib/Dusk/global.css: Removed.
4599         * BugsSite/skins/contrib/Dusk/help.css: Removed.
4600         * BugsSite/skins/contrib/Dusk/index.css: Removed.
4601         * BugsSite/skins/contrib/Dusk/panel.css: Removed.
4602         * BugsSite/skins/contrib/Dusk/params.css: Removed.
4603         * BugsSite/skins/contrib/Dusk/release-notes.css: Removed.
4604         * BugsSite/skins/contrib/Dusk/show_bug.css: Removed.
4605         * BugsSite/skins/contrib/Dusk/show_multiple.css: Removed.
4606         * BugsSite/skins/contrib/Dusk/summarize-time.css: Removed.
4607         * BugsSite/skins/contrib/Dusk/voting.css: Removed.
4608         * BugsSite/skins/contrib/Dusk/yui: Removed.
4609         * BugsSite/skins/contrib/Dusk/yui/calendar.css: Removed.
4610         * BugsSite/skins/custom: Removed.
4611         * BugsSite/skins/custom/IE-fixes.css: Removed.
4612         * BugsSite/skins/custom/admin.css: Removed.
4613         * BugsSite/skins/custom/buglist.css: Removed.
4614         * BugsSite/skins/custom/create_attachment.css: Removed.
4615         * BugsSite/skins/custom/dependency-tree.css: Removed.
4616         * BugsSite/skins/custom/duplicates.css: Removed.
4617         * BugsSite/skins/custom/editusers.css: Removed.
4618         * BugsSite/skins/custom/global.css: Removed.
4619         * BugsSite/skins/custom/help.css: Removed.
4620         * BugsSite/skins/custom/index.css: Removed.
4621         * BugsSite/skins/custom/opendarwin.gif: Removed.
4622         * BugsSite/skins/custom/panel.css: Removed.
4623         * BugsSite/skins/custom/params.css: Removed.
4624         * BugsSite/skins/custom/release-notes.css: Removed.
4625         * BugsSite/skins/custom/show_bug.css: Removed.
4626         * BugsSite/skins/custom/show_multiple.css: Removed.
4627         * BugsSite/skins/custom/summarize-time.css: Removed.
4628         * BugsSite/skins/custom/voting.css: Removed.
4629         * BugsSite/skins/custom/yui: Removed.
4630         * BugsSite/skins/custom/yui/calendar.css: Removed.
4631         * BugsSite/skins/standard: Removed.
4632         * BugsSite/skins/standard/IE-fixes.css: Removed.
4633         * BugsSite/skins/standard/admin.css: Removed.
4634         * BugsSite/skins/standard/buglist.css: Removed.
4635         * BugsSite/skins/standard/create_attachment.css: Removed.
4636         * BugsSite/skins/standard/dependency-tree: Removed.
4637         * BugsSite/skins/standard/dependency-tree.css: Removed.
4638         * BugsSite/skins/standard/dependency-tree/bug-item.png: Removed.
4639         * BugsSite/skins/standard/dependency-tree/tree-closed.png: Removed.
4640         * BugsSite/skins/standard/dependency-tree/tree-open.png: Removed.
4641         * BugsSite/skins/standard/dependency-tree/tree.png: Removed.
4642         * BugsSite/skins/standard/duplicates.css: Removed.
4643         * BugsSite/skins/standard/editusers.css: Removed.
4644         * BugsSite/skins/standard/global: Removed.
4645         * BugsSite/skins/standard/global.css: Removed.
4646         * BugsSite/skins/standard/global/body-back.gif: Removed.
4647         * BugsSite/skins/standard/global/calendar.png: Removed.
4648         * BugsSite/skins/standard/global/header.png: Removed.
4649         * BugsSite/skins/standard/help.css: Removed.
4650         * BugsSite/skins/standard/index: Removed.
4651         * BugsSite/skins/standard/index.css: Removed.
4652         * BugsSite/skins/standard/index/front.png: Removed.
4653         * BugsSite/skins/standard/panel.css: Removed.
4654         * BugsSite/skins/standard/params.css: Removed.
4655         * BugsSite/skins/standard/release-notes.css: Removed.
4656         * BugsSite/skins/standard/show_bug.css: Removed.
4657         * BugsSite/skins/standard/show_multiple.css: Removed.
4658         * BugsSite/skins/standard/summarize-time.css: Removed.
4659         * BugsSite/skins/standard/voting.css: Removed.
4660         * BugsSite/skins/standard/yui: Removed.
4661         * BugsSite/skins/standard/yui/calendar.css: Removed.
4662         * BugsSite/skins/standard/yui/sprite.png: Removed.
4663         * BugsSite/summarize_time.cgi: Removed.
4664         * BugsSite/t: Removed.
4665         * BugsSite/t/001compile.t: Removed.
4666         * BugsSite/t/002goodperl.t: Removed.
4667         * BugsSite/t/003safesys.t: Removed.
4668         * BugsSite/t/004template.t: Removed.
4669         * BugsSite/t/005no_tabs.t: Removed.
4670         * BugsSite/t/006spellcheck.t: Removed.
4671         * BugsSite/t/007util.t: Removed.
4672         * BugsSite/t/008filter.t: Removed.
4673         * BugsSite/t/009bugwords.t: Removed.
4674         * BugsSite/t/010dependencies.t: Removed.
4675         * BugsSite/t/011pod.t: Removed.
4676         * BugsSite/t/012throwables.t: Removed.
4677         * BugsSite/t/Support: Removed.
4678         * BugsSite/t/Support/Files.pm: Removed.
4679         * BugsSite/t/Support/Systemexec.pm: Removed.
4680         * BugsSite/t/Support/Templates.pm: Removed.
4681         * BugsSite/template: Removed.
4682         * BugsSite/template/.cvsignore: Removed.
4683         * BugsSite/template/.htaccess: Removed.
4684         * BugsSite/template/en: Removed.
4685         * BugsSite/template/en/.cvsignore: Removed.
4686         * BugsSite/template/en/custom: Removed.
4687         * BugsSite/template/en/custom/account: Removed.
4688         * BugsSite/template/en/custom/account/auth: Removed.
4689         * BugsSite/template/en/custom/account/email: Removed.
4690         * BugsSite/template/en/custom/account/password: Removed.
4691         * BugsSite/template/en/custom/account/prefs: Removed.
4692         * BugsSite/template/en/custom/admin: Removed.
4693         * BugsSite/template/en/custom/admin/classifications: Removed.
4694         * BugsSite/template/en/custom/admin/components: Removed.
4695         * BugsSite/template/en/custom/admin/fieldvalues: Removed.
4696         * BugsSite/template/en/custom/admin/flag-type: Removed.
4697         * BugsSite/template/en/custom/admin/groups: Removed.
4698         * BugsSite/template/en/custom/admin/keywords: Removed.
4699         * BugsSite/template/en/custom/admin/milestones: Removed.
4700         * BugsSite/template/en/custom/admin/products: Removed.
4701         * BugsSite/template/en/custom/admin/products/groupcontrol: Removed.
4702         * BugsSite/template/en/custom/admin/settings: Removed.
4703         * BugsSite/template/en/custom/admin/users: Removed.
4704         * BugsSite/template/en/custom/admin/versions: Removed.
4705         * BugsSite/template/en/custom/attachment: Removed.
4706         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Removed.
4707         * BugsSite/template/en/custom/attachment/create.html.tmpl: Removed.
4708         * BugsSite/template/en/custom/attachment/created.html.tmpl: Removed.
4709         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Removed.
4710         * BugsSite/template/en/custom/attachment/list.html.tmpl: Removed.
4711         * BugsSite/template/en/custom/attachment/review.html.tmpl: Removed.
4712         * BugsSite/template/en/custom/attachment/reviewform.html.tmpl: Removed.
4713         * BugsSite/template/en/custom/attachment/rietveldreview.html.tmpl: Removed.
4714         * BugsSite/template/en/custom/bug: Removed.
4715         * BugsSite/template/en/custom/bug/activity: Removed.
4716         * BugsSite/template/en/custom/bug/create: Removed.
4717         * BugsSite/template/en/custom/bug/edit.html.tmpl: Removed.
4718         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Removed.
4719         * BugsSite/template/en/custom/bug/process: Removed.
4720         * BugsSite/template/en/custom/bug/votes: Removed.
4721         * BugsSite/template/en/custom/flag: Removed.
4722         * BugsSite/template/en/custom/flag/list.html.tmpl: Removed.
4723         * BugsSite/template/en/custom/global: Removed.
4724         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Removed.
4725         * BugsSite/template/en/custom/global/header.html.tmpl: Removed.
4726         * BugsSite/template/en/custom/list: Removed.
4727         * BugsSite/template/en/custom/list/list.html.tmpl: Removed.
4728         * BugsSite/template/en/custom/pages: Removed.
4729         * BugsSite/template/en/custom/reports: Removed.
4730         * BugsSite/template/en/custom/request: Removed.
4731         * BugsSite/template/en/custom/request/email.txt.tmpl: Removed.
4732         * BugsSite/template/en/custom/request/queue.html.tmpl: Removed.
4733         * BugsSite/template/en/custom/search: Removed.
4734         * BugsSite/template/en/custom/whine: Removed.
4735         * BugsSite/template/en/default: Removed.
4736         * BugsSite/template/en/default/account: Removed.
4737         * BugsSite/template/en/default/account/auth: Removed.
4738         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Removed.
4739         * BugsSite/template/en/default/account/auth/login.html.tmpl: Removed.
4740         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Removed.
4741         * BugsSite/template/en/default/account/create.html.tmpl: Removed.
4742         * BugsSite/template/en/default/account/created.html.tmpl: Removed.
4743         * BugsSite/template/en/default/account/email: Removed.
4744         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Removed.
4745         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Removed.
4746         * BugsSite/template/en/default/account/email/confirm-new.html.tmpl: Removed.
4747         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Removed.
4748         * BugsSite/template/en/default/account/email/request-new.txt.tmpl: Removed.
4749         * BugsSite/template/en/default/account/password: Removed.
4750         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Removed.
4751         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Removed.
4752         * BugsSite/template/en/default/account/prefs: Removed.
4753         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Removed.
4754         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Removed.
4755         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Removed.
4756         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Removed.
4757         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Removed.
4758         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Removed.
4759         * BugsSite/template/en/default/account/profile-activity.html.tmpl: Removed.
4760         * BugsSite/template/en/default/admin: Removed.
4761         * BugsSite/template/en/default/admin/admin.html.tmpl: Removed.
4762         * BugsSite/template/en/default/admin/classifications: Removed.
4763         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Removed.
4764         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Removed.
4765         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Removed.
4766         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Removed.
4767         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Removed.
4768         * BugsSite/template/en/default/admin/components: Removed.
4769         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Removed.
4770         * BugsSite/template/en/default/admin/components/create.html.tmpl: Removed.
4771         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Removed.
4772         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Removed.
4773         * BugsSite/template/en/default/admin/components/list.html.tmpl: Removed.
4774         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Removed.
4775         * BugsSite/template/en/default/admin/confirm-action.html.tmpl: Removed.
4776         * BugsSite/template/en/default/admin/custom_fields: Removed.
4777         * BugsSite/template/en/default/admin/custom_fields/confirm-delete.html.tmpl: Removed.
4778         * BugsSite/template/en/default/admin/custom_fields/create.html.tmpl: Removed.
4779         * BugsSite/template/en/default/admin/custom_fields/edit.html.tmpl: Removed.
4780         * BugsSite/template/en/default/admin/custom_fields/list.html.tmpl: Removed.
4781         * BugsSite/template/en/default/admin/fieldvalues: Removed.
4782         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Removed.
4783         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Removed.
4784         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Removed.
4785         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Removed.
4786         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Removed.
4787         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Removed.
4788         * BugsSite/template/en/default/admin/flag-type: Removed.
4789         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Removed.
4790         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Removed.
4791         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Removed.
4792         * BugsSite/template/en/default/admin/groups: Removed.
4793         * BugsSite/template/en/default/admin/groups/confirm-remove.html.tmpl: Removed.
4794         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Removed.
4795         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Removed.
4796         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Removed.
4797         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Removed.
4798         * BugsSite/template/en/default/admin/keywords: Removed.
4799         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Removed.
4800         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Removed.
4801         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Removed.
4802         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Removed.
4803         * BugsSite/template/en/default/admin/milestones: Removed.
4804         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Removed.
4805         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Removed.
4806         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Removed.
4807         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Removed.
4808         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Removed.
4809         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Removed.
4810         * BugsSite/template/en/default/admin/params: Removed.
4811         * BugsSite/template/en/default/admin/params/admin.html.tmpl: Removed.
4812         * BugsSite/template/en/default/admin/params/attachment.html.tmpl: Removed.
4813         * BugsSite/template/en/default/admin/params/auth.html.tmpl: Removed.
4814         * BugsSite/template/en/default/admin/params/bugchange.html.tmpl: Removed.
4815         * BugsSite/template/en/default/admin/params/bugfields.html.tmpl: Removed.
4816         * BugsSite/template/en/default/admin/params/bugmove.html.tmpl: Removed.
4817         * BugsSite/template/en/default/admin/params/common.html.tmpl: Removed.
4818         * BugsSite/template/en/default/admin/params/core.html.tmpl: Removed.
4819         * BugsSite/template/en/default/admin/params/dependencygraph.html.tmpl: Removed.
4820         * BugsSite/template/en/default/admin/params/editparams.html.tmpl: Removed.
4821         * BugsSite/template/en/default/admin/params/groupsecurity.html.tmpl: Removed.
4822         * BugsSite/template/en/default/admin/params/index.html.tmpl: Removed.
4823         * BugsSite/template/en/default/admin/params/ldap.html.tmpl: Removed.
4824         * BugsSite/template/en/default/admin/params/mta.html.tmpl: Removed.
4825         * BugsSite/template/en/default/admin/params/patchviewer.html.tmpl: Removed.
4826         * BugsSite/template/en/default/admin/params/query.html.tmpl: Removed.
4827         * BugsSite/template/en/default/admin/params/radius.html.tmpl: Removed.
4828         * BugsSite/template/en/default/admin/params/shadowdb.html.tmpl: Removed.
4829         * BugsSite/template/en/default/admin/params/usermatch.html.tmpl: Removed.
4830         * BugsSite/template/en/default/admin/products: Removed.
4831         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Removed.
4832         * BugsSite/template/en/default/admin/products/create.html.tmpl: Removed.
4833         * BugsSite/template/en/default/admin/products/edit-common.html.tmpl: Removed.
4834         * BugsSite/template/en/default/admin/products/edit.html.tmpl: Removed.
4835         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Removed.
4836         * BugsSite/template/en/default/admin/products/groupcontrol: Removed.
4837         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Removed.
4838         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Removed.
4839         * BugsSite/template/en/default/admin/products/groupcontrol/updated.html.tmpl: Removed.
4840         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Removed.
4841         * BugsSite/template/en/default/admin/products/list.html.tmpl: Removed.
4842         * BugsSite/template/en/default/admin/products/updated.html.tmpl: Removed.
4843         * BugsSite/template/en/default/admin/sanitycheck: Removed.
4844         * BugsSite/template/en/default/admin/sanitycheck/list.html.tmpl: Removed.
4845         * BugsSite/template/en/default/admin/sanitycheck/messages.html.tmpl: Removed.
4846         * BugsSite/template/en/default/admin/settings: Removed.
4847         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Removed.
4848         * BugsSite/template/en/default/admin/sudo.html.tmpl: Removed.
4849         * BugsSite/template/en/default/admin/table.html.tmpl: Removed.
4850         * BugsSite/template/en/default/admin/users: Removed.
4851         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Removed.
4852         * BugsSite/template/en/default/admin/users/create.html.tmpl: Removed.
4853         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Removed.
4854         * BugsSite/template/en/default/admin/users/list.html.tmpl: Removed.
4855         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Removed.
4856         * BugsSite/template/en/default/admin/users/responsibilities.html.tmpl: Removed.
4857         * BugsSite/template/en/default/admin/users/search.html.tmpl: Removed.
4858         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Removed.
4859         * BugsSite/template/en/default/admin/versions: Removed.
4860         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Removed.
4861         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Removed.
4862         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Removed.
4863         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Removed.
4864         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Removed.
4865         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Removed.
4866         * BugsSite/template/en/default/admin/workflow: Removed.
4867         * BugsSite/template/en/default/admin/workflow/comment.html.tmpl: Removed.
4868         * BugsSite/template/en/default/admin/workflow/edit.html.tmpl: Removed.
4869         * BugsSite/template/en/default/attachment: Removed.
4870         * BugsSite/template/en/default/attachment/cancel-create-dupe.html.tmpl: Removed.
4871         * BugsSite/template/en/default/attachment/choose.html.tmpl: Removed.
4872         * BugsSite/template/en/default/attachment/confirm-delete.html.tmpl: Removed.
4873         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Removed.
4874         * BugsSite/template/en/default/attachment/create.html.tmpl: Removed.
4875         * BugsSite/template/en/default/attachment/created.html.tmpl: Removed.
4876         * BugsSite/template/en/default/attachment/createformcontents.html.tmpl: Removed.
4877         * BugsSite/template/en/default/attachment/delete_reason.txt.tmpl: Removed.
4878         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Removed.
4879         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Removed.
4880         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Removed.
4881         * BugsSite/template/en/default/attachment/edit.html.tmpl: Removed.
4882         * BugsSite/template/en/default/attachment/list.html.tmpl: Removed.
4883         * BugsSite/template/en/default/attachment/midair.html.tmpl: Removed.
4884         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Removed.
4885         * BugsSite/template/en/default/attachment/updated.html.tmpl: Removed.
4886         * BugsSite/template/en/default/bug: Removed.
4887         * BugsSite/template/en/default/bug/activity: Removed.
4888         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Removed.
4889         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Removed.
4890         * BugsSite/template/en/default/bug/choose.html.tmpl: Removed.
4891         * BugsSite/template/en/default/bug/comments.html.tmpl: Removed.
4892         * BugsSite/template/en/default/bug/create: Removed.
4893         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Removed.
4894         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Removed.
4895         * BugsSite/template/en/default/bug/create/confirm-create-dupe.html.tmpl: Removed.
4896         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Removed.
4897         * BugsSite/template/en/default/bug/create/create.html.tmpl: Removed.
4898         * BugsSite/template/en/default/bug/create/created.html.tmpl: Removed.
4899         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Removed.
4900         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Removed.
4901         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Removed.
4902         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Removed.
4903         * BugsSite/template/en/default/bug/edit.html.tmpl: Removed.
4904         * BugsSite/template/en/default/bug/field.html.tmpl: Removed.
4905         * BugsSite/template/en/default/bug/knob.html.tmpl: Removed.
4906         * BugsSite/template/en/default/bug/navigate.html.tmpl: Removed.
4907         * BugsSite/template/en/default/bug/process: Removed.
4908         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Removed.
4909         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Removed.
4910         * BugsSite/template/en/default/bug/process/header.html.tmpl: Removed.
4911         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Removed.
4912         * BugsSite/template/en/default/bug/process/results.html.tmpl: Removed.
4913         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Removed.
4914         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Removed.
4915         * BugsSite/template/en/default/bug/show.html.tmpl: Removed.
4916         * BugsSite/template/en/default/bug/show.xml.tmpl: Removed.
4917         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Removed.
4918         * BugsSite/template/en/default/bug/time.html.tmpl: Removed.
4919         * BugsSite/template/en/default/bug/votes: Removed.
4920         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Removed.
4921         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Removed.
4922         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Removed.
4923         * BugsSite/template/en/default/config.js.tmpl: Removed.
4924         * BugsSite/template/en/default/config.rdf.tmpl: Removed.
4925         * BugsSite/template/en/default/email: Removed.
4926         * BugsSite/template/en/default/email/newchangedmail.txt.tmpl: Removed.
4927         * BugsSite/template/en/default/email/sanitycheck.txt.tmpl: Removed.
4928         * BugsSite/template/en/default/email/sudo.txt.tmpl: Removed.
4929         * BugsSite/template/en/default/email/votes-removed.txt.tmpl: Removed.
4930         * BugsSite/template/en/default/email/whine.txt.tmpl: Removed.
4931         * BugsSite/template/en/default/filterexceptions.pl: Removed.
4932         * BugsSite/template/en/default/flag: Removed.
4933         * BugsSite/template/en/default/flag/list.html.tmpl: Removed.
4934         * BugsSite/template/en/default/global: Removed.
4935         * BugsSite/template/en/default/global/banner.html.tmpl: Removed.
4936         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Removed.
4937         * BugsSite/template/en/default/global/choose-product.html.tmpl: Removed.
4938         * BugsSite/template/en/default/global/code-error.html.tmpl: Removed.
4939         * BugsSite/template/en/default/global/common-links.html.tmpl: Removed.
4940         * BugsSite/template/en/default/global/confirm-action.html.tmpl: Removed.
4941         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Removed.
4942         * BugsSite/template/en/default/global/docslinks.html.tmpl: Removed.
4943         * BugsSite/template/en/default/global/field-descs.none.tmpl: Removed.
4944         * BugsSite/template/en/default/global/footer.html.tmpl: Removed.
4945         * BugsSite/template/en/default/global/header.html.tmpl: Removed.
4946         * BugsSite/template/en/default/global/help.html.tmpl: Removed.
4947         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Removed.
4948         * BugsSite/template/en/default/global/initialize.none.tmpl: Removed.
4949         * BugsSite/template/en/default/global/js-products.html.tmpl: Removed.
4950         * BugsSite/template/en/default/global/message.html.tmpl: Removed.
4951         * BugsSite/template/en/default/global/message.txt.tmpl: Removed.
4952         * BugsSite/template/en/default/global/messages.html.tmpl: Removed.
4953         * BugsSite/template/en/default/global/per-bug-queries.html.tmpl: Removed.
4954         * BugsSite/template/en/default/global/select-menu.html.tmpl: Removed.
4955         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Removed.
4956         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Removed.
4957         * BugsSite/template/en/default/global/tabs.html.tmpl: Removed.
4958         * BugsSite/template/en/default/global/textarea.html.tmpl: Removed.
4959         * BugsSite/template/en/default/global/useful-links.html.tmpl: Removed.
4960         * BugsSite/template/en/default/global/user-error.html.tmpl: Removed.
4961         * BugsSite/template/en/default/global/userselect.html.tmpl: Removed.
4962         * BugsSite/template/en/default/global/variables.none.tmpl: Removed.
4963         * BugsSite/template/en/default/index.html.tmpl: Removed.
4964         * BugsSite/template/en/default/list: Removed.
4965         * BugsSite/template/en/default/list/change-columns.html.tmpl: Removed.
4966         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Removed.
4967         * BugsSite/template/en/default/list/list-simple.html.tmpl: Removed.
4968         * BugsSite/template/en/default/list/list.atom.tmpl: Removed.
4969         * BugsSite/template/en/default/list/list.csv.tmpl: Removed.
4970         * BugsSite/template/en/default/list/list.html.tmpl: Removed.
4971         * BugsSite/template/en/default/list/list.ics.tmpl: Removed.
4972         * BugsSite/template/en/default/list/list.js.tmpl: Removed.
4973         * BugsSite/template/en/default/list/list.rdf.tmpl: Removed.
4974         * BugsSite/template/en/default/list/quips.html.tmpl: Removed.
4975         * BugsSite/template/en/default/list/server-push.html.tmpl: Removed.
4976         * BugsSite/template/en/default/list/table.html.tmpl: Removed.
4977         * BugsSite/template/en/default/pages: Removed.
4978         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Removed.
4979         * BugsSite/template/en/default/pages/fields.html.tmpl: Removed.
4980         * BugsSite/template/en/default/pages/linked.html.tmpl: Removed.
4981         * BugsSite/template/en/default/pages/linkify.html.tmpl: Removed.
4982         * BugsSite/template/en/default/pages/quicksearch.html.tmpl: Removed.
4983         * BugsSite/template/en/default/pages/quicksearchhack.html.tmpl: Removed.
4984         * BugsSite/template/en/default/pages/release-notes.html.tmpl: Removed.
4985         * BugsSite/template/en/default/pages/sudo.html.tmpl: Removed.
4986         * BugsSite/template/en/default/pages/voting.html.tmpl: Removed.
4987         * BugsSite/template/en/default/reports: Removed.
4988         * BugsSite/template/en/default/reports/chart.csv.tmpl: Removed.
4989         * BugsSite/template/en/default/reports/chart.html.tmpl: Removed.
4990         * BugsSite/template/en/default/reports/chart.png.tmpl: Removed.
4991         * BugsSite/template/en/default/reports/components.html.tmpl: Removed.
4992         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Removed.
4993         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Removed.
4994         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Removed.
4995         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Removed.
4996         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Removed.
4997         * BugsSite/template/en/default/reports/keywords.html.tmpl: Removed.
4998         * BugsSite/template/en/default/reports/menu.html.tmpl: Removed.
4999         * BugsSite/template/en/default/reports/old-charts.html.tmpl: Removed.
5000         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Removed.
5001         * BugsSite/template/en/default/reports/report-line.png.tmpl: Removed.
5002         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Removed.
5003         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Removed.
5004         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Removed.
5005         * BugsSite/template/en/default/reports/report-table.html.tmpl: Removed.
5006         * BugsSite/template/en/default/reports/report.csv.tmpl: Removed.
5007         * BugsSite/template/en/default/reports/report.html.tmpl: Removed.
5008         * BugsSite/template/en/default/reports/series-common.html.tmpl: Removed.
5009         * BugsSite/template/en/default/reports/series.html.tmpl: Removed.
5010         * BugsSite/template/en/default/request: Removed.
5011         * BugsSite/template/en/default/request/email.txt.tmpl: Removed.
5012         * BugsSite/template/en/default/request/queue.html.tmpl: Removed.
5013         * BugsSite/template/en/default/search: Removed.
5014         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Removed.
5015         * BugsSite/template/en/default/search/form.html.tmpl: Removed.
5016         * BugsSite/template/en/default/search/knob.html.tmpl: Removed.
5017         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Removed.
5018         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Removed.
5019         * BugsSite/template/en/default/search/search-help.html.tmpl: Removed.
5020         * BugsSite/template/en/default/search/search-plugin.xml.tmpl: Removed.
5021         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Removed.
5022         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Removed.
5023         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Removed.
5024         * BugsSite/template/en/default/search/search-specific.html.tmpl: Removed.
5025         * BugsSite/template/en/default/search/tabs.html.tmpl: Removed.
5026         * BugsSite/template/en/default/setup: Removed.
5027         * BugsSite/template/en/default/setup/strings.txt.pl: Removed.
5028         * BugsSite/template/en/default/sidebar.xul.tmpl: Removed.
5029         * BugsSite/template/en/default/welcome-admin.html.tmpl: Removed.
5030         * BugsSite/template/en/default/whine: Removed.
5031         * BugsSite/template/en/default/whine/mail.html.tmpl: Removed.
5032         * BugsSite/template/en/default/whine/mail.txt.tmpl: Removed.
5033         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Removed.
5034         * BugsSite/template/en/default/whine/schedule.html.tmpl: Removed.
5035         * BugsSite/template/en/extension: Removed.
5036         * BugsSite/template/en/extension/filterexceptions.pl: Removed.
5037         * BugsSite/testagent.cgi: Removed.
5038         * BugsSite/testserver.pl: Removed.
5039         * BugsSite/token.cgi: Removed.
5040         * BugsSite/userprefs.cgi: Removed.
5041         * BugsSite/votes.cgi: Removed.
5042         * BugsSite/whine.pl: Removed.
5043         * BugsSite/whineatnews.pl: Removed.
5044         * BugsSite/xml.cgi: Removed.
5045         * BugsSite/xmlrpc.cgi: Removed.
5046         * PlanetWebKit: Removed.
5047         * PlanetWebKit/README: Removed.
5048         * PlanetWebKit/config.ini: Removed.
5049         * PlanetWebKit/planet: Removed.
5050         * PlanetWebKit/planet/AUTHORS: Removed.
5051         * PlanetWebKit/planet/INSTALL: Removed.
5052         * PlanetWebKit/planet/LICENCE: Removed.
5053         * PlanetWebKit/planet/NEWS: Removed.
5054         * PlanetWebKit/planet/PKG-INFO: Removed.
5055         * PlanetWebKit/planet/README: Removed.
5056         * PlanetWebKit/planet/THANKS: Removed.
5057         * PlanetWebKit/planet/TODO: Removed.
5058         * PlanetWebKit/planet/examples: Removed.
5059         * PlanetWebKit/planet/examples/atom.xml.tmpl: Removed.
5060         * PlanetWebKit/planet/examples/basic: Removed.
5061         * PlanetWebKit/planet/examples/basic/config.ini: Removed.
5062         * PlanetWebKit/planet/examples/basic/index.html.tmpl: Removed.
5063         * PlanetWebKit/planet/examples/fancy: Removed.
5064         * PlanetWebKit/planet/examples/fancy/config.ini: Removed.
5065         * PlanetWebKit/planet/examples/fancy/index.html.tmpl: Removed.
5066         * PlanetWebKit/planet/examples/foafroll.xml.tmpl: Removed.
5067         * PlanetWebKit/planet/examples/opml.xml.tmpl: Removed.
5068         * PlanetWebKit/planet/examples/output: Removed.
5069         * PlanetWebKit/planet/examples/output/images: Removed.
5070         * PlanetWebKit/planet/examples/output/images/edd.png: Removed.
5071         * PlanetWebKit/planet/examples/output/images/evolution.png: Removed.
5072         * PlanetWebKit/planet/examples/output/images/feed-icon-10x10.png: Removed.
5073         * PlanetWebKit/planet/examples/output/images/jdub.png: Removed.
5074         * PlanetWebKit/planet/examples/output/images/keybuk.png: Removed.
5075         * PlanetWebKit/planet/examples/output/images/logo.png: Removed.
5076         * PlanetWebKit/planet/examples/output/images/opml.png: Removed.
5077         * PlanetWebKit/planet/examples/output/images/planet.png: Removed.
5078         * PlanetWebKit/planet/examples/output/images/thom.png: Removed.
5079         * PlanetWebKit/planet/examples/output/planet.css: Removed.
5080         * PlanetWebKit/planet/examples/rss10.xml.tmpl: Removed.
5081         * PlanetWebKit/planet/examples/rss20.xml.tmpl: Removed.
5082         * PlanetWebKit/planet/planet: Removed.
5083         * PlanetWebKit/planet/planet-cache.py: Removed.
5084         * PlanetWebKit/planet/planet.py: Removed.
5085         * PlanetWebKit/planet/planet/__init__.py: Removed.
5086         * PlanetWebKit/planet/planet/atomstyler.py: Removed.
5087         * PlanetWebKit/planet/planet/cache.py: Removed.
5088         * PlanetWebKit/planet/planet/compat_logging: Removed.
5089         * PlanetWebKit/planet/planet/compat_logging/__init__.py: Removed.
5090         * PlanetWebKit/planet/planet/compat_logging/config.py: Removed.
5091         * PlanetWebKit/planet/planet/compat_logging/handlers.py: Removed.
5092         * PlanetWebKit/planet/planet/feedparser.py: Removed.
5093         * PlanetWebKit/planet/planet/htmltmpl.py: Removed.
5094         * PlanetWebKit/planet/planet/sanitize.py: Removed.
5095         * PlanetWebKit/planet/planet/tests: Removed.
5096         * PlanetWebKit/planet/planet/tests/__init__.py: Removed.
5097         * PlanetWebKit/planet/planet/tests/data: Removed.
5098         * PlanetWebKit/planet/planet/tests/data/simple.tmpl: Removed.
5099         * PlanetWebKit/planet/planet/tests/data/simple2.tmpl: Removed.
5100         * PlanetWebKit/planet/planet/tests/test_channel.py: Removed.
5101         * PlanetWebKit/planet/planet/tests/test_main.py: Removed.
5102         * PlanetWebKit/planet/planet/tests/test_sanitize.py: Removed.
5103         * PlanetWebKit/planet/planet/tests/test_sub.py: Removed.
5104         * PlanetWebKit/planet/planet/timeoutsocket.py: Removed.
5105         * PlanetWebKit/planet/runtests.py: Removed.
5106         * PlanetWebKit/planet/setup.py: Removed.
5107         * PlanetWebKit/templates: Removed.
5108         * PlanetWebKit/templates/atom.xml.tmpl: Removed.
5109         * PlanetWebKit/templates/foafroll.xml.tmpl: Removed.
5110         * PlanetWebKit/templates/index.html.tmpl: Removed.
5111         * PlanetWebKit/templates/opml.xml.tmpl: Removed.
5112         * PlanetWebKit/templates/rss10.xml.tmpl: Removed.
5113         * PlanetWebKit/templates/rss20.xml.tmpl: Removed.
5114         * PlanetWebKit/update.pl: Removed.
5115         * PlanetWebKit/wwwroot: Removed.
5116         * PlanetWebKit/wwwroot/ie.css: Removed.
5117         * PlanetWebKit/wwwroot/images: Removed.
5118         * PlanetWebKit/wwwroot/images/feed-icon-10x10.png: Removed.
5119         * PlanetWebKit/wwwroot/images/ie-nav-blue.png: Removed.
5120         * PlanetWebKit/wwwroot/images/planet-webkit.png: Removed.
5121         * PlanetWebKit/wwwroot/images/planet.png: Removed.
5122         * PlanetWebKit/wwwroot/planet.css: Removed.
5123         * PlanetWebKit/wwwroot/planetwebkit.css: Removed.
5124         * Sites: Added.
5125         * Sites/bugs.webkit.org: Copied from BugsSite.
5126         * Sites/planet.webkit.org: Copied from PlanetWebKit.
5127         * Sites/webkit.org: Copied from WebKitSite.
5128         * WebKitSite: Removed.
5129         * WebKitSite/.htaccess: Removed.
5130         * WebKitSite/asking_questions.html: Removed.
5131         * WebKitSite/blog: Removed.
5132         * WebKitSite/blog-files: Removed.
5133         * WebKitSite/blog-files/3d-transforms: Removed.
5134         * WebKitSite/blog-files/3d-transforms/image-flip.html: Removed.
5135         * WebKitSite/blog-files/3d-transforms/mighty-cubes.png: Removed.
5136         * WebKitSite/blog-files/3d-transforms/morphing-cubes.html: Removed.
5137         * WebKitSite/blog-files/3d-transforms/perspective-by-example.html: Removed.
5138         * WebKitSite/blog-files/3d-transforms/poster-circle.html: Removed.
5139         * WebKitSite/blog-files/3d-transforms/poster-circle.png: Removed.
5140         * WebKitSite/blog-files/3d-transforms/transform-style.html: Removed.
5141         * WebKitSite/blog-files/InspectElementMenu.png: Removed.
5142         * WebKitSite/blog-files/InspectorCSSEditing.png: Removed.
5143         * WebKitSite/blog-files/InspectorDatabaseBrowser.png: Removed.
5144         * WebKitSite/blog-files/InspectorFonts.png: Removed.
5145         * WebKitSite/blog-files/acid3-100.png: Removed.
5146         * WebKitSite/blog-files/acid3-full-rendering-pass.png: Removed.
5147         * WebKitSite/blog-files/acid3-rendering-reference.png: Removed.
5148         * WebKitSite/blog-files/acid3-screenshot.png: Removed.
5149         * WebKitSite/blog-files/acid3-timing-screenshot.png: Removed.
5150         * WebKitSite/blog-files/acid3-timing.png: Removed.
5151         * WebKitSite/blog-files/animation-demo.svg: Removed.
5152         * WebKitSite/blog-files/bounce.html: Removed.
5153         * WebKitSite/blog-files/bounce.png: Removed.
5154         * WebKitSite/blog-files/circle.svg: Removed.
5155         * WebKitSite/blog-files/cubes-7.svg: Removed.
5156         * WebKitSite/blog-files/gebcnspeedtest.html: Removed.
5157         * WebKitSite/blog-files/gebcnwebkitonly.png: Removed.
5158         * WebKitSite/blog-files/inspector: Removed.
5159         * WebKitSite/blog-files/inspector-closure-scope.png: Removed.
5160         * WebKitSite/blog-files/inspector-console-autocomplete.png: Removed.
5161         * WebKitSite/blog-files/inspector-databases-panel-query-view.png: Removed.
5162         * WebKitSite/blog-files/inspector-databases-panel.png: Removed.
5163         * WebKitSite/blog-files/inspector-disabling-properties.png: Removed.
5164         * WebKitSite/blog-files/inspector-elements-panel.png: Removed.
5165         * WebKitSite/blog-files/inspector-event-scope.png: Removed.
5166         * WebKitSite/blog-files/inspector-numeric-style-stepping.gif: Removed.
5167         * WebKitSite/blog-files/inspector-profiles-panel.png: Removed.
5168         * WebKitSite/blog-files/inspector-resources-panel.png: Removed.
5169         * WebKitSite/blog-files/inspector-scripts-panel.png: Removed.
5170         * WebKitSite/blog-files/inspector-searching-elements.png: Removed.
5171         * WebKitSite/blog-files/inspector-searching-profiles.png: Removed.
5172         * WebKitSite/blog-files/inspector-status-bar-with-errors.png: Removed.
5173         * WebKitSite/blog-files/inspector-toolbar.png: Removed.
5174         * WebKitSite/blog-files/inspector-with-scope.png: Removed.
5175         * WebKitSite/blog-files/inspector/audits_launcher.png: Removed.
5176         * WebKitSite/blog-files/inspector/audits_panel.png: Removed.
5177         * WebKitSite/blog-files/inspector/breakpoints.png: Removed.
5178         * WebKitSite/blog-files/inspector/colors.png: Removed.
5179         * WebKitSite/blog-files/inspector/console_panel.png: Removed.
5180         * WebKitSite/blog-files/inspector/context_menu.png: Removed.
5181         * WebKitSite/blog-files/inspector/cookies.png: Removed.
5182         * WebKitSite/blog-files/inspector/css_highlighted_line.png: Removed.
5183         * WebKitSite/blog-files/inspector/css_line_number_snippet.png: Removed.
5184         * WebKitSite/blog-files/inspector/css_line_numbers.png: Removed.
5185         * WebKitSite/blog-files/inspector/css_selectors.png: Removed.
5186         * WebKitSite/blog-files/inspector/css_syntax_highlight.png: Removed.
5187         * WebKitSite/blog-files/inspector/deactivate_breakpoints.png: Removed.
5188         * WebKitSite/blog-files/inspector/dom_storage.png: Removed.
5189         * WebKitSite/blog-files/inspector/edit_attributes.png: Removed.
5190         * WebKitSite/blog-files/inspector/enable.png: Removed.
5191         * WebKitSite/blog-files/inspector/evaluate_on_hover.png: Removed.
5192         * WebKitSite/blog-files/inspector/evaluate_on_hover_2.png: Removed.
5193         * WebKitSite/blog-files/inspector/event_listeners.png: Removed.
5194         * WebKitSite/blog-files/inspector/form_data.png: Removed.
5195         * WebKitSite/blog-files/inspector/inherited_styles.png: Removed.
5196         * WebKitSite/blog-files/inspector/inline_highlight.png: Removed.
5197         * WebKitSite/blog-files/inspector/inorder.png: Removed.
5198         * WebKitSite/blog-files/inspector/inspect_inspector.png: Removed.
5199         * WebKitSite/blog-files/inspector/inspect_inspector_small.png: Removed.
5200         * WebKitSite/blog-files/inspector/large_dom.png: Removed.
5201         * WebKitSite/blog-files/inspector/large_resources.png: Removed.
5202         * WebKitSite/blog-files/inspector/load_lines.png: Removed.
5203         * WebKitSite/blog-files/inspector/nodelist.png: Removed.
5204         * WebKitSite/blog-files/inspector/pseudo_elements.png: Removed.
5205         * WebKitSite/blog-files/inspector/redirect_headers.png: Removed.
5206         * WebKitSite/blog-files/inspector/redirect_headers_full.png: Removed.
5207         * WebKitSite/blog-files/inspector/redirects.png: Removed.
5208         * WebKitSite/blog-files/inspector/redirects_full.png: Removed.
5209         * WebKitSite/blog-files/inspector/scope_bar.png: Removed.
5210         * WebKitSite/blog-files/inspector/timeline_overview.png: Removed.
5211         * WebKitSite/blog-files/inspector/timeline_panel.png: Removed.
5212         * WebKitSite/blog-files/inspector/timeline_record_details.png: Removed.
5213         * WebKitSite/blog-files/inspector/watched_expression.png: Removed.
5214         * WebKitSite/blog-files/kate-circle.png: Removed.
5215         * WebKitSite/blog-files/kate-gradient-rounded.png: Removed.
5216         * WebKitSite/blog-files/kate-gradient.png: Removed.
5217         * WebKitSite/blog-files/kate-reflected.png: Removed.
5218         * WebKitSite/blog-files/kate-vignette-mask.png: Removed.
5219         * WebKitSite/blog-files/kate.png: Removed.
5220         * WebKitSite/blog-files/leaves: Removed.
5221         * WebKitSite/blog-files/leaves-screenshot-small.jpg: Removed.
5222         * WebKitSite/blog-files/leaves-screenshot.jpg: Removed.
5223         * WebKitSite/blog-files/leaves/images: Removed.
5224         * WebKitSite/blog-files/leaves/images/apple-touch-icon.png: Removed.
5225         * WebKitSite/blog-files/leaves/images/backgroundLeaves.jpg: Removed.
5226         * WebKitSite/blog-files/leaves/images/realLeaf1.png: Removed.
5227         * WebKitSite/blog-files/leaves/images/realLeaf2.png: Removed.
5228         * WebKitSite/blog-files/leaves/images/realLeaf3.png: Removed.
5229         * WebKitSite/blog-files/leaves/images/realLeaf4.png: Removed.
5230         * WebKitSite/blog-files/leaves/images/textBackground.png: Removed.
5231         * WebKitSite/blog-files/leaves/index.html: Removed.
5232         * WebKitSite/blog-files/leaves/leaves.css: Removed.
5233         * WebKitSite/blog-files/leaves/leaves.js: Removed.
5234         * WebKitSite/blog-files/load-unload-example.html: Removed.
5235         * WebKitSite/blog-files/loader-diagram.svg: Removed.
5236         * WebKitSite/blog-files/maskspeedracer.png: Removed.
5237         * WebKitSite/blog-files/number-morph.svg: Removed.
5238         * WebKitSite/blog-files/pageshow-pagehide-example.html: Removed.
5239         * WebKitSite/blog-files/prototype-for-gebcn-test.js: Removed.
5240         * WebKitSite/blog-files/pulse.html: Removed.
5241         * WebKitSite/blog-files/pulse.png: Removed.
5242         * WebKitSite/blog-files/riemann-screenshot.png: Removed.
5243         * WebKitSite/blog-files/scrollbarpicture.png: Removed.
5244         * WebKitSite/blog-files/sfx-perf.png: Removed.
5245         * WebKitSite/blog-files/squirrelfish-link-animated.svg: Removed.
5246         * WebKitSite/blog-files/squirrelfish-webkit-graph.png: Removed.
5247         * WebKitSite/blog-files/squirrelfish.png: Removed.
5248         * WebKitSite/blog-files/timeline-blocking-script.png: Removed.
5249         * WebKitSite/blog-files/timeline-defer-script.png: Removed.
5250         * WebKitSite/blog-files/touch-poster.png: Removed.
5251         * WebKitSite/blog-files/vignette-mask.png: Removed.
5252         * WebKitSite/blog-files/webgl: Removed.
5253         * WebKitSite/blog-files/webgl/Earth.html: Removed.
5254         * WebKitSite/blog-files/webgl/ManyPlanetsDeep.html: Removed.
5255         * WebKitSite/blog-files/webgl/SpinningBox.html: Removed.
5256         * WebKitSite/blog-files/webgl/SpiritBox.html: Removed.
5257         * WebKitSite/blog-files/webgl/TeapotPerPixel.html: Removed.
5258         * WebKitSite/blog-files/webgl/TeapotPerVertex.html: Removed.
5259         * WebKitSite/blog-files/webgl/WebGL+CSS.html: Removed.
5260         * WebKitSite/blog-files/webgl/resources: Removed.
5261         * WebKitSite/blog-files/webgl/resources/BambooBridge.jpg: Removed.
5262         * WebKitSite/blog-files/webgl/resources/EarthThumb.jpg: Removed.
5263         * WebKitSite/blog-files/webgl/resources/J3DI.js: Removed.
5264         * WebKitSite/blog-files/webgl/resources/J3DIMath.js: Removed.
5265         * WebKitSite/blog-files/webgl/resources/ManyPlanetsDeepThumb.jpg: Removed.
5266         * WebKitSite/blog-files/webgl/resources/SpinningBoxThumb.jpg: Removed.
5267         * WebKitSite/blog-files/webgl/resources/SpiritBox.jpg: Removed.
5268         * WebKitSite/blog-files/webgl/resources/TeapotPerPixelThumb.jpg: Removed.
5269         * WebKitSite/blog-files/webgl/resources/TeapotPerVertexThumb.jpg: Removed.
5270         * WebKitSite/blog-files/webgl/resources/WebGL+CSSThumb.jpg: Removed.
5271         * WebKitSite/blog-files/webgl/resources/blogpost.css: Removed.
5272         * WebKitSite/blog-files/webgl/resources/earthmap1k.jpg: Removed.
5273         * WebKitSite/blog-files/webgl/resources/mars500x250.png: Removed.
5274         * WebKitSite/blog-files/webgl/resources/spirit.jpg: Removed.
5275         * WebKitSite/blog-files/webgl/resources/teapot.obj: Removed.
5276         * WebKitSite/blog-files/wsj-nopreload.png: Removed.
5277         * WebKitSite/blog-files/wsj-preload.png: Removed.
5278         * WebKitSite/blog-files/wsj-vs.png: Removed.
5279         * WebKitSite/blog/.htaccess: Removed.
5280         * WebKitSite/blog/index.php: Removed.
5281         * WebKitSite/blog/license.txt: Removed.
5282         * WebKitSite/blog/wp-admin: Removed.
5283         * WebKitSite/blog/wp-admin/admin-ajax.php: Removed.
5284         * WebKitSite/blog/wp-admin/admin-footer.php: Removed.
5285         * WebKitSite/blog/wp-admin/admin-functions.php: Removed.
5286         * WebKitSite/blog/wp-admin/admin-header.php: Removed.
5287         * WebKitSite/blog/wp-admin/admin-post.php: Removed.
5288         * WebKitSite/blog/wp-admin/admin.php: Removed.
5289         * WebKitSite/blog/wp-admin/async-upload.php: Removed.
5290         * WebKitSite/blog/wp-admin/categories.php: Removed.
5291         * WebKitSite/blog/wp-admin/comment.php: Removed.
5292         * WebKitSite/blog/wp-admin/css: Removed.
5293         * WebKitSite/blog/wp-admin/css/colors-classic-rtl.css: Removed.
5294         * WebKitSite/blog/wp-admin/css/colors-classic.css: Removed.
5295         * WebKitSite/blog/wp-admin/css/colors-fresh-rtl.css: Removed.
5296         * WebKitSite/blog/wp-admin/css/colors-fresh.css: Removed.
5297         * WebKitSite/blog/wp-admin/css/dashboard-rtl.css: Removed.
5298         * WebKitSite/blog/wp-admin/css/dashboard.css: Removed.
5299         * WebKitSite/blog/wp-admin/css/farbtastic-rtl.css: Removed.
5300         * WebKitSite/blog/wp-admin/css/farbtastic.css: Removed.
5301         * WebKitSite/blog/wp-admin/css/global-rtl.css: Removed.
5302         * WebKitSite/blog/wp-admin/css/global.css: Removed.
5303         * WebKitSite/blog/wp-admin/css/ie-rtl.css: Removed.
5304         * WebKitSite/blog/wp-admin/css/ie.css: Removed.
5305         * WebKitSite/blog/wp-admin/css/install-rtl.css: Removed.
5306         * WebKitSite/blog/wp-admin/css/install.css: Removed.
5307         * WebKitSite/blog/wp-admin/css/login-rtl.css: Removed.
5308         * WebKitSite/blog/wp-admin/css/login.css: Removed.
5309         * WebKitSite/blog/wp-admin/css/media-rtl.css: Removed.
5310         * WebKitSite/blog/wp-admin/css/media.css: Removed.
5311         * WebKitSite/blog/wp-admin/css/plugin-install-rtl.css: Removed.
5312         * WebKitSite/blog/wp-admin/css/plugin-install.css: Removed.
5313         * WebKitSite/blog/wp-admin/css/press-this-rtl.css: Removed.
5314         * WebKitSite/blog/wp-admin/css/press-this.css: Removed.
5315         * WebKitSite/blog/wp-admin/css/theme-editor-rtl.css: Removed.
5316         * WebKitSite/blog/wp-admin/css/theme-editor.css: Removed.
5317         * WebKitSite/blog/wp-admin/css/theme-install.css: Removed.
5318         * WebKitSite/blog/wp-admin/css/widgets-rtl.css: Removed.
5319         * WebKitSite/blog/wp-admin/css/widgets.css: Removed.
5320         * WebKitSite/blog/wp-admin/custom-header.php: Removed.
5321         * WebKitSite/blog/wp-admin/edit-attachment-rows.php: Removed.
5322         * WebKitSite/blog/wp-admin/edit-category-form.php: Removed.
5323         * WebKitSite/blog/wp-admin/edit-comments.php: Removed.
5324         * WebKitSite/blog/wp-admin/edit-form-advanced.php: Removed.
5325         * WebKitSite/blog/wp-admin/edit-form-comment.php: Removed.
5326         * WebKitSite/blog/wp-admin/edit-link-categories.php: Removed.
5327         * WebKitSite/blog/wp-admin/edit-link-category-form.php: Removed.
5328         * WebKitSite/blog/wp-admin/edit-link-form.php: Removed.
5329         * WebKitSite/blog/wp-admin/edit-page-form.php: Removed.
5330         * WebKitSite/blog/wp-admin/edit-pages.php: Removed.
5331         * WebKitSite/blog/wp-admin/edit-post-rows.php: Removed.
5332         * WebKitSite/blog/wp-admin/edit-tag-form.php: Removed.
5333         * WebKitSite/blog/wp-admin/edit-tags.php: Removed.
5334         * WebKitSite/blog/wp-admin/edit.php: Removed.
5335         * WebKitSite/blog/wp-admin/export.php: Removed.
5336         * WebKitSite/blog/wp-admin/gears-manifest.php: Removed.
5337         * WebKitSite/blog/wp-admin/images: Removed.
5338         * WebKitSite/blog/wp-admin/images/align-center.png: Removed.
5339         * WebKitSite/blog/wp-admin/images/align-left.png: Removed.
5340         * WebKitSite/blog/wp-admin/images/align-none.png: Removed.
5341         * WebKitSite/blog/wp-admin/images/align-right.png: Removed.
5342         * WebKitSite/blog/wp-admin/images/archive-link.png: Removed.
5343         * WebKitSite/blog/wp-admin/images/blue-grad.png: Removed.
5344         * WebKitSite/blog/wp-admin/images/browse-happy.gif: Removed.
5345         * WebKitSite/blog/wp-admin/images/bubble_bg-rtl.gif: Removed.
5346         * WebKitSite/blog/wp-admin/images/bubble_bg.gif: Removed.
5347         * WebKitSite/blog/wp-admin/images/button-grad-active-vs.png: Removed.
5348         * WebKitSite/blog/wp-admin/images/button-grad-active.png: Removed.
5349         * WebKitSite/blog/wp-admin/images/button-grad-vs.png: Removed.
5350         * WebKitSite/blog/wp-admin/images/button-grad.png: Removed.
5351         * WebKitSite/blog/wp-admin/images/comment-grey-bubble.png: Removed.
5352         * WebKitSite/blog/wp-admin/images/date-button.gif: Removed.
5353         * WebKitSite/blog/wp-admin/images/ed-bg-vs.gif: Removed.
5354         * WebKitSite/blog/wp-admin/images/ed-bg.gif: Removed.
5355         * WebKitSite/blog/wp-admin/images/fade-butt.png: Removed.
5356         * WebKitSite/blog/wp-admin/images/fav-arrow-rtl.gif: Removed.
5357         * WebKitSite/blog/wp-admin/images/fav-arrow-vs.gif: Removed.
5358         * WebKitSite/blog/wp-admin/images/fav-arrow.gif: Removed.
5359         * WebKitSite/blog/wp-admin/images/fav-top-vs.gif: Removed.
5360         * WebKitSite/blog/wp-admin/images/fav-top.png: Removed.
5361         * WebKitSite/blog/wp-admin/images/fav-vs.png: Removed.
5362         * WebKitSite/blog/wp-admin/images/fav.png: Removed.
5363         * WebKitSite/blog/wp-admin/images/generic.png: Removed.
5364         * WebKitSite/blog/wp-admin/images/gray-grad.png: Removed.
5365         * WebKitSite/blog/wp-admin/images/icons32-vs.png: Removed.
5366         * WebKitSite/blog/wp-admin/images/icons32.png: Removed.
5367         * WebKitSite/blog/wp-admin/images/list-vs.png: Removed.
5368         * WebKitSite/blog/wp-admin/images/list.png: Removed.
5369         * WebKitSite/blog/wp-admin/images/loading-publish.gif: Removed.
5370         * WebKitSite/blog/wp-admin/images/loading.gif: Removed.
5371         * WebKitSite/blog/wp-admin/images/logo-ghost.png: Removed.
5372         * WebKitSite/blog/wp-admin/images/logo-login.gif: Removed.
5373         * WebKitSite/blog/wp-admin/images/logo.gif: Removed.
5374         * WebKitSite/blog/wp-admin/images/marker.png: Removed.
5375         * WebKitSite/blog/wp-admin/images/mask.png: Removed.
5376         * WebKitSite/blog/wp-admin/images/media-button-image.gif: Removed.
5377         * WebKitSite/blog/wp-admin/images/media-button-music.gif: Removed.
5378         * WebKitSite/blog/wp-admin/images/media-button-other.gif: Removed.
5379         * WebKitSite/blog/wp-admin/images/media-button-video.gif: Removed.
5380         * WebKitSite/blog/wp-admin/images/menu-arrows.gif: Removed.
5381         * WebKitSite/blog/wp-admin/images/menu-bits-rtl-vs.gif: Removed.
5382         * WebKitSite/blog/wp-admin/images/menu-bits-rtl.gif: Removed.
5383         * WebKitSite/blog/wp-admin/images/menu-bits-vs.gif: Removed.
5384         * WebKitSite/blog/wp-admin/images/menu-bits.gif: Removed.
5385         * WebKitSite/blog/wp-admin/images/menu-dark-rtl.gif: Removed.
5386         * WebKitSite/blog/wp-admin/images/menu-dark.gif: Removed.
5387         * WebKitSite/blog/wp-admin/images/menu-vs.png: Removed.
5388         * WebKitSite/blog/wp-admin/images/menu.png: Removed.
5389         * WebKitSite/blog/wp-admin/images/no.png: Removed.
5390         * WebKitSite/blog/wp-admin/images/required.gif: Removed.
5391         * WebKitSite/blog/wp-admin/images/resize.gif: Removed.
5392         * WebKitSite/blog/wp-admin/images/screen-options-left.gif: Removed.
5393         * WebKitSite/blog/wp-admin/images/screen-options-right-up.gif: Removed.
5394         * WebKitSite/blog/wp-admin/images/screen-options-right.gif: Removed.
5395         * WebKitSite/blog/wp-admin/images/se.png: Removed.
5396         * WebKitSite/blog/wp-admin/images/star.gif: Removed.
5397         * WebKitSite/blog/wp-admin/images/toggle-arrow-rtl.gif: Removed.
5398         * WebKitSite/blog/wp-admin/images/toggle-arrow.gif: Removed.
5399         * WebKitSite/blog/wp-admin/images/visit-site-button-grad-vs.gif: Removed.
5400         * WebKitSite/blog/wp-admin/images/visit-site-button-grad.gif: Removed.
5401         * WebKitSite/blog/wp-admin/images/wheel.png: Removed.
5402         * WebKitSite/blog/wp-admin/images/white-grad-active.png: Removed.
5403         * WebKitSite/blog/wp-admin/images/white-grad.png: Removed.
5404         * WebKitSite/blog/wp-admin/images/wordpress-logo.png: Removed.
5405         * WebKitSite/blog/wp-admin/images/wp-logo-vs.gif: Removed.
5406         * WebKitSite/blog/wp-admin/images/wp-logo.gif: Removed.
5407         * WebKitSite/blog/wp-admin/images/wpspin_dark.gif: Removed.
5408         * WebKitSite/blog/wp-admin/images/wpspin_light.gif: Removed.
5409         * WebKitSite/blog/wp-admin/images/xit.gif: Removed.
5410         * WebKitSite/blog/wp-admin/images/yes.png: Removed.
5411         * WebKitSite/blog/wp-admin/import: Removed.
5412         * WebKitSite/blog/wp-admin/import.php: Removed.
5413         * WebKitSite/blog/wp-admin/import/blogger.php: Removed.
5414         * WebKitSite/blog/wp-admin/import/blogware.php: Removed.
5415         * WebKitSite/blog/wp-admin/import/dotclear.php: Removed.
5416         * WebKitSite/blog/wp-admin/import/greymatter.php: Removed.
5417         * WebKitSite/blog/wp-admin/import/livejournal.php: Removed.
5418         * WebKitSite/blog/wp-admin/import/mt.php: Removed.
5419         * WebKitSite/blog/wp-admin/import/opml.php: Removed.
5420         * WebKitSite/blog/wp-admin/import/rss.php: Removed.
5421         * WebKitSite/blog/wp-admin/import/stp.php: Removed.
5422         * WebKitSite/blog/wp-admin/import/textpattern.php: Removed.
5423         * WebKitSite/blog/wp-admin/import/utw.php: Removed.
5424         * WebKitSite/blog/wp-admin/import/wordpress.php: Removed.
5425         * WebKitSite/blog/wp-admin/import/wp-cat2tag.php: Removed.
5426         * WebKitSite/blog/wp-admin/includes: Removed.
5427         * WebKitSite/blog/wp-admin/includes/admin.php: Removed.
5428         * WebKitSite/blog/wp-admin/includes/bookmark.php: Removed.
5429         * WebKitSite/blog/wp-admin/includes/class-ftp-pure.php: Removed.
5430         * WebKitSite/blog/wp-admin/includes/class-ftp-sockets.php: Removed.
5431         * WebKitSite/blog/wp-admin/includes/class-ftp.php: Removed.
5432         * WebKitSite/blog/wp-admin/includes/class-pclzip.php: Removed.
5433         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-base.php: Removed.
5434         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-direct.php: Removed.
5435         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpext.php: Removed.
5436         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ftpsockets.php: Removed.
5437         * WebKitSite/blog/wp-admin/includes/class-wp-filesystem-ssh2.php: Removed.
5438         * WebKitSite/blog/wp-admin/includes/class-wp-upgrader.php: Removed.
5439         * WebKitSite/blog/wp-admin/includes/comment.php: Removed.
5440         * WebKitSite/blog/wp-admin/includes/continents-cities.php: Removed.
5441         * WebKitSite/blog/wp-admin/includes/dashboard.php: Removed.
5442         * WebKitSite/blog/wp-admin/includes/export.php: Removed.
5443         * WebKitSite/blog/wp-admin/includes/file.php: Removed.
5444         * WebKitSite/blog/wp-admin/includes/image.php: Removed.
5445         * WebKitSite/blog/wp-admin/includes/import.php: Removed.
5446         * WebKitSite/blog/wp-admin/includes/manifest.php: Removed.
5447         * WebKitSite/blog/wp-admin/includes/media.php: Removed.
5448         * WebKitSite/blog/wp-admin/includes/misc.php: Removed.
5449         * WebKitSite/blog/wp-admin/includes/plugin-install.php: Removed.
5450         * WebKitSite/blog/wp-admin/includes/plugin.php: Removed.
5451         * WebKitSite/blog/wp-admin/includes/post.php: Removed.
5452         * WebKitSite/blog/wp-admin/includes/schema.php: Removed.
5453         * WebKitSite/blog/wp-admin/includes/taxonomy.php: Removed.
5454         * WebKitSite/blog/wp-admin/includes/template.php: Removed.
5455         * WebKitSite/blog/wp-admin/includes/theme-install.php: Removed.
5456         * WebKitSite/blog/wp-admin/includes/theme.php: Removed.
5457         * WebKitSite/blog/wp-admin/includes/update-core.php: Removed.
5458         * WebKitSite/blog/wp-admin/includes/update.php: Removed.
5459         * WebKitSite/blog/wp-admin/includes/upgrade.php: Removed.
5460         * WebKitSite/blog/wp-admin/includes/user.php: Removed.
5461         * WebKitSite/blog/wp-admin/includes/widgets.php: Removed.
5462         * WebKitSite/blog/wp-admin/index-extra.php: Removed.
5463         * WebKitSite/blog/wp-admin/index.php: Removed.
5464         * WebKitSite/blog/wp-admin/install-helper.php: Removed.
5465         * WebKitSite/blog/wp-admin/install.php: Removed.
5466         * WebKitSite/blog/wp-admin/js: Removed.
5467         * WebKitSite/blog/wp-admin/js/cat.dev.js: Removed.
5468         * WebKitSite/blog/wp-admin/js/cat.js: Removed.
5469         * WebKitSite/blog/wp-admin/js/categories.dev.js: Removed.
5470         * WebKitSite/blog/wp-admin/js/categories.js: Removed.
5471         * WebKitSite/blog/wp-admin/js/comment.dev.js: Removed.
5472         * WebKitSite/blog/wp-admin/js/comment.js: Removed.
5473         * WebKitSite/blog/wp-admin/js/common.dev.js: Removed.
5474         * WebKitSite/blog/wp-admin/js/common.js: Removed.
5475         * WebKitSite/blog/wp-admin/js/custom-fields.dev.js: Removed.
5476         * WebKitSite/blog/wp-admin/js/custom-fields.js: Removed.
5477         * WebKitSite/blog/wp-admin/js/dashboard.dev.js: Removed.
5478         * WebKitSite/blog/wp-admin/js/dashboard.js: Removed.
5479         * WebKitSite/blog/wp-admin/js/edit-comments.dev.js: Removed.
5480         * WebKitSite/blog/wp-admin/js/edit-comments.js: Removed.
5481         * WebKitSite/blog/wp-admin/js/editor.dev.js: Removed.
5482         * WebKitSite/blog/wp-admin/js/editor.js: Removed.
5483         * WebKitSite/blog/wp-admin/js/farbtastic.js: Removed.
5484         * WebKitSite/blog/wp-admin/js/gallery.dev.js: Removed.
5485         * WebKitSite/blog/wp-admin/js/gallery.js: Removed.
5486         * WebKitSite/blog/wp-admin/js/inline-edit-post.dev.js: Removed.
5487         * WebKitSite/blog/wp-admin/js/inline-edit-post.js: Removed.
5488         * WebKitSite/blog/wp-admin/js/inline-edit-tax.dev.js: Removed.
5489         * WebKitSite/blog/wp-admin/js/inline-edit-tax.js: Removed.
5490         * WebKitSite/blog/wp-admin/js/link.dev.js: Removed.
5491         * WebKitSite/blog/wp-admin/js/link.js: Removed.
5492         * WebKitSite/blog/wp-admin/js/media-upload.dev.js: Removed.
5493         * WebKitSite/blog/wp-admin/js/media-upload.js: Removed.
5494         * WebKitSite/blog/wp-admin/js/media.dev.js: Removed.
5495         * WebKitSite/blog/wp-admin/js/media.js: Removed.
5496         * WebKitSite/blog/wp-admin/js/page.dev.js: Removed.
5497         * WebKitSite/blog/wp-admin/js/page.js: Removed.
5498         * WebKitSite/blog/wp-admin/js/password-strength-meter.dev.js: Removed.
5499         * WebKitSite/blog/wp-admin/js/password-strength-meter.js: Removed.
5500         * WebKitSite/blog/wp-admin/js/plugin-install.dev.js: Removed.
5501         * WebKitSite/blog/wp-admin/js/plugin-install.js: Removed.
5502         * WebKitSite/blog/wp-admin/js/post.dev.js: Removed.
5503         * WebKitSite/blog/wp-admin/js/post.js: Removed.
5504         * WebKitSite/blog/wp-admin/js/postbox.dev.js: Removed.
5505         * WebKitSite/blog/wp-admin/js/postbox.js: Removed.
5506         * WebKitSite/blog/wp-admin/js/revisions-js.php: Removed.
5507         * WebKitSite/blog/wp-admin/js/slug.dev.js: Removed.
5508         * WebKitSite/blog/wp-admin/js/slug.js: Removed.
5509         * WebKitSite/blog/wp-admin/js/tags.dev.js: Removed.
5510         * WebKitSite/blog/wp-admin/js/tags.js: Removed.
5511         * WebKitSite/blog/wp-admin/js/theme-preview.dev.js: Removed.
5512         * WebKitSite/blog/wp-admin/js/theme-preview.js: Removed.
5513         * WebKitSite/blog/wp-admin/js/user-profile.dev.js: Removed.
5514         * WebKitSite/blog/wp-admin/js/user-profile.js: Removed.
5515         * WebKitSite/blog/wp-admin/js/utils.dev.js: Removed.
5516         * WebKitSite/blog/wp-admin/js/utils.js: Removed.
5517         * WebKitSite/blog/wp-admin/js/widgets.dev.js: Removed.
5518         * WebKitSite/blog/wp-admin/js/widgets.js: Removed.
5519         * WebKitSite/blog/wp-admin/js/word-count.dev.js: Removed.
5520         * WebKitSite/blog/wp-admin/js/word-count.js: Removed.
5521         * WebKitSite/blog/wp-admin/js/wp-gears.dev.js: Removed.
5522         * WebKitSite/blog/wp-admin/js/wp-gears.js: Removed.
5523         * WebKitSite/blog/wp-admin/js/xfn.dev.js: Removed.
5524         * WebKitSite/blog/wp-admin/js/xfn.js: Removed.
5525         * WebKitSite/blog/wp-admin/link-add.php: Removed.
5526         * WebKitSite/blog/wp-admin/link-category.php: Removed.
5527         * WebKitSite/blog/wp-admin/link-manager.php: Removed.
5528         * WebKitSite/blog/wp-admin/link-parse-opml.php: Removed.
5529         * WebKitSite/blog/wp-admin/link.php: Removed.
5530         * WebKitSite/blog/wp-admin/load-scripts.php: Removed.
5531         * WebKitSite/blog/wp-admin/load-styles.php: Removed.
5532         * WebKitSite/blog/wp-admin/media-new.php: Removed.
5533         * WebKitSite/blog/wp-admin/media-upload.php: Removed.
5534         * WebKitSite/blog/wp-admin/media.php: Removed.
5535         * WebKitSite/blog/wp-admin/menu-header.php: Removed.
5536         * WebKitSite/blog/wp-admin/menu.php: Removed.
5537         * WebKitSite/blog/wp-admin/moderation.php: Removed.
5538         * WebKitSite/blog/wp-admin/options-discussion.php: Removed.
5539         * WebKitSite/blog/wp-admin/options-general.php: Removed.
5540         * WebKitSite/blog/wp-admin/options-head.php: Removed.
5541         * WebKitSite/blog/wp-admin/options-media.php: Removed.
5542         * WebKitSite/blog/wp-admin/options-misc.php: Removed.
5543         * WebKitSite/blog/wp-admin/options-permalink.php: Removed.
5544         * WebKitSite/blog/wp-admin/options-privacy.php: Removed.
5545         * WebKitSite/blog/wp-admin/options-reading.php: Removed.
5546         * WebKitSite/blog/wp-admin/options-writing.php: Removed.
5547         * WebKitSite/blog/wp-admin/options.php: Removed.
5548         * WebKitSite/blog/wp-admin/page-new.php: Removed.
5549         * WebKitSite/blog/wp-admin/page.php: Removed.
5550         * WebKitSite/blog/wp-admin/plugin-editor.php: Removed.
5551         * WebKitSite/blog/wp-admin/plugin-install.php: Removed.
5552         * WebKitSite/blog/wp-admin/plugins.php: Removed.
5553         * WebKitSite/blog/wp-admin/post-new.php: Removed.
5554         * WebKitSite/blog/wp-admin/post.php: Removed.
5555         * WebKitSite/blog/wp-admin/press-this.php: Removed.
5556         * WebKitSite/blog/wp-admin/profile.php: Removed.
5557         * WebKitSite/blog/wp-admin/revision.php: Removed.
5558         * WebKitSite/blog/wp-admin/rtl.css: Removed.
5559         * WebKitSite/blog/wp-admin/setup-config.php: Removed.
5560         * WebKitSite/blog/wp-admin/sidebar.php: Removed.
5561         * WebKitSite/blog/wp-admin/theme-editor.php: Removed.
5562         * WebKitSite/blog/wp-admin/theme-install.php: Removed.
5563         * WebKitSite/blog/wp-admin/themes.php: Removed.
5564         * WebKitSite/blog/wp-admin/tools.php: Removed.
5565         * WebKitSite/blog/wp-admin/update-core.php: Removed.
5566         * WebKitSite/blog/wp-admin/update-links.php: Removed.
5567         * WebKitSite/blog/wp-admin/update.php: Removed.
5568         * WebKitSite/blog/wp-admin/upgrade-functions.php: Removed.
5569         * WebKitSite/blog/wp-admin/upgrade.php: Removed.
5570         * WebKitSite/blog/wp-admin/upload.php: Removed.
5571         * WebKitSite/blog/wp-admin/user-edit.php: Removed.
5572         * WebKitSite/blog/wp-admin/user-new.php: Removed.
5573         * WebKitSite/blog/wp-admin/users.php: Removed.
5574         * WebKitSite/blog/wp-admin/widgets.php: Removed.
5575         * WebKitSite/blog/wp-admin/wp-admin.css: Removed.
5576         * WebKitSite/blog/wp-app.php: Removed.
5577         * WebKitSite/blog/wp-atom.php: Removed.
5578         * WebKitSite/blog/wp-blog-header.php: Removed.
5579         * WebKitSite/blog/wp-comments-post.php: Removed.
5580         * WebKitSite/blog/wp-commentsrss2.php: Removed.
5581         * WebKitSite/blog/wp-config-sample.php: Removed.
5582         * WebKitSite/blog/wp-config.php: Removed.
5583         * WebKitSite/blog/wp-content: Removed.
5584         * WebKitSite/blog/wp-content/Picture9.png: Removed.
5585         * WebKitSite/blog/wp-content/cache: Removed.
5586         * WebKitSite/blog/wp-content/chrome.jpg: Removed.
5587         * WebKitSite/blog/wp-content/chucknorris.png: Removed.
5588         * WebKitSite/blog/wp-content/databaseexample.png: Removed.
5589         * WebKitSite/blog/wp-content/drosera.png: Removed.
5590         * WebKitSite/blog/wp-content/hitlist.png: Removed.
5591         * WebKitSite/blog/wp-content/index.php: Removed.
5592         * WebKitSite/blog/wp-content/plugins: Removed.
5593         * WebKitSite/blog/wp-content/plugins/SK2: Removed.
5594         * WebKitSite/blog/wp-content/plugins/SK2/sk2_plugins: Removed.
5595         * WebKitSite/blog/wp-content/plugins/akismet: Removed.
5596         * WebKitSite/blog/wp-content/plugins/akismet/akismet.gif: Removed.
5597         * WebKitSite/blog/wp-content/plugins/akismet/akismet.php: Removed.
5598         * WebKitSite/blog/wp-content/plugins/akismet/readme.txt: Removed.
5599         * WebKitSite/blog/wp-content/plugins/commentcontrol.php: Removed.
5600         * WebKitSite/blog/wp-content/plugins/hello.php: Removed.
5601         * WebKitSite/blog/wp-content/plugins/index.php: Removed.
5602         * WebKitSite/blog/wp-content/plugins/wp-cache: Removed.
5603         * WebKitSite/blog/wp-content/rotate.png: Removed.
5604         * WebKitSite/blog/wp-content/rotate.svg: Removed.
5605         * WebKitSite/blog/wp-content/svgtext.png: Removed.
5606         * WebKitSite/blog/wp-content/svgtextmini.png: Removed.
5607         * WebKitSite/blog/wp-content/svgtextmini_01.png: Removed.
5608         * WebKitSite/blog/wp-content/textfield_screenshot.jpg: Removed.
5609         * WebKitSite/blog/wp-content/themes: Removed.
5610         * WebKitSite/blog/wp-content/themes/classic: Removed.
5611         * WebKitSite/blog/wp-content/themes/classic/comments-popup.php: Removed.
5612         * WebKitSite/blog/wp-content/themes/classic/comments.php: Removed.
5613         * WebKitSite/blog/wp-content/themes/classic/footer.php: Removed.
5614         * WebKitSite/blog/wp-content/themes/classic/functions.php: Removed.
5615         * WebKitSite/blog/wp-content/themes/classic/header.php: Removed.
5616         * WebKitSite/blog/wp-content/themes/classic/index.php: Removed.
5617         * WebKitSite/blog/wp-content/themes/classic/rtl.css: Removed.
5618         * WebKitSite/blog/wp-content/themes/classic/screenshot.png: Removed.
5619         * WebKitSite/blog/wp-content/themes/classic/sidebar.php: Removed.
5620         * WebKitSite/blog/wp-content/themes/classic/style.css: Removed.
5621         * WebKitSite/blog/wp-content/themes/default: Removed.
5622         * WebKitSite/blog/wp-content/themes/default/404.php: Removed.
5623         * WebKitSite/blog/wp-content/themes/default/archive.php: Removed.
5624         * WebKitSite/blog/wp-content/themes/default/archives.php: Removed.
5625         * WebKitSite/blog/wp-content/themes/default/comments-popup.php: Removed.
5626         * WebKitSite/blog/wp-content/themes/default/comments.php: Removed.
5627         * WebKitSite/blog/wp-content/themes/default/footer.php: Removed.
5628         * WebKitSite/blog/wp-content/themes/default/functions.php: Removed.
5629         * WebKitSite/blog/wp-content/themes/default/header.php: Removed.
5630         * WebKitSite/blog/wp-content/themes/default/image.php: Removed.
5631         * WebKitSite/blog/wp-content/themes/default/images: Removed.
5632         * WebKitSite/blog/wp-content/themes/default/images/audio.jpg: Removed.
5633         * WebKitSite/blog/wp-content/themes/default/images/header-img.php: Removed.
5634         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-ltr.jpg: Removed.
5635         * WebKitSite/blog/wp-content/themes/default/images/kubrickbg-rtl.jpg: Removed.
5636         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
5637         * WebKitSite/blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
5638         * WebKitSite/blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
5639         * WebKitSite/blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
5640         * WebKitSite/blog/wp-content/themes/default/index.php: Removed.
5641         * WebKitSite/blog/wp-content/themes/default/links.php: Removed.
5642         * WebKitSite/blog/wp-content/themes/default/page.php: Removed.
5643         * WebKitSite/blog/wp-content/themes/default/rtl.css: Removed.
5644         * WebKitSite/blog/wp-content/themes/default/screenshot.png: Removed.
5645         * WebKitSite/blog/wp-content/themes/default/search.php: Removed.
5646         * WebKitSite/blog/wp-content/themes/default/sidebar.php: Removed.
5647         * WebKitSite/blog/wp-content/themes/default/single.php: Removed.
5648         * WebKitSite/blog/wp-content/themes/default/style.css: Removed.
5649         * WebKitSite/blog/wp-content/themes/index.php: Removed.
5650         * WebKitSite/blog/wp-content/themes/webkit: Removed.
5651         * WebKitSite/blog/wp-content/themes/webkit/404.php: Removed.
5652         * WebKitSite/blog/wp-content/themes/webkit/archive.php: Removed.
5653         * WebKitSite/blog/wp-content/themes/webkit/archives.php: Removed.
5654         * WebKitSite/blog/wp-content/themes/webkit/comments-popup.php: Removed.
5655         * WebKitSite/blog/wp-content/themes/webkit/comments.php: Removed.
5656         * WebKitSite/blog/wp-content/themes/webkit/footer.php: Removed.
5657         * WebKitSite/blog/wp-content/themes/webkit/header.php: Removed.
5658         * WebKitSite/blog/wp-content/themes/webkit/index.php: Removed.
5659         * WebKitSite/blog/wp-content/themes/webkit/links.php: Removed.
5660         * WebKitSite/blog/wp-content/themes/webkit/page.php: Removed.
5661         * WebKitSite/blog/wp-content/themes/webkit/search.php: Removed.
5662         * WebKitSite/blog/wp-content/themes/webkit/searchform.php: Removed.
5663         * WebKitSite/blog/wp-content/themes/webkit/sidebar.php: Removed.
5664         * WebKitSite/blog/wp-content/themes/webkit/single.php: Removed.
5665         * WebKitSite/blog/wp-content/themes/webkit/style.css: Removed.
5666         * WebKitSite/blog/wp-content/uploads: Removed.
5667         * WebKitSite/blog/wp-content/uploads/2007: Removed.
5668         * WebKitSite/blog/wp-content/uploads/2007/06: Removed.
5669         * WebKitSite/blog/wp-content/uploads/2007/06/newinspector.png: Removed.
5670         * WebKitSite/blog/wp-content/webInspector.png: Removed.
5671         * WebKitSite/blog/wp-cron.php: Removed.
5672         * WebKitSite/blog/wp-feed.php: Removed.
5673         * WebKitSite/blog/wp-images: Removed.
5674         * WebKitSite/blog/wp-images/smilies: Removed.
5675         * WebKitSite/blog/wp-includes: Removed.
5676         * WebKitSite/blog/wp-includes/Text: Removed.
5677         * WebKitSite/blog/wp-includes/Text/Diff: Removed.
5678         * WebKitSite/blog/wp-includes/Text/Diff.php: Removed.
5679         * WebKitSite/blog/wp-includes/Text/Diff/Engine: Removed.
5680         * WebKitSite/blog/wp-includes/Text/Diff/Engine/native.php: Removed.
5681         * WebKitSite/blog/wp-includes/Text/Diff/Engine/shell.php: Removed.
5682         * WebKitSite/blog/wp-includes/Text/Diff/Engine/string.php: Removed.
5683         * WebKitSite/blog/wp-includes/Text/Diff/Engine/xdiff.php: Removed.
5684         * WebKitSite/blog/wp-includes/Text/Diff/Renderer: Removed.
5685         * WebKitSite/blog/wp-includes/Text/Diff/Renderer.php: Removed.
5686         * WebKitSite/blog/wp-includes/Text/Diff/Renderer/inline.php: Removed.
5687         * WebKitSite/blog/wp-includes/atomlib.php: Removed.
5688         * WebKitSite/blog/wp-includes/author-template.php: Removed.
5689         * WebKitSite/blog/wp-includes/bookmark-template.php: Removed.
5690         * WebKitSite/blog/wp-includes/bookmark.php: Removed.
5691         * WebKitSite/blog/wp-includes/cache.php: Removed.
5692         * WebKitSite/blog/wp-includes/canonical.php: Removed.
5693         * WebKitSite/blog/wp-includes/capabilities.php: Removed.
5694         * WebKitSite/blog/wp-includes/category-template.php: Removed.
5695         * WebKitSite/blog/wp-includes/category.php: Removed.
5696         * WebKitSite/blog/wp-includes/class-IXR.php: Removed.
5697         * WebKitSite/blog/wp-includes/class-feed.php: Removed.
5698         * WebKitSite/blog/wp-includes/class-phpass.php: Removed.
5699         * WebKitSite/blog/wp-includes/class-phpmailer.php: Removed.
5700         * WebKitSite/blog/wp-includes/class-pop3.php: Removed.
5701         * WebKitSite/blog/wp-includes/class-simplepie.php: Removed.
5702         * WebKitSite/blog/wp-includes/class-smtp.php: Removed.
5703         * WebKitSite/blog/wp-includes/class-snoopy.php: Removed.
5704         * WebKitSite/blog/wp-includes/class.wp-dependencies.php: Removed.
5705         * WebKitSite/blog/wp-includes/class.wp-scripts.php: Removed.
5706         * WebKitSite/blog/wp-includes/class.wp-styles.php: Removed.
5707         * WebKitSite/blog/wp-includes/classes.php: Removed.
5708         * WebKitSite/blog/wp-includes/comment-template.php: Removed.
5709         * WebKitSite/blog/wp-includes/comment.php: Removed.
5710         * WebKitSite/blog/wp-includes/compat.php: Removed.
5711         * WebKitSite/blog/wp-includes/cron.php: Removed.
5712         * WebKitSite/blog/wp-includes/default-filters.php: Removed.
5713         * WebKitSite/blog/wp-includes/default-widgets.php: Removed.
5714         * WebKitSite/blog/wp-includes/deprecated.php: Removed.
5715         * WebKitSite/blog/wp-includes/feed-atom-comments.php: Removed.
5716         * WebKitSite/blog/wp-includes/feed-atom.php: Removed.
5717         * WebKitSite/blog/wp-includes/feed-rdf.php: Removed.
5718         * WebKitSite/blog/wp-includes/feed-rss.php: Removed.
5719         * WebKitSite/blog/wp-includes/feed-rss2-comments.php: Removed.
5720         * WebKitSite/blog/wp-includes/feed-rss2.php: Removed.
5721         * WebKitSite/blog/wp-includes/feed.php: Removed.
5722         * WebKitSite/blog/wp-includes/formatting.php: Removed.
5723         * WebKitSite/blog/wp-includes/functions.php: Removed.
5724         * WebKitSite/blog/wp-includes/functions.wp-scripts.php: Removed.
5725         * WebKitSite/blog/wp-includes/functions.wp-styles.php: Removed.
5726         * WebKitSite/blog/wp-includes/general-template.php: Removed.
5727         * WebKitSite/blog/wp-includes/gettext.php: Removed.
5728         * WebKitSite/blog/wp-includes/http.php: Removed.
5729         * WebKitSite/blog/wp-includes/images: Removed.
5730         * WebKitSite/blog/wp-includes/images/blank.gif: Removed.
5731         * WebKitSite/blog/wp-includes/images/crystal: Removed.
5732         * WebKitSite/blog/wp-includes/images/crystal/archive.png: Removed.
5733         * WebKitSite/blog/wp-includes/images/crystal/audio.png: Removed.
5734         * WebKitSite/blog/wp-includes/images/crystal/code.png: Removed.
5735         * WebKitSite/blog/wp-includes/images/crystal/default.png: Removed.
5736         * WebKitSite/blog/wp-includes/images/crystal/document.png: Removed.
5737         * WebKitSite/blog/wp-includes/images/crystal/interactive.png: Removed.
5738         * WebKitSite/blog/wp-includes/images/crystal/license.txt: Removed.
5739         * WebKitSite/blog/wp-includes/images/crystal/spreadsheet.png: Removed.
5740         * WebKitSite/blog/wp-includes/images/crystal/text.png: Removed.
5741         * WebKitSite/blog/wp-includes/images/crystal/video.png: Removed.
5742         * WebKitSite/blog/wp-includes/images/rss.png: Removed.
5743         * WebKitSite/blog/wp-includes/images/smilies: Removed.
5744         * WebKitSite/blog/wp-includes/images/smilies/icon_arrow.gif: Removed.
5745         * WebKitSite/blog/wp-includes/images/smilies/icon_biggrin.gif: Removed.
5746         * WebKitSite/blog/wp-includes/images/smilies/icon_confused.gif: Removed.
5747         * WebKitSite/blog/wp-includes/images/smilies/icon_cool.gif: Removed.
5748         * WebKitSite/blog/wp-includes/images/smilies/icon_cry.gif: Removed.
5749         * WebKitSite/blog/wp-includes/images/smilies/icon_eek.gif: Removed.
5750         * WebKitSite/blog/wp-includes/images/smilies/icon_evil.gif: Removed.
5751         * WebKitSite/blog/wp-includes/images/smilies/icon_exclaim.gif: Removed.
5752         * WebKitSite/blog/wp-includes/images/smilies/icon_idea.gif: Removed.
5753         * WebKitSite/blog/wp-includes/images/smilies/icon_lol.gif: Removed.
5754         * WebKitSite/blog/wp-includes/images/smilies/icon_mad.gif: Removed.
5755         * WebKitSite/blog/wp-includes/images/smilies/icon_mrgreen.gif: Removed.
5756         * WebKitSite/blog/wp-includes/images/smilies/icon_neutral.gif: Removed.
5757         * WebKitSite/blog/wp-includes/images/smilies/icon_question.gif: Removed.
5758         * WebKitSite/blog/wp-includes/images/smilies/icon_razz.gif: Removed.
5759         * WebKitSite/blog/wp-includes/images/smilies/icon_redface.gif: Removed.
5760         * WebKitSite/blog/wp-includes/images/smilies/icon_rolleyes.gif: Removed.
5761         * WebKitSite/blog/wp-includes/images/smilies/icon_sad.gif: Removed.
5762         * WebKitSite/blog/wp-includes/images/smilies/icon_smile.gif: Removed.
5763         * WebKitSite/blog/wp-includes/images/smilies/icon_surprised.gif: Removed.
5764         * WebKitSite/blog/wp-includes/images/smilies/icon_twisted.gif: Removed.
5765         * WebKitSite/blog/wp-includes/images/smilies/icon_wink.gif: Removed.
5766         * WebKitSite/blog/wp-includes/images/upload.png: Removed.
5767         * WebKitSite/blog/wp-includes/images/wlw: Removed.
5768         * WebKitSite/blog/wp-includes/images/wlw/wp-comments.png: Removed.
5769         * WebKitSite/blog/wp-includes/images/wlw/wp-icon.png: Removed.
5770         * WebKitSite/blog/wp-includes/images/wlw/wp-watermark.png: Removed.
5771         * WebKitSite/blog/wp-includes/js: Removed.
5772         * WebKitSite/blog/wp-includes/js/autosave.dev.js: Removed.
5773         * WebKitSite/blog/wp-includes/js/autosave.js: Removed.
5774         * WebKitSite/blog/wp-includes/js/codepress: Removed.
5775         * WebKitSite/blog/wp-includes/js/codepress/codepress.css: Removed.
5776         * WebKitSite/blog/wp-includes/js/codepress/codepress.html: Removed.
5777         * WebKitSite/blog/wp-includes/js/codepress/codepress.js: Removed.
5778         * WebKitSite/blog/wp-includes/js/codepress/engines: Removed.
5779         * WebKitSite/blog/wp-includes/js/codepress/engines/gecko.js: Removed.
5780         * WebKitSite/blog/wp-includes/js/codepress/engines/khtml.js: Removed.
5781         * WebKitSite/blog/wp-includes/js/codepress/engines/msie.js: Removed.
5782         * WebKitSite/blog/wp-includes/js/codepress/engines/older.js: Removed.
5783         * WebKitSite/blog/wp-includes/js/codepress/engines/opera.js: Removed.
5784         * WebKitSite/blog/wp-includes/js/codepress/images: Removed.
5785         * WebKitSite/blog/wp-includes/js/codepress/images/line-numbers.png: Removed.
5786         * WebKitSite/blog/wp-includes/js/codepress/languages: Removed.
5787         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.css: Removed.
5788         * WebKitSite/blog/wp-includes/js/codepress/languages/asp.js: Removed.
5789         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.css: Removed.
5790         * WebKitSite/blog/wp-includes/js/codepress/languages/autoit.js: Removed.
5791         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.css: Removed.
5792         * WebKitSite/blog/wp-includes/js/codepress/languages/csharp.js: Removed.
5793         * WebKitSite/blog/wp-includes/js/codepress/languages/css.css: Removed.
5794         * WebKitSite/blog/wp-includes/js/codepress/languages/css.js: Removed.
5795         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.css: Removed.
5796         * WebKitSite/blog/wp-includes/js/codepress/languages/generic.js: Removed.
5797         * WebKitSite/blog/wp-includes/js/codepress/languages/html.css: Removed.
5798         * WebKitSite/blog/wp-includes/js/codepress/languages/html.js: Removed.
5799         * WebKitSite/blog/wp-includes/js/codepress/languages/java.css: Removed.
5800         * WebKitSite/blog/wp-includes/js/codepress/languages/java.js: Removed.
5801         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.css: Removed.
5802         * WebKitSite/blog/wp-includes/js/codepress/languages/javascript.js: Removed.
5803         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.css: Removed.
5804         * WebKitSite/blog/wp-includes/js/codepress/languages/perl.js: Removed.
5805         * WebKitSite/blog/wp-includes/js/codepress/languages/php.css: Removed.
5806         * WebKitSite/blog/wp-includes/js/codepress/languages/php.js: Removed.
5807         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.css: Removed.
5808         * WebKitSite/blog/wp-includes/js/codepress/languages/ruby.js: Removed.
5809         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.css: Removed.
5810         * WebKitSite/blog/wp-includes/js/codepress/languages/sql.js: Removed.
5811         * WebKitSite/blog/wp-includes/js/codepress/languages/text.css: Removed.
5812         * WebKitSite/blog/wp-includes/js/codepress/languages/text.js: Removed.
5813         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.css: Removed.
5814         * WebKitSite/blog/wp-includes/js/codepress/languages/vbscript.js: Removed.
5815         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.css: Removed.
5816         * WebKitSite/blog/wp-includes/js/codepress/languages/xsl.js: Removed.
5817         * WebKitSite/blog/wp-includes/js/codepress/license.txt: Removed.
5818         * WebKitSite/blog/wp-includes/js/colorpicker.dev.js: Removed.
5819         * WebKitSite/blog/wp-includes/js/colorpicker.js: Removed.
5820         * WebKitSite/blog/wp-includes/js/comment-reply.dev.js: Removed.
5821         * WebKitSite/blog/wp-includes/js/comment-reply.js: Removed.
5822         * WebKitSite/blog/wp-includes/js/crop: Removed.
5823         * WebKitSite/blog/wp-includes/js/crop/cropper.css: Removed.
5824         * WebKitSite/blog/wp-includes/js/crop/cropper.js: Removed.
5825         * WebKitSite/blog/wp-includes/js/crop/marqueeHoriz.gif: Removed.
5826         * WebKitSite/blog/wp-includes/js/crop/marqueeVert.gif: Removed.
5827         * WebKitSite/blog/wp-includes/js/hoverIntent.dev.js: Removed.
5828         * WebKitSite/blog/wp-includes/js/hoverIntent.js: Removed.
5829         * WebKitSite/blog/wp-includes/js/jcrop: Removed.
5830         * WebKitSite/blog/wp-includes/js/jcrop/Jcrop.gif: Removed.
5831         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.css: Removed.
5832         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.dev.js: Removed.
5833         * WebKitSite/blog/wp-includes/js/jcrop/jquery.Jcrop.js: Removed.
5834         * WebKitSite/blog/wp-includes/js/jquery: Removed.
5835         * WebKitSite/blog/wp-includes/js/jquery/interface.js: Removed.
5836         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.dev.js: Removed.
5837         * WebKitSite/blog/wp-includes/js/jquery/jquery.color.js: Removed.
5838         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.dev.js: Removed.
5839         * WebKitSite/blog/wp-includes/js/jquery/jquery.form.js: Removed.
5840         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.dev.js: Removed.
5841         * WebKitSite/blog/wp-includes/js/jquery/jquery.hotkeys.js: Removed.
5842         * WebKitSite/blog/wp-includes/js/jquery/jquery.js: Removed.
5843         * WebKitSite/blog/wp-includes/js/jquery/jquery.schedule.js: Removed.
5844         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.dev.js: Removed.
5845         * WebKitSite/blog/wp-includes/js/jquery/jquery.table-hotkeys.js: Removed.
5846         * WebKitSite/blog/wp-includes/js/jquery/suggest.dev.js: Removed.
5847         * WebKitSite/blog/wp-includes/js/jquery/suggest.js: Removed.
5848         * WebKitSite/blog/wp-includes/js/jquery/ui.core.js: Removed.
5849         * WebKitSite/blog/wp-includes/js/jquery/ui.dialog.js: Removed.
5850         * WebKitSite/blog/wp-includes/js/jquery/ui.draggable.js: Removed.
5851         * WebKitSite/blog/wp-includes/js/jquery/ui.droppable.js: Removed.
5852         * WebKitSite/blog/wp-includes/js/jquery/ui.resizable.js: Removed.
5853         * WebKitSite/blog/wp-includes/js/jquery/ui.selectable.js: Removed.
5854         * WebKitSite/blog/wp-includes/js/jquery/ui.sortable.js: Removed.
5855         * WebKitSite/blog/wp-includes/js/jquery/ui.tabs.js: Removed.
5856         * WebKitSite/blog/wp-includes/js/prototype.js: Removed.
5857         * WebKitSite/blog/wp-includes/js/quicktags.dev.js: Removed.
5858         * WebKitSite/blog/wp-includes/js/quicktags.js: Removed.
5859         * WebKitSite/blog/wp-includes/js/scriptaculous: Removed.
5860         * WebKitSite/blog/wp-includes/js/scriptaculous/MIT-LICENSE: Removed.
5861         * WebKitSite/blog/wp-includes/js/scriptaculous/builder.js: Removed.
5862         * WebKitSite/blog/wp-includes/js/scriptaculous/controls.js: Removed.
5863         * WebKitSite/blog/wp-includes/js/scriptaculous/dragdrop.js: Removed.
5864         * WebKitSite/blog/wp-includes/js/scriptaculous/effects.js: Removed.
5865         * WebKitSite/blog/wp-includes/js/scriptaculous/prototype.js: Removed.
5866         * WebKitSite/blog/wp-includes/js/scriptaculous/scriptaculous.js: Removed.
5867         * WebKitSite/blog/wp-includes/js/scriptaculous/slider.js: Removed.
5868         * WebKitSite/blog/wp-includes/js/scriptaculous/sound.js: Removed.
5869         * WebKitSite/blog/wp-includes/js/scriptaculous/unittest.js: Removed.
5870         * WebKitSite/blog/wp-includes/js/scriptaculous/wp-scriptaculous.js: Removed.
5871         * WebKitSite/blog/wp-includes/js/swfobject.js: Removed.
5872         * WebKitSite/blog/wp-includes/js/swfupload: Removed.
5873         * WebKitSite/blog/wp-includes/js/swfupload/handlers.dev.js: Removed.
5874         * WebKitSite/blog/wp-includes/js/swfupload/handlers.js: Removed.
5875         * WebKitSite/blog/wp-includes/js/swfupload/plugins: Removed.
5876         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.cookies.js: Removed.
5877         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.queue.js: Removed.
5878         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.speed.js: Removed.
5879         * WebKitSite/blog/wp-includes/js/swfupload/plugins/swfupload.swfobject.js: Removed.
5880         * WebKitSite/blog/wp-includes/js/swfupload/swfupload-all.js: Removed.
5881         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.js: Removed.
5882         * WebKitSite/blog/wp-includes/js/swfupload/swfupload.swf: Removed.
5883         * WebKitSite/blog/wp-includes/js/thickbox: Removed.
5884         * WebKitSite/blog/wp-includes/js/thickbox/loadingAnimation.gif: Removed.
5885         * WebKitSite/blog/wp-includes/js/thickbox/macFFBgHack.png: Removed.
5886         * WebKitSite/blog/wp-includes/js/thickbox/tb-close.png: Removed.
5887         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.css: Removed.
5888         * WebKitSite/blog/wp-includes/js/thickbox/thickbox.js: Removed.
5889         * WebKitSite/blog/wp-includes/js/tinymce: Removed.
5890         * WebKitSite/blog/wp-includes/js/tinymce/blank.htm: Removed.
5891         * WebKitSite/blog/wp-includes/js/tinymce/langs: Removed.
5892         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs-en.js: Removed.
5893         * WebKitSite/blog/wp-includes/js/tinymce/langs/wp-langs.php: Removed.
5894         * WebKitSite/blog/wp-includes/js/tinymce/license.txt: Removed.
5895         * WebKitSite/blog/wp-includes/js/tinymce/plugins: Removed.
5896         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave: Removed.
5897         * WebKitSite/blog/wp-includes/js/tinymce/plugins/autosave/langs: Removed.
5898         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality: Removed.
5899         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/editor_plugin.js: Removed.
5900         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/images: Removed.
5901         * WebKitSite/blog/wp-includes/js/tinymce/plugins/directionality/langs: Removed.
5902         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
5903         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/editor_plugin.js: Removed.
5904         * WebKitSite/blog/wp-includes/js/tinymce/plugins/fullscreen/fullscreen.htm: Removed.
5905         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
5906         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/css: Removed.
5907         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/editor_plugin.js: Removed.
5908         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/images: Removed.
5909         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/jscripts: Removed.
5910         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
5911         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
5912         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
5913         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif: Removed.
5914         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/button.gif: Removed.
5915         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif: Removed.
5916         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif: Removed.
5917         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif: Removed.
5918         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/drag.gif: Removed.
5919         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif: Removed.
5920         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif: Removed.
5921         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/window.css: Removed.
5922         * WebKitSite/blog/wp-includes/js/tinymce/plugins/inlinepopups/template.htm: Removed.
5923         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media: Removed.
5924         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css: Removed.
5925         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/content.css: Removed.
5926         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/css/media.css: Removed.
5927         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/editor_plugin.js: Removed.
5928         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img: Removed.
5929         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flash.gif: Removed.
5930         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/flv_player.swf: Removed.
5931         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/quicktime.gif: Removed.
5932         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/realmedia.gif: Removed.
5933         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/shockwave.gif: Removed.
5934         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/trans.gif: Removed.
5935         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/img/windowsmedia.gif: Removed.
5936         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js: Removed.
5937         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/embed.js: Removed.
5938         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/js/media.js: Removed.
5939         * WebKitSite/blog/wp-includes/js/tinymce/plugins/media/media.htm: Removed.
5940         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste: Removed.
5941         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/blank.htm: Removed.
5942         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/css: Removed.
5943         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/editor_plugin.js: Removed.
5944         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/images: Removed.
5945         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
5946         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pastetext.js: Removed.
5947         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/js/pasteword.js: Removed.
5948         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/jscripts: Removed.
5949         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/langs: Removed.
5950         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pastetext.htm: Removed.
5951         * WebKitSite/blog/wp-includes/js/tinymce/plugins/paste/pasteword.htm: Removed.
5952         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari: Removed.
5953         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/blank.htm: Removed.
5954         * WebKitSite/blog/wp-includes/js/tinymce/plugins/safari/editor_plugin.js: Removed.
5955         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
5956         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
5957         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/EnchantSpell.php: Removed.
5958         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/GoogleSpell.php: Removed.
5959         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpell.php: Removed.
5960         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/PSpellShell.php: Removed.
5961         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/SpellChecker.php: Removed.
5962         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
5963         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/JSON.php: Removed.
5964         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils/Logger.php: Removed.
5965         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/config.php: Removed.
5966         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
5967         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/css/content.css: Removed.
5968         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/editor_plugin.js: Removed.
5969         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/images: Removed.
5970         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
5971         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/img/wline.gif: Removed.
5972         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
5973         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/includes/general.php: Removed.
5974         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/langs: Removed.
5975         * WebKitSite/blog/wp-includes/js/tinymce/plugins/spellchecker/rpc.php: Removed.
5976         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
5977         * WebKitSite/blog/wp-includes/js/tinymce/plugins/tabfocus/editor_plugin.js: Removed.
5978         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
5979         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
5980         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/css/content.css: Removed.
5981         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.dev.js: Removed.
5982         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/editor_plugin.js: Removed.
5983         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/images: Removed.
5984         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
5985         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/audio.gif: Removed.
5986         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/help.gif: Removed.
5987         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/image.gif: Removed.
5988         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/media.gif: Removed.
5989         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more.gif: Removed.
5990         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/more_bug.gif: Removed.
5991         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page.gif: Removed.
5992         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/page_bug.gif: Removed.
5993         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/toolbars.gif: Removed.
5994         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif: Removed.
5995         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/img/video.gif: Removed.
5996         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wordpress/langs: Removed.
5997         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
5998         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
5999         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage-rtl.css: Removed.
6000         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css: Removed.
6001         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editimage.html: Removed.
6002         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.dev.js: Removed.
6003         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/editor_plugin.js: Removed.
6004         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
6005         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Removed.
6006         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Removed.
6007         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
6008         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpeditimage/js/editimage.js: Removed.
6009         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
6010         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.dev.js: Removed.
6011         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/editor_plugin.js: Removed.
6012         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
6013         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Removed.
6014         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Removed.
6015         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Removed.
6016         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wpgallery/img/t.gif: Removed.
6017         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp: Removed.
6018         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/images: Removed.
6019         * WebKitSite/blog/wp-includes/js/tinymce/plugins/wphelp/langs: Removed.
6020         * WebKitSite/blog/wp-includes/js/tinymce/themes: Removed.
6021         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced: Removed.
6022         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/about.htm: Removed.
6023         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/anchor.htm: Removed.
6024         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/charmap.htm: Removed.
6025         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/color_picker.htm: Removed.
6026         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/css: Removed.
6027         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/editor_template.js: Removed.
6028         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/image.htm: Removed.
6029         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images: Removed.
6030         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/images/xp: Removed.
6031         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
6032         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/colorpicker.jpg: Removed.
6033         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/fm.gif: Removed.
6034         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Removed.
6035         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/icons.gif: Removed.
6036         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Removed.
6037         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
6038         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/about.js: Removed.
6039         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/anchor.js: Removed.
6040         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/charmap.js: Removed.
6041         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/color_picker.js: Removed.
6042         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/image.js: Removed.
6043         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/link.js: Removed.
6044         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/js/source_editor.js: Removed.
6045         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/jscripts: Removed.
6046         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/langs: Removed.
6047         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/link.htm: Removed.
6048         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
6049         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
6050         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/content.css: Removed.
6051         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/dialog.css: Removed.
6052         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
6053         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Removed.
6054         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/items.gif: Removed.
6055         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_arrow.gif: Removed.
6056         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/menu_check.gif: Removed.
6057         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/progress.gif: Removed.
6058         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/tabs.gif: Removed.
6059         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/default/ui.css: Removed.
6060         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
6061         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/content.css: Removed.
6062         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/dialog.css: Removed.
6063         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
6064         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Removed.
6065         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Removed.
6066         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Removed.
6067         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui.css: Removed.
6068         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_black.css: Removed.
6069         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/ui_silver.css: Removed.
6070         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
6071         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css: Removed.
6072         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css: Removed.
6073         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
6074         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Removed.
6075         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Removed.
6076         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/down_arrow.gif: Removed.
6077         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/fade-butt.png: Removed.
6078         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/separator.gif: Removed.
6079         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/tabs.gif: Removed.
6080         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css: Removed.
6081         * WebKitSite/blog/wp-includes/js/tinymce/themes/advanced/source_editor.htm: Removed.
6082         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce.js: Removed.
6083         * WebKitSite/blog/wp-includes/js/tinymce/tiny_mce_popup.js: Removed.
6084         * WebKitSite/blog/wp-includes/js/tinymce/utils: Removed.
6085         * WebKitSite/blog/wp-includes/js/tinymce/utils/editable_selects.js: Removed.
6086         * WebKitSite/blog/wp-includes/js/tinymce/utils/form_utils.js: Removed.
6087         * WebKitSite/blog/wp-includes/js/tinymce/utils/mctabs.js: Removed.
6088         * WebKitSite/blog/wp-includes/js/tinymce/utils/validate.js: Removed.
6089         * WebKitSite/blog/wp-includes/js/tinymce/wp-mce-help.php: Removed.
6090         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js: Removed.
6091         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.js.gz: Removed.
6092         * WebKitSite/blog/wp-includes/js/tinymce/wp-tinymce.php: Removed.
6093         * WebKitSite/blog/wp-includes/js/tw-sack.dev.js: Removed.
6094         * WebKitSite/blog/wp-includes/js/tw-sack.js: Removed.
6095         * WebKitSite/blog/wp-includes/js/wp-ajax-response.dev.js: Removed.
6096         * WebKitSite/blog/wp-includes/js/wp-ajax-response.js: Removed.
6097         * WebKitSite/blog/wp-includes/js/wp-lists.dev.js: Removed.
6098         * WebKitSite/blog/wp-includes/js/wp-lists.js: Removed.
6099         * WebKitSite/blog/wp-includes/kses.php: Removed.
6100         * WebKitSite/blog/wp-includes/l10n.php: Removed.
6101         * WebKitSite/blog/wp-includes/link-template.php: Removed.
6102         * WebKitSite/blog/wp-includes/locale.php: Removed.
6103         * WebKitSite/blog/wp-includes/media.php: Removed.
6104         * WebKitSite/blog/wp-includes/pluggable.php: Removed.
6105         * WebKitSite/blog/wp-includes/plugin.php: Removed.
6106         * WebKitSite/blog/wp-includes/pomo: Removed.
6107         * WebKitSite/blog/wp-includes/pomo/entry.php: Removed.
6108         * WebKitSite/blog/wp-includes/pomo/mo.php: Removed.
6109         * WebKitSite/blog/wp-includes/pomo/po.php: Removed.
6110         * WebKitSite/blog/wp-includes/pomo/streams.php: Removed.
6111         * WebKitSite/blog/wp-includes/pomo/translations.php: Removed.
6112         * WebKitSite/blog/wp-includes/post-template.php: Removed.
6113         * WebKitSite/blog/wp-includes/post.php: Removed.
6114         * WebKitSite/blog/wp-includes/query.php: Removed.
6115         * WebKitSite/blog/wp-includes/registration-functions.php: Removed.
6116         * WebKitSite/blog/wp-includes/registration.php: Removed.
6117         * WebKitSite/blog/wp-includes/rewrite.php: Removed.
6118         * WebKitSite/blog/wp-includes/rss-functions.php: Removed.
6119         * WebKitSite/blog/wp-includes/rss.php: Removed.
6120         * WebKitSite/blog/wp-includes/script-loader.php: Removed.
6121         * WebKitSite/blog/wp-includes/shortcodes.php: Removed.
6122         * WebKitSite/blog/wp-includes/streams.php: Removed.
6123         * WebKitSite/blog/wp-includes/taxonomy.php: Removed.
6124         * WebKitSite/blog/wp-includes/template-loader.php: Removed.
6125         * WebKitSite/blog/wp-includes/theme.php: Removed.
6126         * WebKitSite/blog/wp-includes/update.php: Removed.
6127         * WebKitSite/blog/wp-includes/user.php: Removed.
6128         * WebKitSite/blog/wp-includes/vars.php: Removed.
6129         * WebKitSite/blog/wp-includes/version.php: Removed.
6130         * WebKitSite/blog/wp-includes/widgets.php: Removed.
6131         * WebKitSite/blog/wp-includes/wlwmanifest.xml: Removed.
6132         * WebKitSite/blog/wp-includes/wp-db.php: Removed.
6133         * WebKitSite/blog/wp-includes/wp-diff.php: Removed.
6134         * WebKitSite/blog/wp-links-opml.php: Removed.
6135         * WebKitSite/blog/wp-load.php: Removed.
6136         * WebKitSite/blog/wp-login.php: Removed.
6137         * WebKitSite/blog/wp-mail.php: Removed.
6138         * WebKitSite/blog/wp-pass.php: Removed.
6139         * WebKitSite/blog/wp-rdf.php: Removed.
6140         * WebKitSite/blog/wp-register.php: Removed.
6141         * WebKitSite/blog/wp-rss.php: Removed.
6142         * WebKitSite/blog/wp-rss2.php: Removed.
6143         * WebKitSite/blog/wp-settings.php: Removed.
6144         * WebKitSite/blog/wp-trackback.php: Removed.
6145         * WebKitSite/blog/xmlrpc.php: Removed.
6146         * WebKitSite/building: Removed.
6147         * WebKitSite/building/build-window.png: Removed.
6148         * WebKitSite/building/build.html: Removed.
6149         * WebKitSite/building/checkout.html: Removed.
6150         * WebKitSite/building/custom-executable.png: Removed.
6151         * WebKitSite/building/cygwin-downloader.zip: Removed.
6152         * WebKitSite/building/debug.html: Removed.
6153         * WebKitSite/building/debug.png: Removed.
6154         * WebKitSite/building/info-tab.png: Removed.
6155         * WebKitSite/building/launch-debugger-vs2005.png: Removed.
6156         * WebKitSite/building/run.html: Removed.
6157         * WebKitSite/building/set-as-startup-project-vs2005.png: Removed.
6158         * WebKitSite/building/set-debugging-properties-vs2005.png: Removed.
6159         * WebKitSite/building/tools.html: Removed.
6160         * WebKitSite/coding: Removed.
6161         * WebKitSite/coding/RefPtr.html: Removed.
6162         * WebKitSite/coding/assertion-guidelines.html: Removed.
6163         * WebKitSite/coding/bsd-license.html: Removed.
6164         * WebKitSite/coding/coding-style.html: Removed.
6165         * WebKitSite/coding/commit-review-policy.html: Removed.
6166         * WebKitSite/coding/contributing.html: Removed.
6167         * WebKitSite/coding/dom-element-attach.html: Removed.
6168         * WebKitSite/coding/images: Removed.
6169         * WebKitSite/coding/images/contribute_add_attachment.png: Removed.
6170         * WebKitSite/coding/images/contribute_mark_review.png: Removed.
6171         * WebKitSite/coding/images/dom-element-attach-large.png: Removed.
6172         * WebKitSite/coding/images/dom-element-attach-small.png: Removed.
6173         * WebKitSite/coding/images/dom-element-attach.graffle: Removed.
6174         * WebKitSite/coding/lgpl-license.html: Removed.
6175         * WebKitSite/coding/major-objects.html: Removed.
6176         * WebKitSite/coding/scripts.html: Removed.
6177         * WebKitSite/coding/technical-articles.html: Removed.
6178         * WebKitSite/contact.html: Removed.
6179         * WebKitSite/css: Removed.
6180         * WebKitSite/css/blue.css: Removed.
6181         * WebKitSite/css/gray.css: Removed.
6182         * WebKitSite/css/green.css: Removed.
6183         * WebKitSite/css/ie.css: Removed.
6184         * WebKitSite/css/main.css: Removed.
6185         * WebKitSite/css/pink.css: Removed.
6186         * WebKitSite/css/purple.css: Removed.
6187         * WebKitSite/css/yellow.css: Removed.
6188         * WebKitSite/demos: Removed.
6189         * WebKitSite/demos/accessible-ascii-art: Removed.
6190         * WebKitSite/demos/accessible-ascii-art/butterfly-figure.html: Removed.
6191         * WebKitSite/demos/accessible-ascii-art/butterfly.html: Removed.
6192         * WebKitSite/demos/calendar: Removed.
6193         * WebKitSite/demos/calendar/Boom.aiff: Removed.
6194         * WebKitSite/demos/calendar/Calendar.css: Removed.
6195         * WebKitSite/demos/calendar/Calendar.html: Removed.
6196         * WebKitSite/demos/calendar/Calendar.js: Removed.
6197         * WebKitSite/demos/calendar/Calendar.manifest: Removed.
6198         * WebKitSite/demos/calendar/CalendarApp.icns: Removed.
6199         * WebKitSite/demos/calendar/Images: Removed.
6200         * WebKitSite/demos/calendar/Images/AirPort4.png: Removed.
6201         * WebKitSite/demos/calendar/Images/AirPortError.png: Removed.
6202         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallDown.png: Removed.
6203         * WebKitSite/demos/calendar/Images/disclosureTriangleSmallRight.png: Removed.
6204         * WebKitSite/demos/calendar/Images/statusbarBackground.png: Removed.
6205         * WebKitSite/demos/calendar/Images/statusbarResizerVertical.png: Removed.
6206         * WebKitSite/demos/calendar/LocationImage.js: Removed.
6207         * WebKitSite/demos/calendar/Utilities.js: Removed.
6208         * WebKitSite/demos/calendar/favicon.ico: Removed.
6209         * WebKitSite/demos/calendar/index.html: Removed.
6210         * WebKitSite/demos/calendar/mime.types: Removed.
6211         * WebKitSite/demos/canvas-perf: Removed.
6212         * WebKitSite/demos/canvas-perf/canvas.html: Removed.
6213         * WebKitSite/demos/canvas-perf/kraken.jpg: Removed.
6214         * WebKitSite/demos/editingToolbar: Removed.
6215         * WebKitSite/demos/editingToolbar/FancyToolbar.css: Removed.
6216         * WebKitSite/demos/editingToolbar/FancyToolbar.js: Removed.
6217         * WebKitSite/demos/editingToolbar/FancyToolbarImages: Removed.
6218         * WebKitSite/demos/editingToolbar/FancyToolbarImages/button.png: Removed.
6219         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Removed.
6220         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Removed.
6221         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Removed.
6222         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Removed.
6223         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Removed.
6224         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Removed.
6225         * WebKitSite/demos/editingToolbar/FancyToolbarImages/buttonRight.png: Removed.
6226         * WebKitSite/demos/editingToolbar/FancyToolbarImages/camera.png: Removed.
6227         * WebKitSite/demos/editingToolbar/FancyToolbarImages/link.png: Removed.
6228         * WebKitSite/demos/editingToolbar/FancyToolbarImages/textAlign.png: Removed.
6229         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Removed.
6230         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Removed.
6231         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Removed.
6232         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Removed.
6233         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Removed.
6234         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Removed.
6235         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Removed.
6236         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Removed.
6237         * WebKitSite/demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Removed.
6238         * WebKitSite/demos/editingToolbar/content.html: Removed.
6239         * WebKitSite/demos/editingToolbar/images: Removed.
6240         * WebKitSite/demos/editingToolbar/images/safari.png: Removed.
6241         * WebKitSite/demos/editingToolbar/index.html: Removed.
6242         * WebKitSite/demos/hover-summary: Removed.
6243         * WebKitSite/demos/hover-summary/details.css: Removed.
6244         * WebKitSite/demos/hover-summary/details.js: Removed.
6245         * WebKitSite/demos/hover-summary/example1.html: Removed.
6246         * WebKitSite/demos/hover-summary/example2.html: Removed.
6247         * WebKitSite/demos/hover-summary/horizontal-triangle.png: Removed.
6248         * WebKitSite/demos/hover-summary/vertical-triangle.png: Removed.
6249         * WebKitSite/demos/index.html: Removed.
6250         * WebKitSite/demos/mathml: Removed.
6251         * WebKitSite/demos/mathml/MathMLDemo.xhtml: Removed.
6252         * WebKitSite/demos/sticky-notes: Removed.
6253         * WebKitSite/demos/sticky-notes/StickyNotes.manifest: Removed.
6254         * WebKitSite/demos/sticky-notes/deleteButton.png: Removed.
6255         * WebKitSite/demos/sticky-notes/deleteButtonPressed.png: Removed.
6256         * WebKitSite/demos/sticky-notes/index.html: Removed.
6257         * WebKitSite/demos/transitions-and-transforms: Removed.
6258         * WebKitSite/demos/transitions-and-transforms/Finder Coverflow.png: Removed.
6259         * WebKitSite/demos/transitions-and-transforms/Horsehead.png: Removed.
6260         * WebKitSite/demos/transitions-and-transforms/Mail Stationery.png: Removed.
6261         * WebKitSite/demos/transitions-and-transforms/Quick Look.png: Removed.
6262         * WebKitSite/demos/transitions-and-transforms/Spaces.png: Removed.
6263         * WebKitSite/demos/transitions-and-transforms/Stacks.png: Removed.
6264         * WebKitSite/demos/transitions-and-transforms/Time Machine.png: Removed.
6265         * WebKitSite/demos/transitions-and-transforms/index.html: Removed.
6266         * WebKitSite/demos/transitions-and-transforms/leopard.css: Removed.
6267         * WebKitSite/demos/transitions-and-transforms/no-style.html: Removed.
6268         * WebKitSite/favicon.ico: Removed.
6269         * WebKitSite/footer.inc: Removed.
6270         * WebKitSite/header.inc: Removed.
6271         * WebKitSite/images: Removed.
6272         * WebKitSite/images/DroseraPic.png: Removed.
6273         * WebKitSite/images/blank.png: Removed.
6274         * WebKitSite/images/blue-background.png: Removed.
6275         * WebKitSite/images/blue-bullet.png: Removed.
6276         * WebKitSite/images/download.png: Removed.
6277         * WebKitSite/images/end.png: Removed.
6278         * WebKitSite/images/gray-background.png: Removed.
6279         * WebKitSite/images/green-background.png: Removed.
6280         * WebKitSite/images/green-bullet.png: Removed.
6281         * WebKitSite/images/icon-gold.png: Removed.
6282         * WebKitSite/images/icon.png: Removed.
6283         * WebKitSite/images/ie-nav.png: Removed.
6284         * WebKitSite/images/middle.png: Removed.
6285         * WebKitSite/images/nav.png: Removed.
6286         * WebKitSite/images/pink-background.png: Removed.
6287         * WebKitSite/images/pink-bullet.png: Removed.
6288         * WebKitSite/images/purple-background.png: Removed.
6289         * WebKitSite/images/purple-bullet.png: Removed.
6290         * WebKitSite/images/surfin-safari.icns: Removed.
6291         * WebKitSite/images/yellow-background.png: Removed.
6292         * WebKitSite/images/yellow-bullet.png: Removed.
6293         * WebKitSite/index.html: Removed.
6294         * WebKitSite/misc: Removed.
6295         * WebKitSite/misc/DatabaseExample.html: Removed.
6296         * WebKitSite/misc/DatabaseTester.html: Removed.
6297         * WebKitSite/misc/WebKitDetect.html: Removed.
6298         * WebKitSite/misc/WebKitDetect.js: Removed.
6299         * WebKitSite/misc/drosera: Removed.
6300         * WebKitSite/misc/drosera/demo.js: Removed.
6301         * WebKitSite/misc/drosera/drosera.png: Removed.
6302         * WebKitSite/misc/drosera/index.html: Removed.
6303         * WebKitSite/misc/gradient-input.html: Removed.
6304         * WebKitSite/misc/morph.html: Removed.
6305         * WebKitSite/nav.inc: Removed.
6306         * WebKitSite/perf: Removed.
6307         * WebKitSite/perf/slickspeed: Removed.
6308         * WebKitSite/perf/slickspeed/config.ini: Removed.
6309         * WebKitSite/perf/slickspeed/footer.html: Removed.
6310         * WebKitSite/perf/slickspeed/frameworks: Removed.
6311         * WebKitSite/perf/slickspeed/frameworks/DomQuery.js: Removed.
6312         * WebKitSite/perf/slickspeed/frameworks/dummy.js: Removed.
6313         * WebKitSite/perf/slickspeed/frameworks/jquery-1.2.3.js: Removed.
6314         * WebKitSite/perf/slickspeed/frameworks/prototype.js: Removed.
6315         * WebKitSite/perf/slickspeed/header.html: Removed.
6316         * WebKitSite/perf/slickspeed/index.php: Removed.
6317         * WebKitSite/perf/slickspeed/instructions.txt: Removed.
6318         * WebKitSite/perf/slickspeed/logo.png: Removed.
6319         * WebKitSite/perf/slickspeed/selectors.list: Removed.
6320         * WebKitSite/perf/slickspeed/style.css: Removed.
6321         * WebKitSite/perf/slickspeed/system: Removed.
6322         * WebKitSite/perf/slickspeed/system/index.php: Removed.
6323         * WebKitSite/perf/slickspeed/system/slickspeed.js: Removed.
6324         * WebKitSite/perf/slickspeed/system/template.php: Removed.
6325         * WebKitSite/perf/slickspeed/template.html: Removed.
6326         * WebKitSite/perf/sunspider: Removed.
6327         * WebKitSite/perf/sunspider-0.9: Removed.
6328         * WebKitSite/perf/sunspider-0.9.1: Removed.
6329         * WebKitSite/perf/sunspider-0.9.1/json2.js: Removed.
6330         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9: Removed.
6331         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1: Removed.
6332         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Removed.
6333         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Removed.
6334         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Removed.
6335         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Removed.
6336         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/driver.html: Removed.
6337         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/results.html: Removed.
6338         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Removed.
6339         * WebKitSite/perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Removed.
6340         * WebKitSite/perf/sunspider-0.9.1/sunspider-analyze-results.js: Removed.
6341         * WebKitSite/perf/sunspider-0.9.1/sunspider-compare-results.js: Removed.
6342         * WebKitSite/perf/sunspider-0.9.1/sunspider.css: Removed.
6343         * WebKitSite/perf/sunspider-0.9/3d-cube.html: Removed.
6344         * WebKitSite/perf/sunspider-0.9/3d-morph.html: Removed.
6345         * WebKitSite/perf/sunspider-0.9/3d-raytrace.html: Removed.
6346         * WebKitSite/perf/sunspider-0.9/access-binary-trees.html: Removed.
6347         * WebKitSite/perf/sunspider-0.9/access-fannkuch.html: Removed.
6348         * WebKitSite/perf/sunspider-0.9/access-nbody.html: Removed.
6349         * WebKitSite/perf/sunspider-0.9/access-nsieve.html: Removed.
6350         * WebKitSite/perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Removed.
6351         * WebKitSite/perf/sunspider-0.9/bitops-bits-in-byte.html: Removed.
6352         * WebKitSite/perf/sunspider-0.9/bitops-bitwise-and.html: Removed.
6353         * WebKitSite/perf/sunspider-0.9/bitops-nsieve-bits.html: Removed.
6354         * WebKitSite/perf/sunspider-0.9/controlflow-recursive.html: Removed.
6355         * WebKitSite/perf/sunspider-0.9/crypto-aes.html: Removed.
6356         * WebKitSite/perf/sunspider-0.9/crypto-md5.html: Removed.
6357         * WebKitSite/perf/sunspider-0.9/crypto-sha1.html: Removed.
6358         * WebKitSite/perf/sunspider-0.9/date-format-tofte.html: Removed.
6359         * WebKitSite/perf/sunspider-0.9/date-format-xparb.html: Removed.
6360         * WebKitSite/perf/sunspider-0.9/math-cordic.html: Removed.
6361         * WebKitSite/perf/sunspider-0.9/math-partial-sums.html: Removed.
6362         * WebKitSite/perf/sunspider-0.9/math-spectral-norm.html: Removed.
6363         * WebKitSite/perf/sunspider-0.9/regexp-dna.html: Removed.
6364         * WebKitSite/perf/sunspider-0.9/string-base64.html: Removed.
6365         * WebKitSite/perf/sunspider-0.9/string-fasta.html: Removed.
6366         * WebKitSite/perf/sunspider-0.9/string-tagcloud.html: Removed.
6367         * WebKitSite/perf/sunspider-0.9/string-unpack-code.html: Removed.
6368         * WebKitSite/perf/sunspider-0.9/string-validate-input.html: Removed.
6369         * WebKitSite/perf/sunspider-0.9/sunspider-analyze-results.js: Removed.
6370         * WebKitSite/perf/sunspider-0.9/sunspider-compare-results.js: Removed.
6371         * WebKitSite/perf/sunspider-0.9/sunspider-driver.html: Removed.
6372         * WebKitSite/perf/sunspider-0.9/sunspider-record-result.js: Removed.
6373         * WebKitSite/perf/sunspider-0.9/sunspider-results.html: Removed.
6374         * WebKitSite/perf/sunspider-0.9/sunspider-test-prefix.js: Removed.
6375         * WebKitSite/perf/sunspider-0.9/sunspider.css: Removed.
6376         * WebKitSite/perf/sunspider/sunspider.css: Removed.
6377         * WebKitSite/perf/sunspider/sunspider.html: Removed.
6378         * WebKitSite/pngbehavior.htc: Removed.
6379         * WebKitSite/projects: Removed.
6380         * WebKitSite/projects/accessibility: Removed.
6381         * WebKitSite/projects/accessibility/index.html: Removed.
6382         * WebKitSite/projects/cleanup: Removed.
6383         * WebKitSite/projects/cleanup/index.html: Removed.
6384         * WebKitSite/projects/compat: Removed.
6385         * WebKitSite/projects/compat/index.html: Removed.
6386         * WebKitSite/projects/css: Removed.
6387         * WebKitSite/projects/css/index.html: Removed.
6388         * WebKitSite/projects/documentation: Removed.
6389         * WebKitSite/projects/documentation/index.html: Removed.
6390         * WebKitSite/projects/dom: Removed.
6391         * WebKitSite/projects/dom/index.html: Removed.
6392         * WebKitSite/projects/editing: Removed.
6393         * WebKitSite/projects/editing/index.html: Removed.
6394         * WebKitSite/projects/forms: Removed.
6395         * WebKitSite/projects/forms/index.html: Removed.
6396         * WebKitSite/projects/goals.html: Removed.
6397         * WebKitSite/projects/html: Removed.
6398         * WebKitSite/projects/html/index.html: Removed.
6399         * WebKitSite/projects/index.html: Removed.
6400         * WebKitSite/projects/javascript: Removed.
6401         * WebKitSite/projects/javascript/index.html: Removed.
6402         * WebKitSite/projects/layout: Removed.
6403         * WebKitSite/projects/layout/index.html: Removed.
6404         * WebKitSite/projects/mathml: Removed.
6405         * WebKitSite/projects/mathml/index.html: Removed.
6406         * WebKitSite/projects/performance: Removed.
6407         * WebKitSite/projects/performance/index.html: Removed.
6408         * WebKitSite/projects/plugins: Removed.
6409         * WebKitSite/projects/plugins/index.html: Removed.
6410         * WebKitSite/projects/portability: Removed.
6411         * WebKitSite/projects/portability/index.html: Removed.
6412         * WebKitSite/projects/printing: Removed.
6413         * WebKitSite/projects/printing/index.html: Removed.
6414         * WebKitSite/projects/svg: Removed.
6415         * WebKitSite/projects/svg/index.html: Removed.
6416         * WebKitSite/projects/svg/status.xml: Removed.
6417         * WebKitSite/projects/svg/svg-status.css: Removed.
6418         * WebKitSite/projects/svg/svg-status.xsl: Removed.
6419         * WebKitSite/projects/webkit: Removed.
6420         * WebKitSite/projects/webkit/index.html: Removed.
6421         * WebKitSite/projects/xml: Removed.
6422         * WebKitSite/projects/xml/index.html: Removed.
6423         * WebKitSite/projects/xslt: Removed.
6424         * WebKitSite/projects/xslt/index.html: Removed.
6425         * WebKitSite/quality: Removed.
6426         * WebKitSite/quality/.htaccess: Removed.
6427         * WebKitSite/quality/Ahem.ttf: Removed.
6428         * WebKitSite/quality/bugpriorities.html: Removed.
6429         * WebKitSite/quality/bugwriting.html: Removed.
6430         * WebKitSite/quality/bugzilla.html: Removed.
6431         * WebKitSite/quality/crashlogs.html: Removed.
6432         * WebKitSite/quality/leakhunting.html: Removed.
6433         * WebKitSite/quality/lifecycle.html: Removed.
6434         * WebKitSite/quality/mac_reportbox.jpg: Removed.
6435         * WebKitSite/quality/mac_viewtrace.jpg: Removed.
6436         * WebKitSite/quality/reduction.html: Removed.
6437         * WebKitSite/quality/reporting.html: Removed.
6438         * WebKitSite/quality/testing.html: Removed.
6439         * WebKitSite/quality/testwriting.html: Removed.
6440         * WebKitSite/quality/win_installwatson.jpg: Removed.
6441         * WebKitSite/quality/win_watsongui.jpg: Removed.
6442         * WebKitSite/quality/win_watsoninstalled.jpg: Removed.
6443         * WebKitSite/security: Removed.
6444         * WebKitSite/security/index.html: Removed.
6445         * WebKitSite/security/security-group-members.html: Removed.
6446         * WebKitSite/specs: Removed.
6447         * WebKitSite/specs/CSSVisualEffects: Removed.
6448         * WebKitSite/specs/CSSVisualEffects/css3-2d-transforms: Removed.
6449         * WebKitSite/specs/CSSVisualEffects/css3-3d-transforms: Removed.
6450         * WebKitSite/specs/CSSVisualEffects/css3-animations: Removed.
6451         * WebKitSite/specs/CSSVisualEffects/css3-transitions: Removed.
6452         * WebKitSite/specs/CSSVisualEffects/index.html: Removed.
6453         * WebKitSite/specs/HTML_Timed_Media_Elements.html: Removed.
6454         * WebKitSite/specs/MediaQueriesExtensions.html: Removed.
6455         * WebKitSite/specs/PointerEventsProperty.html: Removed.
6456         * WebKitSite/specs/Timed_Media_CSS.html: Removed.
6457         * WebKitSite/specs/Timed_Media_Elements-Open_Issues.html: Removed.
6458         * WebKitSite/specs/index.html: Removed.
6459         * WebKitSite/specs/mediaelement.css: Removed.
6460         * WebKitSite/specs/movie-status-states.png: Removed.
6461         * WebKitSite/specs/squirrelfish-bytecode.html: Removed.
6462         * cmake/WebKitPackaging.cmake:
6463
6464 2010-12-20  Joseph Pecoraro  <joepeck@webkit.org>
6465
6466         Reviewed by Darin Adler.
6467
6468         Update .gitattributes for WebKitTools -> Tools change
6469         https://bugs.webkit.org/show_bug.cgi?id=51365
6470
6471         * .gitattributes: WebKitTools -> Tools rename. Removed no longer existing file references.
6472
6473 2010-12-20  Xan Lopez  <xlopez@igalia.com>
6474
6475         Reviewed by Gustavo Noronha.
6476
6477         * configure.ac: bump version for 1.3.8 release.
6478
6479 2010-12-20  David Levin  <levin@chromium.org>
6480
6481         Reviewed by Ariya Hidayat.
6482
6483         .gitignore and webkit-tools-completion.sh have references to WebKitTools that should be Tools.
6484         https://bugs.webkit.org/show_bug.cgi?id=51343
6485
6486         Follow up from the WebKitTools -> Tools rename.
6487
6488         * .gitignore:
6489
6490 2010-12-20  Ryuan Choi  <ryuan.choi@samsung.com>
6491
6492         Reviewed by Antonio Gomes.
6493
6494         [CMAKE] Rename WEBKITTOOLS_DIR to TOOLS_DIR
6495         https://bugs.webkit.org/show_bug.cgi?id=51319
6496
6497         Change WEBKITTOOLS_DIR variable's name and value to TOOLS_DIR and tools/.
6498
6499         * CMakeLists.txt:
6500
6501 2010-12-18  Adam Barth  <abarth@webkit.org>
6502
6503         Reviewed by Sam Weinig.
6504
6505         Move WebKitExamplePlugins to Examples
6506         https://bugs.webkit.org/show_bug.cgi?id=51291
6507
6508         * Examples: Copied from WebKitExamplePlugins.
6509         * WebKitExamplePlugins: Removed.
6510         * WebKitExamplePlugins/NetscapeCocoaPlugin: Removed.
6511         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj: Removed.
6512         * WebKitExamplePlugins/NetscapeCocoaPlugin/English.lproj/InfoPlist.strings: Removed.
6513         * WebKitExamplePlugins/NetscapeCocoaPlugin/Info.plist: Removed.
6514         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.h: Removed.
6515         * WebKitExamplePlugins/NetscapeCocoaPlugin/MenuHandler.m: Removed.
6516         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj: Removed.
6517         * WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/project.pbxproj: Removed.
6518         * WebKitExamplePlugins/NetscapeCocoaPlugin/main.m: Removed.
6519         * WebKitExamplePlugins/NetscapeCocoaPlugin/test.html: Removed.
6520         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin: Removed.
6521         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj: Removed.
6522         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj/InfoPlist.strings: Removed.
6523         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Info.plist: Removed.
6524         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.h: Removed.
6525         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.m: Removed.
6526         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj: Removed.
6527         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/project.pbxproj: Removed.
6528         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Pause.tiff: Removed.
6529         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Play.tiff: Removed.
6530         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackCenter.tiff: Removed.
6531         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackLeft.tiff: Removed.
6532         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackRight.tiff: Removed.
6533         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Thumb.tiff: Removed.
6534         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/main.m: Removed.
6535         * WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/test.html: Removed.
6536         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin: Removed.
6537         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Composition.qtz: Removed.
6538         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj: Removed.
6539         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/English.lproj/InfoPlist.strings: Removed.
6540         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/Info.plist: Removed.
6541         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj: Removed.
6542         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/project.pbxproj: Removed.
6543         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/main.m: Removed.
6544         * WebKitExamplePlugins/NetscapeCoreAnimationPlugin/test.html: Removed.
6545         * WebKitExamplePlugins/NetscapeInputMethodPlugin: Removed.
6546         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj: Removed.
6547         * WebKitExamplePlugins/NetscapeInputMethodPlugin/English.lproj/InfoPlist.strings: Removed.
6548         * WebKitExamplePlugins/NetscapeInputMethodPlugin/Info.plist: Removed.
6549         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj: Removed.
6550         * WebKitExamplePlugins/NetscapeInputMethodPlugin/NetscapeInputMethodPlugin.xcodeproj/project.pbxproj: Removed.
6551         * WebKitExamplePlugins/NetscapeInputMethodPlugin/main.m: Removed.
6552         * WebKitExamplePlugins/NetscapeInputMethodPlugin/test.html: Removed.
6553         * cmake/WebKitPackaging.cmake:
6554
6555 2010-12-17  Dan Bernstein  <mitz@apple.com>
6556
6557         Reviewed by Simon Fraser.
6558
6559         Rename WebKitTools to Tools
6560         https://bugs.webkit.org/show_bug.cgi?id=49861
6561
6562         * DerivedSources.pro:
6563         * GNUmakefile.am:
6564         * MakeFile:
6565         * MakeFile.shared:
6566         * Tools: Renamed from WebKitTools.
6567         * WebKit.pro:
6568         * cmake/WebKitPackaging.cmake:
6569         * wscript:
6570
6571 2010-12-16  Leandro Pereira  <leandro@profusion.mobi>
6572
6573         [EFL] Unreviewed build fix.
6574
6575         Disable ContextMenu support for now while support for
6576         CROSS_PLATFORM_MENUS is written.
6577
6578         * cmake/OptionsEfl.cmake:
6579
6580 2010-12-15  Sheriff Bot  <webkit.review.bot@gmail.com>
6581
6582         Unreviewed, rolling out r74117.
6583         http://trac.webkit.org/changeset/74117
6584         https://bugs.webkit.org/show_bug.cgi?id=51113
6585
6586         This broke the GTK1 build. (Requested by mrobinson on
6587         #webkit).
6588
6589         * GNUmakefile.am:
6590         * configure.ac:
6591
6592 2010-12-15  Amruth Raj  <amruthraj@motorola.com> and Ravi Kasibhatla  <ravi.kasibhatla@motorola.com>
6593
6594         Reviewed by Martin Robinson.
6595
6596         Changes to enable building WebKit2 for Gtk port.
6597         (https://bugs.webkit.org/show_bug.cgi?id=37369)
6598
6599         * GNUmakefile.am: Changes to build either of WebKit1 or WebKit2.
6600         It basically excludes all WebKit/gtk/webkit/ files when building WebKit2.
6601         Also, exludes Unittests, DumprenderTree, GtkLauncher etc for WebKit2.
6602         * configure.ac: Option for enable or disable WebKit2.
6603
6604 2010-12-14  Commit Queue  <commit-queue@webkit.org>
6605
6606         Unreviewed.  Test commit for commit-queue@webkit.org.
6607
6608 2010-12-14  Commit Queue  <commit-queue@webkit.org>
6609
6610         Unreviewed.  Test commit for commit-queue@webkit.org.
6611
6612 2010-12-14  Ryosuke Niwa  <rniwa@webkit.org>
6613
6614         Reviewed by Eric Seidel.
6615
6616         [git].DS_Store should be in .gitignore
6617         https://bugs.webkit.org/show_bug.cgi?id=51065
6618
6619         Added .DS_Store to .gitignore.
6620
6621         * .gitignore:
6622
6623 2010-12-14  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
6624
6625         Reviewed by Eric Seidel.
6626
6627         [EFL] Add linker script to export less symbols
6628         https://bugs.webkit.org/show_bug.cgi?id=44609
6629
6630         Filter the exported symbols by using a linker script. Only symbols
6631         starting with "ewk_" are exported.
6632
6633         * cmake/OptionsEfl.cmake: Pass linker option to use a version script
6634         when linking webkit.
6635         * cmake/eflsymbols.filter: Added. Export only symbols starting with
6636         "ewk_" (C linkage).
6637
6638 2010-12-13  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
6639
6640         Unreviewed build fix for EFL.
6641
6642         Remove DataSourceGStreamer.cpp in WebCore/CMakeListsEfl.txt
6643         Because, DataSourceGStreamer.cpp was removed by Bug 30007.
6644
6645         * ../WebCore/CMakeListsEfl.txt:
6646
6647 2010-12-13  Andras Becsi  <abecsi@webkit.org>
6648
6649         Reviewed by Csaba Osztrogonác.
6650
6651         [Qt][WK2] Fix build if WebKitTools are not available
6652         https://bugs.webkit.org/show_bug.cgi?id=50242
6653
6654         * DerivedSources.pro: add new DerivedSources.pro to SUBDIRS.
6655
6656 2010-12-06  Philippe Normand  <pnormand@igalia.com>
6657
6658         Reviewed by Martin Robinson.
6659
6660         [GTK] Support the Mozilla-style Fullscreen Javascript API
6661         https://bugs.webkit.org/show_bug.cgi?id=50572
6662
6663         * configure.ac: new configure flag to disable the new Javascript
6664         Fullscreen API build. It is enabled by default.
6665
6666 2010-12-09  Philippe Normand  <pnormand@igalia.com>
6667
6668         Reviewed by Xan Lopez.
6669
6670         [GTK] configure: error out if video is enabled and gstreamer pkg-config check fails
6671         https://bugs.webkit.org/show_bug.cgi?id=50741
6672
6673         * configure.ac:
6674
6675 2010-12-07  Patrick Gansterer  <paroga@webkit.org>
6676
6677         Reviewed by Andreas Kling.
6678
6679         [CMake] Remove WebKitGenerators
6680         https://bugs.webkit.org/show_bug.cgi?id=50445
6681
6682         * CMakeLists.txt:
6683         * cmake/WebKitGenerators.cmake: Removed.
6684
6685 2010-12-06  Patrick Gansterer  <paroga@webkit.org>
6686
6687         Reviewed by Andreas Kling.
6688
6689         [WINCE] Add build system
6690         https://bugs.webkit.org/show_bug.cgi?id=50522
6691
6692         * cmake/OptionsWinCE.cmake: Added.
6693         * cmake/OptionsWindows.cmake: Added.
6694
6695 2010-12-04  Patrick Gansterer  <paroga@webkit.org>
6696
6697         Reviewed by Andreas Kling.
6698
6699         [CMake] Better detection of ARM platform
6700         https://bugs.webkit.org/show_bug.cgi?id=50452
6701
6702         * CMakeLists.txt:
6703
6704 2010-12-03  Xan Lopez  <xlopez@igalia.com>
6705
6706         Unreviewed build fix for GTK+.
6707
6708         Add configure.ac-fu for WebAudio.
6709
6710         * configure.ac:
6711
6712 2010-12-02  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
6713
6714         Reviewed by Eric Seidel.
6715
6716         [EFL] Fails to build with non-system cairo
6717         https://bugs.webkit.org/show_bug.cgi?id=50395
6718
6719         Do not add 'cairo' as a suffix for the paths provided by
6720         pkgconfig. The paths provided by pkgconfig already include it.
6721
6722         * cmake/FindCairo.cmake:
6723
6724 2010-12-02  Xan Lopez  <xlopez@igalia.com>
6725
6726         Third attempt to fix the build.
6727
6728         * autotools/symbols.filter: be more liberal in one more symbol.
6729
6730 2010-12-02  Xan Lopez  <xlopez@igalia.com>
6731
6732         Another attempt to fix the GTK+ build.
6733
6734         * autotools/symbols.filter: try to be more liberal with the
6735         mangled names of some symbols.
6736
6737 2010-12-02  Xan Lopez  <xlopez@igalia.com>
6738
6739         Try to fix GTK+ build.
6740
6741         * autotools/symbols.filter: add missing ';'.
6742
6743 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
6744
6745         Attempt to fix the GTK+ build. Add missing symbol the
6746         list of unfiltered symbols for the linker.
6747
6748         * autotools/symbols.filter: Add symbol used in DumpRenderTree.
6749
6750 2010-12-02  Martin Robinson  <mrobinson@igalia.com>
6751
6752         Reviewed by Xan Lopez.
6753
6754         [GTK] DumpRenderTree has two copies of JavaScriptCore
6755         https://bugs.webkit.org/show_bug.cgi?id=49877
6756
6757         Prevent the need to compile JSC into DumpRenderTree twice, by adjusting
6758         the symbol visibility rules for libwebkit. Make all JSC symbols visible,
6759         while hiding WebCore/WebKit symbols.
6760
6761         * GNUmakefile.am: Move the symbol visibility flags to the WebKit build.
6762         * autotools/symbols.filter: Update the symbol filter list with the real
6763         mangled names of the symbols and include other symbols that DRT needs.
6764
6765 2010-12-02  Daniel Bates  <dbates@rim.com>
6766
6767         Add autotools generated files to svn:ignore so that these
6768         files do not show up in an svn stat.
6769
6770         * .: Added properties svn:ignore, svn:ignore and svn:ignore. Modified property svn:ignore.
6771         * autotools: Added property svn:ignore.
6772
6773 2010-12-01  Adam Roben  <aroben@apple.com>
6774
6775         Teach git to ignore files installed by WebKitSupportLibrary and
6776         WebKitAuxiliaryLibrary
6777
6778         Fixes <http://webkit.org/b/50348> Git complains about lots of
6779         untracked files in WebKitLibraries/win
6780
6781         Reviewed by Steve Falkenburg.
6782
6783         * .gitignore: Added files from these libraries.
6784
6785 2010-12-01  Steve Falkenburg  <sfalken@apple.com>
6786
6787         Reviewed by Adam Roben.
6788
6789         vcproj changes can't be applied cleanly by the Windows EWS bot
6790         https://bugs.webkit.org/show_bug.cgi?id=50328
6791
6792         * .gitattributes:
6793
6794 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
6795
6796         Reviewed by Andreas Kling.
6797
6798         [CMake] Use preprocessor argument in GENERATE_DOM_NAMES
6799         https://bugs.webkit.org/show_bug.cgi?id=49886
6800
6801         * cmake/WebKitMacros.cmake:
6802
6803 2010-11-30  Patrick Gansterer  <paroga@webkit.org>
6804
6805         Reviewed by Andreas Kling.
6806
6807         Move generator logic into WebCore CMakeLists.txt file
6808         https://bugs.webkit.org/show_bug.cgi?id=49885
6809
6810         * cmake/WebKitMacros.cmake:
6811
6812 2010-11-29  Xan Lopez  <xlopez@igalia.com>
6813
6814         Reviewed by Martin Robinson.
6815
6816         * configure.ac: bump version for 1.3.7 release.
6817
6818 2010-11-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
6819
6820         Reviewed by Antonio Gomes.
6821
6822         [Qt] Remove unused BASE_DIR from the build system
6823         https://bugs.webkit.org/show_bug.cgi?id=50132
6824
6825         * WebKit.pri:
6826
6827 2010-11-24  Hayato Ito  <hayato@chromium.org>
6828
6829         Reviewed by David Levin.
6830
6831         Add files which Chromium port generates to .gitignore.
6832
6833         https://bugs.webkit.org/show_bug.cgi?id=49943
6834
6835         * .gitignore:
6836
6837 2010-11-23  Patrick Gansterer  <paroga@webkit.org>
6838
6839         Reviewed by David Levin.
6840
6841         Add WebKit2 VisualStudio files to .gitattributes
6842         https://bugs.webkit.org/show_bug.cgi?id=49969
6843
6844         * .gitattributes:
6845
6846 2010-11-19  Mihai Parparita  <mihaip@chromium.org>
6847
6848         Add recent upstream Chromium dependencies to .gitignore.
6849
6850         * .gitignore:
6851
6852 2010-11-17  Martin Robinson  <mrobinson@igalia.com>
6853
6854         Reviewed by Gustavo Noronha Silva.
6855
6856         [GTK] Changing any GNUmakefile.am in the source tree forces a rebuld of the DOM bindings and WebKit APi
6857         https://bugs.webkit.org/show_bug.cgi?id=49400
6858
6859         Move WebKit API build rules out of GNUmakefile.am. These are now in
6860         WebKit/gtk/GNUmakefile.am.
6861
6862         * GNUmakefile.am: Remove WebKit API build rules.
6863
6864 2010-11-17  Commit Queue  <commit-queue@webkit.org>
6865
6866         Unreviewed.  Test commit for commit-queue@webkit.org.
6867
6868 2010-11-16  Andreas Kling  <kling@webkit.org>
6869
6870         Unreviewed typo fix for previous commit.
6871
6872         * common.pri:
6873
6874 2010-11-16  Andreas Kling  <kling@webkit.org>
6875
6876         Reviewed by Kenneth Rohde Christiansen.
6877
6878         [Qt][Scratchbox] Use gold linker explicitly when available
6879
6880         gold is faster at linking QtWebKit than binutils ld, but it cannot be
6881         enabled by default on a system that compiles other Qt projects.
6882         This is due to gold not supporting the --add-needed flag.
6883
6884         Original patch by Kimmo Kinnunen.
6885
6886         * common.pri:
6887
6888 2010-11-16  Andreas Kling  <kling@webkit.org>
6889
6890         Reviewed by Kenneth Rohde Christiansen.
6891
6892         [Qt] Add 'valgrind' build mode
6893
6894         Passing CONFIG+=valgrind to qmake will now build WebKit in a way
6895         suitable for debugging with Valgrind.
6896
6897         Original patch by Christian Sejersen.
6898
6899         * WebKit.pri:
6900
6901 2010-11-15  Patrick Gansterer  <paroga@webkit.org>
6902
6903         Reviewed by Andreas Kling.
6904
6905         [CMake] Add additional flags to cmakeconfig.h
6906         https://bugs.webkit.org/show_bug.cgi?id=49556
6907
6908         * cmake/OptionsEfl.cmake:
6909         * cmakeconfig.h.cmake:
6910
6911 2010-11-14  Ryuan Choi  <ryuan.choi@samsung.com>
6912
6913         Reviewed by Martin Robinson.
6914
6915         [EFL] add pango support
6916         https://bugs.webkit.org/show_bug.cgi?id=46029
6917
6918         Add FONT_BACKEND option to switch between pango and freetype.
6919
6920         * cmake/OptionsEfl.cmake:
6921
6922 2010-11-11  Eric Seidel  <eric@webkit.org>
6923
6924         Rubber-stamped by Adam Roben.
6925
6926         * .: Modified property svn:ignore.
6927          - Add WebKitSupportLibrary.zip and WebKitBuild to the root ignore list.
6928
6929 2010-11-10  Csaba Osztrogonác  <ossy@webkit.org>
6930
6931         Reviewed by David Hyatt.
6932
6933         HTML5 Ruby support should be mandatory feature
6934         https://bugs.webkit.org/show_bug.cgi?id=49272
6935
6936         Remove Ruby as optional feature.
6937
6938         * cmake/OptionsEfl.cmake:
6939         * cmakeconfig.h.cmake:
6940         * configure.ac:
6941
6942 2010-11-09  Gavin Peters  <gavinp@chromium.org>
6943
6944         Reviewed by Xan Lopez.
6945
6946         gtk platform doesn't support link prefetch
6947         https://bugs.webkit.org/show_bug.cgi?id=49234
6948
6949         * configure.ac:
6950
6951 2010-11-08  Xan Lopez  <xlopez@igalia.com>
6952
6953         Reviewed by Martin Robinson.
6954
6955         Update version numbers for release.
6956
6957         * configure.ac:
6958
6959 2010-11-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
6960
6961         Reviewed by Adam Barth.
6962
6963         [EFL] Enable HTML5 Video
6964         https://bugs.webkit.org/show_bug.cgi?id=48972 
6965
6966         Enable HTML 5 Video option for WebKit EFL. 
6967
6968         * cmake/OptionsEfl.cmake:
6969
6970 2010-11-01  Viatcheslav Ostapenko  <ostapenko.viatcheslav@nokia.com>
6971
6972         Reviewed by Andreas Kling.
6973
6974         [Qt][Symbian] QtTestBrowser runs out of memory with most of javascript benchmarks.
6975         https://bugs.webkit.org/show_bug.cgi?id=48730
6976
6977         Increase the maximum heap size on Symbian to 256 MB.
6978
6979         * WebKit.pri:
6980
6981 2010-10-29  Csaba Osztrogonác  <ossy@webkit.org>
6982
6983         Reviewed by Adam Roben and David Kilzer.
6984
6985         Fix and cleanup of build systems
6986         https://bugs.webkit.org/show_bug.cgi?id=48342
6987
6988         * cmake/OptionsEfl.cmake: Remove unnecessary ENABLE_SANDBOX.
6989         * cmakeconfig.h.cmake:
6990         * configure.ac:
6991
6992 2010-10-26  Antonio Gomes  <agomes@rim.com>
6993
6994         Reviewed by Martin Robinson.
6995
6996         [GTK] Implement DumpRenderTreeSupportGtk (similarly to DumpRenderTreeSupportQt idea)
6997         https://bugs.webkit.org/show_bug.cgi?id=48199
6998
6999         * GNUmakefile.am: Added WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp|h to GTK+'s build system;
7000         * autotools/symbols.filter: Added DumpRenderTreeSupportGtk symbols to symbols.filter so they do not get
7001           filtered and get visible by DRT.
7002
7003 2010-10-24  Anders Bakken  <agbakken@gmail.com>
7004
7005         Reviewed by Simon Hausmann.
7006
7007         [Qt] Disable enable_fast_mobile_scrolling for QWS
7008         https://bugs.webkit.org/show_bug.cgi?id=48006
7009
7010         Turning this on breaks the acidtests for QWS/DirectFB and QWS/QVFB
7011
7012         * WebKit.pri:
7013
7014 2010-10-22  Adam Barth  <abarth@webkit.org>
7015
7016         Unreviewed, rolling out r70290.
7017         http://trac.webkit.org/changeset/70290
7018         https://bugs.webkit.org/show_bug.cgi?id=48111
7019
7020         Undelete Android build files.
7021
7022         * Android.mk: Added.
7023
7024 2010-10-21  Adam Barth  <abarth@webkit.org>
7025
7026         Reviewed by David Levin.
7027
7028         Remove Android build system
7029         https://bugs.webkit.org/show_bug.cgi?id=48111
7030
7031         * Android.mk: Removed.
7032
7033 2010-10-19  Ryuan Choi  <ryuan.choi@samsung.com>
7034
7035         Unreviewed, adding missed additionalArguments.
7036
7037         [CMAKE] additional arguments was missed in GENERATE_DOM_NAMES
7038         https://bugs.webkit.org/show_bug.cgi?id=47694
7039
7040         Pass additionalArguments for make_names.pl to choose enabled features.
7041
7042         * cmake/WebKitMacros.cmake:
7043
7044 2010-10-19  Sheriff Bot  <webkit.review.bot@gmail.com>
7045
7046         Unreviewed, rolling out r70034.
7047         http://trac.webkit.org/changeset/70034
7048         https://bugs.webkit.org/show_bug.cgi?id=47889
7049
7050         "Gustavo's bot is lame" (Requested by xan_ on #webkit).
7051
7052         * configure.ac:
7053
7054 2010-10-19  Prof. MAAD  <himself@prof-maad.org>
7055
7056         Reviewed by Xan Lopez.
7057
7058         [GTK] Correct erroneous documentation for webkit_web_navigation_action_get_button()
7059         https://bugs.webkit.org/show_bug.cgi?id=46723
7060
7061         * WebKit/gtk/webkit/webkitwebnavigationaction.cpp:
7062
7063 2010-10-19  Xan Lopez  <xlopez@igalia.com>
7064
7065         Reviewed by Martin Robinson.
7066
7067         [GTK] Bump minimum requirement for libsoup to 2.30
7068         https://bugs.webkit.org/show_bug.cgi?id=46176
7069
7070         Bump minimum libsoup to required version to 2.30.0.
7071
7072         * configure.ac:
7073
7074 2010-10-18  Xan Lopez  <xlopez@igalia.com>
7075
7076         Reviewed by Martin Robinson.
7077
7078         Bump version numbers for 1.3.5 release.
7079
7080         * configure.ac:
7081
7082 2006-10-27  Brady Eidson  <beidson@apple.com>
7083
7084         70,000!
7085
7086 2010-10-15  Sergio Villar Senin  <svillar@igalia.com>
7087
7088         Reviewed by Martin Robinson.
7089
7090         [GTK] Fix introspection support
7091         https://bugs.webkit.org/show_bug.cgi?id=47723
7092
7093         Added HTTP cache directory to the WebkitGtk+ GIR sources.
7094
7095         * GNUmakefile.am:
7096
7097 2010-10-14  Andras Becsi  <abecsi@webkit.org>
7098
7099         Reviewed by Csaba Osztrogonác.
7100
7101         [Qt] Fix -Werror after r68637 on x86 platforms.
7102         Qt's build system sets QT_ARCH statically to i386 or x86_64 accordingly,
7103         so check for this instead of only checking for x86.
7104
7105         * WebKit.pri:
7106
7107 2010-10-13  Sergio Villar Senin  <svillar@igalia.com>
7108
7109         Reviewed by Martin Robinson.
7110
7111         [GTK] Add HTTP caching support
7112         https://bugs.webkit.org/show_bug.cgi?id=44261
7113
7114         Bump the required version of GLib. The serialization/deserialization
7115         code of libsoup caching code uses GVariant, which was added to GLib in
7116         version 2.24.
7117
7118         * GNUmakefile.am: Add paths for soup HTTP cache code.
7119         * autotools/webkit.m4: Increase required glib version.
7120
7121 2010-10-13  Xan Lopez  <xlopez@igalia.com>
7122
7123         Reviewed by Gustavo Noronha.
7124
7125         [GTK] Remove more warnings from the g-i scanner run
7126         https://bugs.webkit.org/show_bug.cgi?id=47255
7127
7128         Fixes almost all warnings coming from the g-i scanner.
7129
7130         * GNUmakefile.am: Add missing files and include dirs to the
7131         scanner run.
7132
7133 2010-10-08  Balazs Kelemen  <kbalazs@webkit.org>
7134
7135         Reviewed by Csaba Osztrogonác.
7136
7137         [Qt] Turn on building WTR
7138         https://bugs.webkit.org/show_bug.cgi?id=47349
7139
7140         * DerivedSources.pro:
7141         * WebKit.pro:
7142
7143 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
7144
7145         Reviewed by Kenneth Rohde Christiansen.
7146
7147         [Qt] Add WTR's InjectedBundle build files.
7148         https://bugs.webkit.org/show_bug.cgi?id=47333
7149
7150         * DerivedSources.pro:
7151         * WebKit.pro:
7152
7153 2010-10-07  Sheriff Bot  <webkit.review.bot@gmail.com>
7154
7155         Unreviewed, rolling out r69315.
7156         http://trac.webkit.org/changeset/69315
7157         https://bugs.webkit.org/show_bug.cgi?id=47363
7158
7159         Forgot to add the new files (Requested by kbalazs on #webkit).
7160
7161         * DerivedSources.pro:
7162
7163 2010-10-07  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>, Andras Becsi  <abecsi@webkit.org>, Balazs Kelemen  <kbalazs@webkit.org>
7164
7165         Reviewed by Kenneth Rohde Christiansen.
7166
7167         [Qt] Add WTR's InjectedBundle build files.
7168         https://bugs.webkit.org/show_bug.cgi?id=47333
7169
7170         * DerivedSources.pro:
7171         * WebKit.pro:
7172
7173 2010-10-07  Balazs Kelemen  <kbalazs@webkit.org>
7174
7175         Reviewed by Kenneth Rohde Christiansen.
7176
7177         [Qt] Turn on building WTR
7178         https://bugs.webkit.org/show_bug.cgi?id=47349
7179
7180         * WebKit.pro:
7181
7182 2010-10-07  Carlos Garcia Campos  <cgarcia@igalia.com>
7183
7184         Reviewed by Xan Lopez.
7185
7186         [GTK] Fix the build for GTK+ 3
7187         https://bugs.webkit.org/show_bug.cgi?id=47249
7188
7189         Bump required gtk+-3 version to 2.91.0
7190
7191         * configure.ac:
7192
7193 2010-10-07  Simon Hausmann  <simon.hausmann@nokia.com>
7194
7195         Rubber-stamped by Tor Arne Vestbø.
7196
7197         [Qt] Re-enable the web inspector for maemo6 builds
7198
7199         Yeah, it's strange :), but they really want it.
7200
7201         * WebKit.pri:
7202
7203 2010-10-06  Balazs Kelemen  <kbalazs@webkit.org>
7204
7205         Reviewed by Kenneth Rohde Christiansen.
7206
7207         [Qt] Add WebKitTestRunner's build files
7208         https://bugs.webkit.org/show_bug.cgi?id=44155
7209
7210         Add the new subdirs.
7211         * DerivedSources.pro:
7212         * WebKit.pro:
7213
7214 2010-10-04  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7215
7216         Reviewed by Antonio Gomes.
7217
7218         [EFL] Use fast malloc for WebKit EFL
7219         https://bugs.webkit.org/show_bug.cgi?id=46691
7220
7221         Use fast malloc for WebKit EFL because the fast malloc is to allocate
7222         memory quickly.
7223
7224         * cmake/OptionsEfl.cmake:
7225
7226 2010-10-03  Dimitri Glazkov  <dglazkov@chromium.org>
7227
7228         Add Chromium depot_tools to files that git should ignore.
7229
7230         * .gitignore: Added WebKit/chromium/depot_tools.
7231
7232 2010-09-30  Kevin Ollivier  <kevino@theolliviers.com>
7233
7234         [wx] Fix typo in build script.
7235
7236         * wscript:
7237
7238 2010-09-29  Simon Hausmann  <simon.hausmann@nokia.com>
7239
7240         Reviewed by Csaba Osztrogonác.
7241
7242         [Qt] Fix the build on non-x86 platforms with gcc
7243
7244         Don't disable -Werror on arm, that doesn't work when QT_ARCH is
7245         for example armv6. Instead change the condition as the comment says,
7246         enable -Werror on x86/gcc where we know it passes. On other platforms
7247         gcc produces difference warnings, and when they're fixed we can add
7248         them to the whitelist of -Werror-supported architectures.
7249
7250         * WebKit.pri:
7251
7252 2010-09-28  Philippe Normand  <pnormand@igalia.com>
7253
7254         Reviewed by Martin Robinson.
7255
7256         check USE(GSTREAMER) instead of ENABLE(VIDEO) in gstreamer/ files
7257         https://bugs.webkit.org/show_bug.cgi?id=46717
7258
7259         Define WTF_USE_GSTREAMER if configure found the gstreamer
7260         development files and add the macro in the gcc command-line if needed.
7261
7262         * GNUmakefile.am:
7263         * configure.ac:
7264
7265 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
7266
7267         [wx] Build fix, build sources that used to be built as part of other sources.
7268
7269         * wscript:
7270
7271 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
7272
7273         [wx] One more build fix for Win.
7274
7275         * wscript:
7276
7277 2010-09-28  Kevin Ollivier  <kevino@theolliviers.com>
7278
7279         [wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
7280
7281         * wscript:
7282
7283 2010-09-28  Andras Becsi  <abecsi@webkit.org>
7284
7285         Reviewed by Csaba Osztrogonác.
7286
7287         Undefined reference errors when linking due to gperf and inlining.
7288         webkit.org/b/29244
7289
7290         EFL CMake changes by Leandro Pereira <leandro@profusion.mobi>
7291
7292         Refactor gperf code generation and usage to fix the debug build with gcc>4.4.
7293         Hitherto gperf generated C code, these files were included in multiple C++ files across WebCore
7294         to access the functionality provided. This resulted in debug build failure with newer gcc versions
7295         because of a behaviour change of gcc, which disables C style inlining in debug mode.
7296         The make-hash-tools.pl script lets gperf generate C++ code for all gperf files now, which are compiled
7297         in their own compilation unit.
7298         The functionality provided by the generated code is wrapped behind HashTools.h, so there is no need
7299         for multiple inclusions of generated C files to access these functions.
7300
7301         * cmake/WebKitMacros.cmake:
7302
7303 2010-09-27  Philippe Normand  <pnormand@igalia.com>
7304
7305         Reviewed by Martin Robinson.
7306
7307         [GTK] use ENABLE(GLIB_SUPPORT)
7308         https://bugs.webkit.org/show_bug.cgi?id=46630
7309
7310         Enabling GLIB_SUPPORT on all ports that use GLib to simplify
7311         checks.
7312
7313         * GNUmakefile.am: Enabled the GLIB_SUPPORT define.
7314
7315 2010-09-24  Romain Pokrzywka  <romain@kdab.com>
7316
7317         Reviewed by Simon Hausmann.
7318
7319         [Qt] Fix the Wince build.
7320
7321         * WebKit.pri: Apply msvc flags to wince, too.
7322
7323 2010-09-23  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7324
7325         Reviewed by Antonio Gomes.
7326
7327         [EFL] Enable warnings during build by default
7328         https://bugs.webkit.org/show_bug.cgi?id=46351
7329
7330         Change default build to enable several warnings like other ports do.
7331         We need to pay special attention to "-Wall" in order to produce better
7332         code, so highlight this keyword, too.
7333
7334         * cmake/WebKitHelpers.cmake:
7335
7336 2010-09-22  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7337
7338         Reviewed by Antonio Gomes.
7339
7340         [EFL] Fix build with GCC 4.4.x
7341         https://bugs.webkit.org/show_bug.cgi?id=40826
7342
7343         Change the -fstrict-aliasing flag to -fno-strict-aliasing as other
7344         ports like GTK and QT are using in their build systems. It was failing
7345         to execute when compiled with GCC 4.4.x in Release mode.
7346
7347         Refactor the flags in order to be more readable.
7348
7349         * cmake/WebKitHelpers.cmake:
7350
7351 2010-09-22  No'am Rosenthal  <noam.rosenthal@nokia.com>
7352
7353         Reviewed by Kenneth Rohde Christiansen.
7354
7355         [Qt] Move the accelerated compositing build flag to the right place
7356         https://bugs.webkit.org/show_bug.cgi?id=43882
7357
7358         * WebKit.pri: Removed the redundant version check.
7359
7360 2010-09-21  Fridrich Strba  <fridrich.strba@bluewin.ch>
7361
7362         Reviewed by Martin Robinson.
7363
7364         Fix linking issues of the GTK+ port on Windows
7365         https://bugs.webkit.org/show_bug.cgi?id=45844
7366
7367         * GNUmakefile.am: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
7368         * configure.ac: link on Windows with ole32.dll, winmm.dll and shlwapi.dll
7369         and export correctly all needed symbols from the libwebkitgtk DLL.
7370
7371 2010-09-21  Xan Lopez  <xlopez@igalia.com>
7372
7373         Reviewed by Martin Robinson.
7374
7375         [GTK] Generate correct WebKit gir file with g-i 0.9.5
7376         https://bugs.webkit.org/show_bug.cgi?id=46173
7377
7378         Generate a correct gir file for WebKit with the
7379         gobject-introspection 0.9.5 scanner.
7380
7381         * GNUmakefile.am:
7382
7383 2010-09-21  Xan Lopez  <xlopez@igalia.com>
7384
7385         Reviewed by Gustavo Noronha.
7386
7387         Update for 1.3.4 release.
7388
7389         * configure.ac:
7390
7391 2010-09-21  Xan Lopez  <xlopez@igalia.com>
7392
7393         Reviewed by Martin Robinson.
7394
7395         [GTK] Configure flag for Opcode stats
7396         https://bugs.webkit.org/show_bug.cgi?id=46081
7397
7398         Opcode stats won't work with JIT enabled, so bail out if both are
7399         enabled at the same time.
7400
7401         * configure.ac:
7402
7403 2010-09-21  Xan Lopez  <xlopez@igalia.com>
7404
7405         Reviewed by Martin Robinson.
7406
7407         [GTK] Fix --disable-jit
7408         https://bugs.webkit.org/show_bug.cgi?id=46080
7409
7410         Manually define ENABLE_JIT to 0 when we want the feature disabled.
7411
7412         If the value is undefined Platform.h will enable it again
7413         automatically in some platforms, which is probably not what the
7414         user wanted if he passed --disable-jit.
7415
7416         * configure.ac:
7417
7418 2010-09-18  Kevin Ollivier  <kevino@theolliviers.com>
7419
7420         [wx] Build fix, fix use of wrong case in name.
7421
7422         * wscript:
7423
7424 2010-09-16  Eric Uhrhane  <ericu@chromium.org>
7425
7426         Reviewed by Jian Li.
7427
7428         Unify FILE_SYSTEM and FILE_WRITER enables under the name FILE_SYSTEM.
7429         https://bugs.webkit.org/show_bug.cgi?id=45798
7430
7431         * configure.ac:
7432
7433 2010-09-15  Commit Queue  <commit-queue@webkit.org>
7434
7435         Unreviewed.  Test commit for commit-queue@webkit.org.
7436
7437 2010-09-15  Eric Seidel  <eric@webkit.org>
7438
7439         Unreviewed.  Test commit for commit-queue@webkit.org.
7440
7441 2010-09-15  Kevin Ollivier  <kevino@theolliviers.com>
7442
7443         [wx] Build fixes for wxMSW.
7444
7445         * wscript:
7446
7447 2010-09-14  Andras Becsi  <abecsi@webkit.org>
7448
7449         Reviewed by Csaba Osztrogonác.
7450
7451         [Qt] qmake doesn't generate correct dependencies for rcc resource files
7452         https://bugs.webkit.org/show_bug.cgi?id=45747
7453
7454         * WebKit.pri: add OUT_PWD to DEPENDPATH
7455
7456 2010-09-11  Simon Hausmann  <simon.hausmann@nokia.com>
7457
7458         Reviewed by Andreas Kling.
7459
7460         [Qt] V8 port: webkit project files changes
7461         https://bugs.webkit.org/show_bug.cgi?id=45140
7462
7463         * WebKit.pro: Don't compile JavaScriptCore and jsc when
7464         building with v8.
7465
7466 2010-09-11  Xan Lopez  <xlopez@igalia.com>
7467
7468         Reviewed by Martin Robinson.
7469
7470         [GTK] Make introspection work with g-o-i 0.9.5
7471         https://bugs.webkit.org/show_bug.cgi?id=45590
7472
7473         Bump required gobject-introspection version to 0.9.5.
7474
7475         * configure.ac:
7476
7477 2010-09-09  Benjamin Poulain  <benjamin.poulain@nokia.com>
7478
7479         Unreviewed buildfix.
7480
7481         [Qt] Treat warnings as errors by default for gcc
7482         https://bugs.webkit.org/show_bug.cgi?id=43191
7483
7484         The buildfix r66990 fixes the build for the Maemo
7485         branch of Qt, but the symbols maemo5 and 6 are not defined
7486         for regular branches on ARM.
7487         This fixes the build by disabling -Werror for any ARM platform.
7488
7489         * WebKit.pri: Don't add -Werror for arm platforms.
7490
7491 2010-09-08  Peter Kasting  <pkasting@google.com>
7492
7493         Reviewed by David Hyatt.
7494
7495         Add smooth scrolling framework, and a Windows implementation.
7496         https://bugs.webkit.org/show_bug.cgi?id=32356
7497
7498         * wscript: Add Windows ScrollAnimator.
7499
7500 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
7501
7502         Unreviewed buildfix after r66972.
7503
7504         [Qt] Treat warnings as errors by default for gcc
7505         https://bugs.webkit.org/show_bug.cgi?id=43191
7506
7507         * WebKit.pri: Don't add -Werror for maemo platforms.
7508
7509 2010-09-08  Martin Robinson  <mrobinson@igalia.com>
7510
7511         Reviewed by Xan Lopez.
7512
7513         [GTK] Need a WebSocket implementation
7514         https://bugs.webkit.org/show_bug.cgi?id=45197
7515
7516         * configure.ac: Enable WebSocket by default.
7517
7518 2010-09-08  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
7519
7520         Reviewed by Kenneth Rohde Christiansen.
7521
7522         [EFL] Support to enable HTML5's Video based on gstreamer in WebKit-EFL
7523         https://bugs.webkit.org/show_bug.cgi?id=44098
7524
7525         To support video of HTML5 based on gstreamer, add cmake files for gstreamer. 
7526
7527         * cmake/FindGStreamer-App.cmake: Added.
7528         * cmake/FindGStreamer-Base.cmake: Added.
7529         * cmake/FindGStreamer-Interfaces.cmake: Added.
7530         * cmake/FindGStreamer-Pbutils.cmake: Added.
7531         * cmake/FindGStreamer-Plugins-Base.cmake: Added.
7532         * cmake/FindGStreamer-Video.cmake: Added.
7533         * cmake/FindGStreamer.cmake: Added.
7534         * cmake/OptionsEfl.cmake:
7535
7536 2010-09-08  Csaba Osztrogonác  <ossy@webkit.org>
7537
7538         Reviewed by Andreas Kling.
7539
7540         [Qt] Treat warnings as errors by default for gcc
7541         https://bugs.webkit.org/show_bug.cgi?id=43191
7542
7543         * WebKit.pri: -Werror added to QMAKE_CXXFLAGS for x86 Linux platforms
7544
7545 2010-09-07  Arno Renevier  <arno@renevier.net>
7546
7547         Reviewed by Holger Freyther.
7548
7549         gitignore *~ files and gtk *.pot files
7550         https://bugs.webkit.org/show_bug.cgi?id=45129
7551
7552         * .gitignore:
7553
7554 2010-09-04  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7555
7556         Reviewed by Kenneth Rohde Christiansen.
7557
7558         [EFL] Move test browser to WebKitTools directory
7559         https://bugs.webkit.org/show_bug.cgi?id=45212
7560
7561         Follow other ports like QT and GTK which moved the test browser to
7562         WebKitTools directory.
7563
7564         * CMakeLists.txt: Include test browser if port defines one.
7565
7566 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7567
7568         Reviewed by Antonio Gomes.
7569
7570         [EFL] Name install directories according to library name
7571         https://bugs.webkit.org/show_bug.cgi?id=45126
7572
7573         * cmake/OptionsEfl.cmake: Use library name in order to define the data
7574         directory.
7575
7576 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7577
7578         Reviewed by Antonio Gomes.
7579
7580         [EFL] Do not override custom compile flags
7581         https://bugs.webkit.org/show_bug.cgi?id=45125
7582
7583         Set a default build type if and only if user did not define one as
7584         command line options and he did not give custom CFLAGS or CXXFLAGS.
7585         Otherwise, flags from default build type would override user-defined
7586         ones.
7587
7588         * CMakeLists.txt:
7589
7590 2010-09-02  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7591
7592         Reviewed by Antonio Gomes.
7593
7594         [EFL] Fix double addition of -fPIC
7595         https://bugs.webkit.org/show_bug.cgi?id=45122
7596
7597          When SHARED_CORE=ON, -fPIC is automatically added because all
7598          libraries are dynamic. Only when static libraries are built that
7599          -fPIC needs to be manually inserted (because the final library,
7600          libewebkit.so, is dynamic).
7601
7602         * cmake/OptionsCommon.cmake: Remove -fPIC flag.
7603         * cmake/WebKitHelpers.cmake: Add -fPIC flags iff SHARED_CORE=ON.
7604
7605 2010-09-01  Ryuan Choi  <ryuan.choi@samsung.com>
7606
7607         Reviewed by Antonio Gomes.
7608
7609         [EFL] Need to check LibSoup version
7610         https://bugs.webkit.org/show_bug.cgi?id=44658
7611
7612         Add version check of LibSoup.
7613
7614         * cmake/FindLibSoup2.cmake:
7615
7616 2010-08-31  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7617
7618         Reviewed by Martin Robinson.
7619
7620         Preparations for the 1.3.4 release. Bump webkit version to 543.7,
7621         as well.
7622
7623         * configure.ac:
7624
7625 2010-08-30  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7626
7627         Reviewed by Adam Barth.
7628
7629         [EFL] Remove compiler optimization for gcc 4.5.1
7630         https://bugs.webkit.org/show_bug.cgi?id=44520
7631
7632         GCC 4.5.1 generates wrong code because of -ftree-sra which is enabled
7633         by default at any optimization level.
7634
7635         Newer and older versions are not affected, so check for compiler
7636         version before disabling this.
7637
7638         * cmake/WebKitHelpers.cmake: add flag depending on compiler version.
7639
7640 2010-08-30  Alejandro G. Castro  <alex@igalia.com>
7641
7642         Reviewed by Martin Robinson.
7643
7644         [Gtk] gdk_display_get_core_pointer and gdk_device_get_core_pointer
7645         are deprecated
7646         https://bugs.webkit.org/show_bug.cgi?id=44787
7647
7648         We have replaced GtkVersioning.cpp with GtkVersioning.c and
7649         created a function (getDefaultGDKPointerDevice) to get the pointer
7650         of the window with the new APIs. We added that function to DRT and
7651         copyandpaste unit test.
7652
7653         * GNUmakefile.am:
7654
7655 2010-08-30  Martin Robinson  <mrobinson@igalia.com>
7656
7657         Reviewed by Xan Lopez.
7658
7659         [GTK] WebKit DOM bindings build should not depend on output GNUMakefile
7660         https://bugs.webkit.org/show_bug.cgi?id=44805
7661
7662         Move the DOM bindings source lists and generator rules to
7663         WebCore/bindings/gobject/GNUmakefile.am. This will prevent a full WebKit API
7664         rebuild whenever the automake files change, decreasing build times.
7665
7666         * GNUmakefile.am:
7667
7668 2010-08-27  Mark Rowe  <mrowe@apple.com>
7669
7670         Reviewed by Adam Barth.
7671
7672         <http://webkit.org/b/44802> REGRESSION (r65351): WebCore build fails due to attempting to directly access WebKitTools/Scripts
7673
7674         Move create-html-entity-table in to WebCore so that the build is again self-contained.
7675         The script is also updated to take input as a CSV file rather than JSON as the former
7676         can be parsed without requiring a third-party Python module be installed.
7677
7678         * cmake/WebKitMacros.cmake:
7679
7680 2010-08-27  Kwang Yul Seo  <skyul@company100.net>
7681
7682         Reviewed by Kevin Ollivier.
7683
7684         [BREWMP] Add build system
7685         https://bugs.webkit.org/show_bug.cgi?id=44645
7686
7687         Check wxpython option only when build_port is wx.
7688
7689         * wscript:
7690
7691 2010-08-27  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7692
7693         Unreviewed. Fix compiling dependencies on EFL port due to r65891.
7694
7695         No new functionality so no new tests.
7696
7697         * cmake/WebKitGenerators.cmake:
7698
7699 2010-08-26  Martin Robinson  <mrobinson@igalia.com>
7700
7701         Reviewed by Xan Lopez.
7702
7703         [GTK] The GNUmakefile.am files contain a myriad of confusing preprocessor and compiler flag definitions
7704         https://bugs.webkit.org/show_bug.cgi?id=44624
7705
7706         Clean up GNUmakefile.am.
7707
7708         * GNUmakefile.am: Make the comments describing the global_* variables more readable and
7709         correct. Move WebKit-specific include lines and definitions out of webkitgtk_cppflags,
7710         corekit_cppflags and webcoregtk_cppflags and straight to the appropriate CPPFLAGS definition.
7711         Use global_cppflags for compiler flags that apply to both C++ and C code. Move some JavaScriptCore
7712         specific includes to the appropriate sub-directory GNUmakefile.am. Make sure the tests build
7713         with the global CPP flags as well.
7714
7715 2010-08-25  Kwang Yul Seo  <skyul@company100.net>
7716
7717         Reviewed by Kevin Ollivier.
7718
7719         [BREWMP] Add build system
7720         https://bugs.webkit.org/show_bug.cgi?id=44645
7721
7722         Make waf script portable so that we can add more ports.
7723
7724         * wscript:
7725
7726 2010-08-25  Xan Lopez  <xlopez@igalia.com>
7727
7728         Reviewed by Martin Robinson.
7729
7730         [GTK] CodeGeneratorGObject not picking up FEATURE_DEFINES
7731         https://bugs.webkit.org/show_bug.cgi?id=44608
7732
7733         Move FEATURE_DEFINES declaration here, since it's used by the
7734         bindings code generator. Also, fix typo in the variable holding
7735         the defines.
7736
7737         * GNUmakefile.am:
7738
7739 2010-08-25  Rafael Antognolli  <antognolli@profusion.mobi>
7740
7741         Unreviewed build fix.
7742
7743         [EFL] Build fix for revision 65332
7744         https://bugs.webkit.org/show_bug.cgi?id=44543
7745
7746         Generated variables are now returned from FindPkgConfig, so no need
7747         to document the custom ones.
7748
7749         * cmake/FindGthread.cmake:
7750
7751 2010-08-24  Xan Lopez  <xlopez@igalia.com>
7752
7753         Build fix, strike 2.
7754
7755         The unit tests are C files, so put the flag in global_cflags.
7756
7757         * GNUmakefile.am:
7758
7759 2010-08-24  Xan Lopez  <xlopez@igalia.com>
7760
7761         Try to fix GTK+ build.
7762
7763         Move GTK_API_VERSION_2 define to here, since we want to use it
7764         outside of WebCore/WebKit.
7765
7766         * GNUmakefile.am:
7767
7768 2010-08-24  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7769
7770         [EFL] Unreviewed build fix after r65891.
7771
7772         r65891 renamed RemoteInspectorFrontend to InspectorFrontend. Rename
7773         accordingly in CMake build system.
7774
7775         * cmake/WebKitGenerators.cmake:
7776
7777 2010-08-20  Leandro Pereira  <leandro@profusion.mobi>
7778
7779         [EFL] Unreviewed. Fix build when using GNU gold.
7780         When linking with GNU gold, some symbols are not found: explicitly
7781         link with the required libraries.
7782
7783         * cmake/FindFontconfig.cmake: Added.
7784         * cmake/OptionsEfl.cmake: Find Fontconfig, JPEG, and PNG libraries.
7785
7786 2010-08-19  Philippe Normand  <pnormand@igalia.com>
7787
7788         Reviewed by Gustavo Noronha Silva.
7789
7790         [GStreamer] GTK XOverlay support in GStreamerGWorld
7791         https://bugs.webkit.org/show_bug.cgi?id=39474
7792
7793         * configure.ac: gst-interfaces link support needed for use of
7794         GstXOverlay interface.
7795         * GNUmakefile.am: Added new FullscreenVideoController files in the
7796         build.
7797
7798 2010-08-18  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
7799
7800         Reviewed by Antonio Gomes.
7801
7802         [EFL] Bump library dependencies
7803         https://bugs.webkit.org/show_bug.cgi?id=44182
7804
7805         Prepare for EFL release. All the EFL dependencies were bumped to
7806         1.0.0. Eina and Ecore_X needed a bump because of API has changed and
7807         the others were changed just to follow those two and because this is
7808         a stable release.
7809
7810         * cmake/FindEFL.cmake: Bump dependencies.
7811
7812 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
7813
7814         Reviewed by Yury Semikhatsky.
7815
7816         Web Inspector: replace hand written InspectorBackendStub.js with generated one.
7817         https://bugs.webkit.org/show_bug.cgi?id=43791
7818
7819         * GNUmakefile.am:
7820
7821 2010-08-18  Sheriff Bot  <webkit.review.bot@gmail.com>
7822
7823         Unreviewed, rolling out r65595.
7824         http://trac.webkit.org/changeset/65595
7825         https://bugs.webkit.org/show_bug.cgi?id=44161
7826
7827         qt build failed (Requested by loislo on #webkit).
7828
7829         * GNUmakefile.am:
7830
7831 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
7832
7833         Reviewed by Yury Semikhatsky.
7834
7835         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
7836         https://bugs.webkit.org/show_bug.cgi?id=43791
7837
7838         * GNUmakefile.am:
7839
7840 2010-08-17  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
7841
7842         Reviewed by Darin Adler.
7843
7844         Add NetworkingContext to avoid layer violations
7845         https://bugs.webkit.org/show_bug.cgi?id=42292
7846
7847         Preparation: Just add the files to the build system.
7848
7849         * GNUmakefile.am: Added new files.
7850
7851 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.couk>
7852
7853         Reviewed by Martin Robinson.
7854
7855         WebBackForwardList.get_{back|forward}_list_with_limit not introspectable
7856         https://bugs.webkit.org/show_bug.cgi?id=43054
7857
7858         * GNUmakefile.am: Give also API implementation files to the GIR
7859         scanner.
7860
7861 2010-08-17  Martin Robinson  <mrobinson@igalia.com>
7862
7863         GTK+ Build fix for those having stable versions of GLib.
7864
7865         * configure.ac: Only invoke GLIB_GSETTINGS if we have the necessary gio version.
7866
7867 2010-08-17  Sheriff Bot  <webkit.review.bot@gmail.com>
7868
7869         Unreviewed, rolling out r65500.
7870         http://trac.webkit.org/changeset/65500
7871         https://bugs.webkit.org/show_bug.cgi?id=44108
7872
7873         Qt bots failed to compile. (Requested by loislo on #webkit).
7874
7875         * GNUmakefile.am:
7876
7877 2010-08-17  Ilya Tikhonovsky  <loislo@chromium.org>
7878
7879         Reviewed by Yury Semikhatsky.
7880
7881         Web Inspector: replace hand written InspectorBackendStub.js by generated one.
7882         https://bugs.webkit.org/show_bug.cgi?id=43791
7883
7884         * GNUmakefile.am:
7885
7886 2010-08-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
7887
7888         Reviewed by Martin Robinson.
7889
7890         [GTK] GSettings support adds annoying warnings on systems with older glib versions
7891         https://bugs.webkit.org/show_bug.cgi?id=44056
7892
7893         Add file containing GLIB_GSETTINGS macro so that
7894         configure doesn't spit warnings in older systems.
7895
7896         * autotools/gsettings.m4: Added.
7897         * .gitignore: Ignore files that are generated inside autotools
7898         explicitely, because we have some that are kept in version
7899         control.
7900
7901 2010-08-16  Paul Sawaya  <psawaya@apple.com>
7902
7903         Reviewed by Chris Marrin.
7904
7905         Added shader validation via ANGLE
7906         https://bugs.webkit.org/show_bug.cgi?id=42405
7907
7908         Added ANGLE build to Makefile
7909
7910         * Makefile:
7911
7912 2010-08-16  Kevin Ollivier  <kevino@theolliviers.com>
7913
7914         [wx] Build fix, do not build WebCore as a convenience library as this leads to
7915         errors in the Win build w/export symbols and causes problems with DOM bindings
7916         debugging in gdb. 
7917
7918         * wscript: Copied from WebCore/wscript.
7919
7920 2010-08-15  Ryuan Choi  <ryuan.choi@samsung.com>
7921
7922         Reviewed by Antonio Gomes.
7923
7924         [EFL] Build error on r65378
7925         https://bugs.webkit.org/show_bug.cgi?id=44019
7926
7927         Add GENERATE_JSON macro for HTMLEntityNames.json instead of HTMLEntityNames.gperf
7928
7929         * cmake/WebKitMacros.cmake:
7930
7931 2010-08-14  Patrick Gansterer  <paroga@paroga.com>
7932
7933         Reviewed by Kenneth Rohde Christiansen.
7934
7935         [CMake] Add preprocessor detection for generator scripts
7936         https://bugs.webkit.org/show_bug.cgi?id=43984
7937
7938         * cmake/OptionsCommon.cmake:
7939
7940 2010-08-14  Adrienne Walker  <enne@google.com>
7941
7942         Reviewed by Kenneth Rohde Christiansen.
7943
7944         Update .gitignore file for more files
7945         https://bugs.webkit.org/show_bug.cgi?id=43991
7946
7947         * .gitignore:
7948
7949 2010-08-13  Leandro Pereira  <leandro@profusion.mobi>
7950
7951         [EFL] Unreviewed build fix.
7952
7953         * cmake/FindGthread.cmake: Fix warnings about obsolete PKGCONFIG macro.
7954         * cmake/WebKitGenerators.cmake: FLEX_EXECUTABLE was defined already
7955         by the root CMakeLists.txt file, so remove relevant lines that
7956         depends on FIND_PACKAGE_HANDLE_STANDARD_ARGS macro, which isn't
7957         available anymore.
7958
7959 2010-08-13  Alejandro G. Castro  <alex@igalia.com>
7960
7961         Reviewed by Xan Lopez.
7962
7963         We have to add the ACLOCAL_FLAGS in the env to the autogen.sh
7964         ACLOCAL_FLAGS variable in order to honor the value already
7965         defined, jhbuild uses it to pass parameters.
7966
7967         * autogen.sh:
7968
7969 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
7970
7971         Reviewed by Ariya Hidayat.
7972
7973         [Qt] Introduce Maemo6 for mobile features
7974         https://bugs.webkit.org/show_bug.cgi?id=43969
7975
7976         * WebKit.pri: Use maemo6 where we also use maemo5.
7977
7978 2010-08-13  Simon Hausmann  <simon.hausmann@nokia.com>
7979
7980         Reviewed by Ariya Hidayat.
7981
7982         [Qt] Clean up mobile feature useage
7983         https://bugs.webkit.org/show_bug.cgi?id=43968
7984
7985         * WebKit.pri: Set feature defaults here for some Nokia specific mobile platforms
7986
7987 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
7988
7989         Reviewed by Nikolas Zimmermann.
7990
7991         [CMake] Cleanup generator code.
7992         https://bugs.webkit.org/show_bug.cgi?id=39164
7993
7994         * cmake/WebKitGenerators.cmake:
7995         * cmake/WebKitMacros.cmake:
7996
7997 2010-08-13  Patrick Gansterer  <paroga@paroga.com>
7998
7999         Reviewed by Nikolas Zimmermann.
8000
8001         [CMake] Add missing FIND_PACKAGE(Gperf)
8002         https://bugs.webkit.org/show_bug.cgi?id=43937
8003
8004         * CMakeLists.txt:
8005
8006 2010-08-12  Dimitri Glazkov  <dglazkov@chromium.org>
8007
8008         Reviewed by David Levin.
8009
8010         Add more Chromium-related dependency directories to .gitignore.
8011         https://bugs.webkit.org/show_bug.cgi?id=43940
8012
8013         * .gitignore: Added all existing that are created by update-webkit --chromium.
8014
8015 2010-08-12  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8016
8017         Reviewed by Martin Robinson.
8018
8019         [GTK] Use GSettings to save/restore Web Inspector settings
8020         https://bugs.webkit.org/show_bug.cgi?id=43512
8021
8022         * GNUmakefile.am: GSettings rules.
8023         * configure.ac: GSettings infrastructure, and check if we should
8024         use it by looking for an appropriate version of GIO.
8025
8026 2010-08-12  Rafael Antognolli  <antognolli@profusion.mobi>
8027
8028         Reviewed by Kenneth Rohde Christiansen.
8029
8030         [EFL] Making CMake keep track of theme dependencies.
8031         https://bugs.webkit.org/show_bug.cgi?id=43862
8032
8033         Removing unused macro GENERATE_EDJ.
8034
8035         * cmake/WebKitEfl.cmake:
8036
8037 2010-08-12  Sheriff Bot  <webkit.review.bot@gmail.com>
8038
8039         Unreviewed, rolling out r65225.
8040         http://trac.webkit.org/changeset/65225
8041         https://bugs.webkit.org/show_bug.cgi?id=43918
8042
8043         Broke EFL port build (Requested by acidx on #webkit).
8044
8045         * cmake/WebKitGenerators.cmake:
8046         * cmake/WebKitMacros.cmake:
8047
8048 2010-08-12  Patrick Gansterer  <paroga@paroga.com>
8049
8050         Reviewed by Nikolas Zimmermann.
8051
8052         [CMake] Cleanup generator code.
8053         https://bugs.webkit.org/show_bug.cgi?id=39164
8054
8055         * cmake/WebKitGenerators.cmake:
8056         * cmake/WebKitMacros.cmake:
8057
8058 2010-08-10  Balazs Kelemen  <kb@inf.u-szeged.hu>
8059
8060         Reviewed by Antonio Gomes.
8061
8062         [Qt] Build WebKit2 into a static lib
8063
8064         https://bugs.webkit.org/show_bug.cgi?id=43621
8065
8066         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
8067
8068 2010-08-07  Sheriff Bot  <webkit.review.bot@gmail.com>
8069
8070         Unreviewed, rolling out r64904.
8071         http://trac.webkit.org/changeset/64904
8072         https://bugs.webkit.org/show_bug.cgi?id=43671
8073
8074         Broke the Qt Windows builders. (Requested by bbandix on
8075         #webkit).
8076
8077         * WebKit.pro:
8078
8079 2010-08-07  Balazs Kelemen  <kb@inf.u-szeged.hu>
8080
8081         Reviewed by Eric Seidel.
8082
8083         [Qt] Build WebKit2 into a static lib
8084
8085         https://bugs.webkit.org/show_bug.cgi?id=43621
8086
8087         * WebKit.pro: Moved WebKit2 into the subdirs before WebCore since WebCore links against the WebKit2 lib.
8088
8089 2010-08-06  ryuan choi  <ryuan.choi@samsung.com>
8090
8091         Reviewed by Antonio Gomes.
8092
8093         [EFL] Regression (64763) build fix for efl.
8094         https://bugs.webkit.org/show_bug.cgi?id=43597
8095
8096         change ENABLE_BLOB_SLICE to ENABLE_BLOB for fixing build break
8097
8098         * cmake/OptionsEfl.cmake:
8099
8100 2010-08-05  Jian Li  <jianli@chromium.org>
8101
8102         Reviewed by David Levin.
8103
8104         Unify blob related feature defines to ENABLE(BLOB).
8105         https://bugs.webkit.org/show_bug.cgi?id=43081
8106
8107         * cmakeconfig.h.cmake:
8108         * configure.ac:
8109
8110 2010-08-05  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
8111
8112         Reviewed by Xan Lopez.
8113
8114         Move files that are generated by the configure script to
8115         DISTCLEANFILES, where they should be. This fixes building after a
8116         make clean.
8117
8118         * GNUmakefile.am:
8119
8120 2010-08-04  Siddharth Mathur  <siddharth.mathur@nokia.com>
8121
8122         Reviewed by Laszlo Gombos.
8123
8124         [Qt][Symbian] Variable max heap size between target/emulator
8125         https://bugs.webkit.org/show_bug.cgi?id=41480
8126
8127         * WebKit.pri: Symbian-only code block for EPOCHEAPSIZE configuration
8128
8129 2010-08-03  Eric Seidel  <eric@webkit.org>
8130
8131         Unreviewed.  Test commit for commit-queue@webkit.org.
8132
8133 2010-08-03  Xan Lopez  <xlopez@igalia.com>
8134
8135         Reviewed by Gustavo Noronha.
8136
8137         [GTK] Fix DOM event dispatch
8138         https://bugs.webkit.org/show_bug.cgi?id=40847
8139
8140         Add new files to the build.
8141
8142         * GNUmakefile.am:
8143
8144 2010-08-03  Xan Lopez  <xlopez@igalia.com>
8145
8146         Reviewed by Gustavo Noronha.
8147
8148         Silence JSCore gir "creation".
8149
8150         * GNUmakefile.am:
8151
8152 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
8153
8154         Unreviewed, rolling out r64471.
8155         http://trac.webkit.org/changeset/64471
8156         https://bugs.webkit.org/show_bug.cgi?id=43005
8157
8158         Rolling out https://bugs.webkit.org/show_bug.cgi?id=43005
8159         until further discussion
8160
8161         * GNUmakefile.am:
8162
8163 2010-08-02  Xan Lopez  <xlopez@igalia.com>
8164
8165         Reviewed by Gustavo Noronha.
8166
8167         [GTK] Add support for the Audio element in the DOM bindings
8168         https://bugs.webkit.org/show_bug.cgi?id=43313
8169
8170         Add new files to the build.
8171
8172         * GNUmakefile.am:
8173
8174 2010-08-02  Chris Fleizach  <cfleizach@apple.com>
8175
8176         Reviewed by David Kilzer.
8177
8178         AX: Support methods for web apps to interact with the native accessibility APIs
8179         https://bugs.webkit.org/show_bug.cgi?id=43005
8180
8181         * GNUmakefile.am:
8182
8183 2010-08-02  Balazs Kelemen  <kb@inf.u-szeged.hu>
8184
8185         Reviewed by Simon Hausmann.
8186
8187         [Qt] Generate forwarding headers for WebKit2
8188
8189         https://bugs.webkit.org/show_bug.cgi?id=43336
8190
8191         * DerivedSources.pro: Added WebKit2/DerivedSources.pro to SUBDIRS if webkit2 is on.
8192
8193 2010-07-30  Patrick Gansterer  <paroga@paroga.com>
8194
8195         Reviewed by Nikolas Zimmermann.
8196
8197         [CMake] Add FindGperf.cmake
8198         https://bugs.webkit.org/show_bug.cgi?id=39163
8199
8200         Add a clean gperf dedection since we need it for building.
8201
8202         * CMakeLists.txt:
8203         * cmake/FindGperf.cmake: Added.
8204
8205 2010-07-30  Rafael Antognolli  <antognolli@profusion.mobi>
8206
8207         Reviewed by Antonio Gomes.
8208
8209         [EFL] Add library version and soname to EFL generated libraries and binary.
8210         https://bugs.webkit.org/show_bug.cgi?id=43212
8211
8212         Make WebKit-EFL follow libtool soname versioning scheme.
8213
8214         * cmake/OptionsEfl.cmake: Added PROJECT_VERSION_PATCH to PROJECT_VERSION.
8215
8216 2010-07-29  Martin Robinson  <mrobinson@igalia.com>
8217
8218         Unreviewed build fix.
8219
8220         Fix installation of autogenerated header files.
8221
8222         * GNUmakefile.am: Fix autogenerated header file installation.
8223
8224 2010-07-27  Martin Robinson  <mrobinson@igalia.com>
8225
8226         Unreviewed build fix.
8227
8228         Add missing webkitdomdefines.h header to the sources list.
8229
8230         * GNUmakefile.am: Add missing header to the sources list.
8231
8232 2010-07-27  Kinuko Yasuda  <kinuko@chromium.org>
8233
8234         Reviewed by Ojan Vafai.
8235
8236         Add FILE_SYSTEM build flag for FileSystem API
8237         https://bugs.webkit.org/show_bug.cgi?id=42915
8238
8239         * configure.ac:
8240
8241 2010-07-26  ryuan choi  <ryuan.choi@samsung.com>
8242
8243         Unreviewed build fix.
8244
8245         [EFL]REGRESSION(r63952): build break because of InspectorBackendDispatcher.cpp
8246         https://bugs.webkit.org/show_bug.cgi?id=43021
8247
8248         Modify cmake script to fix build break as adding InspectorBackendDispatcher.
8249
8250         * cmake/WebKitGenerators.cmake:
8251
8252 2010-07-27  Rafael Antognolli  <antognolli@profusion.mobi>
8253
8254         Reviewed by Antonio Gomes.
8255
8256         [EFL] Changing library names (appending suffix "_efl")
8257         https://bugs.webkit.org/show_bug.cgi?id=42902
8258
8259         Instead of having libwebcore.so, we will have libwebcore_efl.so.
8260         Same for javascriptcore and wtf when compiled as shared, and for jsc.
8261
8262         * cmake/OptionsEfl.cmake:
8263
8264 2010-07-26  Martin Robinson  <mrobinson@igalia.com>
8265
8266         Reviewed by Xan Lopez.
8267
8268         [GTK] Get rid of libgdom
8269         https://bugs.webkit.org/show_bug.cgi?id=42378
8270
8271         Remove the need to build the libgdom intermediate library.
8272
8273         * GNUmakefile.am: Move the source list for the GObject DOM bindings to
8274         the top-level GNUmakefile.am, since they are logically part of WebKit, instead
8275         of WebCore. List all auto-generated files statically and remove no-longer-
8276         used variables. Fix an issue where some places expected webkitenumtypes.cpp
8277         to be generated in different directories.
8278
8279 2010-07-24  Riccardo Magliocchetti  <riccardo.magliocchetti@gmail.com>
8280
8281         Reviewed by Xan Lopez.
8282
8283         [GTK] Enable jit compilation on arm
8284         https://bugs.webkit.org/show_bug.cgi?id=42856
8285
8286         Add missing bits to configure.ac to build the arm jit.
8287         Compile and tested on debian sid armel on a qemu vm.
8288
8289         * configure.ac:
8290
8291 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
8292
8293         Reviewed by Antonio Gomes.
8294
8295         [EFL] Cleanup glib support (make it optional)
8296         https://bugs.webkit.org/show_bug.cgi?id=42480
8297
8298         Fixing support for compiling EFL port without glib.
8299
8300         * cmake/FindGthread.cmake: Added.
8301         * cmake/OptionsEfl.cmake:
8302
8303 2010-07-23  Rafael Antognolli  <antognolli@profusion.mobi>
8304
8305         Reviewed by Antonio Gomes.
8306
8307         [EFL] Add support for using libcurl network backend.
8308         https://bugs.webkit.org/show_bug.cgi?id=42286
8309
8310         Instead of just libsoup, the EFL port now can use libcurl backend.
8311         This is a step in the direction of removing dependency on glib. Just
8312         need to pass the option -DNETWORK_BACKEND=curl to cmake in order to
8313         enable it.
8314
8315         * cmake/OptionsEfl.cmake:
8316
8317 2010-07-23  Andras Becsi  <abecsi@webkit.org>
8318
8319         Reviewed by Kenneth Rohde Christiansen.
8320
8321         [Qt] Enable the build of MiniBrowser.
8322
8323         * WebKit.pro: add MiniBrowser.pro to SUBDIRS.
8324
8325 2010-07-23  Balazs Kelemen  <kb@inf.u-szeged.hu>
8326
8327         Reviewed by Kenneth Rohde Christiansen.
8328
8329         [Qt] Setup the QtWebProcess
8330
8331         https://bugs.webkit.org/show_bug.cgi?id=42623
8332
8333         * WebKit.pro: Add WebKit2.pro to the build guarded by webkit2 config variable.
8334
8335 2010-07-20  Rafael Antognolli  <antognolli@profusion.mobi>
8336
8337         Reviewed by Antonio Gomes.
8338
8339         [EFL] Enable Ecore-X on compile time
8340         https://bugs.webkit.org/show_bug.cgi?id=42600
8341
8342         Check for a flag received from cmake configure and disable it
8343         if necessary. Also disable it if Ecore-X wasn't found.
8344
8345         EFL port does not support automated tests yet.
8346
8347         * cmake/FindEFL.cmake:
8348         * cmake/OptionsEfl.cmake:
8349
8350 2010-07-20  Hans Wennborg  <hans@chromium.org>
8351
8352         Reviewed by Steve Block.
8353
8354         Add WebCore/bindings/generic/RuntimeEnabledFeatures.cpp to build files
8355         https://bugs.webkit.org/show_bug.cgi?id=42380
8356
8357         RuntimeEnabledFeatures.cpp and .h were moved from bindings/v8 to
8358         bindings/generic a while a go (in r54593), but need to
8359         be added to the build in order to be used.
8360
8361         No new functionality so no new tests.
8362
8363         * Android.mk:
8364
8365 2010-07-16  Leandro Pereira  <leandro@profusion.mobi>
8366
8367         [EFL] Unreviewed build system cleanup.
8368
8369         Remove reference to "mediaControlsGtk.css".
8370
8371         * cmake/WebKitGenerators.cmake:
8372
8373 2010-07-16  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8374
8375         Reviewed by Antonio Gomes.
8376
8377         [EFL] Build with MathML enabled. Fix build when MathML is enabled and
8378         make it the default.
8379         https://bugs.webkit.org/show_bug.cgi?id=42453
8380
8381         * cmake/OptionsEfl.cmake: build with MathML enabled as default.
8382
8383 2010-07-15  Martin Robinson  <mrobinson@igalia.com>
8384
8385         Reviewed by Oliver Hunt.
8386
8387         [GTK] Simplify the distribution step
8388         https://bugs.webkit.org/show_bug.cgi?id=42414
8389
8390         * GNUmakefile.am: Remove unused variables. Rely on WebCore/GNUmakefile.am
8391         to handle distributing IDL files from WebCore and to modify EXTRA_DIST.
8392
8393 2010-07-14  Martin Robinson  <mrobinson@igalia.com>
8394
8395         Reviewed by Xan Lopez.
8396
8397         [GTK] Get rid of libWebCoreJS
8398         https://bugs.webkit.org/show_bug.cgi?id=42083
8399
8400         * GNUmakefile.am: Remove the libWebCoreJS library from the extra
8401         link libraries. Add IDL files to the distribution manually, as they
8402         are no longer included in the header list. This prevents a good deal
8403         of repetition in the source listings by avoiding listing both the IDL
8404         files and their final targets.
8405
8406 2010-07-14  Vincent Scheib  <scheib@chromium.org>
8407
8408         Reviewed by Kent Tamura
8409
8410         Configure Git to ignore build files generated by Chromium .gyp on windows.
8411
8412         Bug 42205: Chromium build files on windows not ignored by git
8413         https://bugs.webkit.org/show_bug.cgi?id=42205
8414         
8415         * .gitignore: Updated
8416
8417 2010-07-13  Sheriff Bot  <webkit.review.bot@gmail.com>
8418
8419         Unreviewed, rolling out r63262.
8420         http://trac.webkit.org/changeset/63262
8421         https://bugs.webkit.org/show_bug.cgi?id=42229
8422
8423         broke Windows compile (Requested by bweinstein on #webkit).
8424
8425         * WebKit.pro:
8426
8427 2010-07-13  Caio Marcelo de Oliveira Filho  <caio.oliveira@openbossa.org>
8428
8429         Reviewed by Oliver Hunt.
8430
8431         Separate CoreFoundation specific tests in JSC's testapi.c
8432
8433         testapi.c depends on the Core Foundation.
8434         https://bugs.webkit.org/show_bug.cgi?id=40058
8435
8436         * WebKit.pro: enable compilation of JSC C API test.
8437
8438 2010-07-13  Scott Violet  <sky@chromium.org>
8439
8440         Reviewed by David Levin.
8441
8442         [Chromium] Makes pressing tab accept the currently selected item in a popup.
8443         https://bugs.webkit.org/show_bug.cgi?id=42172
8444
8445         * WebCore/platform/chromium/PopupMenuChromium.cpp:
8446
8447 2010-07-12  Xan Lopez  <xlopez@igalia.com>
8448
8449         Reviewed by Gustavo Noronha.
8450
8451         Bump to 1.3.3
8452
8453         * configure.ac:
8454
8455 2010-07-12  Xan Lopez  <xlopez@igalia.com>
8456
8457         Reviewed by Gustavo Noronha.
8458
8459         Suffix .mo files with the GTK+ API version so that they can be
8460         parallel installable.
8461
8462         * configure.ac:
8463
8464 2010-07-12  Xan Lopez  <xlopez@igalia.com>
8465
8466         Reviewed by Gustavo Noronha.
8467
8468         Add another include path to the scanner to avoid warnings related
8469         to undefined types. It wasn't picking up <webkit/foo.h>-like
8470         headers.
8471
8472         * GNUmakefile.am:
8473
8474 2010-07-07  Rafael Antognolli  <antognolli@profusion.mobi>
8475
8476         Reviewed by Adam Barth.
8477
8478         [EFL] Fix cmake build and libsoup detection
8479         Some changes should be done to cmake build system to fix the detection of libsoup and correct some link paths:
8480         - LINK_FLAGS should be set using quotes, otherwise some wrong
8481         substitution takes place;
8482         - we should use LIBSOUP24_* instead of LIBSOUP_* since this is the
8483         version we are using;
8484         - need to set HAVE_LIBSOUP_2_29_90 if we find a version equal or newer
8485         than that.
8486         https://bugs.webkit.org/show_bug.cgi?id=41717
8487
8488         * cmake/OptionsEfl.cmake:
8489
8490 2010-07-06  Leandro Pereira  <leandro@profusion.mobi>
8491
8492         Unreviewed build fix.
8493
8494         [EFL] Add macro to generate inspector code.
8495
8496         * cmake/WebKitGenerators.cmake:
8497
8498 2010-07-06  Martin Robinson  <mrobinson@igalia.com>
8499
8500         Unreviewed.
8501
8502         Build fix after r62549.
8503
8504         * GNUmakefile.am: Remove new variable that is no longer used.
8505
8506 2010-07-06  Ilya Tikhonovsky  <loislo@chromium.org>
8507
8508         Reviewed by Yury Semikhatsky.
8509
8510         WebInspector: generator part of the patch for bug 40675.
8511         On the way to Remote Debugging we want to support JSON serialization
8512         on both sides of WebInspector transport.
8513         As far as InspectorFrontend class is a simple proxy to WebInspector
8514         it would be better to generate it from an IDL file.
8515         We have generator infrastructure for binding and will reuse it for
8516         new generator.
8517         https://bugs.webkit.org/show_bug.cgi?id=41692
8518
8519         * GNUmakefile.am:
8520
8521 2010-07-05  Antti Koivisto  <koivisto@iki.fi>
8522
8523         Revert unplanned project file change.
8524
8525         * WebKit.pro:
8526
8527 2010-06-23  Martin Robinson  <mrobinson@igalia.com>
8528
8529         Reviewed by Gustavo Noronha Silva.
8530
8531         [GTK] Separate DerivedSources per-project
8532         https://bugs.webkit.org/show_bug.cgi?id=41109
8533
8534         Separate WebKitGTK+ DerivedSources into per-project subdirectories to prepare
8535         for properly building WebKit2.
8536
8537         * GNUmakefile.am:
8538
8539 2010-07-01  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
8540
8541         Reviewed by Simon Hausmann.
8542
8543         [Qt] Fix a comment in WebKit.pri.
8544
8545         * WebKit.pri:
8546
8547 2010-06-16  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
8548
8549         Reviewed by Simon Hausmann.
8550
8551         [Qt] Fix qmake vcproj generation for QtWebKit.
8552
8553         qmake use TARGET=/LIBS+= -lTARGET to create dependencies
8554         between projects in a subdir template.
8555
8556         Since when compiling outside of Qt we hijack the target name of
8557         QtWebKit to add the configuration and version suffix to the binary
8558         filename, qmake can't establish the WebCore project as a dependency
8559         to QtTestBrowser.
8560
8561         This patch makes sure that the target is not hijacked on the
8562         first of the three passes where the dependencies are determined.
8563
8564         * WebKit.pri:
8565
8566 2010-07-01  Simon Hausmann  <simon.hausmann@nokia.com>
8567
8568         Rubber-stamped by Laszlo Gombos.
8569
8570         [Qt][Symbian] Bumped up the maximum heap size to 96MB
8571
8572         * WebKit.pri:
8573
8574 2010-06-30  Leandro Pereira  <leandro@profusion.mobi>
8575
8576         Unreviewed.
8577
8578         Generate CSSValueKeywords.cpp instead of CSSValueKeywords.c to avoid
8579         recompilation and relinking of WebCore when no files were changed.
8580
8581         * cmake/WebKitGenerators.cmake:
8582
8583 2010-06-29  Antoine Labour  <piman@chromium.org>
8584
8585         Reviewed by Dimitri Glazkov.
8586
8587         Only call Windows-specific PlatformSkiaContext functions on Windows.
8588
8589         * WebCore/platform/graphics/chromium/LayerChromium.cpp:
8590         * WebCore/platform/graphics/chromium/LayerRendererChromium.cpp:
8591
8592 2010-06-28  John Gregg  <johnnyg@google.com>
8593
8594         Reviewed by Kent Tamura.
8595
8596         add ENABLE_DIRECTORY_UPLOAD build support
8597         https://bugs.webkit.org/show_bug.cgi?id=41100
8598
8599         * configure.ac:
8600
8601 2010-06-28  Xan Lopez  <xlopez@igalia.com>
8602
8603         Reviewed by Gustavo Noronha.
8604
8605         Bump version to 1.3.2.
8606
8607         * configure.ac:
8608
8609 2010-06-28  Xan Lopez  <xlopez@igalia.com>
8610
8611         Rubber-stamped by Gustavo Noronha.
8612
8613         Bump gobject-introspection required version to 0.6.15, since we
8614         are now shipping version 1.1 gir files.
8615
8616         * configure.ac:
8617
8618 2010-06-28  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8619
8620         Unreviewed build fix.
8621
8622         [EFL] Build fix for latest version of Ecore library.
8623         Ecore recently changed return type of callbacks from int to Eina_Bool.
8624
8625         * cmake/FindEFL.cmake: Bump version of Ecore dependency.
8626
8627 2010-06-28  Xan Lopez  <xlopez@igalia.com>
8628
8629         Reviewed by Gustavo Noronha.
8630
8631         [GTK] Does not compile with -DGSEAL_ENABLE
8632         https://bugs.webkit.org/show_bug.cgi?id=37851
8633
8634         Add automake flag to signal whether we are building with GTK+ 2.x
8635         or 3.x.
8636
8637         * configure.ac:
8638
8639 2010-06-28  Xan Lopez  <xlopez@igalia.com>
8640
8641         Reviewed by Gustavo Noronha.
8642
8643         [GTK] Add support for GTK+3
8644         https://bugs.webkit.org/show_bug.cgi?id=41253
8645
8646         Add --with-gtk configure flag, defaulting to support for GTK+ 2.x.
8647
8648         * GNUmakefile.am:
8649         * configure.ac:
8650
8651 2010-06-26  Tony Gentilcore  <tonyg@chromium.org>
8652
8653         Reviewed by Dimitri Glazkov.
8654
8655         Add an --enable-web-timing flag which guards Web Timing support.
8656         https://bugs.webkit.org/show_bug.cgi?id=38924
8657
8658         This flag is disabled by default.
8659         See: http://dev.w3.org/2006/webapi/WebTiming/
8660
8661         * configure.ac:
8662
8663 2010-06-25  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
8664
8665         Reviewed by Simon Hausmann.
8666
8667         Introduce to QtScript benchmarks.
8668
8669         The QtScript performance should be tested regularly. The patch introduces
8670         micro benchmarks for existing API.
8671
8672         [Qt] Performance of the QtScript API is not tested.
8673         https://bugs.webkit.org/show_bug.cgi?id=40911
8674
8675         * WebKit.pro:
8676
8677 2010-06-25  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8678
8679         Reviewed by Kenneth Rohde Christiansen.
8680
8681         [CMake] Add option to enable JIT.
8682         JIT is disabled by default, but now it's possible to enable it through
8683         an option to CMake: -DENABLE_JIT will enable it.
8684         https://bugs.webkit.org/show_bug.cgi?id=40936
8685
8686         * cmake/OptionsEfl.cmake: add new -DENABLE_JIT option.
8687         * cmakeconfig.h.cmake: use new -DENABLE_JIT option.
8688
8689 2010-06-23  Leandro Pereira  <leandro@profusion.mobi>
8690
8691         Reviewed by Kenneth Rohde Christiansen.
8692
8693         [EFL] Add support to CPack (to generate source tarballs)
8694         https://bugs.webkit.org/show_bug.cgi?id=41009
8695         
8696         * CMakeLists.txt:
8697         * cmake/OptionsEfl.cmake: Define the default source generator for
8698         the EFL port.
8699         * cmake/WebKitPackaging.cmake: Added. This file filters the source
8700         files so that only files relevant to the selected port are included
8701         in the source tarball. See comments for details.
8702
8703 2010-06-22  Eric Seidel  <eric@webkit.org>
8704
8705         Unreviewed.  Test commit for commit-queue@webkit.org.
8706
8707 2010-06-21  Prasad Tammana  <prasadt@chromium.org>
8708
8709         Reviewed by Darin Adler.
8710
8711         DumpRenderTree should allow tests with modal dialogs
8712         https://bugs.webkit.org/show_bug.cgi?id=35350
8713
8714         * DumpRenderTree/LayoutTestController.cpp:
8715         (abortModalCallback):
8716         (LayoutTestController::staticFunctions):
8717         * DumpRenderTree/LayoutTestController.h:
8718         * DumpRenderTree/mac/LayoutTestControllerMac.mm:
8719         (LayoutTestController::abortModal):
8720         Add abortModal method to LayoutTestController and make it available from script.
8721
8722         * DumpRenderTree/mac/UIDelegate.mm: Add support for showModalDialog.
8723         (-[UIDelegate modalWindowWillClose:]): Observer for NSWindowWillCloseNotifications to call
8724         abortModal from when modal window closes.
8725         (-[UIDelegate webViewRunModal:]): Delegate method for showModalDialog to run the modal loop.
8726
8727 2010-06-21  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8728
8729         Unreviewed debug build fix.
8730
8731         [CMake] Do not force build type to Release
8732         https://bugs.webkit.org/show_bug.cgi?id=40566
8733
8734         * CMakeLists.txt:
8735
8736 2010-06-21  Satish Sampath  <satish@chromium.org>
8737
8738         Reviewed by Steve Block.
8739
8740         Speech Input Patch 0: Added compilation argument to conditionally compile pending patches.
8741         https://bugs.webkit.org/show_bug.cgi?id=40878
8742
8743         * configure.ac:
8744
8745 2010-06-17  Shu Chang  <chang.shu@nokia.com>
8746
8747         Reviewed by Kenneth Rohde Christiansen.
8748
8749         [Qt] Fix the link error on symbian with ENABLE_JIT=0.
8750         1. Add "#if ENABLE(JIT)" in the header file;
8751         2. Put feature enable/disable logic to a common.pri so
8752         that both JavaScriptCore.pri and WebCore.pri can share.
8753
8754         https://bugs.webkit.org/show_bug.cgi?id=40780
8755
8756         * common.pri: Added.
8757
8758 2010-06-17  Alexis Menard  <alexis.menard@nokia.com>
8759
8760         Reviewed by Kenneth Rohde Christiansen.
8761
8762         [Qt] Upstream the WebKit QML integration plugin
8763         https://bugs.webkit.org/show_bug.cgi?id=40050
8764
8765         Add to the build the QML WebKit integration plugin.
8766
8767         * WebKit.pro:
8768
8769 2010-06-17  Lucas De Marchi  <lucas.demarchi@profusion.mobi>
8770
8771         Reviewed by Gustavo Noronha.
8772
8773         Update CMake build system to use new script for generating source files
8774         with gperf (r61091).
8775         https://bugs.webkit.org/show_bug.cgi?id=40628
8776
8777         * cmake/WebKitGenerators.cmake:
8778
8779 2010-06-17  Mark Brand  <mabrand@mabrand.nl>
8780
8781         Reviewed by Simon Hausmann.
8782
8783         [Qt] use "win32-g++*" scope to match all MinGW makespecs
8784
8785         The scope "win32-g++" comes from the name of the makespec. However, it
8786         is frequently used to check for MinGW. This works fine as long as
8787         win32-g++ is the only makespec for MinGW. Now we need the wildcard
8788         to cover "win32-g++-cross" as well.
8789
8790         * WebKit.pri:
8791
8792 2010-06-15  Xan Lopez  <xlopez@igalia.com>
8793
8794         Unreviewed build fix.
8795
8796         Remove GSEAL from the debug config since the bots have a GTK+
8797         version too old, duh.
8798
8799         * GNUmakefile.am:
8800
8801 2010-06-15  Xan Lopez  <xlopez@igalia.com>
8802
8803         Reviewed by Gustavo Noronha.
8804
8805         [GTK] Does not compile with -DGSEAL_ENABLE
8806         https://bugs.webkit.org/show_bug.cgi?id=37851
8807
8808         Add GSEAL_ENABLE flag when doing debug builds.
8809
8810         * GNUmakefile.am:
8811
8812 2010-06-13  Tony Chang  <tony@chromium.org>
8813
8814         Reviewed by Darin Fisher.
8815
8816         Chromium shouldn't build inside the source directory
8817         https://bugs.webkit.org/show_bug.cgi?id=40489
8818
8819         Ignore Chromium Linux build files.
8820
8821         * .: Added property svn:ignore. Modified property svn:ignore.
8822
8823 2010-06-09  Leandro Pereira  <leandro@profusion.mobi>
8824
8825         Reviewed by Adam Treat.
8826
8827         [EFL] Allow building core libraries as shared objects to speed up
8828         linking time on machines with small amounts of memory.
8829         http://webkit.org/b/39899
8830
8831         * CMakeLists.txt: Add SHARED_CORE option.
8832         * cmake/FindGlib.cmake: Add GObject to the list of GLib libraries to
8833         search.
8834         * cmake/OptionsEfl.cmake: Remove default library type definitions.
8835         * cmake/WebKitHelpers.cmake: -fvisibility=hidden did not behave well
8836         when SHARED_CORE is used.
8837
8838 2010-06-08  Xan Lopez  <xlopez@igalia.com>
8839
8840         Reviewed by Gustavo Noronha.
8841
8842         [GTK] Unit testing for WebKitDOMNode hierarchy walk
8843         https://bugs.webkit.org/show_bug.cgi?id=40171
8844
8845         Add DOM node test to the build system.
8846
8847         * GNUmakefile.am:
8848
8849 2010-06-02  Sterling Swigart  <sswigart@google.com>
8850
8851         Reviewed by David Levin.
8852
8853         Image Resizer Patch 0: Added compilation argument to conditionally compile pending patches.
8854         https://bugs.webkit.org/show_bug.cgi?id=39906
8855
8856         * configure.ac:
8857
8858 2010-05-31  Xan Lopez  <xlopez@igalia.com>
8859
8860         Reviewed by Gustavo Noronha.
8861
8862         Copy the NEWS file to the toplevel when creating the release
8863         tarballs, otherwise it's a bit hard to find.
8864
8865         * GNUmakefile.am:
8866
8867 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
8868
8869         Final make distcheck fix - clean up generated GDOM files on distclean.
8870
8871         * GNUmakefile.am:
8872
8873 2010-05-27  Xan Lopez  <xlopez@igalia.com>
8874
8875         More GTK+ distcheck fixes.
8876
8877         * GNUmakefile.am:
8878
8879 2010-05-27  Xan Lopez  <xlopez@igalia.com>
8880
8881         Reviewed by Gustavo Noronha.
8882
8883         Bump for 1.3.1 release.
8884
8885         * configure.ac:
8886
8887 2010-05-27  Gustavo Noronha Silva  <gns@gnome.org>
8888
8889         Reviewed by Xan Lopez.
8890
8891         Build fix for introspection support - make sure DOM headers are
8892         included by the GI scanner.
8893
8894         * GNUmakefile.am:
8895
8896 2010-05-26  Gustavo Noronha Silva  <gns@gnome.org>
8897
8898         Build fixes for make distcheck.
8899
8900         * GNUmakefile.am:
8901
8902 2010-05-26  Xan Lopez  <xlopez@igalia.com>
8903
8904         Reviewed by Gustavo Noronha.
8905
8906         [GTK] Add support for DOM events in the GObject DOM bindings
8907         https://bugs.webkit.org/show_bug.cgi?id=38844
8908
8909         Add new test to the build.
8910
8911         * GNUmakefile.am:
8912
8913 2010-05-22  Leandro Pereira  <leandro@profusion.mobi>
8914
8915         Reviewed by Eric Seidel.
8916
8917         [EFL] Build fix (always compile libraries with -fPIC when compiler
8918         is gcc; always define WTF_USE_PTHREADS).
8919         http://webkit.org/b/39235
8920
8921         * cmake/OptionsCommon.cmake:
8922         * cmake/OptionsEfl.cmake:
8923         * cmake/WebKitHelpers.cmake:
8924
8925 2010-05-19  Dan Winship  <danw@gnome.org>
8926
8927         Reviewed by Xan Lopez.
8928
8929         [GTK] Install introspection files in our prefix, not
8930         gobject-introspection's prefix
8931
8932         * GNUmakefile.am:
8933         * configure.ac:
8934
8935 2010-05-15  Leandro Pereira  <leandro@profusion.mobi>
8936
8937         Reviewed by Adam Treat.
8938
8939         [EFL] Add build system for the EFL port.
8940         http://webkit.org/b/37945
8941
8942         * CMakeLists.txt: Added.
8943         * cmake/FindCFLite.cmake: Added.
8944         * cmake/FindCairo.cmake: Added.
8945         * cmake/FindEFL.cmake: Added.
8946         * cmake/FindFreetype.cmake: Added.
8947         * cmake/FindGDK-PixBuf.cmake: Added.
8948         * cmake/FindGDK.cmake: Added.
8949         * cmake/FindGIO.cmake: Added.
8950         * cmake/FindGlib.cmake: Added.
8951         * cmake/FindICU.cmake: Added.
8952         * cmake/FindLibSoup2.cmake: Added.
8953         * cmake/FindLibXlst.cmake: Added.
8954         * cmake/FindPango.cmake: Added.
8955         * cmake/FindSqlite.cmake: Added.
8956         * cmake/LibFindMacros.cmake: Added.
8957         * cmake/OptionsCommon.cmake: Added.
8958         * cmake/OptionsEfl.cmake: Added.
8959         * cmake/WebKitEfl.cmake: Added.
8960         * cmake/WebKitFS.cmake: Added.
8961         * cmake/WebKitFeatures.cmake: Added.
8962         * cmake/WebKitGenerators.cmake: Added.
8963         * cmake/WebKitHelpers.cmake: Added.
8964         * cmake/WebKitMacros.cmake: Added.
8965         * cmakeconfig.h.cmake: Added.
8966
8967 2010-05-14  Simon Hausmann  <simon.hausmann@nokia.com>
8968
8969         Rubber-stamped by Antti Koivisto.
8970
8971         [Qt] Rename QtLauncher to QtTestBrowser
8972         https://bugs.webkit.org/show_bug.cgi?id=37665
8973
8974         * WebKit.pro:
8975
8976 2010-05-12  Csaba Osztrogonác  <ossy@webkit.org>
8977
8978         Reviewed by Kenneth Rohde Christiansen.
8979
8980         [Qt] Link error in debug mode without debug_and_release config
8981         https://bugs.webkit.org/show_bug.cgi?id=39006
8982
8983         * WebKit.pri: Unnecessary build_pass guard removed.
8984
8985 2010-05-12  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8986
8987         Reviewed by Kenneth Rohde Christiansen.
8988
8989         [Qt] Detect debug mode consistently
8990         https://bugs.webkit.org/show_bug.cgi?id=38863
8991
8992         * WebKit.pri:
8993
8994 2010-05-08  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
8995
8996         Reviewed by Kenneth Rohde Christiansen.
8997
8998         [Qt] Build the ImageDiff tool for all platforms including Windows and Symbian
8999         https://bugs.webkit.org/show_bug.cgi?id=38706
9000
9001         * WebKit.pro:
9002
9003 2010-05-07  Simon Hausmann  <simon.hausmann@nokia.com>
9004
9005         Add a few more files with Windows linefeeds to the .gitattributes file.
9006
9007         * .gitattributes:
9008
9009 2010-05-05  Alejandro G. Castro  <alex@igalia.com>
9010
9011         Reviewed by Xan Lopez.
9012
9013         Fixed the gobject introspection compilation with the new DOM
9014         bindings, we needed to add DOM objects.
9015
9016         * GNUmakefile.am:
9017
9018 2010-05-04  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9019
9020         Unreviewed, build fix for Symbian.
9021
9022         [Symbian] Symbian builds does not support shadow builds
9023
9024         Revision r54715 broke the Symbian build. For Symbian
9025         the include directory is generated in the root of the source tree.
9026         This patch sets the INCLUDEPATH accordingly for Symbian.
9027
9028         * WebKit.pri:
9029
9030 2010-05-03  Adam Barth  <abarth@webkit.org>
9031
9032         Reviewed by Dimitri Glazkov.
9033
9034         Add some more Chromium-specific files to gitignore
9035         https://bugs.webkit.org/show_bug.cgi?id=38469
9036
9037         These files are generated as part of the update-webkit --chromium
9038         script.
9039
9040         * .gitignore:
9041
9042 2010-05-02  Geoff Levand  <geoff.levand@am.sony.com>
9043
9044         Reviewed by Eric Seidel.
9045
9046         [GTK] Fix out of source build failure
9047         https://bugs.webkit.org/show_bug.cgi?id=38051
9048
9049         Add a preprocessor include path for generated GTK header files.
9050         Fixes build errors like these when building GTK out of source:
9051
9052           webkit.h: error: webkit/webkitversion.h: No such file or directory
9053
9054         * GNUmakefile.am:
9055
9056 2010-05-02  Kartikaya Gupta  <kagupta@rim.com>
9057
9058         Reviewed by George Staikos.
9059
9060         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.
9061
9062         https://bugs.webkit.org/show_bug.cgi?id=37888
9063
9064         No new tests. None needed.
9065
9066         * bindings/scripts/IDLParser.pm:
9067
9068 2010-04-29  Xan Lopez  <xlopez@igalia.com>
9069
9070         Reviewed by Gustavo Noronha.
9071
9072         [GTK] GObject DOM bindings
9073         https://bugs.webkit.org/show_bug.cgi?id=33590
9074
9075         Add WebKitDOMDocument tests to the build.
9076
9077         * GNUmakefile.am:
9078
9079 2010-04-28  Sam Weinig  <sam@webkit.org>
9080
9081         Reviewed by Mark Rowe.
9082
9083         Add WebKit2 to the lists of modules to build.
9084
9085         * Makefile:
9086
9087 2010-04-21  Xan Lopez  <xlopez@igalia.com>
9088
9089         Reviewed by Adam Barth.
9090
9091         [GTK] GObject DOM bindings
9092         https://bugs.webkit.org/show_bug.cgi?id=33590
9093
9094         Add build bits for the GObject DOM bindings.
9095
9096         * GNUmakefile.am:
9097
9098 2010-04-20  Xan Lopez  <xlopez@igalia.com>
9099
9100         Build fix?
9101
9102         * autotools/webkit.m4:
9103
9104 2010-04-19  Diego Escalante Urrelo  <descalante@igalia.com>
9105
9106         Reviewed by Xan Lopez.
9107
9108         [Gtk] Evaluate and create tests for all the AtkRole's implemented by
9109         WebKitGtk
9110         https://bugs.webkit.org/show_bug.cgi?id=34449
9111
9112         Add and enable the build of testatkroles to test ATK non form roles.
9113
9114         * GNUmakefile.am:
9115
9116 2010-04-18  Michael Forney  <michael@mforney.org>
9117
9118         Reviewed by Laszlo Gombos.
9119
9120         https://bugs.webkit.org/show_bug.cgi?id=37762
9121
9122         Fixes the sandbox option in configure.
9123
9124         * configure.ac: Fix cut and paste error in the sandbox option causing
9125         --{enable,disable}-sandbox to be ineffective, and it to be controlled
9126         by the ruby flag.
9127
9128 2010-04-09  Simon Hausmann  <simon.hausmann@nokia.com>
9129
9130         Unreviewed crash fix.
9131
9132         Revert part of 57320 that would remove NDEBUG in release builds for
9133         DRT, etc.
9134
9135         * WebKit.pri:
9136
9137 2010-04-09  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9138
9139         Reviewed by Simon Hausmann.
9140
9141         [Qt] Fix crashes with package builds in release
9142
9143         * WebKit.pri: Don't randomly add NDEBUG to the defines.
9144
9145 2010-04-07  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9146
9147         Reviewed by Kenneth Rohde Christiansen.
9148
9149         [Qt] Fix trunk (non-standalone) builds for Symbian
9150         https://bugs.webkit.org/show_bug.cgi?id=37136
9151
9152         Test for source files before building instead of relying on
9153         standalone_package config.
9154
9155         * WebKit.pro:
9156
9157 2010-04-01  Kinuko Yasuda  <kinuko@chromium.org>
9158
9159         Reviewed by Dmitry Titov.
9160
9161         Add FileThread for async file operation support in FileReader and FileWriter
9162         https://bugs.webkit.org/show_bug.cgi?id=36896
9163
9164         Add EANBEL_FILE_READER and ENABLE_FILE_WRITER flags.
9165
9166         * configure.ac:
9167
9168 2010-04-01  Ojan Vafai  <ojan@chromium.org>
9169
9170         Reviewed by Adam Barth.
9171
9172         autoinstalled should be git ignored
9173         https://bugs.webkit.org/show_bug.cgi?id=36970
9174
9175         * .gitignore:
9176
9177 2010-04-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9178
9179         Reviewed by Kenneth Rohde Christiansen.
9180
9181         [Qt]Add -Wextra warning level to the QtWebKit build
9182         https://bugs.webkit.org/show_bug.cgi?id=36971
9183
9184         * WebKit.pri:
9185
9186 2010-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9187
9188         Reviewed by Holger Freyther.
9189
9190         [GTK] webkit_get_default_session() should make sure webkit_init() is called
9191         https://bugs.webkit.org/show_bug.cgi?id=36754
9192
9193         New API test.
9194
9195         * GNUmakefile.am:
9196
9197 2010-03-26  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9198
9199         Reviewed by Simon Hausmann.
9200
9201         [Qt] Build JavaScriptCore as a static library.
9202         https://bugs.webkit.org/show_bug.cgi?id=36590
9203
9204         This patch takes what was left of the unused JavaScriptCore.pro
9205         and moved the compilation logic from JavaScriptCore.pri to
9206         JavaScriptCore.pro.
9207
9208         * WebKit.pro:
9209
9210 2010-03-16  Xan Lopez  <xlopez@igalia.com>
9211
9212         Rubber-stamped by Gustavo Noronha.
9213
9214         Update library version for 1.1.90 release.
9215
9216         * configure.ac:
9217
9218 2010-03-16  Xan Lopez  <xlopez@igalia.com>
9219
9220         Reviewed by Gustavo Noronha.
9221
9222         Bump version for 1.1.90 release.
9223
9224         * configure.ac:
9225
9226 2010-03-16  Xan Lopez  <xlopez@igalia.com>
9227
9228         Reviewed by Gustavo Noronha.
9229
9230         Add support for Fast Mobile Scrolling in the build system.
9231
9232         * configure.ac:
9233
9234 2010-03-16  Simon Hausmann  <simon.hausmann@nokia.com>
9235
9236         Add WebKitTools/TestResultServer/index.yaml to gitattributes to ignore for crlf conversion.
9237
9238         * .gitattributes:
9239
9240 2010-03-12  Scott Byer  <scottbyer@chromium.org>
9241
9242         Reviewed by David Levin.
9243
9244         Popup font size needs to be exposed to clients.
9245         https://bugs.webkit.org/show_bug.cgi?id=35990
9246
9247         Add function to expose the popup menu font size, add a field to
9248         WebPopupMenuInfo that receives that information to convey that to
9249         the web view client's createPopupMenu() call.
9250
9251         * WebCore/platform/chromium/PopupMenuChromium.cpp:
9252         * WebCore/platform/chromium/PopupMenuChromium.h:
9253         * WebKit/chromium/public/WebPopupMenuInfo.h:
9254         * WebKit/chromium/src/ChromeClientImpl.cpp:
9255
9256 2010-03-11  Adam Roben  <aroben@apple.com>
9257
9258         Teach git about ObjC files
9259
9260         Fixes <http://webkit.org/b/36015>.
9261
9262         Reviewed by Tim Hatcher.
9263
9264         * .gitattributes: Set the diff attribute for .m and .mm files, and .h
9265         files in Mac-specific directories. This can be used to generate
9266         more-readable diffs of ObjC files.
9267
9268 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9269
9270         Unreviewed. Versioning for 1.1.23.
9271
9272         * configure.ac:
9273
9274 2010-03-09  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9275
9276         Unreviewed distcheck fix.
9277
9278         * GNUmakefile.am:
9279
9280 2010-03-08  Jian Li  <jianli@chromium.org>
9281
9282         Reviewed by Dmitry Titov.
9283
9284         Blob.slice support.
9285         https://bugs.webkit.org/show_bug.cgi?id=32993
9286
9287         Add ENABLE_BLOB_SLICE feature define.
9288
9289         * configure.ac:
9290
9291 2010-03-04  Fridrich Strba  <fridrich.strba@bluewin.ch>
9292
9293         Reviewed by Holger Freyther.
9294
9295         https://bugs.webkit.org/show_bug.cgi?id=35726
9296         Remove orphaned #ifdef WTF_USE_GLIB_ICU_UNICODE_HYBRID
9297
9298         Removing orphaned #if USE.
9299
9300         * GNUmakefile.am:
9301
9302 2010-03-04  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9303
9304         Reviewed by Tor Arne Vestbø.
9305
9306         [Qt] Make the OUTPUT_DIR variable in qmake projects independent of build-webkit's logic.
9307
9308         This also allows shadow builds relying only on qmake to work properly.
9309
9310         * WebKit.pri:
9311
9312 2010-03-03  Fridrich Strba  <fridrich.strba@bluewin.ch>
9313
9314         Reviewed by Xan Lopez.
9315
9316         Miscellaneous little fixes for the windows build of webkit-gtk
9317         https://bugs.webkit.org/show_bug.cgi?id=35640
9318
9319         * GNUmakefile.am: On Windows with GCC, presence of
9320         __declspec(dllexport) on some symbols disables the autoexport/autoimport
9321         feature for all others. Using regex here assures that all symbols that 
9322         need to be exported in the dll are actually exported.
9323
9324 2010-03-02  Arno Renevier  <arno@renevier.net>
9325
9326         Reviewed by Gustavo Noronha Silva.
9327
9328         [Gtk] implements ChromeClient::requestGeolocationPermissionForFrame
9329         https://bugs.webkit.org/show_bug.cgi?id=35210
9330
9331         * GNUmakefile.am:
9332
9333 2010-03-02  Dmitry Titov  <dimich@chromium.org>
9334
9335         Reviewed by Alexey Proskuryakov.
9336
9337         Ignore compiled Java test cases in .gitignore.
9338         https://bugs.webkit.org/show_bug.cgi?id=35559
9339
9340         * .gitignore:
9341
9342 2010-02-26  Arno Renevier  <arno@renevier.net>
9343
9344         Reviewed by Gustavo Noronha Silva.
9345
9346         [Gtk] ignore WebKit/gtk/docs/GNUmakefile.in in .gitignore
9347         https://bugs.webkit.org/show_bug.cgi?id=35424
9348
9349         * .gitignore:
9350
9351 2010-02-24  Sam Kerner  <skerner@chromium.org>
9352
9353         Reviewed by Darin Fisher.
9354
9355         Expose WebFrame::setCanHaveScrollbars().  This allows a view
9356         which is being resized to not need scroll bars to ensure that
9357         they are not drawn.
9358
9359         Existing function setAllowsScrolling() was renamed
9360         setCanHaveScrollbars(), to be consistant with change 37159:
9361         http://trac.webkit.org/changeset/37159
9362
9363         https://bugs.webkit.org/show_bug.cgi?id=35257
9364
9365         * WebKit/chromium/public/WebFrame.h:
9366         * WebKit/chromium/src/ChromeClientImpl.cpp:
9367         * WebKit/chromium/src/WebFrameImpl.cpp:
9368         * WebKit/chromium/src/WebFrameImpl.h:
9369
9370 2010-02-19  Jesus Sanchez-Palencia  <jesus.palencia@openbossa.org>
9371
9372         Reviewed by Kenneth Rohde Christiansen.
9373
9374         [Qt] Remove QGVLauncher
9375
9376         https://bugs.webkit.org/show_bug.cgi?id=35292
9377
9378         * WebKit.pro:
9379
9380 2010-02-24  Xan Lopez  <xlopez@igalia.com>
9381
9382         Reviewed by Gustavo Noronha.
9383
9384         Enable SharedWorkers by default, since that's been the default for
9385         a long time in our build-webkit configuration.
9386
9387         * configure.ac:
9388
9389 2010-02-23  James Choi  <jchoi42@pha.jhu.edu>
9390
9391         Add Solaris definitions
9392         https://bugs.webkit.org/show_bug.cgi?id=35214
9393
9394         * WebKit/chromium/src/WebViewImpl.cpp
9395         * WebKit/chromium/src/WebFrameImpl.cpp
9396
9397 2010-02-23  Arno Renevier  <arno@renevier.net>
9398
9399         Reviewed by Gustavo Noronha Silva.
9400
9401         [Gtk]: testwebview does not work when called with absolute path
9402         https://bugs.webkit.org/show_bug.cgi?id=34940
9403
9404         When testwebview is called as absolute path, chdir to executable
9405         directory before searching resource files.
9406
9407         * GNUmakefile.am:
9408
9409 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
9410
9411         Reviewed by Gustavo Noronha Silva.
9412
9413         Changes references of GOwnPtr to reflect their new place.
9414         http://webkit.org/b/35084
9415
9416         * JavaScriptCore/JavaScriptCore.gypi:
9417         * JavaScriptCore/wtf/Threading.h:
9418         * JavaScriptCore/wtf/unicode/glib/UnicodeGLib.h:
9419
9420 2010-02-23  Leandro Pereira  <leandro@profusion.mobi>
9421
9422         Reviewed by Gustavo Noronha Silva.
9423
9424         Fixes references to GOwnPtr and GRefPtr so the GTK+ port builds
9425         again.
9426         http://webkit.org/b/35084
9427
9428         * GNUmakefile.am:
9429
9430 2010-02-23  Diego Escalante Urrelo  <descalante@igalia.com>
9431
9432         Reviewed by Eric Seidel.
9433
9434         [gtk] missing libsoup-2.4 package in gir generation
9435         https://bugs.webkit.org/show_bug.cgi?id=35199
9436
9437         Include libsoup-2.4 package in gobject introspection .gir generation.
9438
9439         * GNUmakefile.am:
9440
9441 2010-02-22  Huahui Wu  <hwu@google.com>
9442
9443         Reviewed by Eric Seidel.
9444
9445         Add code that enables SquirrelFish Extreme (a.k.a JSCX, JSC JIT)
9446         in Android. It's disabled by default, but is enabled when the 
9447         enveronment variable ENABLE_JSC_JIT is set to true.
9448         https://bugs.webkit.org/show_bug.cgi?id=34855
9449
9450         * Android.mk:
9451
9452 2010-02-22  Xan Lopez  <xlopez@igalia.com>
9453
9454         Reviewed by Gustavo Noronha.
9455
9456         Bump library versioning for 1.1.22 release.
9457
9458         * configure.ac:
9459
9460 2010-02-22  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
9461
9462         Reviewed by Kenneth Rohde Christiansen.
9463
9464         [Qt] Add support for layout tests on Symbian
9465         https://bugs.webkit.org/show_bug.cgi?id=31589
9466
9467         * WebKit.pro:
9468
9469 2010-02-20  Noam Rosenthal  <noam.rosenthal@nokia.com>
9470
9471         Reviewed by Laszlo Gombos.
9472
9473         [Qt] ENABLE_3D_RENDERING should be optional
9474         https://bugs.webkit.org/show_bug.cgi?id=35100
9475
9476         * WebKit.pri: ENABLE_3D_RENDERING moved to a proper feature test
9477
9478 2010-02-19  Maciej Stachowiak  <mjs@apple.com>
9479
9480         Reviewed by David Levin.
9481
9482         Add an ENABLE flag for sandboxed iframes to make it possible to disable it in releases
9483         https://bugs.webkit.org/show_bug.cgi?id=35147
9484
9485         * configure.ac:
9486
9487 2010-02-18  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
9488
9489         Reviewed by Eric Seidel.
9490
9491         Add .gitattributes file for custom ChangeLog merge-driver
9492
9493         * .gitattributes: Added.
9494
9495 2010-02-17  Noam Rosenthal  <noam.rosenthal@nokia.com>
9496
9497         Reviewed by Ariya Hidayat.
9498
9499         [Qt] GraphicsLayer: support perspective and 3D transforms
9500         https://bugs.webkit.org/show_bug.cgi?id=34960
9501
9502         * WebKit.pri: added appropriate define: ENABLED_3D_RENDERING
9503
9504 2010-02-15  Philippe Normand  <pnormand@igalia.com>
9505
9506         Reviewed by Gustavo Noronha Silva.
9507
9508         [GStreamer] Should handle BUFFERING messages
9509         https://bugs.webkit.org/show_bug.cgi?id=30004
9510
9511         * configure.ac: Bump gstreamer -core/-plugins-base requirements to
9512         0.10.25 which is the minimum required version for on-disk buffering.
9513
9514 2010-02-16  Xan Lopez  <xlopez@igalia.com>
9515
9516         Reviewed by Gustavo Noronha.
9517
9518         Bump version to 1.1.22 so we can depend on it in applications.
9519
9520         * configure.ac:
9521
9522 2010-02-12  Simon Hausmann  <simon.hausmann@nokia.com>
9523
9524         Reviewed by Holger Freyther.
9525
9526         Removed WMLInputElement.* from .gitattributes as the file is
9527         now CRLF clean.
9528
9529         * .gitattributes:
9530
9531 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9532
9533         Reviewed by Tor Arne Vestbø.
9534
9535         [Qt] Make qtlauncher and qgvlauncher use the generated headers
9536         path to make sure they are correctly generated.
9537
9538         * WebKit.pri:
9539
9540 2010-02-10  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9541
9542         Reviewed by Tor Arne Vestbø.
9543
9544         [Qt] Manually add support for the install target on Symbian.
9545
9546         This is required to copy the headers over the ones in Qt.
9547
9548         * WebKit.pro:
9549
9550 2010-02-11  Fridrich Strba  <fridrich.strba@bluewin.ch>
9551
9552         Reviewed by Gustavo Noronha Silva.
9553
9554         Detect properly different versions of libpng out there.
9555
9556         * configure.ac:
9557
9558 2010-02-11  Xan Lopez  <xlopez@igalia.com>
9559
9560         Try to fix GTK+ build.
9561
9562         * configure.ac:
9563
9564 2010-02-11  Antonio Gomes  <tonikitoo@webkit.org>
9565
9566         Reviewed by Xan Lopez.
9567
9568         Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
9569
9570         * configure.ac:
9571
9572 2010-02-08  Maciej Stachowiak  <mjs@apple.com>
9573
9574         Reviewed by Cameron Zwarich.
9575
9576         Restore ENABLE_RUBY flag so vendors can ship with Ruby disabled if they choose.
9577         https://bugs.webkit.org/show_bug.cgi?id=34698
9578
9579         * configure.ac:
9580
9581 2010-02-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9582
9583         Reviewed by Xan Lopez.
9584
9585         Bump version to 1.1.21, and adjust library versioning accordingly.
9586
9587         * configure.ac:
9588
9589 2010-02-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
9590
9591         Reviewed by Gustavo Noronha.
9592
9593         Add gstreamer-app-0.10 to configure.ac
9594         https://bugs.webkit.org/show_bug.cgi?id=34317
9595
9596         * configure.ac:
9597
9598 2010-02-05  Simon Hausmann  <simon.hausmann@nokia.com>
9599
9600         Reviewed by Tor Arne Vestbø.
9601
9602         Add .gitattributes file to tell git about files with Windows linefeeds
9603         https://bugs.webkit.org/show_bug.cgi?id=34645
9604
9605         On Windows git defaults to "true" for core.autocrlf, meaning all text
9606         files in the working directory are converted from CRLF to LF on checkin
9607         time. Some files present in the repository have been checked in with
9608         CRLF linefeeds and git should not try to convert them. The added
9609         .gitattributes file tells git to not do any CRLF conversion.
9610
9611         * .gitattributes: Added.
9612
9613 2010-02-05  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
9614
9615         Reviewed by Simon Hausmann.
9616
9617         [Qt] Generate convenience headers (QWebView, etc) using qmake
9618
9619         In Qt this is done using syncqt, but we use a pro-file instead
9620         that generates makefile-rules for each of the extra headers.
9621
9622         These extra headers are installed alongside the normal headers.
9623
9624         * DerivedSources.pro: Include API-DerivedSources
9625
9626 2010-02-04  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
9627
9628         Reviewed by Lars Knoll.
9629
9630         [Qt] Make 'make -f Makefile.DerivedSources qmake' work
9631
9632         Previously this target ended up generating a file named
9633         Makefile.DerivedSources.DerivedSources, and so on.
9634
9635         * DerivedSources.pro:
9636
9637 2010-02-04  Christian Dywan  <christian@twotasts.de>
9638
9639         Reviewed by Xan Lopez.
9640
9641         Require either libsoup 2.28.2 or 2.29.90.
9642
9643         * configure.ac:
9644
9645 2010-02-04  Xan Lopez  <xlopez@igalia.com>
9646
9647         Reviewed by Gustavo Noronha.
9648
9649         Bump minimum libsoup requirement to 2.29.90
9650
9651         * configure.ac:
9652
9653 2010-02-02  Gustavo Noronha Silva  <gns@gnome.org>
9654
9655         Reviewed by Xan Lopez.
9656
9657         Bump version, and adjust library versioning for 1.1.20.
9658
9659         * configure.ac:
9660
9661 2010-01-29  Jeremy Orlow  <jorlow@chromium.org>
9662
9663         Reviewed by Dimitri Glazkov.
9664
9665         A first step towards the Indexed Database API
9666         https://bugs.webkit.org/show_bug.cgi?id=34342
9667
9668         Add Indexed Database API
9669
9670         * configure.ac:
9671
9672 2010-01-27  Simon Hausmann  <simon.hausmann@nokia.com>
9673
9674         Reviewed by Kenneth Rohde Christiansen.
9675
9676         [Qt] Don't build the tests in packages, only the launcher(s)
9677
9678         * WebKit.pro:
9679
9680 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9681
9682         Reviewed by Tor Arne Vestbø.
9683
9684         [Qt] Add the "d" suffix to QtWebKit's dll on Windows.
9685
9686         * WebKit.pri:
9687
9688 2010-01-27  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9689
9690         Unreviewed build fix
9691
9692         [Qt] Build fix for windows when QTDIR contains release libraries.
9693
9694         * WebKit.pri: Use the <name>.lib syntax for linking instead of qmake's -l<name> emulation
9695
9696 2010-01-26  Jedrzej Nowacki  <jedrzej.nowacki@nokia.com>
9697
9698         Reviewed by Simon Hausmann.
9699
9700         First steps of the QtScript API.
9701         
9702         Two new classes were created; QScriptEngine and QScriptValue.
9703         The first should encapsulate a javascript context and the second a script
9704         value.
9705         
9706         This API is still in development, so it isn't compiled by default.
9707         To trigger compilation, pass --qmakearg="CONFIG+=build-qtscript" to
9708         build-webkit.
9709
9710         https://bugs.webkit.org/show_bug.cgi?id=32565
9711
9712         * WebKit.pro:
9713
9714 2010-01-25  Simon Hausmann  <simon.hausmann@nokia.com>
9715
9716         Reviewed by Laszlo Gombos.
9717
9718         [Qt] Fix the build on Maemo5.
9719
9720         https://bugs.webkit.org/show_bug.cgi?id=34051
9721
9722         * WebKit.pri: Disable the use of uitools, just like it's done for Symbian.
9723
9724 2010-01-21  No'am Rosenthal  <noam.rosenthal@nokia.com>
9725
9726         Reviewed by Antti Koivisto.
9727
9728         [Qt] Implement GraphicsLayer for accelerated layer compositing
9729         https://bugs.webkit.org/show_bug.cgi?id=33514
9730
9731         * WebKit.pri: Addded compile flags to enable accelerated compositing
9732         on versions higher than 4.5
9733
9734 2010-01-20  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
9735
9736         Reviewed by Simon Hausmann.
9737
9738         [Qt] Make DumpRenderTree build on Windows
9739
9740         * WebKit.pro:
9741
9742 2010-01-20  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9743
9744         Reviewed by Simon Hausmann.
9745
9746         [Qt] Fix the recursive generated_files target to work with qmake -r -o
9747
9748         * DerivedSources.pro:
9749
9750 2010-01-20  Simon Hausmann  <simon.hausmann@nokia.com>
9751
9752         Reviewed by Tor Arne Vestbø.
9753
9754         [Qt] Make it possible (on *nix at least) to recursively call "make generated_files"
9755
9756         * DerivedSources.pro:
9757
9758 2010-01-19  Gustavo Noronha Silva  <gns@gnome.org>
9759
9760         Unreviewed. Shared library versioning update for 1.1.19.
9761
9762         * configure.ac:
9763
9764 2010-01-15  Gustavo Noronha Silva  <gns@gnome.org>
9765
9766         Rubber-stamped by Xan Lopez.
9767
9768         Bump version to 1.1.19.
9769
9770         * configure.ac:
9771
9772 2010-01-14  Csaba Osztrogonác  <ossy@webkit.org>
9773
9774         Reviewed by Eric Seidel.
9775
9776         [Qt] Defective dependencies caused build failing on QtBuildBot.
9777         https://bugs.webkit.org/show_bug.cgi?id=33693
9778
9779         * WebKit.pri: CONFIG += depend_includepath added.
9780
9781 2010-01-14  Steve Block  <steveblock@google.com>
9782
9783         Reviewed by David Levin.
9784
9785         Moves general includes before bindings includes in Android build system.
9786         https://bugs.webkit.org/show_bug.cgi?id=33623
9787
9788         This avoids problems with collisions between WebCore/platform/text/StringBuilder.h
9789         and the new JavaScriptCore/runtime/StringBuilder.h. This change puts
9790         JavaScriptCore/runtime and other bindings includes after the WebCore and other
9791         general includes, so that the WebCore StringBuilder.h is picked up when building
9792         WebCore.
9793
9794         * Android.mk: Modified.
9795
9796 2010-01-13  Jocelyn Turcotte  <jocelyn.turcotte@nokia.com>
9797
9798         Reviewed by Simon Hausmann.
9799
9800         [Qt] Split the build process in two different .pro files.
9801         This allows qmake to be run once all source files are available.
9802
9803         * DerivedSources.pro: Added.
9804         * WebKit.pri:
9805
9806 2010-01-07  Daniel Bates  <dbates@rim.com>
9807
9808         Reviewed by Eric Seidel.
9809
9810         https://bugs.webkit.org/show_bug.cgi?id=32987
9811
9812         Added ENABLE_XHTMLMP flag. Disabled by default.
9813
9814         * configure.ac:
9815
9816 2010-01-05  Gustavo Noronha Silva  <gns@gnome.org>
9817
9818         Reviewed by Xan Lopez.
9819
9820         Based on idea and original patch by Evan Martin.
9821
9822         Remove libWebCore intermediate library, to improve link time.
9823
9824         [GTK] Build time must be reduced
9825         https://bugs.webkit.org/show_bug.cgi?id=32921
9826
9827         * GNUmakefile.am:
9828
9829 2010-01-05  Xan Lopez  <xlopez@igalia.com>
9830
9831         Bump for 1.1.18 release.
9832
9833         * configure.ac:
9834
9835 2010-01-04  Gustavo Noronha Silva  <gns@gnome.org>
9836
9837         Fix JSCore-1.0.gir path to fix make distcheck.
9838
9839         * GNUmakefile.am:
9840
9841 2010-01-04  Simon Hausmann  <simon.hausmann@nokia.com>
9842
9843         Reviewed by Tor Arne Vestbø.
9844
9845         [Qt] Fix standalone package builds.
9846
9847         * WebKit.pri: Add logic for detecting standalone builds. Set OUTPUT_DIR to the top-level dir in that case.
9848         * WebKit.pro: Don't build JSC and DRT for package builds.
9849
9850 2010-01-04  Eric Seidel  <eric@webkit.org>
9851
9852         Reviewed by Adam Barth.
9853
9854         bugzilla-tool should not require users to install mechanize
9855         https://bugs.webkit.org/show_bug.cgi?id=32635
9856
9857         * .gitignore: Ignore autoinstall.cache.d directory created by autoinstall.py
9858
9859 2009-12-28  Estêvão Samuel Procópio  <tevaum@gmail.com>
9860
9861         Reviewed by Gustavo Noronha Silva.
9862
9863         Bug 32940: [GTK] Changing the download throttle conditions.
9864         https://bugs.webkit.org/show_bug.cgi?id=32716
9865
9866         The WebKitDownload progress notification was taking long to
9867         update. This fix makes notification happens each 0.7 secs
9868         or when the progress ups in 1%.
9869
9870         * WebKit/gtk/webkit/webkitdownload.cpp:
9871
9872 2009-12-22  Simon Hausmann  <simon.hausmann@nokia.com>
9873
9874         Rubber-stamped by Holger Freyther.
9875
9876         Adjusted path to QtLauncher.
9877
9878         * WebKit.pro:
9879
9880 2009-12-19  Evan Martin  <evan@chromium.org>
9881
9882         Reviewed by Gustavo Noronha Silva.
9883
9884         Add a couple of WebKitGtk files to .gitignore.
9885
9886         * .gitignore:
9887
9888 2009-12-18  Benjamin Otte  <otte@gnome.org>
9889
9890         Reviewed by Xan Lopez.
9891
9892         [GTK] RemoveDashboard support. It's useless.
9893
9894         * configure.ac:
9895
9896 2009-12-18  Simon Hausmann  <simon.hausmann@nokia.com>
9897
9898         Reviewed by Tor Arne Vestbø.
9899
9900         [Qt] Clean up the qmake build system to distinguish between trunk builds and package builds
9901
9902         https://bugs.webkit.org/show_bug.cgi?id=32716
9903
9904         * WebKit.pri: Use standalone_package instead of QTDIR_build
9905
9906 2009-12-17  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9907
9908         Unreviewed. Build fixes for make distcheck.
9909
9910         * GNUmakefile.am:
9911
9912 2009-12-16  Dan Winship  <danw@gnome.org>
9913
9914         Reviewed by Gustavo Noronha Silva.
9915
9916         [Gtk] Content-Encoding support
9917
9918         https://bugs.webkit.org/show_bug.cgi?id=522772
9919
9920         * configure.ac: require libsoup 2.28.2 for SoupContentDecoder
9921
9922 2009-12-13  Eric Seidel  <eric@webkit.org>
9923
9924         Reviewed by Gavin Barraclough.
9925
9926         string-base64 test does not compute a valid base64 string
9927         http://bugs.webkit.org/show_bug.cgi?id=16806
9928
9929         * tests/string-base64.js: change str[i] to str.charCodeAt(i)
9930
9931 2009-12-10  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9932
9933         Reviewed by Xan Lopez.
9934
9935         [GTK] Should provide an API to control the IconDatabase
9936         https://bugs.webkit.org/show_bug.cgi?id=32334
9937
9938         Add test to make sure favicon reporting works.
9939
9940         * GNUmakefile.am:
9941
9942 2009-12-09  Steve Block  <steveblock@google.com>
9943
9944         Reviewed by Adam Barth.
9945
9946         Adds Android Makefiles for building with V8.
9947         https://bugs.webkit.org/show_bug.cgi?id=32278
9948
9949         * Android.mk: Modified. Includes Makefiles for V8.
9950
9951 2009-12-08  Steve Block  <steveblock@google.com>
9952
9953         Reviewed by Adam Barth.
9954
9955         [Android] Adds Makefiles for Android port.
9956         https://bugs.webkit.org/show_bug.cgi?id=31325
9957
9958         * Android.mk: Added.
9959
9960 2009-12-08  Christian Dywan  <christian@twotoasts.de>
9961
9962         Reviewed by Xan Lopez.
9963
9964         * configure.ac: Require only libSoup 2.27.91 but check for 2.29.3
9965         and define HAVE_LIBSOUP_2_29_3 in that case.
9966
9967 2009-12-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
9968
9969         Rubber-stamped by Xan Lopez.
9970
9971         Late post-release version bump.
9972
9973         * configure.ac:
9974
9975 2009-12-08  Dominik Röttsches  <dominik.roettsches@access-company.com>
9976
9977         Reviewed by Gustavo Noronha Silva.
9978
9979         [Gtk] Create a TextBreakIterator implementation based on GLib (without ICU)
9980         https://bugs.webkit.org/show_bug.cgi?id=31469
9981
9982         Removing hybrid configuration for --with-unicode-backend=glib
9983         ICU not required anymore.
9984
9985         * autotools/webkit.m4:
9986
9987 2009-12-08  Nikolas Zimmermann  <nzimmermann@rim.com>
9988
9989         Rubber-stamped by Maciej Stachowiak.
9990
9991         Turn on (SVG) Filters for Gtk.
9992         https://bugs.webkit.org/show_bug.cgi?id=32224
9993
9994         * configure.ac:
9995
9996 2009-12-07  Dmitry Titov  <dimich@chromium.org>
9997
9998         Rubber-stamped by Darin Adler.
9999
10000         Remove ENABLE_SHARED_SCRIPT flags
10001         https://bugs.webkit.org/show_bug.cgi?id=32245
10002         This patch was obtained by "git revert" command and then un-reverting of ChangeLog files.
10003
10004         * configure.ac:
10005
10006 2009-12-06  Gustavo Noronha Silva  <gns@gnome.org>
10007
10008         Reviewed by Xan Lopez.
10009
10010         Build the new API test.
10011
10012         [GTK] REGRESSION: webkit thinks it can render PDFs
10013         https://bugs.webkit.org/show_bug.cgi?id=32183
10014
10015         * GNUmakefile.am:
10016
10017 2009-12-05  Vincent Untz <vuntz@gnome.org>
10018
10019         Reviewed by Gustavo Noronha.
10020
10021         Fixes race for builds with introspection enabled, and parallel
10022         make.
10023
10024         * GNUmakefile.am:
10025
10026 2009-12-04  Xan Lopez  <xlopez@igalia.com>
10027
10028         Reviewed by Gustavo Noronha.
10029
10030         [GTK]Enable DNS prefetching
10031         https://bugs.webkit.org/show_bug.cgi?id=23846
10032
10033         Bump libsoup required version to 2.29.3 for DNS prefetching.
10034
10035         * configure.ac:
10036
10037 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10038
10039         Rubber-stamped by Xan Lopez.
10040
10041         Make sure we distribute and install GObject Introspection files.
10042
10043         * GNUmakefile.am:
10044
10045 2009-11-30  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10046
10047         Build fix. Make sure JSCore-1.0.gir is added to the distributed
10048         tarball.
10049
10050         * GNUmakefile.am:
10051
10052 2009-11-30  Xan Lopez  <xlopez@igalia.com>
10053
10054         Reviewed by Gustavo Noronha.
10055
10056         Bump versions for 1.1.17 release.
10057
10058         * configure.ac:
10059
10060 2009-11-30  Jan-Arve Sæther  <jan-arve.saether@nokia.com>
10061
10062         Reviewed by Simon Hausmann.
10063
10064         [Qt] Fix compilation with win32-icc
10065
10066         Include os-win32 for stdint.h since MS does not ship that in their PSDK.
10067
10068         * WebKit.pri:
10069
10070 2009-11-26  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10071
10072         Reviewed by Oliver Hunt.
10073
10074         Move GOwnPtr* from wtf to wtf/gtk
10075         https://bugs.webkit.org/show_bug.cgi?id=31793
10076
10077         * GNUmakefile.am: Add JavaScriptCore/wtf/gtk to 
10078           the include path.
10079
10080 2009-11-24  Dmitry Titov  <dimich@chromium.org>
10081
10082         Reviewed by Eric Seidel.
10083
10084         Add ENABLE_SHARED_SCRIPT feature define and flag for build-webkit
10085         https://bugs.webkit.org/show_bug.cgi?id=31444
10086
10087         * configure.ac:
10088
10089 2009-11-24  Jason Smith  <dark.panda@gmail.com>
10090
10091         Reviewed by Alexey Proskuryakov.
10092
10093         RegExp#exec's returned Array-like object behaves differently from
10094         regular Arrays
10095         https://bugs.webkit.org/show_bug.cgi?id=31689
10096
10097         * LayoutTests/fast/js/regexp-in-and-foreach-handling.html: Added.
10098         * LayoutTests/fast/js/script-tests/regexp-in-and-foreach-handling.js: Added.
10099         * LayoutTests/fast/js/regexp-in-and-foreach-handling-expected.txt: Added.
10100
10101 2009-11-24  Jens Alfke  <snej@chromium.org>
10102
10103         Reviewed by David Levin.
10104
10105         Ignore Chromium's Xcode projects that are auto-generated from .gyp files.
10106         https://bugs.webkit.org/show_bug.cgi?id=31847
10107         
10108         * .gitignore:  Add three .xcodeproj files.
10109
10110 2009-11-09  Priit Laes  <plaes@plaes.org>
10111
10112         Reviewed by Oliver Hunt.
10113
10114         [Gtk] Build from tarball fails with --enable-introspection
10115         https://bugs.webkit.org/show_bug.cgi?id=31261
10116
10117         We need to enable gobject-introspection during distcheck otherwise
10118         some of the required files are missing in tarball.
10119
10120         * GNUmakefile.am:
10121
10122 2009-11-05  Priit Laes  <plaes@plaes.org>
10123
10124         Reviewed by Jan Alonzo.
10125
10126         [Gtk] Build failure with --enable-introspection
10127         https://bugs.webkit.org/show_bug.cgi?id=31102
10128
10129         Add search and include paths for JSCore-1.0.gir required by
10130         gobject-introspection tools.
10131
10132         * GNUmakefile.am:
10133
10134 2009-11-04  Benjamin Otte  <otte@gnome.org>
10135
10136         Reviewed by Gustavo Noronha.
10137
10138         Update Cairo requirement to 1.6.
10139         
10140         https://bugs.webkit.org/show_bug.cgi?id=19266
10141
10142         * configure.ac:
10143
10144 2009-11-02  Estêvão Samuel Procópio  <tevaum@gmail.com>
10145
10146         Reviewed by Gustavo Noronha.
10147
10148         [Build] make install ignores --prefix option for gobject-introspection.
10149         https://bugs.webkit.org/show_bug.cgi?id=31025
10150
10151         Make the build system use the --prefix path also when installing
10152         gobject-introspection files.
10153
10154         * configure.ac: use --prefix path in GITDIR and GIRTYPELIBDIR
10155
10156 2009-11-02  Xan Lopez  <xlopez@igalia.com>
10157
10158         Bump version before release (or post-release, depending on your
10159         point of view) so that we can make applications depending on
10160         unreleased APIs in WebKit svn fail at configure time when the
10161         requirements are not met.
10162
10163         * configure.ac:
10164
10165 2009-11-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10166
10167         Reviewed by Eric Seidel.
10168
10169         Turn on warnings for QtWebKit for gcc
10170         https://bugs.webkit.org/show_bug.cgi?id=30958
10171
10172         * WebKit.pri: Turn on warnings for the GCC compiler
10173
10174 2009-10-30  Adam Barth  <abarth@webkit.org>
10175
10176         Reviewed by Mark Rowe.
10177
10178         Teach git to ignore some files
10179         https://bugs.webkit.org/show_bug.cgi?id=30951
10180
10181         Ignore WebKitBuild because we never want to version that directory.
10182         Also, ignore the xcode project files so git clean doesn't blow away
10183         your project settings.  Finally, ignore the compiled python files in
10184         WebKitTools/Script modules because they clutter up git status.
10185
10186         * .gitignore: Added.
10187
10188 2009-10-30  Roland Steiner  <rolandsteiner@chromium.org>
10189
10190         Reviewed by Eric Seidel.
10191
10192         Remove ENABLE_RUBY guards as discussed with Dave Hyatt and Maciej Stachowiak.
10193
10194         Bug 28420 -  Implement HTML5 <ruby> rendering
10195         (https://bugs.webkit.org/show_bug.cgi?id=28420)
10196
10197         No new tests (no functional change).
10198
10199         * configure.ac:
10200
10201 2009-10-26  Holger Hans Peter Freyther  <zecke@selfish.org>
10202
10203         Rubber-stamped by Darin Adler.
10204
10205         Export fastMalloc, fastCalloc, fastRealloc and fastFree
10206         https://bugs.webkit.org/show_bug.cgi?id=30769
10207
10208         Export the FastMalloc functions outside of the libwebkit library
10209         to be able to instrument memory allocations. These are C++ symbols
10210         but do not require the C++ runtime to be useful and should be of
10211         no harm to plain C code.
10212
10213         * autotools/symbols.filter:
10214
10215 2009-10-26  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10216
10217         Reviewed by Jan Alonzo.
10218
10219         Alternative solution to regression introduced in r48672.
10220
10221         * GNUmakefile.am:
10222
10223 2009-10-26  Xan Lopez  <xlopez@igalia.com>
10224
10225         Reviewed by Gustavo Noronha.
10226
10227         Update for 1.1.16 release.
10228
10229         * configure.ac:
10230
10231 2009-10-24  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10232
10233         Reviewed by Holger Freyther.
10234
10235         [Qt] [Symbian] Set the capability and memory required to run QtWebKit for Symbian
10236         https://bugs.webkit.org/show_bug.cgi?id=30476
10237
10238         Set the stack size to 80 Kb and heap size to the 128kB - 32MB range
10239         to all executables linking against WebKit library.
10240
10241         * WebKit.pri:
10242
10243 2009-10-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
10244
10245         Reviewed by Holger Freyther.
10246
10247         [GTK] Add MathML to the build system
10248         https://bugs.webkit.org/show_bug.cgi?id=30487
10249
10250         Add --enable-mathml to configure.
10251
10252         * configure.ac:
10253
10254 2009-10-15  Jan Michael Alonzo  <jmalonzo@webkit.org>
10255
10256         Reviewed by Xan Lopez.
10257
10258         [GTK] marshal stamp files are not cleaned after a distclean
10259         https://bugs.webkit.org/show_bug.cgi?id=30156
10260
10261         Add the stamp files directly to cleanfiles. Also rearrange the
10262         variable declarations so we don't miss any files that need to be
10263         cleaned up during the clean targets.
10264
10265         * GNUmakefile.am:
10266
10267 2009-10-15  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10268
10269         Unreviewed. Help text fix - Web Sockets default is no, not yes.
10270
10271         * configure.ac:
10272
10273 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
10274
10275         Rubberstamped by Eric Seidel.
10276
10277         [Gtk] Fix icu CFLAG for Darwin
10278         https://bugs.webkit.org/show_bug.cgi?id=29517
10279
10280         Don't escape the srcdir variable. Also use $host instead of the
10281         os_foo variables.
10282
10283         * autotools/webkit.m4:
10284
10285 2009-10-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
10286
10287         Reviewed by Gustavo Noronha.
10288
10289         [Gtk] Use the SQLite3 headers from WebKitLibraries if sqlite3 is undetected
10290         https://bugs.webkit.org/show_bug.cgi?id=29518
10291
10292         * configure.ac:
10293
10294 2009-10-05  Zoltan Horvath  <zoltan@webkit.org>
10295
10296         Reviewed by Simon Hausmann.
10297
10298         [Qt] Disable TCmalloc for Windows port at the present, because MinGW
10299         hasn't got built-in pthread library.
10300
10301         * WebKit.pri:
10302
10303 2009-10-02  Prasanth Ullattil  <prasanth.ullattil@nokia.com>
10304
10305         Reviewed by Simon Hausmann.
10306
10307         Disable a few more harmless MSVC warnings.
10308
10309         * WebKit.pri:
10310
10311 2009-10-01  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10312
10313         Unreviewed, build fix.
10314
10315         [Qt] Symbian build break after r48976.
10316         unix is set for Symbian in the Qt build system.
10317
10318         * WebKit.pri:
10319
10320 2009-10-01  Zoltan Horvath  <zoltan@webkit.org>
10321
10322         Reviewed by Simon Hausmann.
10323
10324         [Qt] Enable TCmalloc for the Linux, Mac and Windows Qt-port
10325         https://bugs.webkit.org/show_bug.cgi?id=27029
10326
10327         Remove USE_SYSTEM_MALLOC for Linux, Mac and Windows Qt-port from WebKit.pri,
10328         so these Qt-ports will use TCmalloc as other ports.
10329
10330         * WebKit.pri:
10331
10332 2009-10-01  Martin Robinson  <martin.james.robinson@gmail.com>
10333
10334         Reviewed by Xan Lopez.
10335
10336         [GTK] GtkIMContext filtering interferes with DOM key events
10337         https://bugs.webkit.org/show_bug.cgi?id=28733
10338
10339         Add new key event test ensuring that IME keypresses are handled.
10340
10341         * GNUmakefile.am:
10342
10343 2009-10-01  Philippe Normand  <pnormand@igalia.com>
10344
10345         Reviewed by Xan Lopez.
10346
10347         [GTK] data: uri support in media player
10348         https://bugs.webkit.org/show_bug.cgi?id=29842
10349
10350         Check presence of gstreamer-pbutils-0.10.
10351
10352         * configure.ac:
10353
10354 2009-09-26  David Kilzer  <ddkilzer@apple.com>
10355
10356         GTK BUILD FIX: add ENABLE_ORIENTATION_EVENTS support to configure.ac
10357
10358         * configure.ac: Added support for ENABLE_ORIENTATION_EVENTS.
10359
10360 2009-09-23  Xan Lopez  <xlopez@igalia.com>
10361
10362         Reviewed by Gustavo Noronha.
10363
10364         Do not add unneeded include paths for gir files, and add the
10365         include paths for headers manually instead of relying on our own
10366         pc file and installed headers, since that adds a circular
10367         dependency.
10368
10369         * GNUmakefile.am:
10370
10371 2009-09-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
10372
10373         Reviewed by Xan Lopez.
10374
10375         Minor reorganization to the patch landed in
10376         http://trac.webkit.org/changeset/48670. Also move JSCore-1.0.gir
10377         in the gtk directory as that's only useful to the Gtk port at the
10378         moment.
10379
10380         * GNUmakefile.am:
10381         * configure.ac:
10382
10383 2009-09-23  Xan Lopez  <xlopez@igalia.com>
10384
10385         Reviewed by Gustavo Noronha.
10386
10387         [GTK] We should generate our own gir file for introspection
10388         https://bugs.webkit.org/show_bug.cgi?id=29603
10389
10390         Generate gir and typelib files for WebKit and JSCore. The JSCore
10391         gir file is handwritten (since it's only useful, for now, as a
10392         dependency of the WebKit gir file), the WebKit one is
10393         autogenerated from the headers.
10394
10395         * GNUmakefile.am:
10396         * JSCore-1.0.gir: Added.
10397         * configure.ac:
10398
10399 2009-09-22  Philippe Normand  <pnormand@igalia.com>
10400
10401         Reviewed by Xan Lopez.
10402
10403         link errors due to wrong UNICODE_LIBS on Ubuntu Jaunty
10404         https://bugs.webkit.org/show_bug.cgi?id=29638
10405
10406         Call icu-cconfig with ldflags-libsonly to prevent having a -L
10407         statement that could override libs installed in another prefix.
10408
10409         * autotools/webkit.m4:
10410
10411 2009-09-21  Xan Lopez  <xlopez@igalia.com>
10412
10413         Reviewed by Gustavo Noronha.
10414
10415         Bump version for 1.1.15 release.
10416
10417         * configure.ac:
10418
10419 2009-09-18  Xan Lopez  <xlopez@igalia.com>
10420
10421         Reviewed by Gustavo Noronha and Jan Alonzo.
10422
10423         [GTK] context menu overriding API is very limited
10424         https://bugs.webkit.org/show_bug.cgi?id=27546
10425
10426         Add new tests to the build.
10427
10428         * GNUmakefile.am:
10429
10430 2009-09-18  Xan Lopez  <xlopez@igalia.com>
10431
10432         Reviewed by Gustavo Noronha and Jan Alonzo.
10433
10434         [GTK] context menu overriding API is very limited
10435         https://bugs.webkit.org/show_bug.cgi?id=27546
10436
10437         Add WebKitHitTestResult to the build.
10438
10439         * GNUmakefile.am:
10440
10441 2009-09-10  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10442
10443         Reviewed by Ariya Hidayat.
10444
10445         Disable some ARM compiler warnings
10446         https://bugs.webkit.org/show_bug.cgi?id=29083
10447
10448         The following ARM compiler warnings are disabled
10449
10450         - #68-D: integer conversion resulted in a change of sign
10451         - #111-D: statement is unreachable
10452         - #177-D: variable XXX was declared but never referenced
10453         - #368-D: class XXX defines no constructor to initialize the following: YYY
10454         - #830-D: function XXX "XXX::operator new" has no corresponding operator delete
10455         - #1293-D: assignment in condition
10456
10457         * WebKit.pri:
10458
10459 2009-09-09  Kenneth Rohde Christiansen  <kenneth@webkit.org>
10460
10461         Reviewed by Simon Hausmann.
10462
10463         [Qt] Add the alternative QtLauncher (based on QGraphicsView) to the build.
10464
10465         https://bugs.webkit.org/show_bug.cgi?id=28862
10466
10467         * WebKit.pro:
10468
10469 2009-09-07  Xan Lopez  <xlopez@igalia.com>
10470
10471         Rubber-stamped by Gustavo Noronha.
10472
10473         Bump versions in preparation for 1.1.14 release.
10474
10475         * configure.ac:
10476
10477 2009-09-07  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10478
10479         Reviewed by Xan Lopez.
10480
10481         https://bugs.webkit.org/show_bug.cgi?id=26854
10482         [GTK] Needs API to allow more control over outgoing requests
10483
10484         * GNUmakefile.am: new files added to the build for new class
10485         WebKitNetworkResponse
10486
10487 2009-09-06  Martin Robinson  <martin.james.robinson@gmail.com>
10488
10489         Reviewed by Gustavo Noronha, Jan Alonzo and Xan Lopez.
10490
10491         [Gtk] Expose a database API
10492         https://bugs.webkit.org/show_bug.cgi?id=27899
10493
10494         Expose an HTML5 database API for GTK+.
10495
10496         * GNUmakefile.am:
10497
10498 2009-09-04  Albert Bachand  <albertb@google.com>
10499
10500         Reviewed by Eric Seidel.
10501
10502         Modify the condition regarding the key modifier for opening combo
10503         boxes under GTK from just PLATFORM(GTK) to also look for
10504         (PLATFORM(CHROMIUM) && PLATFORM(LINUX)).
10505
10506         * WebCore/dom/SelectElement.cpp:
10507         * WebCore/manual-tests/select-popup-on-spacebar.html:
10508
10509 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
10510
10511         Reviewed by Xan Lopez and Gustavo Noronha.
10512
10513         [Gtk] Implement a WebDataSource for the gtk port
10514         https://bugs.webkit.org/show_bug.cgi?id=24758
10515
10516         Add WebKitWebDataSource unit test to the build script
10517
10518         * GNUmakefile.am:
10519
10520 2009-09-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
10521
10522         Reviewed by Xan Lopez and Gustavo Noronha.
10523
10524         [Gtk] Implement a WebDataSource for the gtk port
10525         https://bugs.webkit.org/show_bug.cgi?id=24758
10526
10527         Add WebKitWebDataSource and DocumentLoaderGtk to the build script.
10528
10529         * GNUmakefile.am:
10530
10531 2009-09-01  Jan Michael Alonzo  <jmalonzo@webkit.org>
10532
10533         Reviewed by Xan Lopez and Gustavo Noronha.
10534
10535         [Gtk] Implement a WebDataSource for the gtk port
10536         https://bugs.webkit.org/show_bug.cgi?id=24758
10537
10538         Add WebKitWebResource to the build script.
10539
10540         * GNUmakefile.am:
10541
10542 2009-08-28  Jan Michael Alonzo  <jmalonzo@webkit.org>
10543
10544         Reviewed by Oliver Hunt.
10545
10546         Gtk Build broken for OSX Quartz
10547         https://bugs.webkit.org/show_bug.cgi?id=28727
10548
10549         Define XP_UNIX for non-Win OS builds.
10550
10551         * GNUmakefile.am:
10552
10553 2009-08-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10554
10555         Reviewed by Holger Freyther.
10556
10557         https://bugs.webkit.org/show_bug.cgi?id=25889
10558         [GTK] scrollbar policy for main frame is not implementable
10559
10560         Adding files for the new test for window-related issues (starting
10561         with scrollbar policy).
10562
10563         * GNUmakefile.am:
10564
10565 2009-08-27  Priit Laes  <plaes@plaes.org>
10566
10567         Reviewed by Xan Lopez.
10568
10569         [GTK] Out-of-srcdir build problem
10570         https://bugs.webkit.org/show_bug.cgi?id=28741
10571
10572         * GNUmakefile.am, autotools/webkit.m4:
10573         Fix problem with out-of-srcdir builds. Also bump required glib version.
10574
10575 2009-08-24  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10576
10577         Reviewed by Xan Lopez.
10578
10579         Bump package and so versions for 1.1.13 release.
10580
10581         * configure.ac:
10582
10583 2009-08-22 Javier Jardón <javierjc1982@gmail.com>
10584
10585         [GTK] Not use deprecated symbols in WebKitWebView example code.
10586         https://bugs.webkit.org/show_bug.cgi?id=28651
10587
10588         * WebKit/gtk/webkit/webkitwebview.cpp
10589
10590 2009-08-18  Xan Lopez  <xlopez@igalia.com>
10591
10592         Rubber-stamped by Holger Freyther.
10593
10594         Require at least libsoup 2.27.91 for the new password
10595         manager/authentication APIs.
10596
10597         * configure.ac:
10598
10599 2009-08-18  Drew Wilson  <atwilson@google.com>
10600
10601         Reviewed by NOBODY (Build Break).
10602
10603         Speculative fix for GTK DumpRenderTree.
10604
10605         * GNUmakefile.am:
10606
10607 2009-08-18  Kent Tamura  <tkent@chromium.org>
10608
10609         Reviewed by Eric Seidel.
10610
10611         Add --enable-datalist option.
10612
10613         * configure.ac:
10614
10615 2009-08-14  Adam Bergkvist  <adam.bergkvist@ericsson.com>
10616
10617         Reviewed by Sam Weinig.
10618
10619         [GTK] Added EventSource to the build (default on).
10620         https://bugs.webkit.org/show_bug.cgi?id=14997 
10621
10622         * configure.ac:
10623
10624 2009-08-14  Jan Michael Alonzo  <jmalonzo@webkit.org>
10625
10626         Rubber-stamped by Gustavo Noronha.
10627
10628         Initialize CFLAGS and CXXFLAGS before the main body of the
10629         WEBKIT_INIT macro so C files don't get built with "-g -O2".
10630
10631         * autotools/webkit.m4:
10632
10633 2009-08-12  Xan Lopez  <xlopez@igalia.com>
10634
10635         Reviewed by Jan Alonzo.
10636
10637         [GTK] Remove keyring optional features
10638         https://bugs.webkit.org/show_bug.cgi?id=28173
10639
10640         Remove keyring support, we now do authentication storage through
10641         libsoup. We depend on libsoup master now, will bump the dependency
10642         when there's a new release.
10643
10644         * GNUmakefile.am:
10645         * configure.ac:
10646
10647 2009-08-11  Drew Wilson  <atwilson@google.com>
10648
10649         Reviewed by NOBODY (Build break).
10650
10651         Speculative fix for GTK build break.
10652
10653         * WebKit.pro:
10654
10655 2009-08-11  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10656
10657         Reviewed by Simon Hausmann.
10658
10659         Build the TestNetscapePlugin on Qt/Mac
10660
10661         * WebKit.pro:
10662
10663 2009-08-11  Xan Lopez  <xlopez@igalia.com>
10664
10665         Reviewed by Jan Alonzo.
10666
10667         Prefix lengthy commands with AM_V_GEN so that they produce an
10668         output like 'GEN <filename>' when in silent mode.
10669
10670         * GNUmakefile.am:
10671
10672 2009-08-05  Jan Michael Alonzo  <jmalonzo@webkit.org>
10673
10674         Reviewed by Xan Lopez.
10675
10676         [Gtk] macros in webkit.m4 should be defined once only
10677         https://bugs.webkit.org/show_bug.cgi?id=27929
10678
10679         The macros in webkit.m4 are not meant to be called multiple times
10680         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
10681         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
10682
10683         Lastly, make sure CXXFLAGS and CFLAGS are defined before
10684         AC_PROG_CXX gets expanded so it doesn't add "-g -O2" on Release builds.
10685
10686         * autotools/webkit.m4:
10687
10688 2009-08-05  Xan Lopez  <xlopez@igalia.com>
10689
10690         Revert r46714, it was making us build debug images by default.
10691
10692         * autotools/webkit.m4:
10693
10694 2009-08-03  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10695
10696         Reviewed by Eric Seidel.
10697
10698         [Qt] Consolidate common gcc flags to WebKit.pri
10699         https://bugs.webkit.org/show_bug.cgi?id=27934
10700
10701         * WebKit.pri:
10702
10703 2009-08-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
10704
10705         Rubber-stamped by Eric Seidel.
10706
10707         [Gtk] macros in webkit.m4 should be defined once only
10708         https://bugs.webkit.org/show_bug.cgi?id=27929
10709
10710         The macros in webkit.m4 are not meant to be called multiple times
10711         so we'll make them AC_DEFUN_ONCE. Also make AC_HEADER_STDC and AC_PROG_CXX
10712         AC_REQUIRE to remove the automake warnings when doing autogen.sh.
10713
10714         * autotools/webkit.m4:
10715
10716 2009-07-29  Ariya Hidayat  <ariya.hidayat@nokia.com>
10717
10718         Reviewed by Simon Hausmann.
10719
10720         Adding ImageDiff project file.
10721
10722         https://bugs.webkit.org/show_bug.cgi?id=27813
10723
10724         * WebKit.pro: Added ImageDiff.pro.
10725
10726 2009-07-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
10727
10728         Reviewed by Eric Seidel and Xan Lopez.
10729
10730         [Gtk] Enable http/tests/appcache tests
10731         https://bugs.webkit.org/show_bug.cgi?id=27674
10732
10733         * GNUmakefile.am: Add webkit/webkitapplicationcache.cpp
10734
10735 2009-07-28  Xan Lopez  <xlopez@igalia.com>
10736
10737         Reviewed by Gustavo Noronha.
10738
10739         Use automake 1.11 SILENT_RULES when present, for cleaner build
10740         output. You can disable it by passing --disable-silent-rules to
10741         configure or V=1 to make.
10742
10743         * autotools/dolt.m4:
10744         * configure.ac:
10745
10746 2009-07-28  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10747
10748         Reviewed by Simon Hausmann.
10749
10750         [Qt] Disable some compiler warnings for the win build
10751         https://bugs.webkit.org/show_bug.cgi?id=27709
10752
10753         * WebKit.pri:
10754
10755 2009-07-28  Xan Lopez  <xlopez@igalia.com>
10756
10757         Reviewed by Gustavo Noronha.
10758
10759         * configure.ac: bump version for 1.1.12 release.
10760
10761 2009-07-24  Xan Lopez  <xlopez@igalia.com>
10762
10763         Reviewed by Gustavo Noronha.
10764
10765         Remove unneeded commas from PKG_CHECK_MODULES.
10766
10767         * configure.ac:
10768
10769 2009-07-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
10770
10771         Reviewed by Xan Lopez.
10772
10773         Bump pango version requirement to 1.12 which is the version that
10774         came with Gtk 2.10.
10775
10776         * configure.ac:
10777
10778 2009-07-21  Roland Steiner  <rolandsteiner@google.com>
10779
10780         Reviewed by David Levin.
10781
10782         Add ENABLE_RUBY to list of build options
10783         https://bugs.webkit.org/show_bug.cgi?id=27324
10784
10785         * configure.ac: Added flag ENABLE_RUBY.
10786
10787 2009-07-20  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10788
10789         Reviewed by Holger Freyther.
10790
10791         [Qt] Add an option for QtLauncher to build without QtUiTools dependency
10792         https://bugs.webkit.org/show_bug.cgi?id=27438
10793
10794         Based on Norbert Leser's work.
10795
10796         * WebKit.pri: Symbian does not have UiTools
10797
10798 2009-07-16  Fumitoshi Ukai  <ukai@chromium.org>
10799
10800         Reviewed by David Levin.
10801
10802         Add --web-sockets flag and ENABLE_WEB_SOCKETS define.
10803         https://bugs.webkit.org/show_bug.cgi?id=27206
10804
10805         Add --enable-web-sockets in configure.ac
10806
10807         * configure.ac:
10808
10809 2009-07-16  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10810
10811         Reviewed by Simon Hausmann.
10812
10813         [Qt] Enable GNU compiler extensions to the ARM compiler 
10814         for all Qt ports using RVCT
10815         https://bugs.webkit.org/show_bug.cgi?id=27348
10816
10817         * WebKit.pri:
10818
10819 2009-07-15  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10820
10821         Rubber-stamped by Simon Hausmann.
10822
10823         Fix the Qt/Mac build by disabling TestNetscapePlugin
10824
10825         We should fix and enable this once we run DRT for Qt/Mac
10826
10827         * WebKit.pro:
10828
10829 2009-07-13  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
10830
10831         Unreviewed build fix. Require the correct libsoup version now that
10832         it's released.
10833
10834         * configure.ac:
10835
10836 2009-07-13  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10837
10838         Reviewed by Tor Arne Vestbø.
10839
10840         [Qt] Build fix for QtWebKit on Win
10841         https://bugs.webkit.org/show_bug.cgi?id=27205
10842
10843         * WebKit.pri: Include the major version number in the QtWebKit
10844         library file for Win.
10845
10846 2009-07-13  Simon Hausmann  <simon.hausmann@nokia.com>
10847
10848         Reviewed by Ariya Hidayat.
10849
10850         Add the test netscape plugin for the Qt DRT to the build.
10851
10852         * WebKit.pro:
10853
10854 2009-07-13  Drew Wilson  <atwilson@google.com>
10855
10856         Reviewed by David Levin.
10857
10858         Add ENABLE(SHARED_WORKERS) flag and define SharedWorker APIs
10859         https://bugs.webkit.org/show_bug.cgi?id=26932
10860
10861         Added ENABLE(SHARED_WORKERS) flag.
10862
10863        * configure.ac:
10864
10865 2009-07-12  Xan Lopez  <xlopez@igalia.com>
10866
10867         Reviewed by Gustavo Noronha.
10868
10869         Bump version in preparation for 1.1.11 release.
10870
10871         * configure.ac:
10872
10873 2009-07-07  Norbert Leser  <norbert.leser@nokia.com>
10874
10875         Reviewed by Simon Hausmann.
10876
10877         Exclude DumpRenderTree.pro from symbian build
10878
10879         * WebKit.pro:
10880
10881 2009-07-09  Drew Wilson  <atwilson@google.com>
10882
10883         Reviewed by Alexey Proskuryakov.
10884
10885         https://bugs.webkit.org/show_bug.cgi?id=26903
10886
10887         Turned on CHANNEL_MESSAGING by default because the MessageChannel API
10888         can now be implemented for Web Workers and is reasonably stable.
10889
10890         * configure.ac: enable CHANNEL_MESSAGING.
10891
10892 2009-07-03  Jan Michael Alonzo  <jmalonzo@webkit.org>
10893
10894         Reviewed by Xan Lopez and Gustavo Noronha.
10895
10896         Set user-agent from application
10897         https://bugs.webkit.org/show_bug.cgi?id=17375
10898
10899         Define UA version macros to be used by the UA string.
10900         Add new WebSettings unit test for the User-Agent string API.
10901
10902         * GNUmakefile.am:
10903         * configure.ac:
10904
10905 2009-06-20  Gustavo Noronha Silva  <gns@gnome.org>
10906
10907         Reviewed by Jan Alonzo.
10908
10909         Adding files for the new test case for loading statuses.
10910
10911         * GNUmakefile.am:
10912
10913 2009-06-15  Xan Lopez  <xlopez@igalia.com>
10914
10915         Reviewed by Gustavo Noronha.
10916
10917         Version bump in preparation for 1.1.10 release.
10918
10919         * configure.ac:
10920
10921 2009-06-12  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
10922
10923         Reviewed by Xan Lopez.
10924
10925         Refactor handling of options in the build-webkit script
10926         
10927         Options are now defined in one place, and then reused when creating
10928         the usage help text, the arguments to GetOptions(), and when passing
10929         the options on to the underlying port-dependent build systems.
10930         
10931         This allows the Qt port to read the defaults for the options from the
10932         pro file (dynamically), and to pass the options on to qmake at build.
10933
10934         * configure.ac:
10935
10936 2009-06-11  Laszlo Gombos  <laszlo.1.gombos@nokia.com>
10937
10938         Reviewed by Holger Freyther.
10939
10940         [Qt] Fix release build detection
10941         https://bugs.webkit.org/show_bug.cgi?id=26267
10942
10943         * WebKit.pri:
10944
10945 2009-06-10  Gustavo Noronha Silva  <gns@gnome.org>
10946
10947         Reviewed by Xan Lopez.
10948
10949         Add unit tests for our WebKitNetworkRequest object.
10950
10951         * GNUmakefile.am:
10952
10953 2009-06-10  Xan Lopez  <xlopez@igalia.com>
10954
10955         Reviewed by Gustavo Noronha.
10956
10957         Version bump in preparation for 1.1.9 release.
10958
10959         * configure.ac:
10960
10961 2009-06-10  Xan Lopez  <xlopez@igalia.com>
10962
10963         Reviewed by Jan Alonzo.
10964
10965         https://bugs.webkit.org/show_bug.cgi?id=25415
10966         [GTK][ATK] Please implement support for get_text_at_offset
10967
10968         Add new dependency on the Gail utils library, needed for our a11y
10969         implementation.
10970
10971         * GNUmakefile.am:
10972         * configure.ac:
10973
10974 2009-05-29  Gustavo Noronha Silva  <gns@gnome.org>
10975
10976         Reviewed by Jan Alonzo.
10977
10978         Add a test-case for our HTTP backend, currently checking the
10979         ref-counting of the SoupMessage.
10980
10981         * GNUmakefile.am:
10982
10983 2009-05-28  Dirk Schulze  <krit@webkit.org>
10984
10985         Reviewed by Nikolas Zimmermann.
10986
10987         Enable the new build flag --filters for Gtk. More details in WebCore/ChangeLog.
10988
10989         * configure.ac:
10990
10991 2009-05-19  Xan Lopez  <xlopez@igalia.com>
10992
10993         Reviewed by Jan Alonzo and Gustavo Noronha.
10994
10995         https://bugs.webkit.org/show_bug.cgi?id=25415
10996         [GTK][ATK] Please implement support for get_text_at_offset
10997
10998         Add new test file for ATK.
10999
11000         * GNUmakefile.am:
11001
11002 2009-05-28  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11003
11004         Rubber-stamped by Xan Lopez.
11005
11006         Fix webkitgtk_cleanfiles to clean gtk-doc-related files in the
11007         correct directory, so that we pass make distcheck.
11008
11009         * GNUmakefile.am:
11010
11011 2009-05-28  Xan Lopez  <xlopez@igalia.com>
11012
11013         Bump version numbers in preparation for 1.1.8 release.
11014
11015         * configure.ac:
11016
11017 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
11018
11019         Unreviewed build fix. Add gstreamer-video-0.10 libs to
11020         GSTREAMER_LIBS to resolve an undefined reference to gst_video_get_size
11021         - symbol used in MediaPlayerPrivateGstreamer.
11022
11023         * configure.ac:
11024
11025 2009-05-23  Jan Michael Alonzo  <jmalonzo@webkit.org>
11026
11027         Reviewed by Xan Lopez.
11028
11029         [Gtk] Various autotools build refactoring and fixes
11030         https://bugs.webkit.org/show_bug.cgi?id=25286
11031
11032         Refactor library LIBS. Move third-party libs in libwebkit instead
11033         of libWebCore.
11034
11035         * GNUmakefile.am:
11036
11037 2009-05-22  Antonio Gomes  <antonio.gomes@openbossa.org>
11038
11039         Reviewed by Gustavo Noronha.
11040
11041         Make Gtk build not bail out if gtk-doc-tools is not installed.
11042
11043         Warning message shown instead.
11044
11045         * autogen.sh:
11046
11047 2009-05-22  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11048
11049         Reviewed by Xan Lopez.
11050
11051         Add big warnings about the glib unicode backend being slow and
11052         incomplete, since it is a work in progress.
11053
11054         * autotools/webkit.m4:
11055         * configure.ac:
11056
11057 2009-05-22  Dominik Röttsches  <dominik.roettsches@access-company.com>
11058
11059         Reviewed by Gustavo Noronha.
11060
11061         https://bugs.webkit.org/show_bug.cgi?id=15914
11062         [GTK] Implement Unicode functionality using GLib
11063
11064         Initial version of this patch by Jürg Billeter.
11065
11066         Adding options for --with-unicode-backend=icu|glib
11067         and checking for pango version >= 1.21.0 if GLib backend
11068         is selected. Temporarily, until remaining parts of
11069         this patch are committed, introduce WTF_USE_GLIB_ICU_UNICODE_HYBRID
11070         macro to allow for a mixed compilation with WTF Unicode
11071         backend based on GLib while text codecs and TextBreakIterator
11072         remain ICU dependent.
11073
11074         * GNUmakefile.am:
11075         * configure.ac:
11076
11077 2009-05-18  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11078
11079         Reviewed by Gavin Barraclough.
11080
11081         Enable YARR, and disable WREC for GTK+.
11082
11083         * configure.ac:
11084
11085 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
11086
11087          Reviewed by Xan Lopez.
11088
11089          [Gtk] Various autotools build refactoring and fixes
11090          https://bugs.webkit.org/show_bug.cgi?id=25286
11091
11092          Add support for running unit tests. Also run the tests whenever
11093          the 'check' target runs.
11094
11095          * GNUmakefile.am:
11096
11097 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
11098
11099          Reviewed by Xan Lopez.
11100
11101          [Gtk] Various autotools build refactoring and fixes
11102          https://bugs.webkit.org/show_bug.cgi?id=25286
11103
11104          Style fixes
11105
11106          * GNUmakefile.am:
11107
11108 2009-05-18  Jan Michael Alonzo  <jmalonzo@webkit.org>
11109
11110          Reviewed by Xan Lopez.
11111
11112          [Gtk] Various autotools build refactoring and fixes
11113          https://bugs.webkit.org/show_bug.cgi?id=25286
11114
11115          Add -no-install and -no-fast-install to programs and tests that we
11116          don't install. Also remove -O2 since this is already handled at
11117          configure time.
11118
11119          * GNUmakefile.am:
11120
11121 2009-05-17  Jan Michael Alonzo  <jmalonzo@webkit.org>
11122
11123         Reviewed by Xan Lopez.
11124
11125         [Gtk] Various autotools build refactoring and fixes
11126         https://bugs.webkit.org/show_bug.cgi?id=25286
11127
11128         Refactor library cflags
11129
11130         * GNUmakefile.am:
11131
11132 2009-05-15  Fridrich Strba  <fridrich.strba@bluewin.ch>
11133
11134         Reviewed by Jan Alonzo.
11135
11136         Use AC_CANONICAL_HOST instead of AC_CANONICAL_SYSTEM, since
11137         the JIT compiler is not a cross-compiler
11138
11139         * configure.ac:
11140
11141 2009-05-13  Xan Lopez  <xlopez@igalia.com>
11142
11143         Unreviewed: bump versions in preparation for 1.1.7 release.
11144
11145         * configure.ac:
11146
11147 2009-05-13  Xan Lopez  <xlopez@igalia.com>
11148
11149         Rubber-stamped by Gustavo Noronha.
11150
11151         Revert commit r43563, since it breaks WebKitGTK+ when compiled
11152         with gcc 4.4.
11153
11154         * GNUmakefile.am:
11155
11156 2009-05-12  Jan Michael Alonzo  <jmalonzo@webkit.org>
11157
11158         Reviewed by Holger Freyther.
11159
11160         [Gtk] Various autotools build refactoring and fixes
11161         https://bugs.webkit.org/show_bug.cgi?id=25286
11162
11163         Refactor use of CFLAGS, CXXFLAGS, LIBADD and LDFLAGS.
11164
11165         * GNUmakefile.am:
11166
11167 2009-05-09  Jan Michael Alonzo  <jmalonzo@webkit.org>
11168
11169         Reviewed by Gustavo Noronha.
11170
11171         WebKit-r43163 won't build for gtk-directfb
11172         https://bugs.webkit.org/show_bug.cgi?id=25538
11173
11174         Move the ENCHANT check out of the with_target conditional since it
11175         applies to all targets
11176
11177         * configure.ac:
11178
11179 2009-05-09  Mike Hommey  <glandium@debian.org>
11180
11181         Reviewed by Geoffrey Garen. Landed by Jan Alonzo.
11182
11183         Enable JIT on x86-64 gtk+
11184         https://bugs.webkit.org/show_bug.cgi?id=24724
11185
11186         * configure.ac:
11187
11188 2009-05-08  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11189
11190         Reviewed by Xan Lopez.
11191
11192         Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
11193
11194         * GNUmakefile.am:
11195         * autogen.sh:
11196
11197 2009-05-06  Tor Arne Vestbø  <tor.arne.vestbo@nokia.com>
11198
11199         Reviewed by Simon Hausmann.
11200
11201         Build QtWebKit as a framework on Mac
11202
11203         This implies both debug and release build by default, unless
11204         one of the --debug or --release config options are passed to
11205         the build-webkit script.
11206
11207         Frameworks can be disabled by passing CONFIG+=webkit_no_framework
11208         to the build-webkit script.
11209
11210         To be able to build both debug and release targets in parallel
11211         we have to use separate output directories for the generated
11212         sources, which is not optimal, but required to avoid race conditions.
11213
11214         An optimization would be to only require this spit-up on Mac.
11215
11216         * WebKit.pri:
11217
11218 2009-04-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
11219
11220         Unreviewed build GTK build fix
11221
11222         * configure.ac: typo fix - javascript_debugger should be enable_javascript_debugger
11223
11224 2009-04-30  Dimitri Glazkov  <dglazkov@chromium.org>
11225
11226         Unreviewed, build fix.
11227
11228         https://bugs.webkit.org/show_bug.cgi?id=25470
11229         Extend the cover of ENABLE_JAVASCRIPT_DEBUGGER to profiler.
11230
11231         * configure.ac: Add autoconfig options, missed in the first commit.
11232
11233 2009-04-28  Xan Lopez  <xlopez@igalia.com>
11234
11235         Unreviewed: bump versions in preparation for 1.1.6 release.
11236
11237         * configure.ac:
11238
11239 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
11240
11241         Reviewed by Xan Lopez.
11242
11243         [GTK] Error reporting
11244         https://bugs.webkit.org/show_bug.cgi?id=18344
11245
11246         Add webkiterror to the build.
11247
11248         * GNUmakefile.am:
11249
11250 2009-04-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
11251
11252          Reviewed by Xan Lopez.
11253
11254          [GTK] Error reporting
11255          https://bugs.webkit.org/show_bug.cgi?id=18344
11256
11257          Add the default error page for installation.
11258
11259          * GNUmakefile.am:
11260
11261 2009-04-24  Diego Escalante Urrelo  <diegoe@gnome.org>
11262
11263         Reviewed by Gustavo Noronha.
11264
11265         https://bugs.webkit.org/show_bug.cgi?id=15616
11266         [GTK] Add spell checking
11267
11268         Add enchant support for spell-checking-languages property to work
11269         properly.
11270
11271         * GNUmakefile.am:
11272         * configure.ac:
11273
11274 2009-04-24  Simon Hausmann  <simon.hausmann@nokia.com>
11275
11276         Reviewed by Ariya Hidayat.
11277
11278         Added support for generating API docs in the Qt build using "make docs"
11279
11280         * WebKit.pro: Include docs.pri for "make docs" target.
11281
11282 2009-04-14  Xan Lopez  <xlopez@igalia.com>
11283
11284         Unreviewed version bump in preparation for 1.1.5 release.
11285
11286         * configure.ac:
11287
11288 2009-04-06  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11289
11290         Rubber-stamped by Sam Weinig.
11291
11292         Added rules to maintain the localization support. We cannot simply
11293         use whatever gettextize gives us because our build system is
11294         non-recursive.
11295
11296         * GNUmakefile.am:
11297         * configure.ac:
11298
11299 2009-04-05  Mike Hommey  <glandium@debian.org>
11300
11301         Reviewed by Holger Freyther.
11302
11303         Filter out all C++ symbols
11304         https://bugs.webkit.org/show_bug.cgi?id=24960
11305
11306         Considering the public API is all C, we can just filter out all
11307         C++ mangled symbols, which will avoid exporting symbols in some
11308         corner cases such as gcc bugs on specific architectures, etc.
11309
11310         * autotools/symbols.filter:
11311
11312 2009-04-03  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11313
11314         Reviewed by Holger Freyther.
11315
11316         Require GTK+ >= 2.10; 2.8 is already very old, and some very
11317         useful APIs are only available since 2.10.
11318
11319         * configure.ac:
11320
11321 2009-04-01  Christian Dywan  <christian@twotoasts.de>
11322
11323         Reviewed by Holger Freyther.
11324
11325         Unit test WebKitDownload
11326         http://bugs.webkit.org/show_bug.cgi?id=24844
11327
11328         * GNUmakefile.am: Add a unit test for downloading.
11329
11330 2009-04-01  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
11331
11332         Unreviewed build fix. Fix make distcheck, after the gtk-doc
11333         integration.
11334
11335         * GNUmakefile.am:
11336
11337 2009-03-30  Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
11338
11339         Reviewed by Holger Freyther.
11340
11341         Integrate gtk-doc into the Gtk+ buildsystem.
11342
11343         * autogen.sh:
11344         * configure.ac:
11345
11346 2009-03-30  Xan Lopez  <xlopez@igalia.com>
11347
11348         Unreviewed: bump version to 1.1.4 for release.
11349
11350         * configure.ac:
11351
11352 2009-03-21  Xan Lopez  <xlopez@igalia.com>
11353
11354         Reviewed by Holger Freyther.
11355
11356         Require gnome-keyring 2.26.0, since we were depending on an
11357         unreleased trunk revision between 2.25.91 and 2.26.0.
11358
11359         * configure.ac:
11360
11361 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
11362
11363         Reviewed by Holger Freyther.
11364
11365         [GTK] Misc patches for WebKitWebHistoryItem
11366         https://bugs.webkit.org/show_bug.cgi?id=24493
11367
11368         Added build support for build the WebKitWebHistoryItem unit test.
11369
11370         * GNUmakefile.am:
11371
11372 2009-03-20  Jan Michael Alonzo  <jmalonzo@gmail.com>
11373
11374         Reviewed by Holger Freyther.
11375
11376         Separate gtk unit tests
11377         https://bugs.webkit.org/show_bug.cgi?id=24039
11378
11379         Build the unit tests accordingly.
11380
11381         * GNUmakefile.am:
11382
11383 2009-03-17  Gustavo Noronha Silva  <gns@gnome.org>
11384
11385         Reviewed by Mark Rowe.
11386
11387         Enable HTML5 media elements support by default in the GTK+ port.
11388
11389         * configure.ac:
11390
11391 2009-03-17  Mike Hommey <glandium@debian.org>
11392
11393         Reviewed by Holger Freyther.
11394
11395         Do not export cti* symbols.
11396         See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=519924.
11397
11398         * autotools/symbols.filter:
11399
11400 2009-03-15  Xan Lopez  <xlopez@igalia.com>
11401
11402         Bump version to 1.1.3 for release and fix soversion
11403         calculation (oops). Thanks to Frederik Himpe for pointing this
11404         out.
11405
11406         * configure.ac:
11407
11408 2009-03-15  Xan Lopez  <xlopez@igalia.com>
11409
11410         Bump version and libtool version for release.
11411
11412         * configure.ac:
11413
11414 2009-03-14  Xan Lopez  <xlopez@igalia.com>
11415
11416         No review, build fix.
11417
11418         Split clean rules to make distcheck pass.
11419
11420         * GNUmakefile.am:
11421
11422 2009-03-13  Mark Rowe  <mrowe@apple.com>
11423
11424         Reviewed by Dan Bernstein.
11425
11426         Remove rarely used Makefile targets from the Makefile.
11427
11428         There are many situations in which the targets don't work as expected,
11429         and their primary use is addressed by having the build system default
11430         to building the appropriate architecture.
11431
11432         * Makefile.shared:
11433
11434 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
11435
11436         Reviewed by Holger Freyther.
11437
11438         [Gtk] Fix make clean targets
11439         https://bugs.webkit.org/show_bug.cgi?id=24450
11440
11441         Fix 'make' clean targets. We shouldn't be removing DerivedSources
11442         if it's only clean. Only remove it if it's distclean or
11443         maintainer-clean. Also remove build-related auxillary files on
11444         dist/maintainer clean.
11445
11446         * GNUmakefile.am:
11447
11448 2009-03-11  Jan Michael Alonzo  <jmalonzo@webkit.org>
11449
11450         Reviewed by Holger Freyther
11451
11452         [GTK]DumpRenderTree doesn't compile for non-X11 GTK ports anymore
11453         https://bugs.webkit.org/show_bug.cgi?id=2260
11454
11455         pangoft2 is also used in directfb builds so use it for all targets
11456
11457         * configure.ac:
11458
11459 2009-03-02  Xan Lopez  <xan@gnome.org>
11460
11461         Reviewed by Mark Rowe.
11462
11463         https://bugs.webkit.org/show_bug.cgi?id=24287
11464         [GTK] Move auth dialog feature to WebKit/
11465
11466         Add WebKitSoupAuthDialog files to build.
11467
11468         * GNUmakefile.am:
11469
11470 2009-03-03  Gustavo Noronha Silva  <gns@gnome.org>
11471
11472         Reviewed by Alexey Proskuryakov.
11473
11474         https://bugs.webkit.org/show_bug.cgi?id=16826
11475         [Gtk] Implement WebKitDownload
11476
11477         Adding new files related to WebKitDownload to the GTK+ port.
11478
11479         * GNUmakefile.am:
11480
11481 2009-03-02  Gustavo Noronha Silva  <gns@gnome.org>
11482
11483         Unreviewed build fix; adding missing files to EXTRA_DIST, so that
11484         they show up in the tarball.
11485
11486         * GNUmakefile.am:
11487
11488 2009-03-01  Christian Dywan  <christian@twotoasts.de>
11489
11490         * configure.ac: Bump GTK port version to 1.1.1.
11491
11492 2009-02-27  Gustavo Noronha Silva  <gns@gnome.org>
11493
11494         Unreviewed build fix. Adding the WebKit/gtk/webkitmarshal.list
11495         file to EXTRA_DIST to fix make dist.
11496
11497         * GNUmakefile.am:
11498
11499 2009-02-26  Xan Lopez  <xan@gnome.org>
11500
11501         Reviewed by Holger Freyther.
11502
11503         https://bugs.webkit.org/show_bug.cgi?id=16947
11504         [GTK] Missing HTTP Auth challenge
11505
11506         Add HTTP authentication dialog with optional GNOME Keyring
11507         storage.
11508
11509         * GNUmakefile.am:
11510         * configure.ac:
11511
11512 2009-02-26  Xan Lopez  <xan@gnome.org>
11513
11514         Reviewed by Holger Freyther.
11515
11516         https://bugs.webkit.org/show_bug.cgi?id=16947
11517         [GTK] Missing HTTP Auth challenge
11518
11519         Take marshallers to be built from a manually maintained list
11520         instead of grepping the sources.
11521
11522         It's much faster, especially so now that we want to add
11523         marshallers from WebCore too. A system to only take into account
11524         the modified files when generating the marshallers from sources
11525         could be hacked, but I think it's overkill considering how rarely
11526         a new marshaller is added.
11527
11528         * GNUmakefile.am:
11529
11530 2009-02-24  Jan Michael Alonzo  <jmalonzo@webkit.org>
11531
11532         Reviewed by Alexey Proskuryakov.
11533
11534         [Gtk] add options for 3D transforms and HTML5 channel messaging to the build
11535         https://bugs.webkit.org/show_bug.cgi?id=24072
11536
11537         Add options for toggling 3D transforms and HTML5 channel messaging
11538         support on or off.
11539
11540         Also fix the web-workers option. It should be web-workers and not workers.
11541
11542         * configure.ac:
11543
11544 2009-02-23  Xan Lopez  <xan@gnome.org>
11545
11546         Reviewed by Alexey Proskuryakov.
11547
11548         https://bugs.webkit.org/show_bug.cgi?id=22624
11549         [SOUP][GTK] Need API to get SoupSession from WebKit.
11550
11551         Remove CURL support, the only supported HTTP backend is SOUP now.
11552
11553         * GNUmakefile.am:
11554         * configure.ac:
11555
11556 2009-02-19  Christian Dywan  <christian@twotoasts.de>
11557
11558         Rubber-stamped by Holger Freyther.
11559
11560         http://bugs.webkit.org/show_bug.cgi?id=22811
11561         Underlinking in Programs_UnitTests (GTK+ build)
11562
11563         * GNUmakefile.am: Add GLIB_LIBS to unit test library flags.
11564
11565 2009-02-18  Gustavo Noronha Silva  <gns@gnome.org>
11566
11567         Reviewed by Holger Freyther.
11568
11569         Fix symbols.filter location, and add other missing files to the
11570         autotools build, so that make dist works.
11571
11572         * GNUmakefile.am:
11573
11574 2009-02-17  Gustavo Noronha Silva  <gns@gnome.org>
11575
11576         Reviewed by Alexey Proskuryakov.
11577
11578         https://bugs.webkit.org/show_bug.cgi?id=23939
11579         Release build being built with debugging symbols
11580
11581         * configure.ac: Revert change done in revision 40790, since we
11582         already have a AC_PROG_CXX macro call as part of WEBKIT_INIT
11583
11584 2009-02-12  Gustavo Noronha Silva  <gns@gnome.org>
11585
11586         Reviewed by Eric Seidel.
11587
11588         * configure.ac: Make soup the default HTTP backend for the Gtk port.
11589
11590 2009-02-09  Calvin Walton  <calvin.walton@gmail.com>
11591
11592         Reviewed by Holger Freyther.
11593
11594         https://bugs.webkit.org/show_bug.cgi?id=23823
11595
11596         [Gtk] Fix build with recent autotools
11597
11598         Current versions of automake/libtool don't assume you want C++ enabled
11599         by default any more, so explicitly check for a C++ compiler.
11600
11601         * configure.ac: Add AC_PROG_CXX macro
11602
11603 2009-02-02  Christian Dywan  <christian@twotoasts.de>
11604
11605         Rubber-stamped by Holger Freyther.
11606
11607         Don't require Geolocation by default.
11608
11609         * configure.ac:
11610
11611 2009-01-30  Jan Michael Alonzo  <jmalonzo@webkit.org>
11612
11613         Reviewed by Nikolas Zimmermann.
11614
11615         [Gtk] Refactor autoconf/configure.ac in preparation for jsc and webkit build splits
11616         https://bugs.webkit.org/show_bug.cgi?id=22136
11617
11618         * GNUmakefile.am:
11619         * acinclude.m4: Removed.
11620         * autogen.sh:
11621         * autotools/acinclude.m4: Added.
11622         * autotools/dolt.m4: Added.
11623         * autotools/symbols.filter: Renamed from symbols.filter.
11624         * autotools/webkit.m4: Added.
11625         * configure.ac:
11626
11627 2009-01-30  Holger Hans Peter Freyther  <zecke@selfish.org>
11628
11629         Reviewed by Nikolas Zimmermann.
11630
11631         [GTK] Implement GeolocationService using the Geoclue library
11632
11633         https://bugs.webkit.org/show_bug.cgi?id=22022
11634
11635         Untested implementation of the GeolocationService using the geoclue
11636         library. Velocity handling is completely missing and the accuracy
11637         handling might be wrong.
11638
11639         * GNUmakefile.am:
11640         * configure.ac:
11641
11642 2009-01-11  Xan Lopez  <xan@gnome.org>
11643
11644         Reviewed by Holger Freyther.
11645
11646         Bump version to 1.1.0 since we are breaking ABI and adding new
11647         major features.
11648
11649         * configure.ac:
11650
11651 2008-12-19  Marco Barisione  <marco.barisione@collabora.co.uk>
11652
11653         Reviewed by Holger Freyther.
11654
11655         http://bugs.webkit.org/show_bug.cgi?id=16562
11656         [gtk] Implement WebPolicyDelegate methods
11657
11658         Original work by Pierre-Luc Beaudoin. Final touches by Gustavo
11659         Noronha.
11660
11661         This implements the delegates methods of WebPolicyDelegate.
11662         Since Gtk+/C doesn't have delegate methods, they are replaced with
11663         signals.
11664
11665         A new object WebKitWebPolicyDecision allows the browser to delay its
11666         response in certain cases. WebKitWebNavigationAction contains the
11667         information about what caused a navigation request.
11668
11669         * GNUmakefile.am: Add new files
11670
11671 2008-12-19  Gustavo Noronha Silva  <gns@gnome.org>
11672
11673         Reviewed by Holger Freyther.
11674
11675         Use ustar tar format for WebKit/GTK+'s make dist target, so that
11676         storing files whose filenames are > 99 is possible.
11677
11678         * configure.ac:
11679
11680 2008-12-19  Holger Hans Peter Freyther  <zecke@selfish.org>
11681
11682         [GTK] Build fix by defining WTF_USE_JIT_STUB_ARGUMENT_VA_LIST
11683
11684         Fix the jit compilation on i*686 on Linux by using the va_list
11685         to pass arguments to the CTI. This is done on the MAC as well
11686         and sunspider and javascriptcore seem to work with that.
11687
11688         * configure.ac:
11689
11690 2008-12-18  Pamela Greene  <pam@chromium.org>
11691
11692         Submitted without review.
11693         Right, remove the whole misplaced directory, not just the tests.
11694
11695         * fast: Removed.
11696         * fast/dom: Removed.
11697
11698 2008-12-18  Pamela Greene  <pam@chromium.org>
11699
11700         Submitted without review.
11701         Moving layout test into LayoutTests where it belongs.
11702
11703         * fast/dom/setter-type-enforcement-expected.txt: Removed.
11704         * fast/dom/setter-type-enforcement.html: Removed.
11705
11706 2008-12-15  Daniel Macks  <dmacks@netspace.org>
11707
11708         Reviewed by Darin Adler.
11709
11710         Default to use external libicu-config if avail on all platforms.
11711         https://bugs.webkit.org/show_bug.cgi?id=22713
11712
11713         * configure.ac:
11714
11715 2008-12-12  Holger Hans Peter Freyther  <zecke@selfish.org>
11716
11717         Back out r39222 as this is breaking the build on Gentoo (aclocal-1.10)
11718
11719         The m4 directory does not exist and we now have a compile issue on
11720         Gentoo systems.
11721
11722         * GNUmakefile.am:
11723         * configure.ac:
11724
11725 2008-12-11  Daniel Macks  <dmacks@netspace.org>
11726
11727         Reviewed by Darin Adler.
11728
11729         https://bugs.webkit.org/show_bug.cgi?id=22714
11730
11731         Put libtool macro files in subdir that it wants.
11732
11733         * GNUmakefile.am:
11734         * configure.ac:
11735
11736 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
11737
11738         Reviewed by Eric Seidel.
11739
11740         [Gtk+] Use glib's unit test facilities to test the WebKit/Gtk+ API
11741
11742         https://bugs.webkit.org/show_bug.cgi?id=22491
11743
11744         Add the skeleton to WebKit/gtk/tests and integrate that into the
11745         buildsystem. Testing support was added in glib 2.16. For versions
11746         using glib < 2.16 we compile an empty application.
11747
11748         * GNUmakefile.am:
11749
11750 2008-12-07  Holger Hans Peter Freyther  <zecke@selfish.org>
11751
11752         Reviewed by Cameron Zwarich.
11753
11754         [GTK] Define ENABLE_JIT_OPTIMIZE_CALL, ENABLE_JIT_OPTIMIZE_PROPERTY_ACCESS, ENABLE_JIT_OPTIMIZE_ARITHMETIC
11755
11756         When building the jit on i*86 also enable the above optimizations.
11757
11758         * configure.ac:
11759
11760 2008-12-03  Simon Hausmann  <hausmann@webkit.org>
11761
11762         Reviewed by Tor Arne Vestbø.
11763
11764         Fix the build of WebKit inside Qt by making sure that qmake generators
11765         that do not produce generated sources (i.e. cpp files) are not
11766         included in SOURCES.
11767
11768         * WebKit.pri:
11769
11770 2008-12-02  Simon Hausmann  <hausmann@webkit.org>
11771
11772         Reviewed by Tor Arne Vestbø.
11773
11774         Removed JavaScriptCore from SUBDIRS as it's not built separately
11775         anymore.
11776
11777         * WebKit.pro:
11778
11779 2008-11-28  Gustavo Noronha Silva  <gns@gnome.org>
11780
11781         Reviewed and slightly modified by Holger Freyther.
11782
11783         https://bugs.webkit.org/show_bug.cgi?id=19130
11784
11785         Added the new WebKitGtk files to be built:
11786         WebKit/gtk/webkit/webkitwebwindowfeatures.{cpp,h}
11787
11788         * GNUmakefile.am:
11789
11790 2008-11-26  Kalle Vahlman  <kalle.vahlman@movial.com>
11791
11792         Reviewed by Darin Adler. Landed by Jan Alonzo.
11793
11794         Bison versions under 2.2 produce crashing CSSGrammar code for ARM
11795         https://bugs.webkit.org/show_bug.cgi?id=22456
11796
11797         Check for bison version 2.2 or greater on ARM. Earlier versions produce
11798         code that crashes on ARM devices.
11799
11800         * configure.ac:
11801
11802 2008-11-25  Holger Hans Peter Freyther  <zecke@selfish.org>
11803
11804         Reviewed by David Kilzer.
11805
11806         https://bugs.webkit.org/show_bug.cgi?id=22022
11807
11808         Add Geolocation support to the configure.ac
11809
11810         Add an option to build WebKit/Gtk+ with Geolocation. The
11811         implementation will be using Gypsy.
11812
11813         * configure.ac:
11814
11815 2008-11-24  Holger Hans Peter Freyther  <zecke@selfish.org>
11816
11817         Reviewed by Mark Rowe.
11818
11819         [Gtk+] Add configure option to enable Web Workers and enable it by default
11820
11821         Add --enable-workers to the buildsystem (used by build-webkit) add
11822         the to be build files to the GNUmakefile.am and change build-webkit
11823         to enable Web Workers by default.
11824
11825         * configure.ac:
11826
11827 2008-09-09  Joerg Bornemann  <joerg.bornemann@trolltech.com>
11828
11829         Reviewed by Simon Hausmann.
11830
11831         Steps towards making the Qt port of WebKit compile on Windows CE
11832
11833         https://bugs.webkit.org/show_bug.cgi?id=20746
11834
11835         * WebKit.pro: don't build DumpRenderTree on all Win32 platforms
11836
11837 2008-11-17  Nikolas Zimmermann  <nikolas.zimmermann@torchmobile.com>
11838
11839         Reviewed by George Staikos.
11840
11841         Add WML build support for Gtk as well.
11842
11843         * configure.ac:
11844
11845 2008-11-16  Geoffrey Garen  <ggaren@apple.com>
11846
11847         Not reviewed.
11848
11849         Try to fix gtk build.
11850
11851         * configure.ac:
11852
11853 2008-11-10  Tor Arne Vestbø  <tavestbo@trolltech.com>
11854
11855         Rubber-stamped by Simon Hausmann.
11856
11857         Distinguish between building from trunk and as part of Qt
11858
11859         * WebKit.pri:
11860
11861 2008-11-10  Morten Sørvig  <msorvig@trolltech.com>
11862
11863         Reviewed by Simon Hausmann.
11864
11865         Make tests/auto/qwebframe compile on Qt/Mac.
11866
11867         * WebKit.pri: Fix linkage against QtWebKit when compiled as framework.
11868
11869 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
11870
11871         Not reviewed.
11872
11873         Speculatively fix the GTK build.
11874
11875         * GNUmakefile.am:
11876
11877 2008-11-06  Alp Toker  <alp@nuanti.com>
11878
11879         GTK build fix for r38155. create_hash_table was moved out of kjs/
11880
11881         * GNUmakefile.am:
11882
11883 2008-11-06  Cameron Zwarich  <zwarich@apple.com>
11884
11885         Rubber-stamped by Sam Weinig.
11886
11887         Correct the reference to jsc.pro in WebKit.pro to match its new
11888         location in the root directory of JavaScriptCore.
11889
11890         * WebKit.pro:
11891
11892 2008-11-03  Alp Toker  <alp@nuanti.com>
11893
11894         autotools distcleancheck fix. Add dolt-generated files and
11895         webkitenumtypes.h to the list of files that need to be cleaned.
11896         Unreviewed.
11897
11898         * GNUmakefile.am:
11899
11900 2008-11-03  Alp Toker  <alp@nuanti.com>
11901
11902         Rubber-stamped by Holger Freyther.
11903
11904         Do not enable RTTI or exceptions in debug builds, matching release
11905         builds. They don't help much with debugging and significantly slow
11906         down and increase the size of the debug build.
11907
11908         * GNUmakefile.am:
11909
11910 2008-11-03  Alp Toker  <alp@nuanti.com>
11911
11912         Rubber-stamped by Holger Freyther.
11913
11914         Add mingw32 case to dolt for faster GTK+ Windows builds.
11915
11916         * acinclude.m4:
11917
11918 2008-11-02  Xan Lopez  <xan@gnome.org>
11919
11920         Reviewed by Holger Freyther
11921
11922         https://bugs.webkit.org/show_bug.cgi?id=22009
11923         HTML5 Video with GStreamer pulls gnome-vfs without using it.
11924
11925         * configure.ac:
11926         Remove gnome-vfs from configure.ac, it's unused.
11927
11928 2008-10-30  Alp Toker  <alp@nuanti.com>
11929
11930         https://bugs.webkit.org/show_bug.cgi?id=19395
11931         doltlibtool bug with bash 3.0
11932
11933         autotools dolt build fix for bash version 3.0 and older. Remove
11934         concatenation syntax from doltlibtool to support the older versions
11935         which don't have '+='.
11936
11937         * acinclude.m4:
11938
11939 2008-10-30  Alp Toker  <alp@nuanti.com>
11940
11941         Rubber-stamped by Oliver Hunt.
11942
11943         autotools build system change to enable JIT features by default. Can
11944         be disabled with --disable-jit (and is disabled automatically on
11945         unsupported platforms).
11946
11947         * configure.ac:
11948
11949 2008-10-30  Alp Toker  <alp@nuanti.com>
11950
11951         Bump WebKit GTK+ version to 1.0.3.
11952
11953         * configure.ac:
11954
11955 2008-10-29  Gustavo Noronha Silva  <gns@gnome.org>
11956
11957         Reviewed by Holger Freyther.
11958
11959         Added all the files that need to be installed for the Inspector to
11960         work.
11961
11962 2008-10-29  Mike Hommey  <glandium@debian.org>
11963
11964         Reviewed by Holger Freyther.
11965
11966         https://bugs.webkit.org/show_bug.cgi?id=21884
11967         Test presence and link against libpng.
11968
11969         * GNUmakefile.am:
11970         * configure.ac:
11971
11972 2008-10-29  Jan Michael Alonzo  <jmalonzo@webkit.org>
11973
11974         Reviewed by Holger Freyther.
11975
11976         Add --enable-optimizations to enable optimized builds. The default
11977         is to enable it for release builds, and disabled for debug builds.
11978         This option will allow builders to have a debug as well as
11979         optimized builds.
11980
11981         * GNUmakefile.am:
11982         * configure.ac:
11983
11984 2008-10-28  Mike Hommey  <glandium@debian.org>
11985
11986         Reviewed by Alp Toker.
11987
11988         https://bugs.webkit.org/show_bug.cgi?id=21885
11989         [GTK] libwebkit doesn't link against libpangoft2
11990
11991         Add pkg-config check for pangoft2 which provides
11992         pango_fc_font_description_from_pattern() used in the FreeType font
11993         backend.
11994
11995         * configure.ac:
11996
11997 2008-10-28  Alp Toker  <alp@nuanti.com>
11998
11999         Include copyright license files in the autotools dist target.
12000
12001         Change suggested by Mike Hommey.
12002
12003         * GNUmakefile.am:
12004
12005 2008-10-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
12006
12007         Gtk build fix: add '-' to Wl which was missed in r36845
12008
12009         * GNUmakefile.am:
12010
12011 2008-10-22  Alp Toker  <alp@nuanti.com>
12012
12013         Fix build for Cairo 1.2.
12014
12015         * configure.ac:
12016
12017 2008-10-20  Alp Toker  <alp@nuanti.com>
12018
12019         Partial GTK+/Win32 build fix. Lowercase library name to enable linking
12020         when cross-compiling Windows binaries from Linux: -lWs2_32 -> -lws2_32
12021
12022         * configure.ac:
12023
12024 2008-10-13  Alp Toker  <alp@nuanti.com>
12025
12026         GTK+ build fix: Ensure correct builds when debugging is
12027         enabled/disabled by defining NDEBUG in autotoolsconfig.h as needed.
12028         It's still passed as a compiler flag since some sources (DRT) don't
12029         use config.h yet.
12030
12031         * configure.ac:
12032
12033 2008-10-09  Alp Toker  <alp@nuanti.com>
12034
12035         Reviewed by Mark Rowe.
12036
12037         https://bugs.webkit.org/show_bug.cgi?id=20760
12038         Implement support for x86 Linux in CTI
12039
12040         Prepare to enable CTI/WREC on supported architectures. Will be
12041         switched on when the crasher introduced in r37386 is resolved.
12042
12043         * configure.ac:
12044
12045 2008-10-07  Alp Toker  <alp@nuanti.com>
12046
12047         GTK+ build fix for older automake versions (1.7). Discussed in bug
12048         #21392.
12049
12050         * GNUmakefile.am:
12051
12052 2008-10-07  Alp Toker  <alp@nuanti.com>
12053
12054         Reviewed by Mark Rowe.
12055
12056         https://bugs.webkit.org/show_bug.cgi?id=21392
12057         [GTK] Auto-generate JS DOM binding sources list
12058
12059         Remove the huge lists of generated DOM binding sources and headers in
12060         the build system. These are difficult to maintain and can be derived
12061         automatically.
12062
12063         The new strategy is to re-use the existing lists of IDL sources (which
12064         are needed for dist support anyway). This will also ease the addition
12065         of new language bindings.
12066
12067         * GNUmakefile.am:
12068
12069 2008-09-27  Jan Michael Alonzo  <jmalonzo@webkit.org>
12070
12071         Reviewed by Holger Freyther.
12072
12073         https://bugs.webkit.org/show_bug.cgi?id=20287
12074         [Gtk] disable plugins for gtk/directfb target
12075
12076         Introduce WTF_PLATFORM_X11 for X11 builds.
12077         Also use target-specific packages when building the port
12078
12079         * configure.ac: Do not check for cairo-ft for directfb builds.
12080
12081 2008-09-27  Marco Barisione  <marco.barisione@collabora.co.uk>
12082
12083         Reviewed by Holger Freyther.
12084
12085         http://bugs.webkit.org/show_bug.cgi?id=21174
12086         [GTK][AUTOTOOLS] Enable large file support at configure time
12087
12088         * configure.ac: Enable large file support with AC_SYS_LARGEFILE.
12089
12090 2008-09-23  Richard Hult  <richard@imendio.com>
12091
12092         Reviewed by Alp Toker. Landed by Jan Alonzo.
12093
12094         http://bugs.webkit.org/show_bug.cgi?id=20582
12095         [Gtk] Link error on Mac OS X
12096
12097         * GNUmakefile.am: Only use the -version-script flag for the gnu
12098         linker.
12099         * configure.ac: Check for GNU OSes.
12100
12101 2008-09-19  Alp Toker  <alp@nuanti.com>
12102
12103         Build fix for the 'gold' linker and recent binutils. New behaviour
12104         requires that we link to used libraries explicitly.
12105
12106         * GNUmakefile.am:
12107         * configure.ac:
12108
12109 2008-09-04  Marco Barisione  <marco.barisione@collabora.co.uk>
12110
12111         Reviewed by Eric Seidel.
12112
12113         http://bugs.webkit.org/show_bug.cgi?id=20380
12114         [GTK][AUTOTOOLS] Include autotoolsconfig.h from config.h
12115
12116         * configure.ac: Rename the configuration header from aconfig.h to autotoolsconfig.h.
12117
12118 2008-08-28  Alp Toker  <alp@nuanti.com>
12119
12120         GTK+ dist/build fix. List newly added header files.
12121
12122         * GNUmakefile.am:
12123
12124 2008-08-27  Mike Hommey <glandium@debian.org>
12125
12126         Reviewed by Holger.
12127
12128         * GNUmakefile.am:
12129         * symbols.filter: Added.
12130
12131 2008-08-10  Jan Michael Alonzo  <jmalonzo@webkit.org>
12132
12133         Reviewed (and updated) by Alp Toker.
12134
12135         https://bugs.webkit.org/show_bug.cgi?id=16620
12136         [GTK] Autotools make dist and make check support
12137
12138         Get make dist working.
12139
12140         Note that not all possible configurations have been tested yet.
12141
12142         * GNUmakefile.am:
12143
12144 2008-08-09  Marco Barisione  <marco.barisione@collabora.co.uk>
12145
12146         Reviewed by Alp Toker.
12147
12148         http://bugs.webkit.org/show_bug.cgi?id=19045
12149         [gtk] ./configure doesn't check for x toolkit availability
12150
12151         Some old versions of Xt do not provide xt.pc, in this case use
12152         AC_CHECK_LIB to check if the library is installed and then fall back
12153         to using just -lXt.
12154
12155         * configure.ac:
12156
12157 2008-08-09  Alp Toker  <alp@nuanti.com>
12158
12159         GTK+ build fixes.
12160
12161         Back out r20338 libxslt check (conditional check already exists and
12162         this broke the build).
12163
12164         Make the flex version check a warning rather than fatal to fix the
12165         build bot.
12166
12167         * configure.ac:
12168
12169 2008-08-08  Jan Michael Alonzo  <jmalonzo@webkit.org>
12170
12171         Reviewed by Mark Rowe.
12172
12173         http://bugs.webkit.org/show_bug.cgi?id=20338
12174         [Gtk] Autotools should check for libxslt
12175
12176         Autotools check for libxslt
12177
12178         * configure.ac:
12179
12180 2008-08-07  Kalle Vahlman  <zuh@iki.fi>
12181
12182         Reviewed by David Kilzer.
12183
12184         Check for correct flex version to avoid faulty builds
12185
12186         A correct Webkit build requires flex 2.5.33 but autotools build doesn't check for it
12187         https://bugs.webkit.org/show_bug.cgi?id=20253
12188
12189         acinclude.m4: Import AX_COMPARE_VERSION macro
12190         configure.ac: Check for flex version
12191
12192         * acinclude.m4:
12193         * configure.ac:
12194
12195 2008-08-07  Simon Hausmann  <hausmann@webkit.org>
12196
12197         Rubber-stamped by Lars.
12198
12199         Added API tests for QWebPage/QWebFrame based on QTestLib.
12200
12201         * WebKit.pro: Add WebKit/qt/tests to the build.
12202
12203 2008-08-06  Marco Barisione  <marco.barisione@collabora.co.uk>
12204
12205         Reviewed by Eric Seidel.
12206
12207         http://bugs.webkit.org/show_bug.cgi?id=20276
12208         [GTK] Makefile rules for the enum GTypes files depend on Makefile
12209         instead of GNUmakefile
12210
12211         The patch committed in revision 34649 added the code needed to
12212         generate GTypes for enums but the makefile rules for
12213         stamp-webkitenumtypes.h and webkitenumtypes.cpp were depending on
12214         Makefile (used by other ports) instead of GNUmakefile.
12215
12216         * GNUmakefile.am: Depend on GNUmakefile instead of Makefile.
12217
12218 2008-08-05  Marco Barisione  <marco.barisione@collabora.co.uk>
12219
12220         Reviewed by Alp Toker.
12221
12222         http://bugs.webkit.org/show_bug.cgi?id=19045
12223         [gtk] ./configure doesn't check for x toolkit availability
12224
12225         Check for the .pc file for Xt instead of hard coding -lXt in the
12226         GNUmakefile.am.
12227
12228         Thanks to Dominik Röttsches for the initial patch.
12229
12230         * GNUmakefile.am:
12231         * configure.ac:
12232
12233 2008-07-30  Marco Barisione  <marco.barisione@collabora.co.uk>
12234
12235         Reviewed by Holger.
12236
12237         http://bugs.webkit.org/show_bug.cgi?id=19742
12238         [GTK] Auto generate webkitmarshal.list
12239
12240         Auto generate webkitmarshal.list from source files to reduce the
12241         number of conflicts when merging git branches or when applying
12242         patches.
12243         Also rename webkit-marshal.* to webkitmarshal.* for consistency.
12244
12245         * GNUmakefile.am:
12246
12247 2008-07-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
12248
12249         Reviewed by Mark Rowe.
12250
12251         Copy the way Gtk detects jpeglib. Hinted by Wouter Bolsterlee.
12252
12253         [Gtk] Improve detection jpeglib
12254         https://bugs.webkit.org/show_bug.cgi?id=17865
12255
12256         * GNUmakefile.am:
12257         * configure.ac:
12258
12259 2008-07-25  Simon Hausmann  <hausmann@webkit.org>
12260
12261         Discussed with and rubber-stamped by Lars.
12262
12263         Fix the build system for the Qt port.
12264
12265         Recent JavaScriptCore changes require the addition of JavaScriptCore/API to the
12266         include search path. With a build process that combines JavaScriptCore and
12267         WebCore in one build process/Makefile the existance of
12268         JavaScriptCore/API/Node.h and WebCore/dom/Node.h causes include conflicts.
12269
12270         This commit solves this by introducing a separate build of JavaScriptCore into
12271         a static library.
12272
12273         As a result of the split-up a race-condition due to broken dependencies of
12274         regular source files to header files of generated sources showed up very
12275         frequently when doing parallel builds (which the buildbot does). This commit at
12276         the same time tries to address the dependency problem by making the
12277         addExtraCompiler() function also generate a pseudo extra compiler that
12278         represents the header file output, so that qmake is aware of the creation of
12279         the header file for dependency calculation.
12280
12281         At the same time I removed a lot of cruft from the pro files to ease maintenance.
12282
12283         * WebKit.pri:
12284         * WebKit.pro:
12285
12286 2008-06-18  Marco Barisione  <marco.barisione@collabora.co.uk>
12287
12288         Reviewed by Alp Toker.
12289
12290         https://bugs.webkit.org/show_bug.cgi?id=19171
12291         [GTK] GTypes for enumerations
12292
12293         Generate GTypes for public enumerations so they can be used as
12294         properties.
12295
12296         * GNUmakefile.am: Generate webkit-enum-types.cpp and
12297         webkit-enum-types.h.
12298
12299 2008-06-16  Simon Hausmann  <hausmann@webkit.org>
12300
12301         Fix the Qt build. testkjs.pro is now called jsc.pro.
12302
12303         * WebKit.pro:
12304
12305 2008-06-15  Alp Toker  <alp@nuanti.com>
12306
12307         Rubber-stamped by Maciej.
12308
12309         Install 'jsc' application by default.
12310
12311         * GNUmakefile.am:
12312
12313 2008-06-08  Alp Toker  <alp@nuanti.com>
12314
12315         autotools/GTK+ build system cleanup. Don't include WebKit API in the
12316         WebCore build as it's no longer needed since r34426.
12317
12318         * GNUmakefile.am:
12319
12320 2008-06-08  Alp Toker  <alp@nuanti.com>
12321
12322         Rubber-stamped by Mark Rowe.
12323
12324         Bring back -fstrict-aliasing for JavaScriptCore which was removed in
12325         r31821, since aliasing issues have now been fixed.
12326
12327         Use -O3, not -O2 for the JavaScriptCore build.
12328
12329         * GNUmakefile.am:
12330         * configure.ac:
12331
12332 2008-06-05  Christian Dywan  <christian@twotoasts.de>
12333
12334         Reviewed by Alp Toker.
12335
12336         https://bugs.webkit.org/show_bug.cgi?id=14141
12337         Please add a version to the Gtk port
12338
12339         * GNUmakefile.am:
12340
12341 2008-06-02  Alp Toker  <alp@nuanti.com>
12342
12343         GTK+/autotools Windows build system fixes.
12344
12345         * GNUmakefile.am:
12346         * configure.ac:
12347
12348 2008-06-02  Jan Michael Alonzo  <jmalonzo@webkit.org>
12349
12350         Reviewed by Alp Toker.
12351
12352         Build WebCore GTK+ sources as part of WebCore, not WebKit.
12353         Split common and GTK+-specific sources into separate file lists.
12354
12355         * GNUmakefile.am:
12356
12357 2008-06-01  Josh Triplett  <josh@freedesktop.org>
12358
12359         Reviewed by Alp Toker.
12360
12361         http://bugs.webkit.org/show_bug.cgi?id=16891
12362         [GTK] autotools build is slow
12363
12364         Add dolt revision 5e9eef10 to the autotools build system. Speeds up
12365         the build, often by a factor of two or more on supported platforms,
12366         otherwise falls back to libtool.
12367
12368         See http://dolt.freedesktop.org for details.
12369
12370         * acinclude.m4: Added.
12371         * configure.ac:
12372
12373 2008-05-25  Jan Michael Alonzo  <jmalonzo@webkit.org>
12374
12375         Reviewed by Alp Toker.
12376
12377         http://bugs.webkit.org/show_bug.cgi?id=19142
12378         [Gtk] Remove build options --svg-experimental and --cross-document-messaging
12379
12380         * configure.ac:
12381
12382 2008-05-24  Alp Toker  <alp@nuanti.com>
12383
12384         GTK+/Win32 build fixes. Link against Windows ICU without using
12385         icu-config since it's not available on that platform.
12386
12387         Link against Ws2_32 when the curl http backend is chosen since we
12388         use select() directly.
12389
12390         * configure.ac:
12391
12392 2008-05-23  Alp Toker  <alp@nuanti.com>
12393
12394         GTK+ fixes for building without database support.
12395
12396         * configure.ac:
12397
12398 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
12399
12400         Reviewed by Alp Toker.
12401
12402         Fix for previous autotools change.
12403
12404         * configure.ac:
12405
12406 2008-05-20  Jan Michael Alonzo  <jmalonzo@webkit.org>
12407
12408         Reviewed by Alp.
12409
12410         http://bugs.webkit.org/show_bug.cgi?id=18483
12411         [Gtk] Autotools should match build-webkit default flags
12412
12413         * configure.ac:
12414
12415 2008-05-19  Alp Toker  <alp@nuanti.com>
12416
12417         GTK+ build fix for Mac/Win. Don't check for FreeType/FontConfig when
12418         the Pango font backend is selected.
12419
12420         * GNUmakefile.am:
12421         * configure.ac:
12422
12423 2008-05-16  Julien Chaffraix  <jchaffraix@webkit.org>
12424
12425         Reviewed by Eric.
12426
12427         Preparatory work for bug 9191: JS*ElementWrapperFactory should be autogenerated
12428
12429         * configure.ac: Add HTML_FLAGS and set it when video is enabled.
12430
12431 2008-05-15  Ariya Hidayat  <ariya.hidayat@trolltech.com>
12432
12433         Reviewed by Simon.
12434
12435         Since WebKitGtk is fully using autotools now, clean-up the .pro/.pri files
12436         from gtk-port.
12437
12438         * WebKit.pri:
12439         * WebKit.pro:
12440
12441 2008-05-09  Anders Carlsson  <andersca@apple.com>
12442
12443         Reviewed by Mark.
12444
12445         Add x86_64 rule.
12446
12447         * Makefile:
12448
12449 2008-05-09  Simon Hausmann  <hausmann@webkit.org>
12450
12451         Reviewed by Holger.
12452
12453         Removed explicit linkage against libxml and libxslt on Qt/Mac builds.
12454
12455         This dependency is completely unnecessary here and creates only problems by
12456         propagating through WebCore.pro over libQtWebKit.prl right now customer
12457         applications.
12458
12459
12460         * WebKit.pri:
12461
12462 2008-05-02  Anders Carlsson  <andersca@apple.com>
12463
12464         Reviewed by Mark.
12465
12466         Add an "x86_64" make rule.
12467
12468         * Makefile.shared:
12469
12470 2008-05-02  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12471
12472         Reviewed by Eric.
12473
12474         https://bugs.webkit.org/show_bug.cgi?id=18811
12475         Enable dashboard and offline web apps in autotools
12476
12477         * configure.ac:
12478
12479 2008-05-01  Marc Ordinas i Llopis  <marc.ordinasillopis@collabora.co.uk>
12480
12481         Reviewed by Alp Toker.
12482
12483         https://bugs.webkit.org/show_bug.cgi?id=14750
12484         Added support for NPAPI plugins on Gtk and Qt-x11 ports.
12485
12486         * GNUmakefile.am: Added Xt library.
12487
12488 2008-04-29  David Kilzer  <ddkilzer@apple.com>
12489
12490         BUILD FIX for ENABLE(DASHBOARD_SUPPORT)
12491
12492         * configure.ac: Added conditional for ENABLE_DASHBOARD_SUPPORT.
12493
12494 2008-04-22  Alp Toker  <alp@nuanti.com>
12495
12496         GTK+ debug build fix for changes in r32257.
12497
12498         * GNUmakefile.am:
12499
12500 2008-04-18  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12501
12502         Reviewed by Alp Toker.
12503
12504         http://bugs.webkit.org/show_bug.cgi?id=16620
12505         [GTK] Autotools make dist and make check support
12506
12507         Cleanups.
12508
12509         * GNUmakefile.am:
12510
12511 2008-04-11  Mark Rowe  <mrowe@apple.com>
12512
12513         Rubber-stamped by Antti Koivisto.
12514
12515         * GNUmakefile.am: Disable a warning that GCC 4.3 triggers all over the show.
12516
12517 2008-04-17  Alp Toker  <alp@atoker.com>
12518
12519         GTK+ build fix. Back out the libjpeg check part of r32008 from bug
12520         #17865 (reopened).
12521
12522         * configure.ac:
12523
12524 2008-04-17  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12525
12526         Reviewed by Alp Toker.
12527
12528         http://bugs.webkit.org/show_bug.cgi?id=17865
12529         [Gtk] Improve detection of jpeglib and glib tools
12530
12531         Improve detecting jpeglib and glib tools
12532
12533         * configure.ac: Throw an error if the dependencies above are
12534         currently not installed
12535
12536 2008-04-14  Xan Lopez  <xan@gnome.org>
12537
12538         Reviewed by Alp Toker.
12539
12540         http://bugs.webkit.org/show_bug.cgi?id=17917
12541         Bug 17917: Cookie support for HTTP soup backend
12542
12543         Bumped the libsoup required version to 2.23 for cookie support.
12544
12545         * configure.ac:
12546
12547 2008-04-11  Mark Rowe  <mrowe@apple.com>
12548
12549         Rubber-stamped by Anders Carlsson.
12550
12551         Fix https://bugs.webkit.org/show_bug.cgi?id=18430
12552         Bug 18430: SIGSEGV on amd64 when built with gcc 4.3
12553
12554         GCC 4.3 generates bad code in some instances when working with our HashTables
12555         as some of the HashTable code violates the strict aliasing requirements.  Since
12556         GCC 4.2 this code has generated warnings when -fstrict-aliasing is enabled. Until
12557         the code can be fixed to be safe with strict aliasing enabled, we will disable
12558         strict aliasing.
12559
12560         * GNUmakefile.am:
12561
12562 2008-03-12  Michael Emmel  <mike.emmel@gmail.com>
12563
12564         Reviewed by Alp Toker.
12565
12566         http://bugs.webkit.org/show_bug.cgi?id=18397
12567         Fix leaving spaces before parens in functions
12568
12569         * WebKitTools/Scripts/wkstyle:
12570
12571 2008-04-07  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12572
12573         Build fix, rubber-stamped and landed by ap.
12574
12575         * configure.ac: Add autoconf flag for HTML5 client-side session and persistent storage support.
12576
12577 2008-03-21  Rodney Dawes  <dobey@wayofthemonkey.com>
12578
12579         Reviewed by Holger.
12580
12581         Remove the JSCore include path options from global_cppflags.
12582         Place JSCore include path options in javascriptcore_cppflags.
12583         Add javascriptcore_cppflags to libWebCore_la_CPPFLAGS.
12584
12585         * GNUmakefile.am:
12586
12587 2008-03-20  Jasper Bryant-Greene  <jasper@unix.geek.nz>
12588
12589         Reviewed by Anders.
12590
12591         Resolves http://bugs.webkit.org/show_bug.cgi?id=16092
12592         "[GTK] Middle-mouse click should allow opening a URL in a new tab"
12593
12594         Added WebKitNavigationAction object to GTK API
12595
12596         * GNUmakefile.am:
12597
12598 2008-03-12  Xan Lopez  <xan@gnome.org>
12599
12600         Reviewed by Alp Toker.
12601
12602         http://bugs.webkit.org/show_bug.cgi?id=15229
12603
12604         Add optional font backend support with freetype and pango
12605         backends. Default is freetype for now.
12606
12607         Original patch by Sven Herzberg <sven@imendio.com>
12608
12609         * configure.ac:
12610
12611 2008-03-11  Xan Lopez  <xan@gnome.org>
12612
12613         Reviewed by Alp Toker.
12614
12615         http://bugs.webkit.org/show_bug.cgi?id=16476
12616
12617         Add support for multiple http backends, and add soup backend (off by default).
12618
12619         * GNUmakefile.am:
12620         * configure.ac:
12621
12622 2008-03-07  Simon Hausmann  <hausmann@webkit.org>
12623
12624         Reviewed by Darin Adler.
12625
12626         Done with Lars.
12627
12628         Added plugins subdirectory to the include path.
12629
12630         * WebKit.pri:
12631
12632 2008-03-09  Alp Toker  <alp@atoker.com>
12633
12634         GTK+ build fix for r30913.
12635
12636         Use UNICODE_CFLAGS for C++ sources as well as C sources.
12637
12638         * GNUmakefile.am:
12639
12640 2008-03-09  Jörg Billeter  <j@bitron.ch>
12641
12642         Reviewed by Alp Toker.
12643
12644         Conditionalise ICU for Unicode in the GTK+ port.
12645
12646         * GNUmakefile.am:
12647         * configure.ac:
12648
12649 2008-03-03  Brent Fulgham  <bfulgham@gmail.com>
12650
12651         Reviewed by Alp Toker.
12652
12653         http://bugs.webkit.org/show_bug.cgi?id=17644
12654         Build GTK on Mac OS X using native ICU library
12655
12656         Use Apple native ICU libraries when building GTK
12657         webkit on Mac OS.
12658
12659         * configure.ac:
12660
12661 2008-03-02  Brent Fulgham  <bfulgham@gmail.com>
12662
12663         Reviewed by Alp Toker.
12664
12665         Add ICU_CPPFLAGS earlier in include path for WebCore
12666         so that we find $(icu_cppflags)/unicode/utf8.h, rather than
12667         the wtf/unicode/UTF8.h on case-insensitive file systems.
12668
12669         * GNUmakefile.am:
12670
12671 2008-03-02  Alp Toker  <alp@atoker.com>
12672
12673         Reviewed by Mark Rowe.
12674
12675         Split the WebKit GTK+ build out of the WebCore build and change the
12676         shared object name to match the package name.
12677
12678         * GNUmakefile.am:
12679
12680 2008-02-28  Alp Toker  <alp@atoker.com>
12681
12682         Fix a configure script typo spotted by Kalle Vahlman.
12683
12684         * configure.ac:
12685
12686 2008-02-26  Timothy Hatcher  <timothy@apple.com>
12687
12688         Reviewed by Darin Adler.
12689
12690         Add "64" and "64u" make rules to allow easy building of 64-bit versions.
12691
12692         make 64: will build Intel-only 64-bit.
12693         make 64u: will build 4-way universal for PPC and Intel.
12694
12695         * Makefile:
12696         * Makefile.shared:
12697
12698 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12699
12700         Rubber stamped by Darin Adler.
12701
12702         Add separator '\' after libJavaScriptCore_la_LIBADD and cleanup
12703         whitespaces introduced in the previous commit.
12704
12705         * GNUmakefile.am:
12706
12707 2008-02-23  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
12708
12709         Rubber-stamped by Darin Adler.
12710
12711         * GNUmakefile.am: Add both GLOBALDEPS and WEBKITDEPS instead of DEPENDENCIES.
12712         * configure.ac: Break dependent modules into GLOBALDEPS and WEBKITDEPS.
12713
12714 2008-02-21  Alp Toker  <alp@atoker.com>
12715
12716         Fix a configure script typo.
12717
12718         * configure.ac:
12719
12720 2008-02-21  Alp Toker  <alp@atoker.com>
12721
12722         GTK+/autotools SVG experimental build fix
12723
12724         Don't enable SVG filters in --enable-svg-experimental.
12725
12726         This feature isn't supported at all yet. Developers can enable it
12727         explicitly by passing --enable-svg-filters if needed.
12728
12729         * configure.ac:
12730
12731 2008-02-21  Mike Auty  <mike.auty@gmail.com>
12732
12733         Reviewed by Alp Toker.
12734
12735         http://bugs.webkit.org/show_bug.cgi?id=17445
12736         [GTK] WebKit doesn't compile with LDFLAGS="-Wl,--as-needed"
12737
12738         The GNUmakefile.am files make use of the LDFLAGS variable to include library
12739         additions such as -ljpeg etc.  Unfortunately, if these inclusions aren't made
12740         in LIBADD/LDADD variables, then they are mis-ordered during the linking.
12741
12742         The as-needed flag discards libraries whose functions have not been needed by
12743         earlier libraries, which therefore makes the ordering important.
12744
12745         This moves all -l library inclusion statements from LDFLAGS variables to
12746         LIBADD/LDADD variables.
12747
12748         * GNUmakefile.am:
12749
12750 2008-02-15  Alp Toker  <alp@atoker.com>
12751
12752         Reviewed by Holger.
12753
12754         GTK+ configure script cleanups
12755
12756         Categorize the configuration summary printout.
12757         Bump GTK+ requirement to 2.8.
12758         Rename 'webkit_target' to just 'target'.
12759         Don't check for pthread on Win32.
12760
12761         * configure.ac:
12762
12763 2008-02-14  Adam Roben  <aroben@apple.com>
12764
12765         Turn on cross-document messaging support by default
12766
12767         Reviewed by Darin Adler.
12768
12769         * configure.ac:
12770
12771 2008-02-14  Adam Roben  <aroben@apple.com>
12772
12773         Conditionalize cross-document messaging support
12774
12775         The cross-document messaging parts of HTML 5 are in flux and we want
12776         ports to be able to turn off the support as needed.
12777
12778         Note that the support is turned off by default right now. A subsequent
12779         commit will turn it on by default.
12780
12781         Reviewed by Darin Adler.
12782
12783         * configure.ac:
12784
12785 2008-02-12  Rodney Dawes  <dobey@wayofthemonkey.com>
12786
12787         Reviewed by Alp Toker.
12788
12789         Add a --with-hildon argument to configure.ac for adding MAEMO_CHANGES
12790         to the CPPFLAGS for WebCore and WebKit
12791         Add a pkgconfig check for hildon-1 when --with-hildon specified
12792         Output the use of Hildon support in the summary
12793         Add HILDON_CPPFLAGS to webkitgtk_cppflags
12794         Add HILDON_CFLAGS to libWebKitGtk_la_CFLAGS
12795         Add HILDON_LIBS to libWebKitGtk_la_LDFLAGS
12796
12797         * configure.ac:
12798         * GNUmakefile.am:
12799
12800 2008-02-08  Alp Toker  <alp@atoker.com>
12801
12802         Rubber-stamped by Maciej.
12803
12804         Bump autoconf CAIRO_REQUIRED_VERSION up to 1.4.
12805
12806         * configure.ac:
12807
12808 2008-02-06  Timothy Hatcher  <timothy@apple.com>
12809
12810         Rubber-stamped by Mark Rowe.
12811
12812         Dump of bugs.webkit.org's Bugzilla instance.
12813
12814         * BugsSite: Added.
12815         * BugsSite/.htaccess: Added.
12816         * BugsSite/Bugzilla: Added.
12817         * BugsSite/Bugzilla.pm: Added.
12818         * BugsSite/Bugzilla/.cvsignore: Added.
12819         * BugsSite/Bugzilla/.htaccess: Added.
12820         * BugsSite/Bugzilla/Attachment.pm: Added.
12821         * BugsSite/Bugzilla/Auth: Added.
12822         * BugsSite/Bugzilla/Auth.pm: Added.
12823         * BugsSite/Bugzilla/Auth/Login: Added.
12824         * BugsSite/Bugzilla/Auth/Login/WWW: Added.
12825         * BugsSite/Bugzilla/Auth/Login/WWW.pm: Added.
12826         * BugsSite/Bugzilla/Auth/Login/WWW/CGI: Added.
12827         * BugsSite/Bugzilla/Auth/Login/WWW/CGI.pm: Added.
12828         * BugsSite/Bugzilla/Auth/Login/WWW/CGI/Cookie.pm: Added.
12829         * BugsSite/Bugzilla/Auth/Login/WWW/Env.pm: Added.
12830         * BugsSite/Bugzilla/Auth/README: Added.
12831         * BugsSite/Bugzilla/Auth/Verify: Added.
12832         * BugsSite/Bugzilla/Auth/Verify/DB.pm: Added.
12833         * BugsSite/Bugzilla/Auth/Verify/LDAP.pm: Added.
12834         * BugsSite/Bugzilla/Bug.pm: Added.
12835         * BugsSite/Bugzilla/BugMail.pm: Added.
12836         * BugsSite/Bugzilla/CGI.pm: Added.
12837         * BugsSite/Bugzilla/Chart.pm: Added.
12838         * BugsSite/Bugzilla/Config.pm: Added.
12839         * BugsSite/Bugzilla/Constants.pm: Added.
12840         * BugsSite/Bugzilla/DB: Added.
12841         * BugsSite/Bugzilla/DB.pm: Added.
12842         * BugsSite/Bugzilla/DB/Mysql.pm: Added.
12843         * BugsSite/Bugzilla/DB/Pg.pm: Added.
12844         * BugsSite/Bugzilla/DB/Schema: Added.
12845         * BugsSite/Bugzilla/DB/Schema.pm: Added.
12846         * BugsSite/Bugzilla/DB/Schema/Mysql.pm: Added.
12847         * BugsSite/Bugzilla/DB/Schema/Pg.pm: Added.
12848         * BugsSite/Bugzilla/Error.pm: Added.
12849         * BugsSite/Bugzilla/Flag.pm: Added.
12850         * BugsSite/Bugzilla/FlagType.pm: Added.
12851         * BugsSite/Bugzilla/Group.pm: Added.
12852         * BugsSite/Bugzilla/Search.pm: Added.
12853         * BugsSite/Bugzilla/Series.pm: Added.
12854         * BugsSite/Bugzilla/Template: Added.
12855         * BugsSite/Bugzilla/Template.pm: Added.
12856         * BugsSite/Bugzilla/Template/Plugin: Added.
12857         * BugsSite/Bugzilla/Template/Plugin/Bugzilla.pm: Added.
12858         * BugsSite/Bugzilla/Template/Plugin/Hook.pm: Added.
12859         * BugsSite/Bugzilla/Template/Plugin/User.pm: Added.
12860         * BugsSite/Bugzilla/Token.pm: Added.
12861         * BugsSite/Bugzilla/User: Added.
12862         * BugsSite/Bugzilla/User.pm: Added.
12863         * BugsSite/Bugzilla/User/Setting.pm: Added.
12864         * BugsSite/Bugzilla/Util.pm: Added.
12865         * BugsSite/CGI.pl: Added.
12866         * BugsSite/PrettyPatch: Added.
12867         * BugsSite/PrettyPatch/PrettyPatch.rb: Added.
12868         * BugsSite/PrettyPatch/prettify.rb: Added.
12869         * BugsSite/QUICKSTART: Added.
12870         * BugsSite/README: Added.
12871         * BugsSite/UPGRADING: Added.
12872         * BugsSite/UPGRADING-pre-2.8: Added.
12873         * BugsSite/ant.jpg: Added.
12874         * BugsSite/attachment-aroben.cgi: Added.
12875         * BugsSite/attachment.cgi: Added.
12876         * BugsSite/buglist.cgi: Added.
12877         * BugsSite/bugzilla.dtd: Added.
12878         * BugsSite/chart.cgi: Added.
12879         * BugsSite/checksetup.pl: Added.
12880         * BugsSite/colchange.cgi: Added.
12881         * BugsSite/collectstats.pl: Added.
12882         * BugsSite/config.cgi: Added.
12883         * BugsSite/contrib: Added.
12884         * BugsSite/contrib/BugzillaEmail.pm: Added.
12885         * BugsSite/contrib/README: Added.
12886         * BugsSite/contrib/README.Mailif: Added.
12887         * BugsSite/contrib/bug_email.pl: Added.
12888         * BugsSite/contrib/bugmail_help.html: Added.
12889         * BugsSite/contrib/bugzilla-submit: Added.
12890         * BugsSite/contrib/bugzilla-submit/README: Added.
12891         * BugsSite/contrib/bugzilla-submit/bugdata.txt: Added.
12892         * BugsSite/contrib/bugzilla-submit/bugzilla-submit: Added.
12893         * BugsSite/contrib/bugzilla-submit/bugzilla-submit.xml: Added.
12894         * BugsSite/contrib/bugzilla.procmailrc: Added.
12895         * BugsSite/contrib/bugzilla_email_append.pl: Added.
12896         * BugsSite/contrib/bugzilla_ldapsync.rb: Added.
12897         * BugsSite/contrib/bzdbcopy.pl: Added.
12898         * BugsSite/contrib/cmdline: Added.
12899         * BugsSite/contrib/cmdline/bugcount: Added.
12900         * BugsSite/contrib/cmdline/bugids: Added.
12901         * BugsSite/contrib/cmdline/buglist: Added.
12902         * BugsSite/contrib/cmdline/bugs: Added.
12903         * BugsSite/contrib/cmdline/bugslink: Added.
12904         * BugsSite/contrib/cmdline/makequery: Added.
12905         * BugsSite/contrib/cmdline/query.conf: Added.
12906         * BugsSite/contrib/cvs-update.pl: Added.
12907         * BugsSite/contrib/gnats2bz.pl: Added.
12908         * BugsSite/contrib/gnatsparse: Added.
12909         * BugsSite/contrib/gnatsparse/README: Added.
12910         * BugsSite/contrib/gnatsparse/gnatsparse.py: Added.
12911         * BugsSite/contrib/gnatsparse/magic.py: Added.
12912         * BugsSite/contrib/gnatsparse/specialuu.py: Added.
12913         * BugsSite/contrib/jb2bz.py: Added.
12914         * BugsSite/contrib/mysqld-watcher.pl: Added.
12915         * BugsSite/contrib/sendbugmail.pl: Added.
12916         * BugsSite/contrib/sendunsentbugmail.pl: Added.
12917         * BugsSite/contrib/syncLDAP.pl: Added.
12918         * BugsSite/contrib/yp_nomail.sh: Added.
12919         * BugsSite/createaccount.cgi: Added.
12920         * BugsSite/data: Added.
12921         * BugsSite/data/.htaccess: Added.
12922         * BugsSite/data/attachments: Added.
12923         * BugsSite/data/attachments/.htaccess: Added.
12924         * BugsSite/data/duplicates: Added.
12925         * BugsSite/data/mail: Added.
12926         * BugsSite/data/mimedump-tmp: Added.
12927         * BugsSite/data/mining: Added.
12928         * BugsSite/data/nomail: Added.
12929         * BugsSite/data/params: Added.
12930         * BugsSite/data/template: Added.
12931         * BugsSite/data/template/template: Added.
12932         * BugsSite/data/template/template/en: Added.
12933         * BugsSite/data/template/template/en/custom: Added.
12934         * BugsSite/data/template/template/en/custom/account: Added.
12935         * BugsSite/data/template/template/en/custom/account/auth: Added.
12936         * BugsSite/data/template/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
12937         * BugsSite/data/template/template/en/custom/account/auth/login-small.html.tmpl: Added.
12938         * BugsSite/data/template/template/en/custom/account/auth/login.html.tmpl: Added.
12939         * BugsSite/data/template/template/en/custom/account/cancel-token.txt.tmpl: Added.
12940         * BugsSite/data/template/template/en/custom/account/create.html.tmpl: Added.
12941         * BugsSite/data/template/template/en/custom/account/created.html.tmpl: Added.
12942         * BugsSite/data/template/template/en/custom/account/email: Added.
12943         * BugsSite/data/template/template/en/custom/account/email/change-new.txt.tmpl: Added.
12944         * BugsSite/data/template/template/en/custom/account/email/change-old.txt.tmpl: Added.
12945         * BugsSite/data/template/template/en/custom/account/email/confirm.html.tmpl: Added.
12946         * BugsSite/data/template/template/en/custom/account/exists.html.tmpl: Added.
12947         * BugsSite/data/template/template/en/custom/account/password: Added.
12948         * BugsSite/data/template/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
12949         * BugsSite/data/template/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
12950         * BugsSite/data/template/template/en/custom/account/prefs: Added.
12951         * BugsSite/data/template/template/en/custom/account/prefs/account.html.tmpl: Added.
12952         * BugsSite/data/template/template/en/custom/account/prefs/email.html.tmpl: Added.
12953         * BugsSite/data/template/template/en/custom/account/prefs/footer.html.tmpl: Added.
12954         * BugsSite/data/template/template/en/custom/account/prefs/permissions.html.tmpl: Added.
12955         * BugsSite/data/template/template/en/custom/account/prefs/prefs.html.tmpl: Added.
12956         * BugsSite/data/template/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
12957         * BugsSite/data/template/template/en/custom/account/prefs/settings.html.tmpl: Added.
12958         * BugsSite/data/template/template/en/custom/admin: Added.
12959         * BugsSite/data/template/template/en/custom/admin/classifications: Added.
12960         * BugsSite/data/template/template/en/custom/admin/classifications/add.html.tmpl: Added.
12961         * BugsSite/data/template/template/en/custom/admin/classifications/del.html.tmpl: Added.
12962         * BugsSite/data/template/template/en/custom/admin/classifications/delete.html.tmpl: Added.
12963         * BugsSite/data/template/template/en/custom/admin/classifications/edit.html.tmpl: Added.
12964         * BugsSite/data/template/template/en/custom/admin/classifications/new.html.tmpl: Added.
12965         * BugsSite/data/template/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
12966         * BugsSite/data/template/template/en/custom/admin/classifications/select.html.tmpl: Added.
12967         * BugsSite/data/template/template/en/custom/admin/classifications/update.html.tmpl: Added.
12968         * BugsSite/data/template/template/en/custom/admin/components: Added.
12969         * BugsSite/data/template/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
12970         * BugsSite/data/template/template/en/custom/admin/components/create.html.tmpl: Added.
12971         * BugsSite/data/template/template/en/custom/admin/components/created.html.tmpl: Added.
12972         * BugsSite/data/template/template/en/custom/admin/components/deleted.html.tmpl: Added.
12973         * BugsSite/data/template/template/en/custom/admin/components/edit.html.tmpl: Added.
12974         * BugsSite/data/template/template/en/custom/admin/components/footer.html.tmpl: Added.
12975         * BugsSite/data/template/template/en/custom/admin/components/list.html.tmpl: Added.
12976         * BugsSite/data/template/template/en/custom/admin/components/select-product.html.tmpl: Added.
12977         * BugsSite/data/template/template/en/custom/admin/components/updated.html.tmpl: Added.
12978         * BugsSite/data/template/template/en/custom/admin/fieldvalues: Added.
12979         * BugsSite/data/template/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
12980         * BugsSite/data/template/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
12981         * BugsSite/data/template/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
12982         * BugsSite/data/template/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
12983         * BugsSite/data/template/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
12984         * BugsSite/data/template/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
12985         * BugsSite/data/template/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
12986         * BugsSite/data/template/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
12987         * BugsSite/data/template/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
12988         * BugsSite/data/template/template/en/custom/admin/flag-type: Added.
12989         * BugsSite/data/template/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
12990         * BugsSite/data/template/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
12991         * BugsSite/data/template/template/en/custom/admin/flag-type/list.html.tmpl: Added.
12992         * BugsSite/data/template/template/en/custom/admin/groups: Added.
12993         * BugsSite/data/template/template/en/custom/admin/groups/change.html.tmpl: Added.
12994         * BugsSite/data/template/template/en/custom/admin/groups/create.html.tmpl: Added.
12995         * BugsSite/data/template/template/en/custom/admin/groups/created.html.tmpl: Added.
12996         * BugsSite/data/template/template/en/custom/admin/groups/delete.html.tmpl: Added.
12997         * BugsSite/data/template/template/en/custom/admin/groups/deleted.html.tmpl: Added.
12998         * BugsSite/data/template/template/en/custom/admin/groups/edit.html.tmpl: Added.
12999         * BugsSite/data/template/template/en/custom/admin/groups/list.html.tmpl: Added.
13000         * BugsSite/data/template/template/en/custom/admin/groups/remove.html.tmpl: Added.
13001         * BugsSite/data/template/template/en/custom/admin/keywords: Added.
13002         * BugsSite/data/template/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
13003         * BugsSite/data/template/template/en/custom/admin/keywords/create.html.tmpl: Added.
13004         * BugsSite/data/template/template/en/custom/admin/keywords/created.html.tmpl: Added.
13005         * BugsSite/data/template/template/en/custom/admin/keywords/edit.html.tmpl: Added.
13006         * BugsSite/data/template/template/en/custom/admin/keywords/list.html.tmpl: Added.
13007         * BugsSite/data/template/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
13008         * BugsSite/data/template/template/en/custom/admin/milestones: Added.
13009         * BugsSite/data/template/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
13010         * BugsSite/data/template/template/en/custom/admin/milestones/create.html.tmpl: Added.
13011         * BugsSite/data/template/template/en/custom/admin/milestones/created.html.tmpl: Added.
13012         * BugsSite/data/template/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
13013         * BugsSite/data/template/template/en/custom/admin/milestones/edit.html.tmpl: Added.
13014         * BugsSite/data/template/template/en/custom/admin/milestones/footer.html.tmpl: Added.
13015         * BugsSite/data/template/template/en/custom/admin/milestones/list.html.tmpl: Added.
13016         * BugsSite/data/template/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
13017         * BugsSite/data/template/template/en/custom/admin/milestones/updated.html.tmpl: Added.
13018         * BugsSite/data/template/template/en/custom/admin/products: Added.
13019         * BugsSite/data/template/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
13020         * BugsSite/data/template/template/en/custom/admin/products/deleted.html.tmpl: Added.
13021         * BugsSite/data/template/template/en/custom/admin/products/footer.html.tmpl: Added.
13022         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol: Added.
13023         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
13024         * BugsSite/data/template/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
13025         * BugsSite/data/template/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
13026         * BugsSite/data/template/template/en/custom/admin/products/list.html.tmpl: Added.
13027         * BugsSite/data/template/template/en/custom/admin/settings: Added.
13028         * BugsSite/data/template/template/en/custom/admin/settings/edit.html.tmpl: Added.
13029         * BugsSite/data/template/template/en/custom/admin/settings/updated.html.tmpl: Added.
13030         * BugsSite/data/template/template/en/custom/admin/table.html.tmpl: Added.
13031         * BugsSite/data/template/template/en/custom/admin/users: Added.
13032         * BugsSite/data/template/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
13033         * BugsSite/data/template/template/en/custom/admin/users/create.html.tmpl: Added.
13034         * BugsSite/data/template/template/en/custom/admin/users/edit.html.tmpl: Added.
13035         * BugsSite/data/template/template/en/custom/admin/users/list.html.tmpl: Added.
13036         * BugsSite/data/template/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
13037         * BugsSite/data/template/template/en/custom/admin/users/search.html.tmpl: Added.
13038         * BugsSite/data/template/template/en/custom/admin/users/userdata.html.tmpl: Added.
13039         * BugsSite/data/template/template/en/custom/admin/versions: Added.
13040         * BugsSite/data/template/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
13041         * BugsSite/data/template/template/en/custom/admin/versions/create.html.tmpl: Added.
13042         * BugsSite/data/template/template/en/custom/admin/versions/created.html.tmpl: Added.
13043         * BugsSite/data/template/template/en/custom/admin/versions/deleted.html.tmpl: Added.
13044         * BugsSite/data/template/template/en/custom/admin/versions/edit.html.tmpl: Added.
13045         * BugsSite/data/template/template/en/custom/admin/versions/footer.html.tmpl: Added.
13046         * BugsSite/data/template/template/en/custom/admin/versions/list.html.tmpl: Added.
13047         * BugsSite/data/template/template/en/custom/admin/versions/select-product.html.tmpl: Added.
13048         * BugsSite/data/template/template/en/custom/admin/versions/updated.html.tmpl: Added.
13049         * BugsSite/data/template/template/en/custom/attachment: Added.
13050         * BugsSite/data/template/template/en/custom/attachment/choose.html.tmpl: Added.
13051         * BugsSite/data/template/template/en/custom/attachment/content-types.html.tmpl: Added.
13052         * BugsSite/data/template/template/en/custom/attachment/create.html.tmpl: Added.
13053         * BugsSite/data/template/template/en/custom/attachment/created.html.tmpl: Added.
13054         * BugsSite/data/template/template/en/custom/attachment/diff-file.html.tmpl: Added.
13055         * BugsSite/data/template/template/en/custom/attachment/diff-footer.html.tmpl: Added.
13056         * BugsSite/data/template/template/en/custom/attachment/diff-header.html.tmpl: Added.
13057         * BugsSite/data/template/template/en/custom/attachment/edit.html.tmpl: Added.
13058         * BugsSite/data/template/template/en/custom/attachment/list.html.tmpl: Added.
13059         * BugsSite/data/template/template/en/custom/attachment/show-multiple.html.tmpl: Added.
13060         * BugsSite/data/template/template/en/custom/attachment/updated.html.tmpl: Added.
13061         * BugsSite/data/template/template/en/custom/bug: Added.
13062         * BugsSite/data/template/template/en/custom/bug/activity: Added.
13063         * BugsSite/data/template/template/en/custom/bug/activity/show.html.tmpl: Added.
13064         * BugsSite/data/template/template/en/custom/bug/activity/table.html.tmpl: Added.
13065         * BugsSite/data/template/template/en/custom/bug/choose.html.tmpl: Added.
13066         * BugsSite/data/template/template/en/custom/bug/comments.html.tmpl: Added.
13067         * BugsSite/data/template/template/en/custom/bug/create: Added.
13068         * BugsSite/data/template/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
13069         * BugsSite/data/template/template/en/custom/bug/create/comment.txt.tmpl: Added.
13070         * BugsSite/data/template/template/en/custom/bug/create/create-guided.html.tmpl: Added.
13071         * BugsSite/data/template/template/en/custom/bug/create/create.html.tmpl: Added.
13072         * BugsSite/data/template/template/en/custom/bug/create/created.html.tmpl: Added.
13073         * BugsSite/data/template/template/en/custom/bug/create/make-template.html.tmpl: Added.
13074         * BugsSite/data/template/template/en/custom/bug/create/user-message.html.tmpl: Added.
13075         * BugsSite/data/template/template/en/custom/bug/dependency-graph.html.tmpl: Added.
13076         * BugsSite/data/template/template/en/custom/bug/dependency-tree.html.tmpl: Added.
13077         * BugsSite/data/template/template/en/custom/bug/edit.html.tmpl: Added.
13078         * BugsSite/data/template/template/en/custom/bug/knob.html.tmpl: Added.
13079         * BugsSite/data/template/template/en/custom/bug/navigate.html.tmpl: Added.
13080         * BugsSite/data/template/template/en/custom/bug/process: Added.
13081         * BugsSite/data/template/template/en/custom/bug/process/bugmail.html.tmpl: Added.
13082         * BugsSite/data/template/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
13083         * BugsSite/data/template/template/en/custom/bug/process/header.html.tmpl: Added.
13084         * BugsSite/data/template/template/en/custom/bug/process/midair.html.tmpl: Added.
13085         * BugsSite/data/template/template/en/custom/bug/process/next.html.tmpl: Added.
13086         * BugsSite/data/template/template/en/custom/bug/process/results.html.tmpl: Added.
13087         * BugsSite/data/template/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
13088         * BugsSite/data/template/template/en/custom/bug/show-multiple.html.tmpl: Added.
13089         * BugsSite/data/template/template/en/custom/bug/show.html.tmpl: Added.
13090         * BugsSite/data/template/template/en/custom/bug/show.xml.tmpl: Added.
13091         * BugsSite/data/template/template/en/custom/bug/summarize-time.html.tmpl: Added.
13092         * BugsSite/data/template/template/en/custom/bug/time.html.tmpl: Added.
13093         * BugsSite/data/template/template/en/custom/bug/votes: Added.
13094         * BugsSite/data/template/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
13095         * BugsSite/data/template/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
13096         * BugsSite/data/template/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
13097         * BugsSite/data/template/template/en/custom/config.js.tmpl: Added.
13098         * BugsSite/data/template/template/en/custom/config.rdf.tmpl: Added.
13099         * BugsSite/data/template/template/en/custom/flag: Added.
13100         * BugsSite/data/template/template/en/custom/flag/list.html.tmpl: Added.
13101         * BugsSite/data/template/template/en/custom/global: Added.
13102         * BugsSite/data/template/template/en/custom/global/banner.html.tmpl: Added.
13103         * BugsSite/data/template/template/en/custom/global/choose-classification.html.tmpl: Added.
13104         * BugsSite/data/template/template/en/custom/global/choose-product.html.tmpl: Added.
13105         * BugsSite/data/template/template/en/custom/global/code-error.html.tmpl: Added.
13106         * BugsSite/data/template/template/en/custom/global/confirm-user-match.html.tmpl: Added.
13107         * BugsSite/data/template/template/en/custom/global/field-descs.none.tmpl: Added.
13108         * BugsSite/data/template/template/en/custom/global/footer.html.tmpl: Added.
13109         * BugsSite/data/template/template/en/custom/global/header.html.tmpl: Added.
13110         * BugsSite/data/template/template/en/custom/global/help-header.html.tmpl: Added.
13111         * BugsSite/data/template/template/en/custom/global/help.html.tmpl: Added.
13112         * BugsSite/data/template/template/en/custom/global/hidden-fields.html.tmpl: Added.
13113         * BugsSite/data/template/template/en/custom/global/initialize.none.tmpl: Added.
13114         * BugsSite/data/template/template/en/custom/global/message.html.tmpl: Added.
13115         * BugsSite/data/template/template/en/custom/global/messages.html.tmpl: Added.
13116         * BugsSite/data/template/template/en/custom/global/select-menu.html.tmpl: Added.
13117         * BugsSite/data/template/template/en/custom/global/setting-descs.none.tmpl: Added.
13118         * BugsSite/data/template/template/en/custom/global/site-navigation.html.tmpl: Added.
13119         * BugsSite/data/template/template/en/custom/global/useful-links.html.tmpl: Added.
13120         * BugsSite/data/template/template/en/custom/global/user-error.html.tmpl: Added.
13121         * BugsSite/data/template/template/en/custom/global/userselect.html.tmpl: Added.
13122         * BugsSite/data/template/template/en/custom/global/variables.none.tmpl: Added.
13123         * BugsSite/data/template/template/en/custom/index.html.tmpl: Added.
13124         * BugsSite/data/template/template/en/custom/list: Added.
13125         * BugsSite/data/template/template/en/custom/list/change-columns.html.tmpl: Added.
13126         * BugsSite/data/template/template/en/custom/list/edit-multiple.html.tmpl: Added.
13127         * BugsSite/data/template/template/en/custom/list/list-simple.html.tmpl: Added.
13128         * BugsSite/data/template/template/en/custom/list/list.csv.tmpl: Added.
13129         * BugsSite/data/template/template/en/custom/list/list.html.tmpl: Added.
13130         * BugsSite/data/template/template/en/custom/list/list.ics.tmpl: Added.
13131         * BugsSite/data/template/template/en/custom/list/list.js.tmpl: Added.
13132         * BugsSite/data/template/template/en/custom/list/list.rdf.tmpl: Added.
13133         * BugsSite/data/template/template/en/custom/list/list.rss.tmpl: Added.
13134         * BugsSite/data/template/template/en/custom/list/quips.html.tmpl: Added.
13135         * BugsSite/data/template/template/en/custom/list/server-push.html.tmpl: Added.
13136         * BugsSite/data/template/template/en/custom/list/table.html.tmpl: Added.
13137         * BugsSite/data/template/template/en/custom/pages: Added.
13138         * BugsSite/data/template/template/en/custom/pages/bug-writing.html.tmpl: Added.
13139         * BugsSite/data/template/template/en/custom/pages/fields.html.tmpl: Added.
13140         * BugsSite/data/template/template/en/custom/pages/linked.html.tmpl: Added.
13141         * BugsSite/data/template/template/en/custom/pages/linkify.html.tmpl: Added.
13142         * BugsSite/data/template/template/en/custom/pages/voting.html.tmpl: Added.
13143         * BugsSite/data/template/template/en/custom/reports: Added.
13144         * BugsSite/data/template/template/en/custom/reports/chart.csv.tmpl: Added.
13145         * BugsSite/data/template/template/en/custom/reports/chart.html.tmpl: Added.
13146         * BugsSite/data/template/template/en/custom/reports/chart.png.tmpl: Added.
13147         * BugsSite/data/template/template/en/custom/reports/components.html.tmpl: Added.
13148         * BugsSite/data/template/template/en/custom/reports/create-chart.html.tmpl: Added.
13149         * BugsSite/data/template/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
13150         * BugsSite/data/template/template/en/custom/reports/duplicates-table.html.tmpl: Added.
13151         * BugsSite/data/template/template/en/custom/reports/duplicates.html.tmpl: Added.
13152         * BugsSite/data/template/template/en/custom/reports/duplicates.rdf.tmpl: Added.
13153         * BugsSite/data/template/template/en/custom/reports/edit-series.html.tmpl: Added.
13154         * BugsSite/data/template/template/en/custom/reports/keywords.html.tmpl: Added.
13155         * BugsSite/data/template/template/en/custom/reports/menu.html.tmpl: Added.
13156         * BugsSite/data/template/template/en/custom/reports/report-bar.png.tmpl: Added.
13157         * BugsSite/data/template/template/en/custom/reports/report-line.png.tmpl: Added.
13158         * BugsSite/data/template/template/en/custom/reports/report-pie.png.tmpl: Added.
13159         * BugsSite/data/template/template/en/custom/reports/report-simple.html.tmpl: Added.
13160         * BugsSite/data/template/template/en/custom/reports/report-table.csv.tmpl: Added.
13161         * BugsSite/data/template/template/en/custom/reports/report-table.html.tmpl: Added.
13162         * BugsSite/data/template/template/en/custom/reports/report.csv.tmpl: Added.
13163         * BugsSite/data/template/template/en/custom/reports/report.html.tmpl: Added.
13164         * BugsSite/data/template/template/en/custom/reports/series-common.html.tmpl: Added.
13165         * BugsSite/data/template/template/en/custom/reports/series.html.tmpl: Added.
13166         * BugsSite/data/template/template/en/custom/request: Added.
13167         * BugsSite/data/template/template/en/custom/request/email.txt.tmpl: Added.
13168         * BugsSite/data/template/template/en/custom/request/queue.html.tmpl: Added.
13169         * BugsSite/data/template/template/en/custom/search: Added.
13170         * BugsSite/data/template/template/en/custom/search/boolean-charts.html.tmpl: Added.
13171         * BugsSite/data/template/template/en/custom/search/form.html.tmpl: Added.
13172         * BugsSite/data/template/template/en/custom/search/knob.html.tmpl: Added.
13173         * BugsSite/data/template/template/en/custom/search/search-advanced.html.tmpl: Added.
13174         * BugsSite/data/template/template/en/custom/search/search-create-series.html.tmpl: Added.
13175         * BugsSite/data/template/template/en/custom/search/search-help.html.tmpl: Added.
13176         * BugsSite/data/template/template/en/custom/search/search-report-graph.html.tmpl: Added.
13177         * BugsSite/data/template/template/en/custom/search/search-report-select.html.tmpl: Added.
13178         * BugsSite/data/template/template/en/custom/search/search-report-table.html.tmpl: Added.
13179         * BugsSite/data/template/template/en/custom/search/search-specific.html.tmpl: Added.
13180         * BugsSite/data/template/template/en/custom/search/tabs.html.tmpl: Added.
13181         * BugsSite/data/template/template/en/custom/sidebar.xul.tmpl: Added.
13182         * BugsSite/data/template/template/en/custom/whine: Added.
13183         * BugsSite/data/template/template/en/custom/whine/mail.html.tmpl: Added.
13184         * BugsSite/data/template/template/en/custom/whine/mail.txt.tmpl: Added.
13185         * BugsSite/data/template/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
13186         * BugsSite/data/template/template/en/custom/whine/schedule.html.tmpl: Added.
13187         * BugsSite/data/template/template/en/default: Added.
13188         * BugsSite/data/template/template/en/default/attachment: Added.
13189         * BugsSite/data/template/template/en/default/attachment/edit-aroben.html.tmpl: Added.
13190         * BugsSite/data/template/template/en/default/list: Added.
13191         * BugsSite/data/template/template/en/default/list/list.atom.tmpl: Added.
13192         * BugsSite/data/versioncache: Added.
13193         * BugsSite/data/versioncache.13P9L: Added.
13194         * BugsSite/data/versioncache.1lH1E: Added.
13195         * BugsSite/data/versioncache.3AnHd: Added.
13196         * BugsSite/data/versioncache.3Jmjt: Added.
13197         * BugsSite/data/versioncache.3JzIL: Added.
13198         * BugsSite/data/versioncache.77b4y: Added.
13199         * BugsSite/data/versioncache.7VzyU: Added.
13200         * BugsSite/data/versioncache.EQdAm: Added.
13201         * BugsSite/data/versioncache.EouAG: Added.
13202         * BugsSite/data/versioncache.LJ5n1: Added.
13203         * BugsSite/data/versioncache.Lb0fW: Added.
13204         * BugsSite/data/versioncache.PyAd8: Added.
13205         * BugsSite/data/versioncache.SFyse: Added.
13206         * BugsSite/data/versioncache.SkTTg: Added.
13207         * BugsSite/data/versioncache.VVO7E: Added.
13208         * BugsSite/data/versioncache.XbxgU: Added.
13209         * BugsSite/data/versioncache.Yezqr: Added.
13210         * BugsSite/data/versioncache.dtzIv: Added.
13211         * BugsSite/data/versioncache.jzpeh: Added.
13212         * BugsSite/data/versioncache.pbn6U: Added.
13213         * BugsSite/data/versioncache.qyixS: Added.
13214         * BugsSite/data/versioncache.sBMdb: Added.
13215         * BugsSite/data/versioncache.xNi34: Added.
13216         * BugsSite/data/webdot: Added.
13217         * BugsSite/data/webdot/.htaccess: Added.
13218         * BugsSite/data/webdot/0ZLH3QpFd8.dot: Added.
13219         * BugsSite/data/webdot/3s6e7eC2Dy.dot: Added.
13220         * BugsSite/data/webdot/6MW0q54cyY.dot: Added.
13221         * BugsSite/data/webdot/A2RlhPdO2Q.dot: Added.
13222         * BugsSite/data/webdot/DuBX4I4946.dot: Added.
13223         * BugsSite/data/webdot/GudTgvrKBX.dot: Added.
13224         * BugsSite/data/webdot/I1mCbLtAzQ.dot: Added.
13225         * BugsSite/data/webdot/JtKgvWGVb4.dot: Added.
13226         * BugsSite/data/webdot/RFk4bjAwYc.dot: Added.
13227         * BugsSite/data/webdot/YQ1pWFVfqt.dot: Added.
13228         * BugsSite/data/webdot/YcFUepShZI.dot: Added.
13229         * BugsSite/data/webdot/a9i00KgTQk.dot: Added.
13230         * BugsSite/data/webdot/c412GYaHch.dot: Added.
13231         * BugsSite/data/webdot/hjYnYr3tV1.dot: Added.
13232         * BugsSite/data/webdot/pq3Qw7wynI.dot: Added.
13233         * BugsSite/data/webdot/tL7GjA7bqH.dot: Added.
13234         * BugsSite/defparams.pl: Added.
13235         * BugsSite/describecomponents.cgi: Added.
13236         * BugsSite/describekeywords.cgi: Added.
13237         * BugsSite/describekeywords.cgi.bak: Added.
13238         * BugsSite/docs: Added.
13239         * BugsSite/docs/.cvsignore: Added.
13240         * BugsSite/docs/README.docs: Added.
13241         * BugsSite/docs/html: Added.
13242         * BugsSite/docs/html/Bugzilla-Guide.html: Added.
13243         * BugsSite/docs/html/about.html: Added.
13244         * BugsSite/docs/html/administration.html: Added.
13245         * BugsSite/docs/html/bug_page.html: Added.
13246         * BugsSite/docs/html/bugreports.html: Added.
13247         * BugsSite/docs/html/cmdline-bugmail.html: Added.
13248         * BugsSite/docs/html/cmdline.html: Added.
13249         * BugsSite/docs/html/components.html: Added.
13250         * BugsSite/docs/html/configuration.html: Added.
13251         * BugsSite/docs/html/conventions.html: Added.
13252         * BugsSite/docs/html/copyright.html: Added.
13253         * BugsSite/docs/html/credits.html: Added.
13254         * BugsSite/docs/html/cust-change-permissions.html: Added.
13255         * BugsSite/docs/html/cust-hooks.html: Added.
13256         * BugsSite/docs/html/cust-templates.html: Added.
13257         * BugsSite/docs/html/customization.html: Added.
13258         * BugsSite/docs/html/dbdoc.html: Added.
13259         * BugsSite/docs/html/dbmodify.html: Added.
13260         * BugsSite/docs/html/disclaimer.html: Added.
13261         * BugsSite/docs/html/extraconfig.html: Added.
13262         * BugsSite/docs/html/faq.html: Added.
13263         * BugsSite/docs/html/flags-overview.html: Added.
13264         * BugsSite/docs/html/flags.html: Added.
13265         * BugsSite/docs/html/general-advice.html: Added.
13266         * BugsSite/docs/html/gfdl-0.html: Added.
13267         * BugsSite/docs/html/gfdl-1.html: Added.
13268         * BugsSite/docs/html/gfdl-10.html: Added.
13269         * BugsSite/docs/html/gfdl-2.html: Added.
13270         * BugsSite/docs/html/gfdl-3.html: Added.
13271         * BugsSite/docs/html/gfdl-4.html: Added.
13272         * BugsSite/docs/html/gfdl-5.html: Added.
13273         * BugsSite/docs/html/gfdl-6.html: Added.
13274         * BugsSite/docs/html/gfdl-7.html: Added.
13275         * BugsSite/docs/html/gfdl-8.html: Added.
13276         * BugsSite/docs/html/gfdl-9.html: Added.
13277         * BugsSite/docs/html/gfdl-howto.html: Added.
13278         * BugsSite/docs/html/gfdl.html: Added.
13279         * BugsSite/docs/html/glossary.html: Added.
13280         * BugsSite/docs/html/groups.html: Added.
13281         * BugsSite/docs/html/hintsandtips.html: Added.
13282         * BugsSite/docs/html/index.html: Added.
13283         * BugsSite/docs/html/install-perlmodules-manual.html: Added.
13284         * BugsSite/docs/html/installation.html: Added.
13285         * BugsSite/docs/html/installing-bugzilla.html: Added.
13286         * BugsSite/docs/html/integration.html: Added.
13287         * BugsSite/docs/html/lifecycle.html: Added.
13288         * BugsSite/docs/html/list.html: Added.
13289         * BugsSite/docs/html/milestones.html: Added.
13290         * BugsSite/docs/html/modules-manual-download.html: Added.
13291         * BugsSite/docs/html/modules-manual-instructions.html: Added.
13292         * BugsSite/docs/html/modules-manual-optional.html: Added.
13293         * BugsSite/docs/html/myaccount.html: Added.
13294         * BugsSite/docs/html/newversions.html: Added.
13295         * BugsSite/docs/html/nonroot.html: Added.
13296         * BugsSite/docs/html/os-specific.html: Added.
13297         * BugsSite/docs/html/parameters.html: Added.
13298         * BugsSite/docs/html/paranoid-security.html: Added.
13299         * BugsSite/docs/html/patches.html: Added.
13300         * BugsSite/docs/html/patchviewer.html: Added.
13301         * BugsSite/docs/html/products.html: Added.
13302         * BugsSite/docs/html/query.html: Added.
13303         * BugsSite/docs/html/quips.html: Added.
13304         * BugsSite/docs/html/reporting.html: Added.
13305         * BugsSite/docs/html/security-bugzilla.html: Added.
13306         * BugsSite/docs/html/security-mysql.html: Added.
13307         * BugsSite/docs/html/security-os.html: Added.
13308         * BugsSite/docs/html/security-webserver.html: Added.
13309         * BugsSite/docs/html/security.html: Added.
13310         * BugsSite/docs/html/trbl-bundlebugzilla.html: Added.
13311         * BugsSite/docs/html/trbl-dbdsponge.html: Added.
13312         * BugsSite/docs/html/trbl-index.html: Added.
13313         * BugsSite/docs/html/trbl-passwd-encryption.html: Added.
13314         * BugsSite/docs/html/trbl-perlmodule.html: Added.
13315         * BugsSite/docs/html/trbl-relogin-everyone.html: Added.
13316         * BugsSite/docs/html/trbl-testserver.html: Added.
13317         * BugsSite/docs/html/trouble-filetemp.html: Added.
13318         * BugsSite/docs/html/troubleshooting.html: Added.
13319         * BugsSite/docs/html/upgrading.html: Added.
13320         * BugsSite/docs/html/useradmin.html: Added.
13321         * BugsSite/docs/html/userpreferences.html: Added.
13322         * BugsSite/docs/html/using-intro.html: Added.
13323         * BugsSite/docs/html/using.html: Added.
13324         * BugsSite/docs/html/versions.html: Added.
13325         * BugsSite/docs/html/voting.html: Added.
13326         * BugsSite/docs/html/whining.html: Added.
13327         * BugsSite/docs/html/x3190.html: Added.
13328         * BugsSite/docs/images: Added.
13329         * BugsSite/docs/images/bzLifecycle.png: Added.
13330         * BugsSite/docs/images/bzLifecycle.xml: Added.
13331         * BugsSite/docs/images/callouts: Added.
13332         * BugsSite/docs/images/callouts/1.gif: Added.
13333         * BugsSite/docs/images/callouts/2.gif: Added.
13334         * BugsSite/docs/images/callouts/3.gif: Added.
13335         * BugsSite/docs/images/caution.gif: Added.
13336         * BugsSite/docs/images/note.gif: Added.
13337         * BugsSite/docs/images/tip.gif: Added.
13338         * BugsSite/docs/images/warning.gif: Added.
13339         * BugsSite/docs/makedocs.pl: Added.
13340         * BugsSite/docs/pdf: Added.
13341         * BugsSite/docs/pdf/Bugzilla-Guide.pdf: Added.
13342         * BugsSite/docs/rel_notes.txt: Added.
13343         * BugsSite/docs/txt: Added.
13344         * BugsSite/docs/txt/Bugzilla-Guide.txt: Added.
13345         * BugsSite/docs/xml: Added.
13346         * BugsSite/docs/xml/Bugzilla-Guide.xml: Added.
13347         * BugsSite/docs/xml/about.xml: Added.
13348         * BugsSite/docs/xml/administration.xml: Added.
13349         * BugsSite/docs/xml/conventions.xml: Added.
13350         * BugsSite/docs/xml/customization.xml: Added.
13351         * BugsSite/docs/xml/dbschema.mysql: Added.
13352         * BugsSite/docs/xml/faq.xml: Added.
13353         * BugsSite/docs/xml/filetemp.patch: Added.
13354         * BugsSite/docs/xml/gfdl.xml: Added.
13355         * BugsSite/docs/xml/glossary.xml: Added.
13356         * BugsSite/docs/xml/index.xml: Added.
13357         * BugsSite/docs/xml/installation.xml: Added.
13358         * BugsSite/docs/xml/integration.xml: Added.
13359         * BugsSite/docs/xml/introduction.xml: Added.
13360         * BugsSite/docs/xml/modules.xml: Added.
13361         * BugsSite/docs/xml/patches.xml: Added.
13362         * BugsSite/docs/xml/requiredsoftware.xml: Added.
13363         * BugsSite/docs/xml/security.xml: Added.
13364         * BugsSite/docs/xml/troubleshooting.xml: Added.
13365         * BugsSite/docs/xml/using.xml: Added.
13366         * BugsSite/doeditparams.cgi: Added.
13367         * BugsSite/duplicates.cgi: Added.
13368         * BugsSite/duplicates.xul: Added.
13369         * BugsSite/editclassifications.cgi: Added.
13370         * BugsSite/editcomponents.cgi: Added.
13371         * BugsSite/editflagtypes.cgi: Added.
13372         * BugsSite/editgroups.cgi: Added.
13373         * BugsSite/editkeywords.cgi: Added.
13374         * BugsSite/editmilestones.cgi: Added.
13375         * BugsSite/editparams.cgi: Added.
13376         * BugsSite/editproducts.cgi: Added.
13377         * BugsSite/editsettings.cgi: Added.
13378         * BugsSite/editusers.cgi: Added.
13379         * BugsSite/editvalues.cgi: Added.
13380         * BugsSite/editversions.cgi: Added.
13381         * BugsSite/editwhines.cgi: Added.
13382         * BugsSite/enter_bug.cgi: Added.
13383         * BugsSite/favicon.ico: Added.
13384         * BugsSite/globals.pl: Added.
13385         * BugsSite/graphs: Added.
13386         * BugsSite/images: Added.
13387         * BugsSite/images/padlock.png: Added.
13388         * BugsSite/importxml.pl: Added.
13389         * BugsSite/index.cgi: Added.
13390         * BugsSite/js: Added.
13391         * BugsSite/js/duplicates.js: Added.
13392         * BugsSite/js/productform.js: Added.
13393         * BugsSite/localconfig.js: Added.
13394         * BugsSite/long_list.cgi: Added.
13395         * BugsSite/move.pl: Added.
13396         * BugsSite/page.cgi: Added.
13397         * BugsSite/post_bug.cgi: Added.
13398         * BugsSite/process_bug.cgi: Added.
13399         * BugsSite/productmenu.js: Added.
13400         * BugsSite/query.cgi: Added.
13401         * BugsSite/quicksearch.html: Added.
13402         * BugsSite/quicksearch.js: Added.
13403         * BugsSite/quicksearchhack.html: Added.
13404         * BugsSite/quips.cgi: Added.
13405         * BugsSite/relogin.cgi: Added.
13406         * BugsSite/report.cgi: Added.
13407         * BugsSite/reports.cgi: Added.
13408         * BugsSite/request.cgi: Added.
13409         * BugsSite/robots.txt: Added.
13410         * BugsSite/runtests.pl: Added.
13411         * BugsSite/sanitycheck.cgi: Added.
13412         * BugsSite/show_activity.cgi: Added.
13413         * BugsSite/show_bug.cgi: Added.
13414         * BugsSite/showattachment.cgi: Added.
13415         * BugsSite/showdependencygraph.cgi: Added.
13416         * BugsSite/showdependencytree.cgi: Added.
13417         * BugsSite/sidebar.cgi: Added.
13418         * BugsSite/skins: Added.
13419         * BugsSite/skins/.cvsignore: Added.
13420         * BugsSite/skins/custom: Added.
13421         * BugsSite/skins/custom/admin.css: Added.
13422         * BugsSite/skins/custom/buglist.css: Added.
13423         * BugsSite/skins/custom/duplicates.css: Added.
13424         * BugsSite/skins/custom/editusers.css: Added.
13425         * BugsSite/skins/custom/global.css: Added.
13426         * BugsSite/skins/custom/index.css: Added.
13427         * BugsSite/skins/custom/opendarwin.gif: Added.
13428         * BugsSite/skins/custom/panel.css: Added.
13429         * BugsSite/skins/custom/show_multiple.css: Added.
13430         * BugsSite/skins/custom/summarize-time.css: Added.
13431         * BugsSite/skins/custom/voting.css: Added.
13432         * BugsSite/skins/standard: Added.
13433         * BugsSite/skins/standard/admin.css: Added.
13434         * BugsSite/skins/standard/buglist.css: Added.
13435         * BugsSite/skins/standard/duplicates.css: Added.
13436         * BugsSite/skins/standard/editusers.css: Added.
13437         * BugsSite/skins/standard/global: Added.
13438         * BugsSite/skins/standard/global.css: Added.
13439         * BugsSite/skins/standard/global/body-back.gif: Added.
13440         * BugsSite/skins/standard/global/header.png: Added.
13441         * BugsSite/skins/standard/index: Added.
13442         * BugsSite/skins/standard/index.css: Added.
13443         * BugsSite/skins/standard/index/front.jpg: Added.
13444         * BugsSite/skins/standard/index/front.png: Added.
13445         * BugsSite/skins/standard/panel.css: Added.
13446         * BugsSite/skins/standard/show_multiple.css: Added.
13447         * BugsSite/skins/standard/summarize-time.css: Added.
13448         * BugsSite/skins/standard/voting.css: Added.
13449         * BugsSite/summarize_time.cgi: Added.
13450         * BugsSite/t: Added.
13451         * BugsSite/t/001compile.t: Added.
13452         * BugsSite/t/002goodperl.t: Added.
13453         * BugsSite/t/003safesys.t: Added.
13454         * BugsSite/t/004template.t: Added.
13455         * BugsSite/t/005no_tabs.t: Added.
13456         * BugsSite/t/006spellcheck.t: Added.
13457         * BugsSite/t/007util.t: Added.
13458         * BugsSite/t/008filter.t: Added.
13459         * BugsSite/t/009bugwords.t: Added.
13460         * BugsSite/t/011pod.t: Added.
13461         * BugsSite/t/Support: Added.
13462         * BugsSite/t/Support/Files.pm: Added.
13463         * BugsSite/t/Support/Systemexec.pm: Added.
13464         * BugsSite/t/Support/Templates.pm: Added.
13465         * BugsSite/t/testchart.gif: Added.
13466         * BugsSite/t/testchart.png: Added.
13467         * BugsSite/t/testgd.png: Added.
13468         * BugsSite/template: Added.
13469         * BugsSite/template/.cvsignore: Added.
13470         * BugsSite/template/.htaccess: Added.
13471         * BugsSite/template/en: Added.
13472         * BugsSite/template/en/.cvsignore: Added.
13473         * BugsSite/template/en/custom: Added.
13474         * BugsSite/template/en/custom/account: Added.
13475         * BugsSite/template/en/custom/account/auth: Added.
13476         * BugsSite/template/en/custom/account/auth/ldap-error.html.tmpl: Added.
13477         * BugsSite/template/en/custom/account/auth/login-small.html.tmpl: Added.
13478         * BugsSite/template/en/custom/account/auth/login.html.tmpl: Added.
13479         * BugsSite/template/en/custom/account/cancel-token.txt.tmpl: Added.
13480         * BugsSite/template/en/custom/account/create.html.tmpl: Added.
13481         * BugsSite/template/en/custom/account/created.html.tmpl: Added.
13482         * BugsSite/template/en/custom/account/email: Added.
13483         * BugsSite/template/en/custom/account/email/change-new.txt.tmpl: Added.
13484         * BugsSite/template/en/custom/account/email/change-old.txt.tmpl: Added.
13485         * BugsSite/template/en/custom/account/email/confirm.html.tmpl: Added.
13486         * BugsSite/template/en/custom/account/exists.html.tmpl: Added.
13487         * BugsSite/template/en/custom/account/password: Added.
13488         * BugsSite/template/en/custom/account/password/forgotten-password.txt.tmpl: Added.
13489         * BugsSite/template/en/custom/account/password/set-forgotten-password.html.tmpl: Added.
13490         * BugsSite/template/en/custom/account/prefs: Added.
13491         * BugsSite/template/en/custom/account/prefs/account.html.tmpl: Added.
13492         * BugsSite/template/en/custom/account/prefs/email.html.tmpl: Added.
13493         * BugsSite/template/en/custom/account/prefs/footer.html.tmpl: Added.
13494         * BugsSite/template/en/custom/account/prefs/permissions.html.tmpl: Added.
13495         * BugsSite/template/en/custom/account/prefs/prefs.html.tmpl: Added.
13496         * BugsSite/template/en/custom/account/prefs/saved-searches.html.tmpl: Added.
13497         * BugsSite/template/en/custom/account/prefs/settings.html.tmpl: Added.
13498         * BugsSite/template/en/custom/admin: Added.
13499         * BugsSite/template/en/custom/admin/classifications: Added.
13500         * BugsSite/template/en/custom/admin/classifications/add.html.tmpl: Added.
13501         * BugsSite/template/en/custom/admin/classifications/del.html.tmpl: Added.
13502         * BugsSite/template/en/custom/admin/classifications/delete.html.tmpl: Added.
13503         * BugsSite/template/en/custom/admin/classifications/edit.html.tmpl: Added.
13504         * BugsSite/template/en/custom/admin/classifications/new.html.tmpl: Added.
13505         * BugsSite/template/en/custom/admin/classifications/reclassify.html.tmpl: Added.
13506         * BugsSite/template/en/custom/admin/classifications/select.html.tmpl: Added.
13507         * BugsSite/template/en/custom/admin/classifications/update.html.tmpl: Added.
13508         * BugsSite/template/en/custom/admin/components: Added.
13509         * BugsSite/template/en/custom/admin/components/confirm-delete.html.tmpl: Added.
13510         * BugsSite/template/en/custom/admin/components/create.html.tmpl: Added.
13511         * BugsSite/template/en/custom/admin/components/created.html.tmpl: Added.
13512         * BugsSite/template/en/custom/admin/components/deleted.html.tmpl: Added.
13513         * BugsSite/template/en/custom/admin/components/edit.html.tmpl: Added.
13514         * BugsSite/template/en/custom/admin/components/footer.html.tmpl: Added.
13515         * BugsSite/template/en/custom/admin/components/list.html.tmpl: Added.
13516         * BugsSite/template/en/custom/admin/components/select-product.html.tmpl: Added.
13517         * BugsSite/template/en/custom/admin/components/updated.html.tmpl: Added.
13518         * BugsSite/template/en/custom/admin/fieldvalues: Added.
13519         * BugsSite/template/en/custom/admin/fieldvalues/confirm-delete.html.tmpl: Added.
13520         * BugsSite/template/en/custom/admin/fieldvalues/create.html.tmpl: Added.
13521         * BugsSite/template/en/custom/admin/fieldvalues/created.html.tmpl: Added.
13522         * BugsSite/template/en/custom/admin/fieldvalues/deleted.html.tmpl: Added.
13523         * BugsSite/template/en/custom/admin/fieldvalues/edit.html.tmpl: Added.
13524         * BugsSite/template/en/custom/admin/fieldvalues/footer.html.tmpl: Added.
13525         * BugsSite/template/en/custom/admin/fieldvalues/list.html.tmpl: Added.
13526         * BugsSite/template/en/custom/admin/fieldvalues/select-field.html.tmpl: Added.
13527         * BugsSite/template/en/custom/admin/fieldvalues/updated.html.tmpl: Added.
13528         * BugsSite/template/en/custom/admin/flag-type: Added.
13529         * BugsSite/template/en/custom/admin/flag-type/confirm-delete.html.tmpl: Added.
13530         * BugsSite/template/en/custom/admin/flag-type/edit.html.tmpl: Added.
13531         * BugsSite/template/en/custom/admin/flag-type/list.html.tmpl: Added.
13532         * BugsSite/template/en/custom/admin/groups: Added.
13533         * BugsSite/template/en/custom/admin/groups/change.html.tmpl: Added.
13534         * BugsSite/template/en/custom/admin/groups/create.html.tmpl: Added.
13535         * BugsSite/template/en/custom/admin/groups/created.html.tmpl: Added.
13536         * BugsSite/template/en/custom/admin/groups/delete.html.tmpl: Added.
13537         * BugsSite/template/en/custom/admin/groups/deleted.html.tmpl: Added.
13538         * BugsSite/template/en/custom/admin/groups/edit.html.tmpl: Added.
13539         * BugsSite/template/en/custom/admin/groups/list.html.tmpl: Added.
13540         * BugsSite/template/en/custom/admin/groups/remove.html.tmpl: Added.
13541         * BugsSite/template/en/custom/admin/keywords: Added.
13542         * BugsSite/template/en/custom/admin/keywords/confirm-delete.html.tmpl: Added.
13543         * BugsSite/template/en/custom/admin/keywords/create.html.tmpl: Added.
13544         * BugsSite/template/en/custom/admin/keywords/created.html.tmpl: Added.
13545         * BugsSite/template/en/custom/admin/keywords/edit.html.tmpl: Added.
13546         * BugsSite/template/en/custom/admin/keywords/list.html.tmpl: Added.
13547         * BugsSite/template/en/custom/admin/keywords/rebuild-cache.html.tmpl: Added.
13548         * BugsSite/template/en/custom/admin/milestones: Added.
13549         * BugsSite/template/en/custom/admin/milestones/confirm-delete.html.tmpl: Added.
13550         * BugsSite/template/en/custom/admin/milestones/create.html.tmpl: Added.
13551         * BugsSite/template/en/custom/admin/milestones/created.html.tmpl: Added.
13552         * BugsSite/template/en/custom/admin/milestones/deleted.html.tmpl: Added.
13553         * BugsSite/template/en/custom/admin/milestones/edit.html.tmpl: Added.
13554         * BugsSite/template/en/custom/admin/milestones/footer.html.tmpl: Added.
13555         * BugsSite/template/en/custom/admin/milestones/list.html.tmpl: Added.
13556         * BugsSite/template/en/custom/admin/milestones/select-product.html.tmpl: Added.
13557         * BugsSite/template/en/custom/admin/milestones/updated.html.tmpl: Added.
13558         * BugsSite/template/en/custom/admin/products: Added.
13559         * BugsSite/template/en/custom/admin/products/confirm-delete.html.tmpl: Added.
13560         * BugsSite/template/en/custom/admin/products/deleted.html.tmpl: Added.
13561         * BugsSite/template/en/custom/admin/products/footer.html.tmpl: Added.
13562         * BugsSite/template/en/custom/admin/products/groupcontrol: Added.
13563         * BugsSite/template/en/custom/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
13564         * BugsSite/template/en/custom/admin/products/groupcontrol/edit.html.tmpl: Added.
13565         * BugsSite/template/en/custom/admin/products/list-classifications.html.tmpl: Added.
13566         * BugsSite/template/en/custom/admin/products/list.html.tmpl: Added.
13567         * BugsSite/template/en/custom/admin/settings: Added.
13568         * BugsSite/template/en/custom/admin/settings/edit.html.tmpl: Added.
13569         * BugsSite/template/en/custom/admin/settings/updated.html.tmpl: Added.
13570         * BugsSite/template/en/custom/admin/table.html.tmpl: Added.
13571         * BugsSite/template/en/custom/admin/users: Added.
13572         * BugsSite/template/en/custom/admin/users/confirm-delete.html.tmpl: Added.
13573         * BugsSite/template/en/custom/admin/users/create.html.tmpl: Added.
13574         * BugsSite/template/en/custom/admin/users/edit.html.tmpl: Added.
13575         * BugsSite/template/en/custom/admin/users/list.html.tmpl: Added.
13576         * BugsSite/template/en/custom/admin/users/listselectvars.html.tmpl: Added.
13577         * BugsSite/template/en/custom/admin/users/search.html.tmpl: Added.
13578         * BugsSite/template/en/custom/admin/users/userdata.html.tmpl: Added.
13579         * BugsSite/template/en/custom/admin/versions: Added.
13580         * BugsSite/template/en/custom/admin/versions/confirm-delete.html.tmpl: Added.
13581         * BugsSite/template/en/custom/admin/versions/create.html.tmpl: Added.
13582         * BugsSite/template/en/custom/admin/versions/created.html.tmpl: Added.
13583         * BugsSite/template/en/custom/admin/versions/deleted.html.tmpl: Added.
13584         * BugsSite/template/en/custom/admin/versions/edit.html.tmpl: Added.
13585         * BugsSite/template/en/custom/admin/versions/footer.html.tmpl: Added.
13586         * BugsSite/template/en/custom/admin/versions/list.html.tmpl: Added.
13587         * BugsSite/template/en/custom/admin/versions/select-product.html.tmpl: Added.
13588         * BugsSite/template/en/custom/admin/versions/updated.html.tmpl: Added.
13589         * BugsSite/template/en/custom/attachment: Added.
13590         * BugsSite/template/en/custom/attachment/choose.html.tmpl: Added.
13591         * BugsSite/template/en/custom/attachment/content-types.html.tmpl: Added.
13592         * BugsSite/template/en/custom/attachment/create.html.tmpl: Added.
13593         * BugsSite/template/en/custom/attachment/created.html.tmpl: Added.
13594         * BugsSite/template/en/custom/attachment/diff-file.html.tmpl: Added.
13595         * BugsSite/template/en/custom/attachment/diff-footer.html.tmpl: Added.
13596         * BugsSite/template/en/custom/attachment/diff-header.html.tmpl: Added.
13597         * BugsSite/template/en/custom/attachment/edit.html.tmpl: Added.
13598         * BugsSite/template/en/custom/attachment/list.html.tmpl: Added.
13599         * BugsSite/template/en/custom/attachment/show-multiple.html.tmpl: Added.
13600         * BugsSite/template/en/custom/attachment/updated.html.tmpl: Added.
13601         * BugsSite/template/en/custom/bug: Added.
13602         * BugsSite/template/en/custom/bug/activity: Added.
13603         * BugsSite/template/en/custom/bug/activity/show.html.tmpl: Added.
13604         * BugsSite/template/en/custom/bug/activity/table.html.tmpl: Added.
13605         * BugsSite/template/en/custom/bug/choose.html.tmpl: Added.
13606         * BugsSite/template/en/custom/bug/comments.html.tmpl: Added.
13607         * BugsSite/template/en/custom/bug/create: Added.
13608         * BugsSite/template/en/custom/bug/create/comment-guided.txt.tmpl: Added.
13609         * BugsSite/template/en/custom/bug/create/comment.txt.tmpl: Added.
13610         * BugsSite/template/en/custom/bug/create/create-guided.html.tmpl: Added.
13611         * BugsSite/template/en/custom/bug/create/create.html.tmpl: Added.
13612         * BugsSite/template/en/custom/bug/create/created.html.tmpl: Added.
13613         * BugsSite/template/en/custom/bug/create/make-template.html.tmpl: Added.
13614         * BugsSite/template/en/custom/bug/create/user-message.html.tmpl: Added.
13615         * BugsSite/template/en/custom/bug/dependency-graph.html.tmpl: Added.
13616         * BugsSite/template/en/custom/bug/dependency-tree.html.tmpl: Added.
13617         * BugsSite/template/en/custom/bug/edit.html.tmpl: Added.
13618         * BugsSite/template/en/custom/bug/knob.html.tmpl: Added.
13619         * BugsSite/template/en/custom/bug/navigate.html.tmpl: Added.
13620         * BugsSite/template/en/custom/bug/process: Added.
13621         * BugsSite/template/en/custom/bug/process/bugmail.html.tmpl: Added.
13622         * BugsSite/template/en/custom/bug/process/confirm-duplicate.html.tmpl: Added.
13623         * BugsSite/template/en/custom/bug/process/header.html.tmpl: Added.
13624         * BugsSite/template/en/custom/bug/process/midair.html.tmpl: Added.
13625         * BugsSite/template/en/custom/bug/process/next.html.tmpl: Added.
13626         * BugsSite/template/en/custom/bug/process/results.html.tmpl: Added.
13627         * BugsSite/template/en/custom/bug/process/verify-new-product.html.tmpl: Added.
13628         * BugsSite/template/en/custom/bug/show-multiple.html.tmpl: Added.
13629         * BugsSite/template/en/custom/bug/show.html.tmpl: Added.
13630         * BugsSite/template/en/custom/bug/show.xml.tmpl: Added.
13631         * BugsSite/template/en/custom/bug/summarize-time.html.tmpl: Added.
13632         * BugsSite/template/en/custom/bug/time.html.tmpl: Added.
13633         * BugsSite/template/en/custom/bug/votes: Added.
13634         * BugsSite/template/en/custom/bug/votes/delete-all.html.tmpl: Added.
13635         * BugsSite/template/en/custom/bug/votes/list-for-bug.html.tmpl: Added.
13636         * BugsSite/template/en/custom/bug/votes/list-for-user.html.tmpl: Added.
13637         * BugsSite/template/en/custom/config.js.tmpl: Added.
13638         * BugsSite/template/en/custom/config.rdf.tmpl: Added.
13639         * BugsSite/template/en/custom/filterexceptions.pl: Added.
13640         * BugsSite/template/en/custom/flag: Added.
13641         * BugsSite/template/en/custom/flag/list.html.tmpl: Added.
13642         * BugsSite/template/en/custom/global: Added.
13643         * BugsSite/template/en/custom/global/banner.html.tmpl: Added.
13644         * BugsSite/template/en/custom/global/choose-classification.html.tmpl: Added.
13645         * BugsSite/template/en/custom/global/choose-product.html.tmpl: Added.
13646         * BugsSite/template/en/custom/global/code-error.html.tmpl: Added.
13647         * BugsSite/template/en/custom/global/confirm-user-match.html.tmpl: Added.
13648         * BugsSite/template/en/custom/global/field-descs.none.tmpl: Added.
13649         * BugsSite/template/en/custom/global/footer.html.tmpl: Added.
13650         * BugsSite/template/en/custom/global/header.html.tmpl: Added.
13651         * BugsSite/template/en/custom/global/help-header.html.tmpl: Added.
13652         * BugsSite/template/en/custom/global/help.html.tmpl: Added.
13653         * BugsSite/template/en/custom/global/hidden-fields.html.tmpl: Added.
13654         * BugsSite/template/en/custom/global/initialize.none.tmpl: Added.
13655         * BugsSite/template/en/custom/global/message.html.tmpl: Added.
13656         * BugsSite/template/en/custom/global/messages.html.tmpl: Added.
13657         * BugsSite/template/en/custom/global/select-menu.html.tmpl: Added.
13658         * BugsSite/template/en/custom/global/setting-descs.none.tmpl: Added.
13659         * BugsSite/template/en/custom/global/site-navigation.html.tmpl: Added.
13660         * BugsSite/template/en/custom/global/useful-links.html.tmpl: Added.
13661         * BugsSite/template/en/custom/global/user-error.html.tmpl: Added.
13662         * BugsSite/template/en/custom/global/userselect.html.tmpl: Added.
13663         * BugsSite/template/en/custom/global/variables.none.tmpl: Added.
13664         * BugsSite/template/en/custom/index.html.tmpl: Added.
13665         * BugsSite/template/en/custom/list: Added.
13666         * BugsSite/template/en/custom/list/change-columns.html.tmpl: Added.
13667         * BugsSite/template/en/custom/list/edit-multiple.html.tmpl: Added.
13668         * BugsSite/template/en/custom/list/list-simple.html.tmpl: Added.
13669         * BugsSite/template/en/custom/list/list.csv.tmpl: Added.
13670         * BugsSite/template/en/custom/list/list.html.tmpl: Added.
13671         * BugsSite/template/en/custom/list/list.ics.tmpl: Added.
13672         * BugsSite/template/en/custom/list/list.js.tmpl: Added.
13673         * BugsSite/template/en/custom/list/list.rdf.tmpl: Added.
13674         * BugsSite/template/en/custom/list/list.rss.tmpl: Added.
13675         * BugsSite/template/en/custom/list/quips.html.tmpl: Added.
13676         * BugsSite/template/en/custom/list/server-push.html.tmpl: Added.
13677         * BugsSite/template/en/custom/list/table.html.tmpl: Added.
13678         * BugsSite/template/en/custom/pages: Added.
13679         * BugsSite/template/en/custom/pages/bug-writing.html.tmpl: Added.
13680         * BugsSite/template/en/custom/pages/fields.html.tmpl: Added.
13681         * BugsSite/template/en/custom/pages/linked.html.tmpl: Added.
13682         * BugsSite/template/en/custom/pages/linkify.html.tmpl: Added.
13683         * BugsSite/template/en/custom/pages/voting.html.tmpl: Added.
13684         * BugsSite/template/en/custom/reports: Added.
13685         * BugsSite/template/en/custom/reports/chart.csv.tmpl: Added.
13686         * BugsSite/template/en/custom/reports/chart.html.tmpl: Added.
13687         * BugsSite/template/en/custom/reports/chart.png.tmpl: Added.
13688         * BugsSite/template/en/custom/reports/components.html.tmpl: Added.
13689         * BugsSite/template/en/custom/reports/create-chart.html.tmpl: Added.
13690         * BugsSite/template/en/custom/reports/duplicates-simple.html.tmpl: Added.
13691         * BugsSite/template/en/custom/reports/duplicates-table.html.tmpl: Added.
13692         * BugsSite/template/en/custom/reports/duplicates.html.tmpl: Added.
13693         * BugsSite/template/en/custom/reports/duplicates.rdf.tmpl: Added.
13694         * BugsSite/template/en/custom/reports/edit-series.html.tmpl: Added.
13695         * BugsSite/template/en/custom/reports/keywords.html.tmpl: Added.
13696         * BugsSite/template/en/custom/reports/menu.html.tmpl: Added.
13697         * BugsSite/template/en/custom/reports/report-bar.png.tmpl: Added.
13698         * BugsSite/template/en/custom/reports/report-line.png.tmpl: Added.
13699         * BugsSite/template/en/custom/reports/report-pie.png.tmpl: Added.
13700         * BugsSite/template/en/custom/reports/report-simple.html.tmpl: Added.
13701         * BugsSite/template/en/custom/reports/report-table.csv.tmpl: Added.
13702         * BugsSite/template/en/custom/reports/report-table.html.tmpl: Added.
13703         * BugsSite/template/en/custom/reports/report.csv.tmpl: Added.
13704         * BugsSite/template/en/custom/reports/report.html.tmpl: Added.
13705         * BugsSite/template/en/custom/reports/series-common.html.tmpl: Added.
13706         * BugsSite/template/en/custom/reports/series.html.tmpl: Added.
13707         * BugsSite/template/en/custom/request: Added.
13708         * BugsSite/template/en/custom/request/email.txt.tmpl: Added.
13709         * BugsSite/template/en/custom/request/queue.html.tmpl: Added.
13710         * BugsSite/template/en/custom/search: Added.
13711         * BugsSite/template/en/custom/search/boolean-charts.html.tmpl: Added.
13712         * BugsSite/template/en/custom/search/form.html.tmpl: Added.
13713         * BugsSite/template/en/custom/search/knob.html.tmpl: Added.
13714         * BugsSite/template/en/custom/search/search-advanced.html.tmpl: Added.
13715         * BugsSite/template/en/custom/search/search-create-series.html.tmpl: Added.
13716         * BugsSite/template/en/custom/search/search-help.html.tmpl: Added.
13717         * BugsSite/template/en/custom/search/search-report-graph.html.tmpl: Added.
13718         * BugsSite/template/en/custom/search/search-report-select.html.tmpl: Added.
13719         * BugsSite/template/en/custom/search/search-report-table.html.tmpl: Added.
13720         * BugsSite/template/en/custom/search/search-specific.html.tmpl: Added.
13721         * BugsSite/template/en/custom/search/tabs.html.tmpl: Added.
13722         * BugsSite/template/en/custom/sidebar.xul.tmpl: Added.
13723         * BugsSite/template/en/custom/whine: Added.
13724         * BugsSite/template/en/custom/whine/mail.html.tmpl: Added.
13725         * BugsSite/template/en/custom/whine/mail.txt.tmpl: Added.
13726         * BugsSite/template/en/custom/whine/multipart-mime.txt.tmpl: Added.
13727         * BugsSite/template/en/custom/whine/schedule.html.tmpl: Added.
13728         * BugsSite/template/en/default: Added.
13729         * BugsSite/template/en/default/account: Added.
13730         * BugsSite/template/en/default/account/auth: Added.
13731         * BugsSite/template/en/default/account/auth/ldap-error.html.tmpl: Added.
13732         * BugsSite/template/en/default/account/auth/login-small.html.tmpl: Added.
13733         * BugsSite/template/en/default/account/auth/login.html.tmpl: Added.
13734         * BugsSite/template/en/default/account/cancel-token.txt.tmpl: Added.
13735         * BugsSite/template/en/default/account/create.html.tmpl: Added.
13736         * BugsSite/template/en/default/account/created.html.tmpl: Added.
13737         * BugsSite/template/en/default/account/email: Added.
13738         * BugsSite/template/en/default/account/email/change-new.txt.tmpl: Added.
13739         * BugsSite/template/en/default/account/email/change-old.txt.tmpl: Added.
13740         * BugsSite/template/en/default/account/email/confirm.html.tmpl: Added.
13741         * BugsSite/template/en/default/account/exists.html.tmpl: Added.
13742         * BugsSite/template/en/default/account/password: Added.
13743         * BugsSite/template/en/default/account/password/forgotten-password.txt.tmpl: Added.
13744         * BugsSite/template/en/default/account/password/set-forgotten-password.html.tmpl: Added.
13745         * BugsSite/template/en/default/account/prefs: Added.
13746         * BugsSite/template/en/default/account/prefs/account.html.tmpl: Added.
13747         * BugsSite/template/en/default/account/prefs/email.html.tmpl: Added.
13748         * BugsSite/template/en/default/account/prefs/footer.html.tmpl: Added.
13749         * BugsSite/template/en/default/account/prefs/permissions.html.tmpl: Added.
13750         * BugsSite/template/en/default/account/prefs/prefs.html.tmpl: Added.
13751         * BugsSite/template/en/default/account/prefs/saved-searches.html.tmpl: Added.
13752         * BugsSite/template/en/default/account/prefs/settings.html.tmpl: Added.
13753         * BugsSite/template/en/default/admin: Added.
13754         * BugsSite/template/en/default/admin/classifications: Added.
13755         * BugsSite/template/en/default/admin/classifications/add.html.tmpl: Added.
13756         * BugsSite/template/en/default/admin/classifications/del.html.tmpl: Added.
13757         * BugsSite/template/en/default/admin/classifications/delete.html.tmpl: Added.
13758         * BugsSite/template/en/default/admin/classifications/edit.html.tmpl: Added.
13759         * BugsSite/template/en/default/admin/classifications/new.html.tmpl: Added.
13760         * BugsSite/template/en/default/admin/classifications/reclassify.html.tmpl: Added.
13761         * BugsSite/template/en/default/admin/classifications/select.html.tmpl: Added.
13762         * BugsSite/template/en/default/admin/classifications/update.html.tmpl: Added.
13763         * BugsSite/template/en/default/admin/components: Added.
13764         * BugsSite/template/en/default/admin/components/confirm-delete.html.tmpl: Added.
13765         * BugsSite/template/en/default/admin/components/create.html.tmpl: Added.
13766         * BugsSite/template/en/default/admin/components/created.html.tmpl: Added.
13767         * BugsSite/template/en/default/admin/components/deleted.html.tmpl: Added.
13768         * BugsSite/template/en/default/admin/components/edit.html.tmpl: Added.
13769         * BugsSite/template/en/default/admin/components/footer.html.tmpl: Added.
13770         * BugsSite/template/en/default/admin/components/list.html.tmpl: Added.
13771         * BugsSite/template/en/default/admin/components/select-product.html.tmpl: Added.
13772         * BugsSite/template/en/default/admin/components/updated.html.tmpl: Added.
13773         * BugsSite/template/en/default/admin/fieldvalues: Added.
13774         * BugsSite/template/en/default/admin/fieldvalues/confirm-delete.html.tmpl: Added.
13775         * BugsSite/template/en/default/admin/fieldvalues/create.html.tmpl: Added.
13776         * BugsSite/template/en/default/admin/fieldvalues/created.html.tmpl: Added.
13777         * BugsSite/template/en/default/admin/fieldvalues/deleted.html.tmpl: Added.
13778         * BugsSite/template/en/default/admin/fieldvalues/edit.html.tmpl: Added.
13779         * BugsSite/template/en/default/admin/fieldvalues/footer.html.tmpl: Added.
13780         * BugsSite/template/en/default/admin/fieldvalues/list.html.tmpl: Added.
13781         * BugsSite/template/en/default/admin/fieldvalues/select-field.html.tmpl: Added.
13782         * BugsSite/template/en/default/admin/fieldvalues/updated.html.tmpl: Added.
13783         * BugsSite/template/en/default/admin/flag-type: Added.
13784         * BugsSite/template/en/default/admin/flag-type/confirm-delete.html.tmpl: Added.
13785         * BugsSite/template/en/default/admin/flag-type/edit.html.tmpl: Added.
13786         * BugsSite/template/en/default/admin/flag-type/list.html.tmpl: Added.
13787         * BugsSite/template/en/default/admin/groups: Added.
13788         * BugsSite/template/en/default/admin/groups/change.html.tmpl: Added.
13789         * BugsSite/template/en/default/admin/groups/create.html.tmpl: Added.
13790         * BugsSite/template/en/default/admin/groups/created.html.tmpl: Added.
13791         * BugsSite/template/en/default/admin/groups/delete.html.tmpl: Added.
13792         * BugsSite/template/en/default/admin/groups/deleted.html.tmpl: Added.
13793         * BugsSite/template/en/default/admin/groups/edit.html.tmpl: Added.
13794         * BugsSite/template/en/default/admin/groups/list.html.tmpl: Added.
13795         * BugsSite/template/en/default/admin/groups/remove.html.tmpl: Added.
13796         * BugsSite/template/en/default/admin/keywords: Added.
13797         * BugsSite/template/en/default/admin/keywords/confirm-delete.html.tmpl: Added.
13798         * BugsSite/template/en/default/admin/keywords/create.html.tmpl: Added.
13799         * BugsSite/template/en/default/admin/keywords/created.html.tmpl: Added.
13800         * BugsSite/template/en/default/admin/keywords/edit.html.tmpl: Added.
13801         * BugsSite/template/en/default/admin/keywords/list.html.tmpl: Added.
13802         * BugsSite/template/en/default/admin/keywords/rebuild-cache.html.tmpl: Added.
13803         * BugsSite/template/en/default/admin/milestones: Added.
13804         * BugsSite/template/en/default/admin/milestones/confirm-delete.html.tmpl: Added.
13805         * BugsSite/template/en/default/admin/milestones/create.html.tmpl: Added.
13806         * BugsSite/template/en/default/admin/milestones/created.html.tmpl: Added.
13807         * BugsSite/template/en/default/admin/milestones/deleted.html.tmpl: Added.
13808         * BugsSite/template/en/default/admin/milestones/edit.html.tmpl: Added.
13809         * BugsSite/template/en/default/admin/milestones/footer.html.tmpl: Added.
13810         * BugsSite/template/en/default/admin/milestones/list.html.tmpl: Added.
13811         * BugsSite/template/en/default/admin/milestones/select-product.html.tmpl: Added.
13812         * BugsSite/template/en/default/admin/milestones/updated.html.tmpl: Added.
13813         * BugsSite/template/en/default/admin/products: Added.
13814         * BugsSite/template/en/default/admin/products/confirm-delete.html.tmpl: Added.
13815         * BugsSite/template/en/default/admin/products/deleted.html.tmpl: Added.
13816         * BugsSite/template/en/default/admin/products/footer.html.tmpl: Added.
13817         * BugsSite/template/en/default/admin/products/groupcontrol: Added.
13818         * BugsSite/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl: Added.
13819         * BugsSite/template/en/default/admin/products/groupcontrol/edit.html.tmpl: Added.
13820         * BugsSite/template/en/default/admin/products/list-classifications.html.tmpl: Added.
13821         * BugsSite/template/en/default/admin/products/list.html.tmpl: Added.
13822         * BugsSite/template/en/default/admin/settings: Added.
13823         * BugsSite/template/en/default/admin/settings/edit.html.tmpl: Added.
13824         * BugsSite/template/en/default/admin/settings/updated.html.tmpl: Added.
13825         * BugsSite/template/en/default/admin/table.html.tmpl: Added.
13826         * BugsSite/template/en/default/admin/users: Added.
13827         * BugsSite/template/en/default/admin/users/confirm-delete.html.tmpl: Added.
13828         * BugsSite/template/en/default/admin/users/create.html.tmpl: Added.
13829         * BugsSite/template/en/default/admin/users/edit.html.tmpl: Added.
13830         * BugsSite/template/en/default/admin/users/list.html.tmpl: Added.
13831         * BugsSite/template/en/default/admin/users/listselectvars.html.tmpl: Added.
13832         * BugsSite/template/en/default/admin/users/search.html.tmpl: Added.
13833         * BugsSite/template/en/default/admin/users/userdata.html.tmpl: Added.
13834         * BugsSite/template/en/default/admin/versions: Added.
13835         * BugsSite/template/en/default/admin/versions/confirm-delete.html.tmpl: Added.
13836         * BugsSite/template/en/default/admin/versions/create.html.tmpl: Added.
13837         * BugsSite/template/en/default/admin/versions/created.html.tmpl: Added.
13838         * BugsSite/template/en/default/admin/versions/deleted.html.tmpl: Added.
13839         * BugsSite/template/en/default/admin/versions/edit.html.tmpl: Added.
13840         * BugsSite/template/en/default/admin/versions/footer.html.tmpl: Added.
13841         * BugsSite/template/en/default/admin/versions/list.html.tmpl: Added.
13842         * BugsSite/template/en/default/admin/versions/select-product.html.tmpl: Added.
13843         * BugsSite/template/en/default/admin/versions/updated.html.tmpl: Added.
13844         * BugsSite/template/en/default/attachment: Added.
13845         * BugsSite/template/en/default/attachment/choose.html.tmpl: Added.
13846         * BugsSite/template/en/default/attachment/content-types.html.tmpl: Added.
13847         * BugsSite/template/en/default/attachment/create.html.tmpl: Added.
13848         * BugsSite/template/en/default/attachment/created.html.tmpl: Added.
13849         * BugsSite/template/en/default/attachment/diff-file.html.tmpl: Added.
13850         * BugsSite/template/en/default/attachment/diff-footer.html.tmpl: Added.
13851         * BugsSite/template/en/default/attachment/diff-header.html.tmpl: Added.
13852         * BugsSite/template/en/default/attachment/edit-aroben.html.tmpl: Added.
13853         * BugsSite/template/en/default/attachment/edit.html.tmpl: Added.
13854         * BugsSite/template/en/default/attachment/list.html.tmpl: Added.
13855         * BugsSite/template/en/default/attachment/show-multiple.html.tmpl: Added.
13856         * BugsSite/template/en/default/attachment/updated.html.tmpl: Added.
13857         * BugsSite/template/en/default/bug: Added.
13858         * BugsSite/template/en/default/bug/activity: Added.
13859         * BugsSite/template/en/default/bug/activity/show.html.tmpl: Added.
13860         * BugsSite/template/en/default/bug/activity/table.html.tmpl: Added.
13861         * BugsSite/template/en/default/bug/choose.html.tmpl: Added.
13862         * BugsSite/template/en/default/bug/comments.html.tmpl: Added.
13863         * BugsSite/template/en/default/bug/create: Added.
13864         * BugsSite/template/en/default/bug/create/comment-guided.txt.tmpl: Added.
13865         * BugsSite/template/en/default/bug/create/comment.txt.tmpl: Added.
13866         * BugsSite/template/en/default/bug/create/create-guided.html.tmpl: Added.
13867         * BugsSite/template/en/default/bug/create/create.html.tmpl: Added.
13868         * BugsSite/template/en/default/bug/create/created.html.tmpl: Added.
13869         * BugsSite/template/en/default/bug/create/make-template.html.tmpl: Added.
13870         * BugsSite/template/en/default/bug/create/user-message.html.tmpl: Added.
13871         * BugsSite/template/en/default/bug/dependency-graph.html.tmpl: Added.
13872         * BugsSite/template/en/default/bug/dependency-tree.html.tmpl: Added.
13873         * BugsSite/template/en/default/bug/edit.html.tmpl: Added.
13874         * BugsSite/template/en/default/bug/knob.html.tmpl: Added.
13875         * BugsSite/template/en/default/bug/navigate.html.tmpl: Added.
13876         * BugsSite/template/en/default/bug/process: Added.
13877         * BugsSite/template/en/default/bug/process/bugmail.html.tmpl: Added.
13878         * BugsSite/template/en/default/bug/process/confirm-duplicate.html.tmpl: Added.
13879         * BugsSite/template/en/default/bug/process/header.html.tmpl: Added.
13880         * BugsSite/template/en/default/bug/process/midair.html.tmpl: Added.
13881         * BugsSite/template/en/default/bug/process/next.html.tmpl: Added.
13882         * BugsSite/template/en/default/bug/process/results.html.tmpl: Added.
13883         * BugsSite/template/en/default/bug/process/verify-new-product.html.tmpl: Added.
13884         * BugsSite/template/en/default/bug/show-multiple.html.tmpl: Added.
13885         * BugsSite/template/en/default/bug/show.html.tmpl: Added.
13886         * BugsSite/template/en/default/bug/show.xml.tmpl: Added.
13887         * BugsSite/template/en/default/bug/summarize-time.html.tmpl: Added.
13888         * BugsSite/template/en/default/bug/time.html.tmpl: Added.
13889         * BugsSite/template/en/default/bug/votes: Added.
13890         * BugsSite/template/en/default/bug/votes/delete-all.html.tmpl: Added.
13891         * BugsSite/template/en/default/bug/votes/list-for-bug.html.tmpl: Added.
13892         * BugsSite/template/en/default/bug/votes/list-for-user.html.tmpl: Added.
13893         * BugsSite/template/en/default/config.js.tmpl: Added.
13894         * BugsSite/template/en/default/config.rdf.tmpl: Added.
13895         * BugsSite/template/en/default/filterexceptions.pl: Added.
13896         * BugsSite/template/en/default/flag: Added.
13897         * BugsSite/template/en/default/flag/list.html.tmpl: Added.
13898         * BugsSite/template/en/default/global: Added.
13899         * BugsSite/template/en/default/global/banner.html.tmpl: Added.
13900         * BugsSite/template/en/default/global/choose-classification.html.tmpl: Added.
13901         * BugsSite/template/en/default/global/choose-product.html.tmpl: Added.
13902         * BugsSite/template/en/default/global/code-error.html.tmpl: Added.
13903         * BugsSite/template/en/default/global/confirm-user-match.html.tmpl: Added.
13904         * BugsSite/template/en/default/global/field-descs.none.tmpl: Added.
13905         * BugsSite/template/en/default/global/footer.html.tmpl: Added.
13906         * BugsSite/template/en/default/global/header.html.tmpl: Added.
13907         * BugsSite/template/en/default/global/help-header.html.tmpl: Added.
13908         * BugsSite/template/en/default/global/help.html.tmpl: Added.
13909         * BugsSite/template/en/default/global/hidden-fields.html.tmpl: Added.
13910         * BugsSite/template/en/default/global/initialize.none.tmpl: Added.
13911         * BugsSite/template/en/default/global/message.html.tmpl: Added.
13912         * BugsSite/template/en/default/global/messages.html.tmpl: Added.
13913         * BugsSite/template/en/default/global/select-menu.html.tmpl: Added.
13914         * BugsSite/template/en/default/global/setting-descs.none.tmpl: Added.
13915         * BugsSite/template/en/default/global/site-navigation.html.tmpl: Added.
13916         * BugsSite/template/en/default/global/useful-links.html.tmpl: Added.
13917         * BugsSite/template/en/default/global/user-error.html.tmpl: Added.
13918         * BugsSite/template/en/default/global/userselect.html.tmpl: Added.
13919         * BugsSite/template/en/default/global/variables.none.tmpl: Added.
13920         * BugsSite/template/en/default/index.html.tmpl: Added.
13921         * BugsSite/template/en/default/list: Added.
13922         * BugsSite/template/en/default/list/change-columns.html.tmpl: Added.
13923         * BugsSite/template/en/default/list/edit-multiple.html.tmpl: Added.
13924         * BugsSite/template/en/default/list/list-simple.html.tmpl: Added.
13925         * BugsSite/template/en/default/list/list.atom.tmpl: Added.
13926         * BugsSite/template/en/default/list/list.csv.tmpl: Added.
13927         * BugsSite/template/en/default/list/list.html.tmpl: Added.
13928         * BugsSite/template/en/default/list/list.ics.tmpl: Added.
13929         * BugsSite/template/en/default/list/list.js.tmpl: Added.
13930         * BugsSite/template/en/default/list/list.rdf.tmpl: Added.
13931         * BugsSite/template/en/default/list/quips.html.tmpl: Added.
13932         * BugsSite/template/en/default/list/server-push.html.tmpl: Added.
13933         * BugsSite/template/en/default/list/table.html.tmpl: Added.
13934         * BugsSite/template/en/default/pages: Added.
13935         * BugsSite/template/en/default/pages/bug-writing.html.tmpl: Added.
13936         * BugsSite/template/en/default/pages/fields.html.tmpl: Added.
13937         * BugsSite/template/en/default/pages/linked.html.tmpl: Added.
13938         * BugsSite/template/en/default/pages/linkify.html.tmpl: Added.
13939         * BugsSite/template/en/default/pages/voting.html.tmpl: Added.
13940         * BugsSite/template/en/default/reports: Added.
13941         * BugsSite/template/en/default/reports/chart.csv.tmpl: Added.
13942         * BugsSite/template/en/default/reports/chart.html.tmpl: Added.
13943         * BugsSite/template/en/default/reports/chart.png.tmpl: Added.
13944         * BugsSite/template/en/default/reports/components.html.tmpl: Added.
13945         * BugsSite/template/en/default/reports/create-chart.html.tmpl: Added.
13946         * BugsSite/template/en/default/reports/duplicates-simple.html.tmpl: Added.
13947         * BugsSite/template/en/default/reports/duplicates-table.html.tmpl: Added.
13948         * BugsSite/template/en/default/reports/duplicates.html.tmpl: Added.
13949         * BugsSite/template/en/default/reports/duplicates.rdf.tmpl: Added.
13950         * BugsSite/template/en/default/reports/edit-series.html.tmpl: Added.
13951         * BugsSite/template/en/default/reports/keywords.html.tmpl: Added.
13952         * BugsSite/template/en/default/reports/menu.html.tmpl: Added.
13953         * BugsSite/template/en/default/reports/report-bar.png.tmpl: Added.
13954         * BugsSite/template/en/default/reports/report-line.png.tmpl: Added.
13955         * BugsSite/template/en/default/reports/report-pie.png.tmpl: Added.
13956         * BugsSite/template/en/default/reports/report-simple.html.tmpl: Added.
13957         * BugsSite/template/en/default/reports/report-table.csv.tmpl: Added.
13958         * BugsSite/template/en/default/reports/report-table.html.tmpl: Added.
13959         * BugsSite/template/en/default/reports/report.csv.tmpl: Added.
13960         * BugsSite/template/en/default/reports/report.html.tmpl: Added.
13961         * BugsSite/template/en/default/reports/series-common.html.tmpl: Added.
13962         * BugsSite/template/en/default/reports/series.html.tmpl: Added.
13963         * BugsSite/template/en/default/request: Added.
13964         * BugsSite/template/en/default/request/email.txt.tmpl: Added.
13965         * BugsSite/template/en/default/request/queue.html.tmpl: Added.
13966         * BugsSite/template/en/default/search: Added.
13967         * BugsSite/template/en/default/search/boolean-charts.html.tmpl: Added.
13968         * BugsSite/template/en/default/search/form.html.tmpl: Added.
13969         * BugsSite/template/en/default/search/knob.html.tmpl: Added.
13970         * BugsSite/template/en/default/search/search-advanced.html.tmpl: Added.
13971         * BugsSite/template/en/default/search/search-create-series.html.tmpl: Added.
13972         * BugsSite/template/en/default/search/search-help.html.tmpl: Added.
13973         * BugsSite/template/en/default/search/search-report-graph.html.tmpl: Added.
13974         * BugsSite/template/en/default/search/search-report-select.html.tmpl: Added.
13975         * BugsSite/template/en/default/search/search-report-table.html.tmpl: Added.
13976         * BugsSite/template/en/default/search/search-specific.html.tmpl: Added.
13977         * BugsSite/template/en/default/search/tabs.html.tmpl: Added.
13978         * BugsSite/template/en/default/sidebar.xul.tmpl: Added.
13979         * BugsSite/template/en/default/whine: Added.
13980         * BugsSite/template/en/default/whine/mail.html.tmpl: Added.
13981         * BugsSite/template/en/default/whine/mail.txt.tmpl: Added.
13982         * BugsSite/template/en/default/whine/multipart-mime.txt.tmpl: Added.
13983         * BugsSite/template/en/default/whine/schedule.html.tmpl: Added.
13984         * BugsSite/template/en/extension: Added.
13985         * BugsSite/template/en/extension/filterexceptions.pl: Added.
13986         * BugsSite/testagent.cgi: Added.
13987         * BugsSite/testserver.pl: Added.
13988         * BugsSite/token.cgi: Added.
13989         * BugsSite/userprefs.cgi: Added.
13990         * BugsSite/votes.cgi: Added.
13991         * BugsSite/whine.pl: Added.
13992         * BugsSite/whineatnews.pl: Added.
13993         * BugsSite/xml.cgi: Added.
13994
13995 2008-02-04  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
13996
13997         Reviewed by Alp Toker and Mark Rowe.
13998
13999         http://bugs.webkit.org/show_bug.cgi?id=16618
14000         [GTK] build-webkit and run-webkit-tests autootools support
14001
14002         Add support for the autotools build to the WebKit build and test
14003         scripts.
14004
14005 2008-02-04  Rodney Dawes  <dobey@wayofthemonkey.com>
14006
14007         Reviewed by Alp Toker and Mark Rowe.
14008
14009         Fix http://bugs.webkit.org/show_bug.cgi?id=17175.
14010         Bug 17175: Use of C++ compiler flags in CFLAGS
14011
14012         Add global_cxxflags definition for inclusion in CXXFLAGS variables.
14013         Only use -fno-rtti and $(SYMBOL_VISIBILITY_INLINES) with global_cxxflags as gcc complains they aren't valid for C.
14014
14015         * GNUmakefile.am:
14016
14017 2008-02-04  Alp Toker  <alp@atoker.com>
14018
14019         Rubber-stamped by Mark Rowe.
14020
14021         Remove all trailing whitespace in the GTK+ port and related
14022         components.
14023
14024         * GNUmakefile.am:
14025         * configure.ac:
14026
14027 2008-01-31  Alp Toker  <alp@atoker.com>
14028
14029         Reviewed by Mark Rowe.
14030
14031         Fix the pkg-config file to follow GTK+ package naming and versioning
14032         conventions.
14033
14034         Remove unneeded dependency listings.
14035
14036         * GNUmakefile.am:
14037         * configure.ac:
14038
14039 2008-01-31  Alp Toker  <alp@atoker.com>
14040
14041         Rubber-stamped by Adam Roben.
14042
14043         http://bugs.webkit.org/show_bug.cgi?id=17006
14044         [GTK] Header path should be webkit/webkit.h
14045
14046         Move the GTK+ API sources as needed and update the build systems.
14047
14048         * GNUmakefile.am:
14049         * WebKit.pri:
14050
14051 2008-01-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14052
14053         Reviewed by Alp Toker.
14054
14055         http://bugs.webkit.org/show_bug.cgi?id=14811
14056         [gtk] [request] add a webkit_gtk_page_go_to_history_item function
14057
14058         * GNUmakefile.am: Added webkitwebbackforwardlist and webkitwebhistoryitem
14059
14060 2008-01-26  Mark Rowe  <mrowe@apple.com>
14061
14062         Reviewed by Alp Toker.
14063
14064         Fix http://bugs.webkit.org/show_bug.cgi?id=17007.
14065         Bug 17007: [GTK] autogen.sh attempts to use "libtoolize" on the Mac
14066
14067         libtoolize is installed as glibtoolize on Mac OS X to avoid naming conflicts
14068         with other system commands.  Check for the presence of glibtoolize if libtoolize
14069         cannot be found.
14070
14071         * autogen.sh:
14072
14073 2008-01-23  Alp Toker  <alp@atoker.com>
14074
14075         Rubber-stamped by Mark Rowe.
14076
14077         Remove whitespace after -I in automake include lists.
14078
14079         * GNUmakefile.am:
14080
14081 2008-01-22  Christian Dywan  <christian@imendio.com>
14082
14083         Reviewed by Alp Toker.
14084
14085         [GTK] API: WebKitWebSettings is not usable
14086         http://bugs.webkit.org/show_bug.cgi?id=16219
14087
14088         Implement WebKitWebSettings.
14089
14090         * GNUmakefile.am:
14091
14092 2008-01-22  Simon Hausmann  <hausmann@webkit.org>
14093
14094         Reviewed by Lars.
14095
14096         Don't compile the ICO plugin when building against Qt >= 4.4
14097
14098
14099         * WebKit.pro:
14100
14101 2008-01-21  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14102
14103         Reviewed by Alp Toker.
14104
14105         http://bugs.webkit.org/show_bug.cgi?id=16955
14106         Get errors when cross-compile webkit-gtk
14107
14108         * GNUmakefile.am: added ICU_CPPFLAGS
14109         * configure.ac: added ICU_CPPFLAGS, removed ICU_CFLAGS
14110
14111 2008-01-19  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14112
14113         Reviewed by Alp Toker.
14114
14115         Add svg foreign object and svg experimental to the GTK+/autotools
14116         build system.
14117
14118         * configure.ac:
14119
14120 2008-01-15  Alp Toker  <alp@atoker.com>
14121
14122         Rubber-stamped by Anders.
14123
14124         Make the HTTP backend configurable in the GTK+ port. curl is currently
14125         the only option.
14126
14127         * GNUmakefile.am:
14128         * WebKit.pri:
14129         * configure.ac:
14130
14131 2008-01-15  Alp Toker  <alp@atoker.com>
14132
14133         GTK+/autotools build fix for GCC < 4. Use the -fvisibility compiler
14134         flags only when they're available.
14135
14136         Additionally, use -fvisibility-inlines-hidden in both debug and
14137         release builds when available to match the Mac build.
14138
14139         * GNUmakefile.am:
14140         * configure.ac:
14141
14142 2008-01-12  Alp Toker  <alp@atoker.com>
14143
14144         Reviewed by Mark Rowe.
14145
14146         Hide non-public symbols in GTK+/autotools release builds.
14147
14148         * GNUmakefile.am:
14149
14150 2008-01-11  Alp Toker  <alp@atoker.com>
14151
14152         Reviewed by Oliver Hunt.
14153
14154         Enable FastMalloc by default in GTK+/autotools and add a configure
14155         switch.
14156
14157         * GNUmakefile.am:
14158         * configure.ac:
14159
14160 2008-01-11  Luca Bruno  <lethalman88@gmail.com>
14161
14162         Reviewed by Alp Toker.
14163
14164         http://bugs.webkit.org/show_bug.cgi?id=16838
14165         [GTK] Bad autotools debug and video options
14166
14167         Fix some configure options.
14168
14169         * configure.ac:
14170
14171 2008-01-11  Mark Rowe  <mrowe@apple.com>
14172
14173         Attempt to fix the GTK+ and Qt builds.
14174
14175         * WebKit.pro:
14176
14177 2008-01-10  Alp Toker  <alp@atoker.com>
14178
14179         SVG font build fix for GTK+/autotools.
14180
14181         * configure.ac:
14182
14183 2008-01-05  Alp Toker  <alp@atoker.com>
14184
14185         Rubber-stamped by Mark Rowe.
14186
14187         Fix configure script output with correct descriptions of the default
14188         configuration options.
14189
14190         * configure.ac:
14191
14192 2008-01-05  Sylvain Pasche  <sylvain.pasche@gmail.com>
14193
14194         Reviewed by Alp Toker.
14195
14196         http://bugs.webkit.org/show_bug.cgi?id=16736
14197         Allow autogen.sh invocation from a separate build directory.
14198
14199         * autogen.sh:
14200
14201 2008-01-04  Alp Toker  <alp@atoker.com>
14202
14203         Rubber-stamped by Mark Rowe.
14204
14205         Remove AM_MAINTAINER_MODE, as recommended by the automake manual. The
14206         "rebuild rules" will now be enabled by default.
14207
14208         This obviates the need to pass '--enable-maintainer-mode' to
14209         configure.
14210
14211         * configure.ac:
14212
14213 2008-01-02  Holger Hans Peter Freyther  <zecke@selfish.org>
14214
14215         Rubber stamped by Alp.
14216
14217         Remove GDK_MULTIHEAD_SAFE and GTK_MULTIHEAD_SAFE because they break
14218         the build. At least people doing a debug build on Ubuntu Hardy will see
14219         the breakage. I was asked to leave the flags inside the files to ease future
14220         debugging.
14221
14222         * GNUmakefile.am:
14223         * WebKit.pri:
14224
14225 2008-01-01  Alp Toker  <alp@atoker.com>
14226
14227         GTK+ autotools build fix. Track changes in r29051, r29058 and pass the
14228         correct parameter to AM_INIT_AUTOMAKE.
14229
14230         * configure.ac:
14231
14232 2007-12-30  Alp Toker  <alp@atoker.com>
14233
14234         Build fix for older autoconf versions.
14235
14236         * configure.ac:
14237
14238 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14239
14240         Reviewed by Alp Toker.
14241
14242         Enable Database, XPath and XSLT features by default
14243
14244         * configure.ac:
14245
14246 2007-12-29  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14247
14248         Reviewed by Alp Toker.
14249
14250         http://bugs.webkit.org/show_bug.cgi?id=16669
14251         autotools update and fixes
14252
14253         Various fixes to the autotools build
14254
14255         * GNUmakefile.am:
14256           - Remove ICU_FLAGS because it adds -g in the CFLAGS/CXXFLAGS
14257           - Fix clean rules (Rodney Dawes)
14258           - Added webcore specific variables, remove STDINT_H and
14259             PTHREAD_NP_H checks (already included in config.h)
14260         * autogen.sh:
14261           - Loosen automake and aclocal requirement
14262         * configure.ac:
14263           - Workaround AC_PROG_CXX putting -g in CXXFLAGS. Only use -g
14264             when doing a debug build (Rodney Dawes)
14265           - Fix webkit target and remove traces of XBL
14266
14267 2007-12-27  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14268
14269         Reviewed by Alp Toker.
14270
14271         http://bugs.webkit.org/show_bug.cgi?id=16353
14272         [GTK] Check for deprecated API use (G_DISABLE_DEPRECATED etc.)
14273
14274         Added the flags mentioned in the bug only when doing 'debug'
14275         builds. -DGST_DISABLE_DEPRECATED only added when video is enabled.
14276
14277         * GNUmakefile.am:
14278         * WebKit.pri:
14279
14280 2007-12-26  Jan Michael Alonzo  <jmalonzo@unpluggable.com>
14281
14282         Reviewed by Alp Toker.
14283
14284         http://bugs.webkit.org/show_bug.cgi?id=16390
14285         Use autotools or GNU make as the build system for the GTK port
14286
14287         * GNUmakefile.am: Added.
14288         * autogen.sh: Added.
14289         * configure.ac: Added.
14290
14291 2007-12-20  Alp Toker  <alp@atoker.com>
14292
14293         Rubber-stamped by Maciej.
14294
14295         http://bugs.webkit.org/show_bug.cgi?id=16542
14296         [GTK] Text is missing with old Pango version
14297
14298         Back out commits r28880, r28876, r28865, r28864 which added Pango font
14299         selection support. These changes caused a regression where no text was
14300         displayed with older Pango versions.
14301
14302         * WebKit.pri:
14303
14304 2007-12-19  Alp Toker  <alp@atoker.com>
14305
14306         Remove the cairo-ft pkg-config check. The GTK+ port doesn't use
14307         cairo-ft directly following changes in r28864.
14308
14309         * WebKit.pri:
14310
14311 2007-12-12  Alp Toker  <alp@atoker.com>
14312
14313         Reviewed by Mark Rowe.
14314
14315         http://bugs.webkit.org/show_bug.cgi?id=16302
14316         [GTK] Compiler flags for optimization
14317
14318         Use the compiler flags -fno-exceptions -fno-rtti.
14319
14320         This patch does not add all the flags discussed in the bug report,
14321         only these two.
14322
14323         * WebKit.pri:
14324
14325 2007-12-04  Xan Lopez  <xan@gnome.org>
14326
14327         Reviewed by Alp Toker.
14328
14329         http://bugs.webkit.org/show_bug.cgi?id=15561
14330         GTK port needs DumpRenderTree implementation
14331
14332         Start work on the GTK+ DRT.
14333
14334         * WebKit.pro:
14335
14336 2007-11-30  Alp Toker  <alp@atoker.com>
14337
14338         Reviewed by Adam Roben.
14339
14340         http://bugs.webkit.org/show_bug.cgi?id=15691
14341         [GTK] Public API does not follow GTK+ conventions
14342
14343         Refactor the WebKit/GTK+ public API. Changes:
14344           WebKitPage -> WebKitWebView
14345           WebKitFrame -> WebKitWebFrame
14346
14347         Public API source and header names have been updated to mirror the API
14348         changes.
14349
14350         The API is now kept in WebKit/gtk/WebView to match other ports in the
14351         same class such as Mac and Win.
14352
14353         * WebKit.pri:
14354
14355 2007-11-26  Rodney Dawes  <dobey@wayofthemonkey.com>
14356
14357         Reviewed by Mark Rowe.
14358
14359         Set CONFIG option for the window system GTK+ is using
14360
14361         * WebKit.pri:
14362
14363 2007-11-22  Alp Toker  <alp@atoker.com>
14364
14365         GTK+ build fix. Pass a correct LIBDIR value.
14366
14367         * WebKit.pri:
14368
14369 2007-11-20  Mark Rowe  <mrowe@apple.com>
14370
14371         Reviewed by Alp Toker.
14372
14373         * WebKit.pri: Add in -Wno-unused-parameter to silence warnings in WebCore.
14374
14375 2007-11-20  Alp Toker  <alp@atoker.com>
14376
14377         Reviewed by Simon Hausmann.
14378
14379         Clean up GTK+ port configuration.
14380
14381         Use similar compiler warning flags to the Mac build.
14382
14383         Add the qmake changes needed for DirectFB support.
14384
14385         * WebKit.pri:
14386
14387 2007-11-07  Simon Hausmann  <hausmann@kde.org>
14388
14389         Reviewed by Mark.
14390
14391         Add WebKit/qt/Api to the dependency path when building QtLauncher and DumpRenderTree.
14392         That means that changes to the public API of the Qt port also trigger a rebuild of the tools.
14393
14394         * WebKit.pri:
14395
14396 2007-10-03  Lars Knoll  <lars@trolltech.com>
14397
14398         Signed off by olliej.
14399
14400         move WebKitQt to WebKit/qt for consistency with the other ports.
14401
14402         * WebKit.pri:
14403         * WebKit.pro:
14404
14405 2007-10-03  Lars Knoll  <lars@trolltech.com>
14406
14407         Reviewed by olliej.
14408
14409         Move the Qt version of DRT into the correct place and put the binary into BUILDDIR/bin.
14410
14411         * WebKit.pro:
14412
14413 2007-09-29  Holger Hans Peter Freyther  <zecke@selfish.org>
14414
14415         Reviewed by Mark.
14416
14417         -Fix http://bugs.webkit.org/show_bug.cgi?id=13226.
14418         Remove Bakefiles from svn.
14419
14420         * Bakefiles/Bakefiles.bkgen: Removed.
14421         * Bakefiles/ChangeLog: Removed.
14422         * Bakefiles/Readme.txt: Removed.
14423         * Bakefiles/presets.bkl: Removed.
14424         * Bakefiles/update-file-lists.py: Removed.
14425
14426 2007-09-20  Holger Hans Peter Freyther  <zecke@selfish.org>
14427
14428         Rubber stamped by Adam.
14429
14430         Renamed files from *Gdk to *Gtk (see #14732) using the
14431         work of Juan A. Suarez Romero as a base.
14432
14433         GDK -> GTK
14434
14435         * WebKit.pri:
14436         * WebKit.pro:
14437
14438 2007-07-29  Brian Mastenbrook  <brian@mastenbrook.net>
14439
14440         Build fix for WebKit/Gtk to compile on Fedora 7 as described in
14441         http://bugs.webkit.org/show_bug.cgi?id=14557
14442
14443         * WebKit.pri: cairo-ft is used by the WebKit/Gtk port
14444
14445 2007-07-27  Simon Hausmann  <hausmann@kde.org>
14446
14447         Done with and reviewed by Lars and Zack.
14448
14449         Exclude DumpRenderTree from the Qt build on Windows for now.
14450
14451         * WebKit.pro:
14452
14453 2007-07-27  Simon Hausmann  <hausmann@kde.org>
14454
14455         Done with and reviewed by Lars and Zack.
14456
14457         Temporarily disable the ICO support for the Qt build on Windows.
14458
14459         * WebKit.pro:
14460
14461 2007-07-26  Simon Hausmann  <hausmann@kde.org>
14462
14463         Reviewed by Lars.
14464
14465         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.
14466
14467         * WebKit.pri:
14468
14469 2007-07-22  Holger Hans Peter Freyther  <zecke@selfish.org>
14470
14471         Reviewed by Adam.
14472
14473         Add WebKit/gtk/Api and WebCoreSupport API to the INCLUDEPATH to allow GdkLauncher to be
14474         build against it.
14475
14476         * WebKit.pri:
14477
14478 2007-07-18  Simon Hausmann  <hausmann@kde.org>
14479
14480         Reviewed by Zack.
14481
14482         Don't call gcc directly when building the dftables tool but use a separate .pro file for the Qt build.
14483
14484         * WebKit.pro:
14485
14486 2007-07-18  Timothy Hatcher  <timothy@apple.com>
14487
14488         Add a SCRIPTS_PATH variable so Makefiles of differnet nested directories can
14489         still use this one Makefile.shared as an include.
14490
14491         * Makefile.shared:
14492
14493 2007-07-12  George Staikos  <staikos@kde.org>
14494
14495         Fix build in debug mode.
14496
14497         * WebKit.pri:
14498
14499 2007-07-11  Holger Hans Peter Freyther  <zecke@selfish.org>
14500
14501         Reviewed by Darin Adler.
14502
14503         As of http://bugs.webkit.org/show_bug.cgi?id=14527 move the
14504         WebCore/ForwardingHeader/JavaScriptCore to JavaScriptCore
14505
14506         * WebKit.pri: Adjust INCLUDEPATH
14507
14508 2007-06-25  Adam Roben  <aroben@apple.com>
14509
14510         Really remove LayoutTestResults.
14511
14512         * LayoutTestResults: Removed.
14513
14514 2007-06-25  Adam Roben  <aroben@apple.com>
14515
14516         Fix Bug 14405: LayoutTestResults/qt should be in LayoutTests/qt
14517         http://bugs.webkit.org/show_bug.cgi?id=14405
14518
14519         Reviewed by Anders.
14520
14521         * LayoutTestResults: Removed.
14522
14523 2007-06-25  Alp Toker  <alp.toker@collabora.co.uk>
14524
14525         Reviewed by Mark.
14526
14527         http://bugs.webkit.org/show_bug.cgi?id=13975
14528         Use system-provided libjpeg and libpng
14529
14530         * WebKit.pri: Link against external libjpeg and libpng.
14531
14532 2007-06-20  Adam Roben  <aroben@apple.com>
14533
14534         Reviewed by Simon Hausmann.
14535
14536         More Gdk build fixing.
14537
14538         * WebKit.pro:
14539
14540 2007-06-15  Adam Treat  <adam@staikos.net>
14541
14542         Reviewed by George Staikos.
14543
14544         Add ICO support to the Qt build.
14545
14546         * WebKit.pro:
14547
14548 2007-06-13  George Staikos  <staikos@kde.org>
14549
14550         Reviewed by Lars.
14551
14552         Compile without self-linking.
14553
14554         * WebKit.pri:
14555
14556 2007-06-13  Simon Hausmann  <hausmann@kde.org>
14557
14558         Reviewed by Lars.
14559
14560         * WebKit.pri: WebKitQt is now called QtWebKit.
14561
14562 2007-05-31  Alp Toker  <alp.toker@collabora.co.uk>
14563
14564         Reviewed by Eric Seidel.
14565
14566         http://bugs.webkit.org/show_bug.cgi?id=13941
14567         Rename WebCore/platform/network/gdk to WebCore/platform/network/curl
14568
14569         * WebKit.pri:
14570
14571 2007-05-18  Holger Hans Peter Freyther  <zecke@selfish.org>
14572
14573         Reviewed by Mark Rowe.
14574
14575         * WebKit.pro: Build testkjs for Gdk and Qt
14576
14577 2007-05-11  Holger Freyther <freyther@kde.org>
14578
14579         Reviewed by Mark Rowe.
14580
14581         Move libcurl configuration into WebKit.pri so it will be used by GdkLauncher,
14582         and add ICU configuration to QMAKE_CXXFLAGS.
14583
14584         * WebKit.pri:
14585
14586 2007-05-06  Erik Bunce  <kde@bunce.us>
14587
14588         Reviewed by Mark Rowe.
14589
14590         * WebKit.pri:
14591         Removed unnecessary dependency on MacPorts (/opt/local)
14592
14593 2007-05-03  Holger Freyther <freyther@kde.org>
14594
14595         Reviewed by Zack, landed by Simon.
14596         This is bugzilla bug 13499.
14597
14598         * WebKit.pri: Place Qt into a scope, start sharing qmake with the Gdk
14599         port
14600         * WebKit.pro: Place Qt into a scope, start sharing qmake with the Gdk
14601         port
14602
14603 2007-04-27  Holger Freyther <freyther@kde.org>
14604
14605         Reviewed by Maciej.
14606
14607         Remove unmaintained CMake build system.
14608
14609         * CMakeLists.txt: Removed.
14610
14611 2007-01-30  Simon Hausmann  <hausmann@kde.org>
14612
14613         Reviewed by Zack.
14614
14615         * WebKit.pri: libJavaScriptCore is gone with the Qt build
14616         * WebKit.pro:
14617
14618 2007-01-26  George Staikos  <staikos@kde.org>
14619
14620         Remove headers - not needed now.
14621
14622         * WebKit.pri:
14623
14624 2007-01-23  George Staikos <staikos@kde.org>
14625
14626         Put everything back since we can't build everything without it yet.
14627
14628         * WebKit.pri:
14629
14630 2007-01-16  Lars Knoll <lars@trolltech.com>
14631
14632         Reviewed by Zack
14633
14634         Remove everything but the new public API from
14635         the include path.
14636
14637         * WebKit.pri:
14638
14639 2007-01-11  George Staikos  <staikos@kde.org>
14640
14641         Fix the Qt build
14642
14643         * WebKit.pri:
14644
14645 2007-01-03  Lars Knoll <lars@trolltech.com>
14646
14647         Fix the Qt build
14648
14649         * WebKit.pri:
14650
14651 2006-12-17  Simon Hausmann  <hausmann@kde.org>
14652
14653         Reviewed by Rob Buis.
14654
14655         * WebKit.pro: Build testkjs.
14656
14657 2006-12-14  Timothy Hatcher  <timothy@apple.com>
14658
14659         Reviewed by Brady.
14660
14661         * Makefile.shared: use $PIPESTATUS[0] and a sub-shell to exit with xcodebuild's exit status
14662
14663 2006-12-13  Maciej Stachowiak  <mjs@apple.com>
14664
14665         Reviewed by Brady and Anders.
14666
14667         * Makefile.shared: Stop spewing the environment all the time, at least for command-line builds.
14668
14669 2006-12-10  Zack Rusin  <zack@kde.org>
14670
14671         Client classes have been moved to WebKitQt/WebCoreSupport so
14672         adjusting the pri file.
14673
14674         * WebKit.pri:
14675
14676 2006-12-10  George Staikos  <staikos@kde.org>
14677
14678         Reviewed by Zack.
14679
14680         Add WebKitBuild/Release back to the output dir for external build cases.
14681
14682         * WebKit.pri:
14683
14684 2006-12-10  Zack Rusin  <zack@kde.org>
14685
14686         Fix the link directory location.
14687
14688         * WebKit.pri:
14689
14690 2006-12-10  Lars Knoll <lars@trolltech.com>
14691
14692         Reviewed by Zack
14693
14694         Include DumpRenderTree in the Qt build
14695
14696         * WebKit.pro:
14697
14698 2006-12-09  George Staikos  <staikos@kde.org>
14699
14700         Reviewed by Zack.
14701
14702         Correct the path to the libraries for QMake.
14703
14704         * WebKit.pri:
14705
14706 2006-12-09  Lars Knoll <lars@trolltech.com>
14707
14708         Reviewed by Zack
14709
14710         Make it possible to build WebKit with qmake.
14711
14712         * WebKit.pri: Added.
14713         * WebKit.pro: Added.
14714
14715 2006-11-19  Simon Hausmann  <hausmann@kde.org>
14716
14717         Reviewed by Zack.
14718
14719         http://bugs.webkit.org/show_bug.cgi?id=11649
14720
14721         * CMakeLists.txt: Fix Qt-only build without KDE cmake files
14722
14723 2006-10-30  Timothy Hatcher  <timothy@apple.com>
14724
14725         Reviewed by Brady.
14726
14727         Make the universal build return non-zero when module make fails.
14728
14729         * Makefile:
14730
14731 2006-10-30  Stephanie Lewis  <slewis@apple.com>
14732
14733         Reviewed by Darin Adler.
14734
14735         Change Makefiles to return non-zero when module make fails.
14736
14737         * Makefile:
14738
14739 2006-10-27  Brady Eidson  <beidson@apple.com>
14740
14741         Rubber stamped by Tim Hatcher
14742
14743         Added "make universal" to build universal binaries
14744
14745         * Makefile:
14746         * Makefile.shared:
14747
14748 2006-10-01  Nikolas Zimmermann  <zimmermann@kde.org>
14749
14750         Reviewed by eseidel.
14751
14752         * CMakeLists.txt: add option to disable colored output when building on the buildbot
14753